<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>뚱2's Story</title>
    <link>https://d2d2.tistory.com/</link>
    <description>개발의 단편적인 기억들을 기억하기 위해서 만들었지만
지금은 링크 전용 블로그가 되어버렸다.</description>
    <language>ko</language>
    <pubDate>Mon, 11 May 2026 10:06:50 +0900</pubDate>
    <generator>TISTORY</generator>
    <ttl>100</ttl>
    <managingEditor>뚱2이</managingEditor>
    <image>
      <title>뚱2's Story</title>
      <url>https://tistory1.daumcdn.net/tistory/58054/attach/66d9a148235e4d3aa9279e84721cbffc</url>
      <link>https://d2d2.tistory.com</link>
    </image>
    <item>
      <title>Blog 이전 했습니다.</title>
      <link>https://d2d2.tistory.com/1184</link>
      <description>이전 한지는 한참 되었습니다.
&amp;nbsp;
http://blog.ddoong2.com</description>
      <author>뚱2이</author>
      <guid isPermaLink="true">https://d2d2.tistory.com/1184</guid>
      <comments>https://d2d2.tistory.com/1184#entry1184comment</comments>
      <pubDate>Mon, 8 Apr 2019 18:11:10 +0900</pubDate>
    </item>
    <item>
      <title>[Java] Java Zip 유틸리티 클래스</title>
      <link>https://d2d2.tistory.com/1183</link>
      <description>비밀번호 압축가능하게 해준다.링크:&amp;nbsp;http://www.ne.jp/asahi/hishidama/home/tech/soft/java/zip.html</description>
      <category>Java/Java</category>
      <category>java</category>
      <category>password</category>
      <category>ZIP</category>
      <author>뚱2이</author>
      <guid isPermaLink="true">https://d2d2.tistory.com/1183</guid>
      <comments>https://d2d2.tistory.com/1183#entry1183comment</comments>
      <pubDate>Thu, 24 Dec 2015 23:21:57 +0900</pubDate>
    </item>
    <item>
      <title>[Sublime Text] Sumlime Text OS X Command Line Install</title>
      <link>https://d2d2.tistory.com/1182</link>
      <description>링크:&amp;nbsp;http://www.sublimetext.com/docs/3/osx_command_line.html</description>
      <category>IDE/Tool/Sublime Text</category>
      <category>OSX</category>
      <category>sublime text</category>
      <author>뚱2이</author>
      <guid isPermaLink="true">https://d2d2.tistory.com/1182</guid>
      <comments>https://d2d2.tistory.com/1182#entry1182comment</comments>
      <pubDate>Thu, 24 Dec 2015 09:59:11 +0900</pubDate>
    </item>
    <item>
      <title>[IntelliJ IDEA] IntelliJ IDEA15 VM 설정</title>
      <link>https://d2d2.tistory.com/1181</link>
      <description>-ea-server-Xms2048m-Xmx2048m-Xss24m-XX:+UseCompressedOops-XX:ReservedCodeCacheSize=1024m-XX:+UseG1GC&amp;nbsp;-XX:MaxGCPauseMillis=50-XX:GCPauseIntervalMillis=200-XX:ConcGCThreads=4-XX:SoftRefLRUPolicyMSPerMB=50&amp;nbsp;-Dsun.io.useCanonCaches=false&amp;nbsp;-Djava...</description>
      <category>IDE/Tool/IntelliJ IDEA</category>
      <category>IntelliJ IDEA</category>
      <category>java</category>
      <author>뚱2이</author>
      <guid isPermaLink="true">https://d2d2.tistory.com/1181</guid>
      <comments>https://d2d2.tistory.com/1181#entry1181comment</comments>
      <pubDate>Thu, 10 Dec 2015 15:02:46 +0900</pubDate>
    </item>
    <item>
      <title>[Java] JAXB: MARSHALLING AND UNMARSHALLING CDATA BLOCK</title>
      <link>https://d2d2.tistory.com/1180</link>
      <description>링크:&amp;nbsp;http://theopentutorials.com/post/uncategorized/jaxb-marshalling-and-unmarshalling-cdata-block/</description>
      <category>Java/Java</category>
      <category>CDATA</category>
      <category>JAXB</category>
      <category>marshalling</category>
      <author>뚱2이</author>
      <guid isPermaLink="true">https://d2d2.tistory.com/1180</guid>
      <comments>https://d2d2.tistory.com/1180#entry1180comment</comments>
      <pubDate>Thu, 26 Nov 2015 21:33:07 +0900</pubDate>
    </item>
    <item>
      <title>[Oracle] Table Description Query</title>
      <link>https://d2d2.tistory.com/1179</link>
      <description>SELECT T1.COLUMN_NAME,
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;SUBSTR(DATA_TYPE||'('||DATA_LENGTH||')', 0, 20) AS DATA_TYPE,
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;DECODE(NULLABLE,'N','NOT NULL', '') AS NULL_STATUS, COMMENTS
FROM ALL_TAB_COLUMNS T1, ALL_COL_COMMENTS T2
WHERE T1.T..</description>
      <category>DB / NoSQL/Oracle / Toad</category>
      <category>oracle</category>
      <category>SQL</category>
      <category>Table Description</category>
      <author>뚱2이</author>
      <guid isPermaLink="true">https://d2d2.tistory.com/1179</guid>
      <comments>https://d2d2.tistory.com/1179#entry1179comment</comments>
      <pubDate>Sat, 17 Oct 2015 20:30:34 +0900</pubDate>
    </item>
    <item>
      <title>[Java] Java HotSpot VM Options</title>
      <link>https://d2d2.tistory.com/1178</link>
      <description>링크:&amp;nbsp;http://www.oracle.com/technetwork/articles/java/vmoptions-jsp-140102.html</description>
      <category>Java/Java</category>
      <category>HotSopt</category>
      <category>java</category>
      <category>Option</category>
      <category>vm</category>
      <author>뚱2이</author>
      <guid isPermaLink="true">https://d2d2.tistory.com/1178</guid>
      <comments>https://d2d2.tistory.com/1178#entry1178comment</comments>
      <pubDate>Sat, 10 Oct 2015 14:45:45 +0900</pubDate>
    </item>
    <item>
      <title>[SpringBoot] 외부 톰켓으로 변경하기.</title>
      <link>https://d2d2.tistory.com/1177</link>
      <description>링크:&amp;nbsp;https://spring.io/blog/2014/03/07/deploying-spring-boot-applications</description>
      <category>Java/SpringFramework</category>
      <category>boot</category>
      <category>external tomcat</category>
      <category>spring</category>
      <author>뚱2이</author>
      <guid isPermaLink="true">https://d2d2.tistory.com/1177</guid>
      <comments>https://d2d2.tistory.com/1177#entry1177comment</comments>
      <pubDate>Thu, 8 Oct 2015 16:20:54 +0900</pubDate>
    </item>
    <item>
      <title>[Maven] Generating a Custom Offline Repository</title>
      <link>https://d2d2.tistory.com/1176</link>
      <description>링크:&amp;nbsp;https://access.redhat.com/documentation/en-US/Fuse_ESB_Enterprise/7.1/html/Deploying_into_the_Container/files/Locate-CustomRepo.html</description>
      <category>Java/Maven</category>
      <category>Maven</category>
      <category>Offline</category>
      <author>뚱2이</author>
      <guid isPermaLink="true">https://d2d2.tistory.com/1176</guid>
      <comments>https://d2d2.tistory.com/1176#entry1176comment</comments>
      <pubDate>Fri, 2 Oct 2015 20:21:38 +0900</pubDate>
    </item>
    <item>
      <title>[Java] Cron Maker</title>
      <link>https://d2d2.tistory.com/1175</link>
      <description>링크:&amp;nbsp;http://www.cronmaker.com/</description>
      <category>Java/Java</category>
      <category>cron</category>
      <category>java</category>
      <category>maker</category>
      <author>뚱2이</author>
      <guid isPermaLink="true">https://d2d2.tistory.com/1175</guid>
      <comments>https://d2d2.tistory.com/1175#entry1175comment</comments>
      <pubDate>Fri, 28 Aug 2015 17:12:13 +0900</pubDate>
    </item>
  </channel>
</rss>