전체 글

전체 글

    Git Tip

    [Show your branch name on the Linux promp]https://www.leaseweb.com/labs/2013/08/git-tip-show-your-branch-name-on-the-linux-prompt/

    What exception should I throw?

    This section describes the standard exceptions provided by the Framework and the details of their usage. The list is by no means exhaustive. Please refer to the .NET Framework reference documentation for usage of other Framework exception types.Exception and SystemExceptionX DO NOT throw System.Exception or System.SystemException.X DO NOT catch System.Exception or System.SystemException in frame..

    git diff Tip

    git 과 patch 툴 사용 팁이다. git diff --no-prefix > patchfile # 패치파일 생성 cd path/to/top # 패치하고자 하는 소스 위치 patch -p0 patchfile # 패치파일 생성 cd path/to/top # 패치하고자 하는 소스 위치 patch -p1 < patchfile # 패치 적용 출처: http://jang574.tistory.com/entry/git-diff-한-것을-patch하기 [오모씨의 노트]

    C# Singleton Pattern

    http://csharpindepth.com/Articles/General/Singleton.aspx

    [Design Pattern] Null Object Pattern

    http://dsmoon.tistory.com/entry/NULL-OBJECT-%ED%8C%A8%ED%84%B4http://sjava.net/2009/09/null-object-pattern/http://blog.seulgi.kim/2015/09/null-object-pattern.htmlhttp://changsuk.me/?p=2036

    [Review] 호모 자취엔스

    [Review] 호모 자취엔스

    노수봉 저팜파스 출판 이 시대 자취생들은 위한 소소한 팁!올해 2017년 1월 신간으로 나온 호모자취엔스를 추천합니다. 월급날 그리고 다음날이면 스치듯 사라지는 나의 월급으로 빠듯하게 자취하는 모든 자취엔스들에게 주어지는 소소한 꿀팁들!지금 벌써 몇년 째 자취 중이라면, 이 책은 필요없을 테지만, 이제 사회초년생으로 자취를 시작하는 직장인들이라면 분명 도움이 될 것 이다. 부동산 계약을 위한 팁부터 소소한 집 꾸미기까지 만화형식으로 되어있어 빠르게 읽히기까지!또한, 저자의 경험담을 토대로 작성된 글이다 보니 다른 이들에게도 공통적으로 공감가는 내용도 많을 것 같다. 어렵고, 복잡하게 쓰여지지 않아서 누구나 틈틈히 쉽게 읽을 수 있는 것이 가장 큰 매력인듯!! 사회 초년생 여러분들께 다시 한번 추천!