기본 콘텐츠로 건너뛰기

2010 올해의 책 (책 목록)

권위(?) 있는 이크 선정 올해의 책은  "밀레니엄 1 2 3" 입니다.

작가가 3작품만 남기고 젊은나이에 죽었다는게 참 아쉬울 뿐이네요.

올해도 역시  책을 많이 읽지 않은것 같네요. 여유시간에 책을 읽기 보다는 스마트폰으로 간단한 게임같은것들을 많이 한것 같습니다. 내년에는 e북 시장이 많이 활성화 되어서 스마트폰 이나 전자책 단말기로 읽을 수 있는 좋은 책들이 많이 출판되면 좋겠습니다.

2010년 도서 목록입니다.

1월
  청춘의 독서
  소풍

2월
  제비꽃 설탕 절임
  밀레니엄 1

3월
  밀레니엄 2
  밀레니엄 3

4월
  나전미궁
  전도서에 바치는 장미

5월
  하카와티

6월
  브레인 룰스
  심야식당 1~5

7월
  빨간장화
  만화 삼국지 1 ~ 30권

8월
  1Q84 1
  1Q84 2
  1Q84 3

9월
  세계사를 움직이는 다섯 가지 힘
  왜 세계의 절반은 굶주리는가?
  못 가본 길이 더 아름답다

10월
  파라다이스
  그리스인 조르바(*)

11월
  달콤한 작은 거짓말

12월
  페리고르의 중매쟁이

2009 - 엄마를 부탁해

2008 - 천개의 찬란한 태양
 
2007 - 로마인 이야기
 
2006 - 연을 쫓는 아이

2005 - 사랑하라 한번도 상처받지 않는 것 처럼
 

댓글

  1. 한달 두권이면 괜찮게 읽었구만
    만화 삼국지가 재미있을거 같네...ㅋㅋ

    지금까지 읽은 책을 쭉~~~보면 왠지 별거아닌 느낌이드는데 eek는 어떤지 모르겠네..

    답글삭제

댓글 쓰기

이 블로그의 인기 게시물

oradiag_??? 로그 생성안되게 하는 방법

cx_Oracle이나 oci로 개발된 프로그램을 사용하다 보면 $HOME에 orgdiag_사용자계정으로 로그가 대량으로 저장되는 경우가 발생합니다. 이런 경우에 로그가 남지 않도록 하던지 아님 다른 경로에 저장하는 방법은  아래와 같은 방법으로 처리할 수 있습니다. 로그 안남기는 방법은. 환경변수에 추가 export TNS_ADMIN=/home/eek/conf/ 해당경로에 sqlnet.ora파일 생성해서 DIAG_ADR_ENABLED=off TRACE_LEVEL_CLIENT=off LOG_FILE_CLIENT=/dev/null 설정값을 추가하면 로그 파일이 생성되지 않음. 자세한 설정 정보는 http://docs.oracle.com/cd/B28359_01/network.111/b28317/sqlnet.htm#BIIDEAFI 참고하세요. 끝.

Visual Leak Detector - Enhanced Memory Leak Detection for Visual C++

Download Visual Leak Detector - 515.7 Kb Download demo console project - 518 Kb Download demo MFC project - 525.2 Kb Download the source code - 29 Kb What's New 30 March 2005 - Version 0.9d has been newly released. This is a fairly major release that features significant changes to the way VLD interfaces with the application being debugged. With this release, VLD is now packaged in library form. Packaged as a pre-built library, it is now much easier to start using VLD with your projects because it no longer requires you to set-up your build environment in any particular way. For example, you'll no longer need to have the Platform SDK installed in order to use VLD. You also won't need to configure Visual C++'s include search path to include directories in any specific order. Introduction This memory leak detector is superior, in a number of ways, to the memory leak detection provided natively by MFC or the Microsoft C runtime library. First, built-in lea...

Oracle Instant Client + sqlldr install

Instant Client Downloads + SQL*Loader 설치 http://www.oracle.com/technetwork/database/features/instant-client/index-097480.html 아래와 같이 버젼에 따라서 3가지를 다운로드 합니다. basic, sdk, sqlplus instantclient-basic-linux.x64-11.2.0.3.0.zip instantclient-sdk-linux.x64-11.2.0.3.0.zip instantclient-sqlplus-linux.x64-11.2.0.3.0.zip 설치되어있는 oracle 에서 rdms , nls , sqlldr 를 복사합니다. cp -r /home/oracle/product/10/rdbms ~eek/usr/instantclient_10_2/ cp -r /home/oracle/product/10/nls ~eek/usr/instantclient_10_2/ # 파일 복사 cp -r /home/oracle/product/10/bin/sqlldr ~eek/usr/instantclient_10_2/ # 권한설정 chown -R eek.eek ~eek/usr/instantclient_10_2/ # 환경변수 등록 export NLS_LANG=AMERICAN_AMERICA.KO16KSC5601 export ORACLE_HOME=/home/eek/usr/instantclient_10_2 export ORA_NLS10=$ORACLE_HOME/nls/data