영자 신문을 인터넷으로 보는 분의 경우


International New York Times 일면 페이지는 다음 링크를 통해 확인이 가능합니다.


http://graphics8.nytimes.com/images/ihtfrontpage/asiafrontpage.pdf


링크는 아시아 판이며, 다른 지역의 경우 다음에서 확인 가능합니다.


http://www.nytimes.com/pages/todayspaper/index.html


자세히 보고 싶은 기사의 경우 제목으로 구글 검색하시면, 해당 기사를 볼 수 있습니다.


Posted by kkckc
,


속초 현지인들이 추천해줬던 맛집입니다.

강추!!!
Posted by kkckc
,

apache-log4cxx-0.10.0-patched.tar.gz


log4cxx  컴파일 안되는 경우 해결법 (A solution for the log4cxx compile error)

- It has been tested on gcc 4.6.1

1. Add "#include <string.h>" on those files
apache-log4cxx-0.10.0/src/main/cpp/inputstreamreader.cpp
apache-log4cxx-0.10.0/src/main/cpp/socketoutputstream.cpp

2. Add "#include <string.h>" and "#include <stdio.h>" on this file
apache-log4cxx-0.10.0/src/examples/cpp/console.cpp

3.Change those Makefile.am, change the first one to the second one.
(1) src/main/include/log4cxx/private/Makefile.am,

    * "privateinc_HEADERS= $(top_builddir)/src/main/include/log4cxx/private/*.h log4cxx_private.h"
    * "privateinc_HEADERS= $(top_builddir)/src/main/include/log4cxx/private/*.h"

(2) src/main/include/log4cxx/Makefile.am

    * "log4cxxinc_HEADERS= $(top_srcdir)/src/main/include/log4cxx/*.h log4cxx.h"
    * "log4cxxinc_HEADERS= $(top_srcdir)/src/main/include/log4cxx/*.h"

4. configure & make & make install (root)

Posted by kkckc
,

오늘 들은 이야기 #1

1. 프랑스의 공항에서는 공항의 풀 제거를 위해서 제한 구역에 시범적으로 토끼를 사육했다고 합니다.
2. 토끼는 번식했고... 공항에서는 토끼 제거를 위해 고민합니다.
3. 공항에서는 여우를 풀어 토끼의 개체를 조절합니다.
4. 토끼는 여우를 피하기 위해 굴을 팝니다.
5. 토끼가 판 땅 때문에, 활주로를 지지하는 땅이 위협받습니다.
6. 테스트 실패 !

세상일은 참 알 수 없어요

Posted by kkckc
,