Tags
- MFC
- 프런트엔드
- 좋은 개발자
- postman csv
- web developer
- solidity
- Android
- postman collection
- postman
- Java
- Intellij
- Interaction developer
- Android/iOS Developer
- 다빈치 리졸브
- postman pre-request
- C++
- postman collection variables
- postman automations
- emplace_back
- postman tests
- c#
- LSL_Script
- Unity
- postman html parse
- oracle
- UI/UX Engineer
- postman excel
- postman session
- 우수한 프런트 개발자
- Front-end developer
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Archives
- Today
- Total
david's daily developer note
[eclipse] 이클립스 초반 개발환경 설정. 본문
728x90
1. 한글 주석 께짐 해결.
Preference/General/Workspace/Text file encoding => Other/UTF-8
2. 영문 단어와 한글 조사가 붙어 있을 때, 경고하는 것 해제.
Preference/General/Text Editors/Spelling/Enable spell checking => 옵션 해재.
3. import문을 자동으로 정리해주는 기능을 줄이고, 패키지의 모든 클래스를 한꺼번에 Import한다.
Preference/Java/Code Style/Organize Imports => Number of import needed for .* 옵션을 "1"로 변경
4. 재 컴파일된 프로그름을 안드로이드에 설치할 때, 타임아웃을 늘린다.
Preference/Android/DDMS/ADB Connection time out(ms)가 5000인데, 충분히 늘려준다.
5. Eclipse Helios에서 Android 개발할 때 기존의 코드 어시스트 기능은 무쟈게 느리다~
Preference/Java/Editor/Content Assist/Auto-Activation을 끈다~
728x90
'[Develop] Language > JAVA' 카테고리의 다른 글
[Java] Char [] to Byte [] (0) | 2011.04.29 |
---|---|
[Java] Vector.toArray() 사용하기 (0) | 2010.10.05 |
[Java] Vector 내 원소 정렬하기 (0) | 2010.10.05 |
[eclipse] 디버깅 (디버깅 단축키) (0) | 2010.09.10 |