Andrew's Garage

Shrunk Expand

Primary Navigation

← Older posts
  • Category Archives 비공개
  • OS tune | Projects | 기술 | 기술자료 | 참고를 위한 저장물 | mobile » Project N » CUBE | DB관련 | Hack | MDX등 | OSX | PDW » C/C++ | DIY & H/W | JAVA | Linux | MFC & WINDOWS | SVN | UNITY3D/COCOS2D | Webserver » cmake/make » javascript | WAS, Servet Containers | 일반 » jboss&tomcat | JEUS & WEBToB » android
  • 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
    기술자료
  • JQuery로 Checkbox check여부 확인 및 Label 활용 방법.

    Label로 묶어 주면 check button이 아니라 글자를 눌러도 check button 누르는 것 처럼 된다.        <label><input type=’checkbox’ id=’check_all’ class=’input_check’ /> <b>Check me</b></label> Checke…


    Continue reading → Post ID 1143

    Posted on 2016-07-28 10:19 AM by andrew Comment
    JAVA javascript
  • 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
    기술자료
  • dracula theme

    https://draculatheme.com/


    Continue reading → Post ID 1014

    Posted on 2016-06-23 4:59 PM by andrew Comment
    기술
  • windows)how to reduce of time_wait

    after “regedit” and find key as below HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesTcpipParameters and make key as DWORD, name is “TcpTimeWaitDelay” and value is 30 ( recom…


    Continue reading → Post ID 968

    Posted on 2015-09-15 6:49 PM by andrew Comment
    OS tune
  • 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
    기술 기술자료
  • it free ebook sites.

    http://www.wowebook.be/ http://it-ebooks.info/  


    Continue reading → Post ID 961

    Posted on 2015-08-26 6:09 PM by andrew Comment
    기술
  • server monitoring solutions.

    https://www.nagios.org/   ( Open Source )   http://www.whatap.io   ( SaaS ) opinions for whatap ( http://archmond.net/?p=3609 )


    Continue reading → Post ID 959

    Posted on 2015-08-26 6:08 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
    기술 기술자료

Posts navigation

1 2 … 32 Next


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