VisualStudio is doesn’t default support “MultiByteCode” so. When you compile MBCS ( Multi-Byte Character Set ) Project look like below error message. ===============================…
- Category Archives 기술자료
-
-
NTFS use on OSX
1. INSTALL “FUSE for OSX” ( http://osxfuse.github.io/ ) : OSXFUSE 2.7.5 (2015.2.7) download * must check option “MacFUSE compatibility layer” 2. INSTALL NTFS-3G for OS…
-
Cassandra cpp driver install
http://datastax.github.io/cpp-driver/topics/building/ Building Supported Platforms The driver is known to work on CentOS/RHEL 5/6/7, Mac OS X 10.8/10.9 (Mavericks and Yosemite), Ubuntu 12.04/14…
-
Working with Apache Cassandra on Mac OS X
If you use Mac OS X as your platform for development work, then you may be interested to know how easy it is to use Apache Cassandra on the Mac. The following shows you how to download and setup Cassa…
-
How To Install Cassandra on CentOS 7
Apache Cassandra is a NoSQL database intended for storing large amounts of data in a decentralized, highly available cluster. NoSQL refers to a database with a data model other than the tabular relati…
-
ZeroMQ install on osx
ZeroMQ : http://zeromq.org/docs:source-git git clone git://github.com/zeromq/libzmq.git cd libzmq ./autogen.sh ./configure # add other options here make make check sudo make install or brew install ze…
-
Install GDB on OSX Yosemite
First things first – you need to install brew. It’s a homebrew package installer that can be found here. Then in your terminal, run brew install gdb This will install the latest gdb. but,…
-
[펌]패치 파일 만드는 법과 적용하는 법
http://coffeenix.net/doc/misc/patch.html 패치 파일 만드는 법과 적용하는 법 패치 파일의 쓰임 패치(patch) 파일은 두 파일들간의 차이들을 출력해 주는 프로그램인 diff에 의해 생성된 파일을 의미한다. 주로 쓰이는 때는 어떤 프로그램에서 기능향상이나 문제점을 해결하기 위해 소스파일들을 고치고 나서 고친 부분에 대한 정보…
-
How to Install Git 2.4.2 on CentOS/Redhat 7,6,5 and Fedora 20/19
http://tecadmin.net/install-git-2-0-on-centos-rhel-fedora/ Git has released 2.4.2 version on May 26, 2015.It has lots of noticeable changes over git 1.9 release. Git is a free and open source distribu…
-
[scrap]리눅스 메모리 사용량 확인
http://solarixer.blogspot.kr/2010/10/blog-post_08.html 리눅스에서 메모리 사용량 측정을 위한 방법을 소개 드립니다. 아래 3가지 외에도 여러 툴이나 시스템 커맨드가 있겠지만, 빠르고 정확하게 접근하기 위한 방법을 알아보는 것을 목적으로 합니다. 1) /proc/PID/status 를 보고 VmS…