본문 바로가기
반응형

분류 전체보기205

List View - UI thread 에러 (custom) ListView를 사용할 때 ArrayList list; Adapter ad; list.add(xx); 처럼 동적으로 추가하면 ERROR/AndroidRuntime(28265): java.lang.IllegalStateException: The content of the adapter has changed but ListView did not receive a notification. Make sure the content of your adapter is not modified from a background thread, but only from the UI thread. [in ListView(2131034121, class android.widget.ListView) with Ad.. 2011. 4. 21.
exec함수 군 1)int execl(const char *path, const char* arg0, ..., const char* argn, (char*) 0); 2)int execlp(const char* file, const char* arg0. ..., const char* argn, (char*) 0); 3)int execle(const char* path, const char* arg0, ..., const char* argn, char* const envp[]); 4)int execv(const char* path, char* const argv[]); 5)int execvp(const char* file, char* const argv[]); 6)int execve(const char *path, char.. 2011. 4. 19.
freopen freopen #include FILE *freopen(const char *filename, const char *mode, FILE *stream); freopen는 열린 스트림을 주어진 파일로 대치한다. 파일 열기의 성공적여부에 관계없이 스트림을 닫는다. freopen은 stdin, stdout, stderr에 연관된 파일을 변경할 때 유용하다. r 읽기 만을 위해 연다. w 쓰기 위해 생성한다. a 부가, 파일의 끝에서 쓰기를 위해 열기, 또는 파일이 없는 경우에 쓰기를 위해 생성한다. r+ 파일을 갱신하기 위해 이미 있던 파일을 연다. w+ 갱신을 위해 새로운 파일을 생성한다. a+ 부가시키기 위해 열기. 파일 끝부분에서 갱신하기 이해 열거나 새로운 파일을 생성하기 위해 연다. 주어진 파일이 텍.. 2011. 3. 31.
Transmuter Transmuter http://www.qcfdesign.com/wiki/DesktopDungeons/index.php?title=Transmuter The transmuter is one of the classes in Desktop Dungeons. It is unlocked by clearing the Snake Pit. Transmuters are strange magic users that do not heal naturally, but instead draw strength from the earth itself. Stone Worker - start with the ENDISWAL glyph Stone Armour - recover health from wall blasting (2 per .. 2011. 3. 28.