ide 105

PphStorm Splits

Splits 2016/01/19 - [Util/PHPStorm] - Be Awesome in PHPStorm Window > Editor Tab > Split Vertical (수직분할) Window > Editor Tab > Split Holizontal (수평분할) # 기본값 Split VerticalCtrl+_ ( Ctrl+Shift+- ) Split HolizontalCtrl+{ ( Ctrl+Shift+[ ) Keymap 재등록 Preferences(Cmd+,) > Keymap > split 검색 Split VerticalCtrl+Alt+V Split HolizontalCtrl+Alt+H 창닫기(Cmd+W) Ctrl+V 는 윈도우 계열에서 붙여넣기로 공통으로 사용하기에는 부적합 하니 Ctrl+Sh..

ide/phpstorm 2016.01.29

SVN format 1.8 사용

IntelliJ IDEA 13.0.1 and Subversion 1.8 working copy format Subversion 1.8 and IntelliJ IDEA 13 SLIKSVN WINDOWS COMMAND LINE CLIENT Subversion 1.8 Features Status - High Level Overview 1.6SVNKit only 1.7SVNKit and command line client 1.8Command line client only Command line client 가 설치되지 않으면 Format 1.8을 사용할 수 없으니 필히 설치해야 된다. Jetbrains IDE Tool 에서 format 1.8 MAC MAC에서 brew upgrade subversion 으로 최..

ide/intellij 2016.01.21

Android Bluetooth

Bluetooth Programming in Android (1/2) 안드로이드-블루투스-프로그래밍-bluewatch-project-2 기초 BluetoothAdapter 로컬 블루투스 아답터 하드웨어를 나타낸다. BluetoothAdapter는 모든 블루투스를 통한 상호작용의 엔트리포인트이다. 이 객체를 사용해서 다른 블루투스 디바이스 찾기, 페어링 된 디바이스 퀘리, 알려진 MAC address를 사용해 BluetoothDevice 인스턴스 얻기, 다른 디바이스에서 부터의 통신 요구를 기다리기 위한 BluetoothServerSocket 만들기를 할 수 있다. BluetoothDevice 상대방의 블루투스 디바이스를 나타낸다. 이 객체를 사용하면 BluetoothSocket을 통해 상대방 디바이스와 ..

ide/androidstudio 2016.01.20
반응형