<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Rough Existence</title>
    <link>https://roughexistence.tistory.com/</link>
    <description>지금 여러분께서는 좌절하고 있는 프로그래머(가짜)를 보고 계십니다.</description>
    <language>ko</language>
    <pubDate>Mon, 15 Jun 2026 05:15:17 +0900</pubDate>
    <generator>TISTORY</generator>
    <ttl>100</ttl>
    <managingEditor>Rough Existence</managingEditor>
    <image>
      <title>Rough Existence</title>
      <url>https://t1.daumcdn.net/cfile/tistory/133D070E49F487F61D</url>
      <link>https://roughexistence.tistory.com</link>
    </image>
    <item>
      <title>Unable to make public int java.util.Collections$EmptyList.size() accessible 해결법</title>
      <link>https://roughexistence.tistory.com/919</link>
      <description>개발환경 이전 작업중 테스트중 아래와 같은 에러 익셉션과 함께 해당 쿼리결과를 반환하지 못하는 문제가 있다.&amp;nbsp;
&amp;nbsp;
org.mybatis.spring.MyBatisSystemException:&amp;nbsp;nested&amp;nbsp;exception&amp;nbsp;is&amp;nbsp;org.apache.ibatis.exceptions.PersistenceException:&amp;nbsp;
### Error querying database.&amp;nbsp;&amp;nbsp;C..</description>
      <category>컴퓨터/프로그래밍/Java</category>
      <author>Rough Existence</author>
      <guid isPermaLink="true">https://roughexistence.tistory.com/919</guid>
      <comments>https://roughexistence.tistory.com/919#entry919comment</comments>
      <pubDate>Thu, 23 Jun 2022 23:52:29 +0900</pubDate>
    </item>
    <item>
      <title>Windows 8 드라이브 루트 네트워크 엑세스 문제 해결</title>
      <link>https://roughexistence.tistory.com/644</link>
      <description>데스크탑에서 쓸때 네트워크의 관리목적의 루트 드라이브를 엑세스 할때 암호를 입력해도 접근이 거부되는 현상이 있다.&amp;nbsp;레지스트리에 다음을 추가.HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System 에&amp;nbsp;DWORD 타입으로&amp;nbsp;LocalAccountTokenFilterPolicy 키를 추가하고 값을 1로 설정 후 재부팅.</description>
      <category>컴퓨터/프로그래밍/OS</category>
      <author>Rough Existence</author>
      <guid isPermaLink="true">https://roughexistence.tistory.com/644</guid>
      <comments>https://roughexistence.tistory.com/644#entry644comment</comments>
      <pubDate>Wed, 17 Jul 2013 14:45:55 +0900</pubDate>
    </item>
    <item>
      <title>git 브랜치 배우기</title>
      <link>https://roughexistence.tistory.com/637</link>
      <description>코드 버전관리를 해오면서 여러가지로 svn 보다 좀더 나은 관리기능이 제공된&amp;nbsp;git 에 대한 브랜치 트레이닝을 직접 배울수 있는 사이트이다.http://learnbranch.urigit.com/그리고 추가로&amp;nbsp;http://rogerdudler.github.io/git-guide/index.ko.html&amp;nbsp;를 추천</description>
      <category>컴퓨터/프로그래밍</category>
      <author>Rough Existence</author>
      <guid isPermaLink="true">https://roughexistence.tistory.com/637</guid>
      <comments>https://roughexistence.tistory.com/637#entry637comment</comments>
      <pubDate>Tue, 7 May 2013 13:18:36 +0900</pubDate>
    </item>
    <item>
      <title>프로젝트 관리 오픈 프로젝트 OpenProject</title>
      <link>https://roughexistence.tistory.com/399</link>
      <description>항상 프로젝트 관리 하는데 MS-Project 가 많이 쓰이는데.. 문제는 돈... 이다.
이와 비슷한 기능을 가진 무료(!) 소프트웨어가 있으니 &quot;오픈 프로젝트&quot;가 그것이다.
무엇보다, MS-Project 파일과 호환되고, 한국 소프트웨어 진흥원에서 한글 메뉴얼도 배포한다.
한국 소프트웨어 진흥원에서도 쓸만한 프로젝트 관리 소프트웨어 목록도 있으니 확인해 보자

오픈프로젝트 홈페이지:http://openproj.org/
오픈프로젝트 다운로드:http:..</description>
      <category>컴퓨터/프로그래밍</category>
      <author>Rough Existence</author>
      <guid isPermaLink="true">https://roughexistence.tistory.com/399</guid>
      <comments>https://roughexistence.tistory.com/399#entry399comment</comments>
      <pubDate>Tue, 1 Nov 2011 10:45:23 +0900</pubDate>
    </item>
    <item>
      <title>LNK2001 : __afxForceEXCLUDE 외부심볼이 정의 되지 않았을때.</title>
      <link>https://roughexistence.tistory.com/384</link>
      <description>링크시에 라이브러리 사용시&amp;nbsp;__afxForceEXCLUDE 이 존재 하지 않을시에 상당히 당황스럽게 만든다. 원래의 라이브러리가 MFC 관련 심볼이 포함되어있을때 참조하게 되면 오만가지의 컴파일 에러를 경험하게 된다.

그럴 경우 pragma 문장을 이용하여 라이브러리를 이용하여 참조하지 않도록 하는데&amp;nbsp;

#pragma comment(linker, &quot;/NODEFAULTLIB:libcmt.lib&quot;)

#pragma comment(link..</description>
      <category>컴퓨터/프로그래밍</category>
      <author>Rough Existence</author>
      <guid isPermaLink="true">https://roughexistence.tistory.com/384</guid>
      <comments>https://roughexistence.tistory.com/384#entry384comment</comments>
      <pubDate>Tue, 16 Aug 2011 20:56:06 +0900</pubDate>
    </item>
  </channel>
</rss>