result-set index is not start 0.. what is start 1.. must remember …
- Category Archives 비공개
-
-
How to install openssl on windows with visual studio 2015
cite from http://developer.covenanteyes.com/building-openssl-for-visual-studio/ and some edit.. ================================================== You need to install… Visual Studio 2015 (this…
-
How to install POCO C++ libraries on Windows with Visual studio 2015
1. Download Poco Libraries ( http://pocoproject.org/download/index.html ) 2. Extract(eg: extract to C:poco-1.6.1) 2-1. if you are choices included openssl version please openssl install on your win…
-
System Monitoring command
1. OS/system $ vmstat 2 10 // 10 system resource status to every 2 sec. $ iostat 2 10 // 10 I/O status to every 2 sec. $ sar 2 10 // 1…
-
TCPDump: Capture and Record Specific Protocols / Port
http://www.cyberciti.biz/faq/tcpdump-capture-record-protocols-port/ Q. How do I capture specific protocol or port such as 80 ( http ) using TCPDump tool under Linux / UNIX? How do I recording Traffic…
-
VisualStudio is doesn't default support "MultiByteCode".
VisualStudio is doesn’t default support “MultiByteCode” so. When you compile MBCS ( Multi-Byte Character Set ) Project look like below error message. ===============================…
-
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…