Andrew's Garage

Shrunk Expand

Primary Navigation

← Older postsNewer posts→
  • Making to Linux for Dev. Env.

    g++ testcasa.cpp -std=c++11 -I /home/johnny/casablanca/Release/include -L /home/johnny/casablanca/Release/build.release/Binaries -lcpprest export LD_LIBRARY_PATH=/home/johnny/casablanca/Release/build….


    Continue reading → Post ID 1179

    Posted on 2017-03-18 11:28 PM by andrew Comment
    Uncategorized
  • centos7] Adding to Firwwall rules

    Adding to Firwwall rules sudo iptables -I INPUT -p tcp –dport 3030 -j ACCEPT sudo service iptables save


    Continue reading → Post ID 1174

    Posted on 2017-02-04 6:49 PM by andrew 1 Comment
    📂This entry was posted in Linux
  • 화일명 일괄 소문자 변경

    for i in *; do mv $i `echo $i | tr [:upper:] [:lower:]`; done


    Continue reading → Post ID 1168

    Posted on 2016-09-12 10:40 AM by andrew Comment
    Uncategorized
  • POCO 라이브러리로 MYSQL Query시에 “unknown field type” 오류

    원인은..  POCO에서 MYSQL의 TIMESTAMP 타입을 지원 하지 않아서 생긴 문제. 이를 해결 하기 위해서 POCO라이브러리 소스를 아래와 같이 수정 한 후에 재 컴파일 해준다. POCO 소스 폴더에서 Data/MySQL/src/ResultMetadata.cpp 의 내용을 아래와 같이 수정 std::size_t fieldSize(const MYSQ…


    Continue reading → Post ID 1161

    Posted on 2016-08-31 4:08 PM by andrew Comment
    Uncategorized
  • c++ how to handling to arguments

    #include <stdio.h> #include <stdlib.h>  // exit() int main(int argc, char* argv[]) { if (argc == 1) { fputs(“Error no inputs..\n”, stderr); exit(1); } // print options count pr…


    Continue reading → Post ID 1158

    Posted on 2016-08-11 11:21 AM by andrew Comment
    Uncategorized
  • c++ key input

    #include <iostream> using std::cout; using std::cin; int main() { char thing; cin >> thing; if (thing == ‘a’) cout << “You pressed ‘a’!\n”; else cout << “You pressed not-‘a’: “…


    Continue reading → Post ID 1156

    Posted on 2016-08-11 11:19 AM by andrew Comment
    Uncategorized
  • 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
    📂This entry was posted in JAVA javascript
  • JQuery with Bootstrap

    http://maczniak.github.io/bootstrap/javascript.html   and   Collapse navigator   http://zetawiki.com/wiki/부트스트랩_내비게이션바_자동접기_navbar-collapse   목차 1 개요 2 예시 3 같이 보기 4 참고 자료 개요[편집] Co…


    Continue reading → Post ID 1139

    Posted on 2016-07-27 2:25 PM by andrew Comment
    Uncategorized
  • [Javascipt] ReplaceAll 구현하기..

    function replaceAll(str, searchStr, replaceStr) {     return str.split(searchStr).join(replaceStr); }   str : 문자열 대체를 처리할 원 문자열 targetStr : 대체하기 원하는 문자(열) – 바꿀 문자 replaceStr : 대체될 문자(열)…


    Continue reading → Post ID 1136

    Posted on 2016-07-27 2:24 PM by andrew Comment
    Uncategorized
  • 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
    📂This entry was posted in 기술자료

Posts navigation

Previous 1 2 3 4 … 36 Next

  • Recent Posts

    • MySql 관리
    • Pair Programming Is Not Pair Coding
    • 기기 고유 식별(Identify) 얻기 device_info
    • QR 코드 스캔(QR Code Scan) 초간단 예제(Simple example)
    • 싱글톤(Singleton) 클래스
  • Recent Comments

    • Shela SchurShela Schur on RED5 & FFMPEG & FFserver 스트리밍 서버 구축하기
    • DeepsDeeps on [Linux] /dev/sdc1 is apparently in use by the system; will not make a filesystem here!
    • IvanIvan on How to install openssl on windows with visual studio 2015
    • KeenanBoldKeenanBold on centos7] Adding to Firwwall rules
    • andrewandrew on How to install POCO C++ libraries on Windows with Visual studio 2015
  • Archives

    • December 2021
    • May 2021
    • January 2021
    • June 2020
    • August 2018
    • April 2017
    • March 2017
    • February 2017
    • September 2016
    • August 2016
    • July 2016
    • June 2016
    • September 2015
    • August 2015
    • July 2015
    • June 2015
    • May 2015
    • April 2015
    • March 2015
    • February 2015
    • January 2015
    • December 2014
    • November 2014
    • September 2014
    • August 2014
    • July 2014
    • June 2014
  • Categories

    • C/C++
    • cmake/make
    • CUBE
    • DB관련
    • DIY & H/W
    • flutter
    • JAVA
    • javascript
    • jboss&tomcat
    • JEUS & WEBToB
    • Linux
    • Linux
    • MDX등
    • MFC & WINDOWS
    • OS tune
    • OSX
    • PDW
    • SVN
    • Uncategorized
    • UNITY3D/COCOS2D
    • VSC
    • WAS, Servet Containers
    • Webserver
    • 기술
    • 기술자료
    • 일반
    • 일상
    • 참고를 위한 저장물
    • 책
  • Meta

    • Log in
    • Entries feed
    • Comments feed
    • WordPress.org
  • AdSense


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