Andrew's Garage

Expandmenu Shrunk

Primary Navigation

← Older posts
  • 영어

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


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

    진행 한 일에 대해 실패 노트를 작성하자.

    어떤 것을, 누가, 어떻게, 했는지 그리고 그 결과가 어떻게 일어 났는지 적자..

    그리고 그 일이 반복되지 않기 위해서 어떻게 해야 하는지에 대해서 최대한 상세하게 적어 보자..


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


    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/Contents/Resources/app/bin 로 바꿔서  e ...

    Continue reading → Post ID 1183

    Posted on 2017-04-14 2:10 PM by andrew Comment
    Uncategorized
  • C++ Development using Visual Studio Code, CMake and LLDB

    this article are captured as “https://medium.com/audelabs/c-development-using-visual-studio-code-cmake-and-lldb-d0f13d38c563“

     

    I’ve been working for almost a year implementing micro-services on ...


    Continue reading → Post ID 1181

    Posted on 2017-04-14 1:47 PM by andrew Comment
    📂This entry was posted in VSC
  • 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/Releas ...


    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

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

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

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


    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 printf(“input co ...

    Continue reading → Post ID 1158

    Posted on 2016-08-11 11:21 AM by andrew Comment
    Uncategorized

Posts navigation

1 2 … 35 Next

  • Recent Posts

    • 영어
    • 실패 노트를 작성하자..
    • GitLab Password Reset
    • OSX에서 공백이 존재하는 PATH를 $PATH에 넣기..
    • C++ Development using Visual Studio Code, CMake and LLDB
  • Recent Comments

    • DeepsDeeps on [Linux] /dev/sdc1 is apparently in use by the system; will not make a filesystem here!
    • andrewandrew on How to install POCO C++ libraries on Windows with Visual studio 2015
    • KyuKyu on How to install POCO C++ libraries on Windows with Visual studio 2015
    • GeorgeGeorge on How to install openssl on windows with visual studio 2015
    • andrewandrew on How to install openssl on windows with visual studio 2015
  • Archives

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


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