99. 정리전 - IT(467)
-
네이버지도 사용하기
네이버 지도 키 발급 https://developer.naver.com/openapi/register.nhn 홈페이지에서 사용하기 // 창크기 자동조절var oMap;var w = 0, h = 0;w = $(window).width() - 100;h = $(window).height() - 250;$(document).ready(function(){$(window).resize(function() {w = $(window).width() - 100;h = $(window).height() - 250;oMap.setSize(new nhn.api.map.Size(w, h));});});var oCenterPoint = new nhn.api.map.LatLng(37.5051646, 127.0525533);va..
2015.10.28 -
mac osx 파티션 생성/삭제가 안될때의 해결방법
증상놀이 나의 MacBook Pro (Retina, 15-inch, Mid 2014)에Parallels10 버전에 Windows8.1을 BootCamp와 병행하여 사용하던 중Windows10을 사용하기 위해 Parallels 목록에서 오른클릭으로 Windows8.1 삭제! 육안상 무난히 삭제는 되었으려니 안심하던중OSX 재부팅시 마다 바탕화면에 Windows8.1이 Mount되어 있음을 확인 아차! BootCamp가 물려있는 상태라는 사실을 인지하고 BootCamp메뉴로 가보니BootCamp로 설치되었던 Windows8.1에 대한 삭제 안내가 보여 지시대로 삭제함 혹시나하여 DiskUtility로 드가보니 상기의 Untitled 2 라고 쓰여져 있는 "여유공간 Format" 형식의Windows8.1이 사..
2015.08.29 -
Unity 3D Pro 5.1.2f1 OS별 다운로드 링크
+------------+| rapidgator |+------------+ unity512f1Mac-------------http://rapidgator.net/file/75f877ec5506d322fe675c28cce14c88/6xt46.unity512f1Mac.part1.rar.htmlhttp://rapidgator.net/file/0c930134eb8f7cb56a361c1e95a14329/6xt46.unity512f1Mac.part2.rar.htmlhttp://rapidgator.net/file/49a93cee9f8d349c7b88c0ba50facc2c/6xt46.unity512f1Mac.part3.rar.htmlhttp://rapidgator.net/file/faa67ddb9c3524944db0..
2015.07.28 -
MAC .bash_profile 터널링
MAC .bash_profile #!/bin/sh #L1=20022:192.168.00.039:22#L2=23306:192.168.00.039:3306id=donzhost=1010.405.1806.11port=88844auth=./T-70.124-fuck.pem ssh $id@$host -p $port -i $auth
2015.02.15 -
MAC .bash_profile
출처 : http://natelandau.com/my-mac-osx-bash_profile/ # --------------------------------------------------------------------------- # # Description: This file holds all my BASH configurations and aliases # # Sections: # 1. Environment Configuration # 2. Make Terminal Better (remapping defaults and adding functionality) # 3. File and Folder Management # 4. Searching # 5. Process Management # 6. Net..
2015.02.03 -
Eclipse vs Intelli-J 단축키
Eclipse vs Intelli-J 단축키 Eclipse IntelliJ IDEA Description F4 ctrl+h show the type hierarchy ctrl+alt+g ctrl+alt+F7 find usages ctrl+shift+u ctrl+f7 finds the usages in the same file alt+shift+r shift+F6 rename ctrl+shift+r ctrl+shift+N find file / open resource ctrl+shift+x, j ctrl+shift+F10 run (java program) ctrl+shift+o ctrl+alt+o organize imports ctrl+o ctrl+F12 show current file structure ..
2014.11.30