일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 실업급여 신청 방법
- 기본 알람
- 실업급여온라인교육정답
- Android
- OSDLock-loosening
- W2453V
- 가성비프로젝터
- askii
- Eclipse
- ClubMed
- 리눅스
- LGFlatron
- 직무 역량
- 인터넷우회
- linux
- PJM-F3000
- OSD잠금해제
- mainthread
- error
- LGFlatronOSD잠금해제
- 여행
- 실업급여동영상퀴즈
- SBS100
- 머시멜로
- 에러
- 안드로이드
- 눈꽃 사진
- 무음 설정
- OSD잠금
- git setup
- Today
- Total
목록error (3)
JJ's blog
Handler의 동일 Message 중복처리 정책 (보내는 메시지 생성할 때 obtainMessage로 하는 이유)http://promobile.tistory.com/214 Message 중복 관련 Error Example (StackOverFlow) "This message is already in use."http://stackoverflow.com/questions/5864990/problem-in-handler-with-messages-in-androidhttp://stackoverflow.com/questions/4113704/android-handler-message-and-listview UI의 SubThread에서의 Handler 사용법(설명이 쉽다)http://arabiannight.ti..
*Eclipse관련 Error가 하단에 계속 추가될 예정 안드로이드 프로젝트 Run시 “Refreshing external folders” 라는 Progress가 진행되어 속도가 굉장히 느려지거나 에러가 난다. 이클립스 프로젝트 폴더를 "Navigator"로 보거나 탐색기로 볼 때 .classpath 라는 파일을 수정하여 간단히 해결할 수 있다. 출처 : http://galabov.com/index.php/blog/eclipse-slow-responding-while-refreshing-external-folders/Eclipse slow responding while refreshing external folders. For some time i'm observing a very slow eclipse..
이클립스 Mars 에서 SDK 매니져를 실행하는데 JRE 위치를 찾지못해 에러가 났다. /SDK/tools/ 안에있는 배치파일 '.android' 을 수정하여 해결. ORIGINALset java_exe=call lib\find_java.batif not defined java_exe goto :EOF MODIFIEDset java_exe=C:\Program Files\Java\jdk1.7.0_75\bin\java.exerem call lib\find_java.batrem if not defined java_exe goto :EOF NOTE : Copy and paste your own java.exe path directory as explained previously. ORIGINALfor /f "d..