Andrew's Garage

Shrunk Expand

Primary Navigation

← Older posts
  • Category Archives 기술자료
  • 비공개 » 기술자료 » CUBE | DB관련 | Hack | MDX등 | OSX | PDW
  • MySql 관리

    Table에 생성되어 있는 Indexes 의 용량 확인 Table 최고 사이즈 확인 방법  SHOW TABLE STATUS FROM DB name LIKE ‘Table name’; 이 명령어 이후 Create_options에 있는 max_rows와 avg_row_length를 곱한 값이 용량이 된다….


    Continue reading → Post ID 1284

    Posted on 2021-12-30 5:27 PM by andrew Comment
    DB관련 기술자료
  • Pair Programming Is Not Pair Coding

    from : https://dzone.com/articles/pair-programming-is-not-pair-coding?edition=675393 The reason pair programming has never been as popular as other agile practices may be that we want to jump straight…


    Continue reading → Post ID 1274

    Posted on 2021-05-28 4:24 PM by andrew Comment
    기술자료
  • Mysql dynamic query in stored procedure

    CREATE PROCEDURE `test1`(IN tab_name VARCHAR(40),IN w_team VARCHAR(40)) BEGIN SET @t1 =CONCAT(“SELECT * FROM “,tab_name,” where team='”,w_team,”‘”); PREPARE stmt3 FROM @t1; EXECUTE stmt3; DEALLOCATE P…


    Continue reading → Post ID 1134

    Posted on 2016-07-26 10:41 AM by andrew Comment
    기술자료
  • how to calculate duration time

    http://stackoverflow.com/questions/6734375/c-boost-get-current-time-in-milliseconds   int main(int argc, char* argv[]) { boost::posix_time::ptime t1 = boost::posix_time::second_clock::local_time(…


    Continue reading → Post ID 964

    Posted on 2015-08-26 6:12 PM by andrew Comment
    기술 기술자료
  • Learning Poco: Load XML Configuration

    http://www.codeproject.com/Articles/253418/Learning-Poco-Load-XML-Configuration In this tutorial, we will load an XML configuration from the file system by using XMLConfiguration, and access specific…


    Continue reading → Post ID 957

    Posted on 2015-08-26 6:06 PM by andrew Comment
    기술 기술자료
  • when you're developing mysql client using MySQL Connector/C++

    result-set index is not start 0.. what is start 1..   must  remember …


    Continue reading → Post ID 955

    Posted on 2015-08-26 5:58 PM by andrew Comment
    기술 기술자료
  • 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…


    Continue reading → Post ID 953

    Posted on 2015-08-26 5:54 PM by andrew 6 Comments
    기술 기술자료
  • 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…


    Continue reading → Post ID 950

    Posted on 2015-08-26 5:46 PM by andrew 2 Comments
    C/C++ MFC & WINDOWS 기술 기술자료
  • 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…


    Continue reading → Post ID 947

    Posted on 2015-07-30 6:27 PM by andrew Comment
    기술 기술자료
  • 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…


    Continue reading → Post ID 945

    Posted on 2015-07-28 10:47 PM by andrew Comment
    기술 기술자료

Posts navigation

1 2 … 12 Next


©2025 boots Entries RSS and Comments RSS Child theme Boots of Raindrops Theme
 

Loading Comments...