Monthly Archives: March 2013

Boost Library Link

Boost 라이브러리를 사용해서 프로그램을 하려면 아래기능은 꼭 알고있어야 삽질을 줄일수 있다. ^^ http://www.boost.org/doc/libs/1_53_0/more/getting_started/unix-variants.html#header-only-libraries 1. Header 만 Include 해서 사용할수있는 클래스 eclipse -> project folder -> properties -> C/C++ General -> Paths and Symbols -> Include Tap -> GNU C++  -> … Continue reading

Posted in C++ | Leave a comment

Ubuntu + Eclipse + Boost Setting

먼저 리눅스 ( Ubuntu ) 설치 되어있다는 가정하에 설명합니다. 1. 개발 패키지 설치 ( build-essential ) $ sudo apt-get install build-essential 아래 패키지들이 설치됨 build-essential dpkg-dev g++ g++-4.1 libc6-dev libstdc++6-4.1-dev linux-libc-dev 2. jdk 다운로드 ( sun에서 직접 받아도 됨 ) … Continue reading

Posted in C++ | Leave a comment

Elasticsearch 한글 형태소 분석기

https://github.com/chanil1218/elasticsearch-analysis-korean    

Posted in Java | Leave a comment

Linux LVS 참고문서

Linux_LVS_Tutorial    

Posted in Linux | Leave a comment

MongoDB 정리자료

MongoDB_Tutorial    

Posted in NoSQL&MySQL | Leave a comment

OpenCV Face Detect 관련 정리 내용

“Seeing with OpenCV” 잡지 소개 내용 openCvPart04 openCvPart03 openCvPart02 openCvPart01      

Posted in Computer science | Leave a comment