Andrew's Garage

Shrunk Expand

Primary Navigation

← Older posts
  • Category Archives Uncategorized
  • 영어

    While ago : “조금 전에” 또는 “아까, 아까전에” 등 ( 발음이 왈라고~ 라고 들림 )


    Continue reading → Post ID 1226

    Posted on 2021-01-31 12:50 AM by andrew Comment
    Uncategorized
  • 실패 노트를 작성하자..

    진행 한 일에 대해 실패 노트를 작성하자. 어떤 것을, 누가, 어떻게, 했는지 그리고 그 결과가 어떻게 일어 났는지 적자.. 그리고 그 일이 반복되지 않기 위해서 어떻게 해야 하는지에 대해서 최대한 상세하게 적어 보자..


    Continue reading → Post ID 1219

    Posted on 2020-06-06 12:13 AM by andrew Comment
    Uncategorized
  • GitLab Password Reset

    GitLab Default Password First up, if you were naughty and didn’t change your GitLab default password then try these: Username: root Password: 5iveL!fe If that works, make changing the root passw…


    Continue reading → Post ID 1195

    Posted on 2018-08-02 8:13 PM by andrew Comment
    Uncategorized
  • OSX에서 공백이 존재하는 PATH를 $PATH에 넣기..

    여러 가지 방법이 있지만..    가장 효율 적인 방법은..  /Applications/Visual\ Studio\ Code.app/Contents/Resources/app/bin  <<– 이렇게 나오는 걸..  /Applications/Visual Studio Code.app/Content…


    Continue reading → Post ID 1183

    Posted on 2017-04-14 2:10 PM by andrew Comment
    Uncategorized
  • 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
  • 화일명 일괄 소문자 변경

    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 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

Posts navigation

1 2 Next


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