<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title>〃하늘을 날다 〃</title>
		<link>http://gustmder.tistory.com/</link>
		<description></description>
		<language>ko</language>
		<pubDate>Fri, 30 Dec 2011 10:53:58 +0900</pubDate>
		<generator>Tistory 1.1 (http://www.tistory.com/)</generator>
		<managingEditor>선화</managingEditor>
		<item>
			<title>무제.</title>
			<link>http://gustmder.tistory.com/164</link>
			<description>Mission Complete.</description>
			<category>etc...</category>
			<author>선화</author>
			<guid>http://gustmder.tistory.com/164</guid>
			<comments>http://gustmder.tistory.com/164#entry164comment</comments>
			<pubDate>Fri, 30 Dec 2011 00:55:45 +0900</pubDate>
		</item>
		<item>
			<title>무제.</title>
			<link>http://gustmder.tistory.com/162</link>
			<description>그대. 울지마요. 내 앞에서 울면 날이갈수록.. 난감해서 미칠것만 같소. 어떻게 해야 하는지. 그대가 좋아져요.. 다 잊어먹어서 잘 모르겠단 말이오. 정말 오랜만이에요.. 그대가 울면 난 극심한 스트레스를 받소. 이 기분 정말 좋지만.. 난 밥도 안넘어가고 잠도 안오고 복잡하게 만드는 기분이에요.. 미칠것만 같단 말이오. ....</description>
			<category>etc...</category>
			<author>선화</author>
			<guid>http://gustmder.tistory.com/162</guid>
			<comments>http://gustmder.tistory.com/162#entry162comment</comments>
			<pubDate>Thu, 08 Dec 2011 21:20:23 +0900</pubDate>
		</item>
		<item>
			<title>[안드로이드] - LogCat</title>
			<link>http://gustmder.tistory.com/161</link>
			<description>이클립스 LogCat 의 Log가 안나올때 해결법. DDMS에서 Device를 선택해주면 Log가 잘 나온다...</description>
			<category>android</category>
			<category>logcat</category>
			<category>로그캣</category>
			<category>안드로이드</category>
			<author>선화</author>
			<guid>http://gustmder.tistory.com/161</guid>
			<comments>http://gustmder.tistory.com/161#entry161comment</comments>
			<pubDate>Wed, 06 Jul 2011 13:58:56 +0900</pubDate>
		</item>
		<item>
			<title>2011 년 복날</title>
			<link>http://gustmder.tistory.com/160</link>
			<description>2011년 복날 [초복] 7월 14일, [중복] 7월 24일, [말복] 8월 13일</description>
			<category>2011년 복날</category>
			<category>말복</category>
			<category>복날</category>
			<category>중복</category>
			<category>초복</category>
			<author>선화</author>
			<guid>http://gustmder.tistory.com/160</guid>
			<comments>http://gustmder.tistory.com/160#entry160comment</comments>
			<pubDate>Fri, 01 Jul 2011 10:35:39 +0900</pubDate>
		</item>
		<item>
			<title>[ Java ] - 일수계산</title>
			<link>http://gustmder.tistory.com/156</link>
			<description>SimpleDateFormat dateFormatter = new SimpleDateFormat (&quot;yyyyMMdd&quot;, Locale.KOREA); Date date1 = dateFormatter.parse(&quot;20110101&quot;); Date date2 = dateFormatter.parse(&quot;20111231&quot;); System.out.println(String.format(&quot;%d&quot;, ( date2.getTime() - date1.getTime() ) /..</description>
			<category>Java</category>
			<category>java</category>
			<category>일수계산</category>
			<author>선화</author>
			<guid>http://gustmder.tistory.com/156</guid>
			<comments>http://gustmder.tistory.com/156#entry156comment</comments>
			<pubDate>Tue, 08 Mar 2011 10:51:32 +0900</pubDate>
		</item>
		<item>
			<title>[ 펌 ] - 안드로이드 가로, 세로 모드 막기</title>
			<link>http://gustmder.tistory.com/153</link>
			<description>출처 : http://mainia.tistory.com/585 안드로이드 가로, 세로 모드 막기&lt;?xml:namespace prefix = o /&gt; 개발환경 : JDK 1.5, eclipse-galileo, Android API 2.1, window XP 스마트폰을 옆으로 기울이게 되면 어플이 가로 모드로 배치되게 된다. 미리 그것에 대한 대비가 되어 있었다면 문제가 없겠지만 그렇지 않다면 이미지와 레이아웃이 다 깨질것이다. 그리고 어플자체가 가로모..</description>
			<category>Java</category>
			<category>android</category>
			<category>가로</category>
			<category>세로</category>
			<category>안드로이드</category>
			<author>선화</author>
			<guid>http://gustmder.tistory.com/153</guid>
			<comments>http://gustmder.tistory.com/153#entry153comment</comments>
			<pubDate>Mon, 17 Jan 2011 13:57:53 +0900</pubDate>
		</item>
		<item>
			<title>[펌] - 안드로이드 개발환경(갈릴레오, SDK2.1) 구축하기</title>
			<link>http://gustmder.tistory.com/151</link>
			<description>Chap1. 안드로이드 개발환경 구축하기 1. 자바 SDK 설치 하기(다운로드) 안드로이드 어플리케이션은 자바 환경을 기반으로 개발할 수 있습니다. 위 링크를 통해 최신 버전을 다운로드 받아 설치합니다. 안드로이드는 Java SDK 5 혹은 6 이상의 환경이 필요한데 가능한 최신버전을 설치합니다. 자바 설치가 완료되었다면 &#039;시작 - 실행 - cmd&#039; 를 실행합니다. 그리고 java -version을 치고 엔터를 누릅니다. 자바가 정상적으로 설치가 완..</description>
			<category>Java</category>
			<category>java</category>
			<category>안드로이드2.1</category>
			<author>선화</author>
			<guid>http://gustmder.tistory.com/151</guid>
			<comments>http://gustmder.tistory.com/151#entry151comment</comments>
			<pubDate>Sun, 26 Dec 2010 13:08:36 +0900</pubDate>
		</item>
		<item>
			<title>[ java ] - 파일 인코딩 타입 알아내기</title>
			<link>http://gustmder.tistory.com/150</link>
			<description></description>
			<category>java</category>
			<author>선화</author>
			<guid>http://gustmder.tistory.com/150</guid>
			<comments>http://gustmder.tistory.com/150#entry150comment</comments>
			<pubDate>Thu, 28 Oct 2010 23:00:20 +0900</pubDate>
		</item>
		<item>
			<title>javascript</title>
			<link>http://gustmder.tistory.com/145</link>
			<description>// 클래스 이름으로 엘리먼트 이름 찾기 function hasClass(name, type) { var r = []; //클래스 이름을 찾는다 (복수개의 클래스 이름도 허용한다. ) var re = new RegExp(&quot;(^|\\s)&quot; + name + &quot;(\\s|$)&quot;); //특정 타입만 검색하도록 범위를 좁히거나, 아니면 전체 엘리먼트를 살펴본다. var e = document.getElementsByTagName(type || &quot;*&quot;); for..</description>
			<category>javascript</category>
			<author>선화</author>
			<guid>http://gustmder.tistory.com/145</guid>
			<comments>http://gustmder.tistory.com/145#entry145comment</comments>
			<pubDate>Tue, 27 Jul 2010 16:17:24 +0900</pubDate>
		</item>
		<item>
			<title>[ 펌 ] - iBatis 샘플</title>
			<link>http://gustmder.tistory.com/144</link>
			<description>출처 : http://mudchobo.tomeii.com iBATIS를 이용해서 간단한 예제를 만들어봅시다. 웹이랑 섞으면 복잡하니까 콘솔에서 아주 간단하게 해보겠습니다-_-; iBATIS를 들어보기만 하고 저처럼 어려울 것 같아서 거부하신분들에게 바칩니다-_-; 저는 처음에 상당히 어려울 줄 알았는데 공식홈페이지가니까 이동국님이 번역해 놓으신 문서가 있더라구요. 약간 이상하게(?) 번역해 놓긴 했지만 영어울렁증이 있는 저에게는 정말 도움이 되는 자..</description>
			<category>ibatis</category>
			<category>java</category>
			<author>선화</author>
			<guid>http://gustmder.tistory.com/144</guid>
			<comments>http://gustmder.tistory.com/144#entry144comment</comments>
			<pubDate>Thu, 22 Jul 2010 02:36:28 +0900</pubDate>
		</item>
		<item>
			<title>[ JAVA ] - GUI</title>
			<link>http://gustmder.tistory.com/142</link>
			<description>public static void main(String[] args) { ConnectDialog f = new ConnectDialog(); Dimension screen = Toolkit.getDefaultToolkit().getScreenSize(); //화면크기 Dimension ff= f.getSize(); //다이얼로그 크기 //한 중간에서 다이얼로그크기 반 뺀 위치 좌표 int x = (int) (screen.getWidth() / 2..</description>
			<category>Java</category>
			<category>Dimension</category>
			<category>java</category>
			<category>해상도크기</category>
			<author>선화</author>
			<guid>http://gustmder.tistory.com/142</guid>
			<comments>http://gustmder.tistory.com/142#entry142comment</comments>
			<pubDate>Sun, 06 Jun 2010 23:59:07 +0900</pubDate>
		</item>
		<item>
			<title>[ C# ] - 정규표현식</title>
			<link>http://gustmder.tistory.com/141</link>
			<description>from : 데브피아</description>
			<category>C#</category>
			<category>c#</category>
			<category>regex</category>
			<category>정규표현식</category>
			<author>선화</author>
			<guid>http://gustmder.tistory.com/141</guid>
			<comments>http://gustmder.tistory.com/141#entry141comment</comments>
			<pubDate>Sun, 30 May 2010 17:02:01 +0900</pubDate>
		</item>
		<item>
			<title>[ Database ]</title>
			<link>http://gustmder.tistory.com/136</link>
			<description>데이터 베이스의 특성 ■ 실시간 접근성 실시간 처리란 생성된 데이터를 바로 컴퓨터에 보내어 처리결과를 기다려서 다음 의사결정에 각각 반영할 수 있는 처리 방식을 말합니다. 컴퓨터가 접근할 수 있는 저장 장치에 수록된 DB는 수시적이고 비정형적 인 검색이나 조작을 요구하는 질의에 대하여 실시간 처리 응답할 수 있어야 합니다. 실시간에 있어서 응답 시간은 수 초를 넘지 않는게 보통입니다. ■ 계속적인 변화 데이터베이스는 새로운 데이터의 삽입, 기존 데이..</description>
			<category>Database</category>
			<category>database</category>
			<author>선화</author>
			<guid>http://gustmder.tistory.com/136</guid>
			<comments>http://gustmder.tistory.com/136#entry136comment</comments>
			<pubDate>Sun, 28 Feb 2010 17:19:49 +0900</pubDate>
		</item>
		<item>
			<title>[ C# ] Win32API를 이용하여 프레임없는 윈도우 이동</title>
			<link>http://gustmder.tistory.com/135</link>
			<description>using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; using System.Runtime.InteropServices; // for API namespace MoveWndWithAPISample { public..</description>
			<category>C#</category>
			<category>c#</category>
			<category>Win32API</category>
			<category>프레임</category>
			<author>선화</author>
			<guid>http://gustmder.tistory.com/135</guid>
			<comments>http://gustmder.tistory.com/135#entry135comment</comments>
			<pubDate>Fri, 12 Feb 2010 18:30:57 +0900</pubDate>
		</item>
		<item>
			<title>[ MySql ] 계정추가, 백업 및 복구,</title>
			<link>http://gustmder.tistory.com/134</link>
			<description>## Mysql user table ## insert into user values (&#039;localhost&#039;,&#039;user_name&#039;,password(&#039;xxxxx&#039;),&#039;n&#039;,&#039;n&#039;,&#039;n&#039;,&#039;n&#039;,&#039;n&#039;,&#039;n&#039;,&#039;n&#039;,&#039;n&#039;,&#039;n&#039;,&#039;n&#039;,&#039;n&#039;,&#039;n&#039;,&#039;n&#039;,&#039;n&#039;,&#039;n&#039;,&#039;n&#039;,&#039;n&#039;,&#039;n&#039;,&#039;n&#039;,&#039;n&#039;,&#039;n&#039;,&#039;&#039;,&#039;&#039;,&#039;&#039;,&#039;&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;); mysql 5.x insert into user values (&#039;localhost&#039;,&#039;user_..</description>
			<category>MySql</category>
			<category>MySQL</category>
			<author>선화</author>
			<guid>http://gustmder.tistory.com/134</guid>
			<comments>http://gustmder.tistory.com/134#entry134comment</comments>
			<pubDate>Thu, 11 Feb 2010 18:40:20 +0900</pubDate>
		</item>
		<item>
			<title>화이트박스 / 블랙박스 테스트</title>
			<link>http://gustmder.tistory.com/133</link>
			<description>화이트박스테스트 -개념:개발된 source코드를 중심으로 프로그램 내부 로직상의 어류 검증, 모든 경로를 테스트 -특징:개발자관점, 구조테스트, Logic-Driven, 모듈테스트 -테스트기법:기조경로검사(제어흐름도, 순환복잡도), 제어구조검사(Condition Testing, Loop Testing, DataFlow Testing) 블랙박스테스트 -개념:source코드를 보지 않고 목적코드를 수행시켜가면서 결함을 발견하는 내부구조를 고려하지 않는..</description>
			<category>etc...</category>
			<category>블랙박스 테스트</category>
			<category>화이트박스 테스트</category>
			<author>선화</author>
			<guid>http://gustmder.tistory.com/133</guid>
			<comments>http://gustmder.tistory.com/133#entry133comment</comments>
			<pubDate>Thu, 21 Jan 2010 00:59:54 +0900</pubDate>
		</item>
		<item>
			<title>[ MySql ] C++ 에서 한글입력되게 하기..</title>
			<link>http://gustmder.tistory.com/129</link>
			<description>#윈도우에서 사용할경우 my.ini 파일을열어서 수정하면됨. # vi /etc/my.cnf # Example MySQL config file for large systems. # # This is for a large system with memory = 512M where the system runs mainly # MySQL. # # You can copy this file to # /etc/my.cnf to set global options,..</description>
			<category>MySql</category>
			<category>C++</category>
			<category>C++한글입력</category>
			<category>MySQL</category>
			<author>선화</author>
			<guid>http://gustmder.tistory.com/129</guid>
			<comments>http://gustmder.tistory.com/129#entry129comment</comments>
			<pubDate>Sun, 29 Nov 2009 16:59:59 +0900</pubDate>
		</item>
		<item>
			<title>[ java ] - ...일반</title>
			<link>http://gustmder.tistory.com/123</link>
			<description>// 숫자 이외의 문자 입력 안되게! class MyKeyDownEvent implements KeyListener { public void keyPressed(KeyEvent e) { System.out.println(&quot;keyPressed&quot;); } public void keyReleased(KeyEvent e) { System.out.println(&quot;keyReleased&quot;); } public void keyTyped(KeyEvent e) { Sys..</description>
			<category>Java</category>
			<category>Character.isDigit</category>
			<category>java</category>
			<category>JTextField</category>
			<category>JTextField 숫자</category>
			<category>JVM</category>
			<author>선화</author>
			<guid>http://gustmder.tistory.com/123</guid>
			<comments>http://gustmder.tistory.com/123#entry123comment</comments>
			<pubDate>Tue, 03 Nov 2009 01:02:34 +0900</pubDate>
		</item>
		<item>
			<title>우분투 mysql설치</title>
			<link>http://gustmder.tistory.com/121</link>
			<description>sudo apt-get install mysql-server mysql-client</description>
			<category>MySql</category>
			<category>mysql 설치</category>
			<category>ubuntu</category>
			<author>선화</author>
			<guid>http://gustmder.tistory.com/121</guid>
			<comments>http://gustmder.tistory.com/121#entry121comment</comments>
			<pubDate>Wed, 21 Oct 2009 16:31:54 +0900</pubDate>
		</item>
		<item>
			<title>usb메모리 스틱 으로 윈도우xp설치하기</title>
			<link>http://gustmder.tistory.com/118</link>
			<description>usb메모리 스틱 으로 윈도우xp설치하기 요즘은 고용량 메모리 추세이므로 컴퓨터를 조금만 알거나 관심있는 사람이면은 누구나 1~2기가 이상의 플레쉬 메모리 또는 usb를 이용한 외장 하드를 소지한 사람도 많다. 이러한 usb메모리나 외장 하드 자체에 윈도우 원본을 저장해 두었다가 윈도우 설치시 cd롬의 윈도우 시디가 아닌 usb메모리로 설치하는 방법을 설명하고자 한다. usb메모리로 설치하면 설치 속도도 빠르고, 소장하기 편리하며 여유 공간에 각종..</description>
			<category>etc...</category>
			<category>USB</category>
			<category>윈도우설치</category>
			<author>선화</author>
			<guid>http://gustmder.tistory.com/118</guid>
			<comments>http://gustmder.tistory.com/118#entry118comment</comments>
			<pubDate>Wed, 07 Oct 2009 13:55:20 +0900</pubDate>
		</item>
		<item>
			<title>닷넷 프레임워크 기반 소켓프로그래밍 가이드</title>
			<link>http://gustmder.tistory.com/116</link>
			<description>닷넷 프레임워크 기반 소켓프로그래밍 가이드</description>
			<category>C#</category>
			<category>.NET Framework</category>
			<category>c#</category>
			<category>socket</category>
			<category>프레임워크</category>
			<author>선화</author>
			<guid>http://gustmder.tistory.com/116</guid>
			<comments>http://gustmder.tistory.com/116#entry116comment</comments>
			<pubDate>Mon, 24 Aug 2009 13:32:47 +0900</pubDate>
		</item>
		<item>
			<title>[ C# ] - Messenger</title>
			<link>http://gustmder.tistory.com/115</link>
			<description></description>
			<category>C#</category>
			<category>.net framework 2.0</category>
			<category>c#</category>
			<category>messenger</category>
			<category>메신저</category>
			<author>선화</author>
			<guid>http://gustmder.tistory.com/115</guid>
			<comments>http://gustmder.tistory.com/115#entry115comment</comments>
			<pubDate>Fri, 14 Aug 2009 00:57:12 +0900</pubDate>
		</item>
		<item>
			<title>[ C / C++ ] .. 쓰레드 생성</title>
			<link>http://gustmder.tistory.com/113</link>
			<description>for .. C (HANDLE)_beginthreadex(NULL, 0, ClientConn, (void*)clntSock, 0, (unsigned *)&amp;dwThreadID); for .. C++ (HANDLE)_beginthreadex(NULL, 0, (unsigned int(__stdcall*)(void*))ClientConn, (void*)clntSock, 0, (unsigned *)&amp;dwThreadID); CreateThread 라는 함수도..</description>
			<category>TCP / IP</category>
			<category>C</category>
			<category>C++</category>
			<category>Thread</category>
			<category>_beginthreadex</category>
			<category>쓰레드</category>
			<author>선화</author>
			<guid>http://gustmder.tistory.com/113</guid>
			<comments>http://gustmder.tistory.com/113#entry113comment</comments>
			<pubDate>Sun, 02 Aug 2009 20:23:18 +0900</pubDate>
		</item>
		<item>
			<title>[ Linux ] - 우분투 gcc 컴파일하기</title>
			<link>http://gustmder.tistory.com/112</link>
			<description>우분투에서 C / C++ 을 코딩하여 컴파일할때 라이브러리를 찾지 못하는 에러가 간혹 발생하는데 (처음 사용시) sudo apt-get install build-essential 라고 치면 gcc 가 설치되어 컴파일이 가능하다.</description>
			<category>Linux</category>
			<category>C</category>
			<category>C++</category>
			<category>gcc</category>
			<category>linux</category>
			<category>ubuntu</category>
			<category>우분투</category>
			<author>선화</author>
			<guid>http://gustmder.tistory.com/112</guid>
			<comments>http://gustmder.tistory.com/112#entry112comment</comments>
			<pubDate>Wed, 29 Jul 2009 11:31:49 +0900</pubDate>
		</item>
		<item>
			<title>[ C# ] - dll import..</title>
			<link>http://gustmder.tistory.com/111</link>
			<description>1. Visual Studio 6 - C/C++ DLL 제작 [DLL Source - MyDll.Dll] #include &lt;windows.h&gt; #define DLL_EXPORT extern &quot;C&quot; __declspec(dllexport) #define DLL_IMPORT extern &quot;C&quot; __declspec(dllexport) BOOL WINAPI DllEntryPoint(HINSTANCE hDll, unsigned int dwReason, void..</description>
			<category>C#</category>
			<category>c#</category>
			<category>DLL</category>
			<author>선화</author>
			<guid>http://gustmder.tistory.com/111</guid>
			<comments>http://gustmder.tistory.com/111#entry111comment</comments>
			<pubDate>Sun, 26 Jul 2009 23:48:49 +0900</pubDate>
		</item>
		<item>
			<title>[ C# ] - mysql connector</title>
			<link>http://gustmder.tistory.com/110</link>
			<description>C#과 MySQL과의 연동은 MySQL에서 제공하는 SQL Connector를 통해서 쉽게 연동 할 수 있다. SQL Connector을 사용하기 위해서는 http://www.mysql.com/ 에 접속하여 .Net용 Connector을 다운 받고 설치한다. 설치가 완료 되면 메뉴 - 프로젝트 - 참조 추가를 선택한다 참조 추가 창이 뜨면 찾아보기를 누르고 C:\Program Files\MySQL\MySQL Connector Net 5.0.8.1\B..</description>
			<category>C#</category>
			<category>c#</category>
			<category>MySQL</category>
			<category>mysql connector</category>
			<author>선화</author>
			<guid>http://gustmder.tistory.com/110</guid>
			<comments>http://gustmder.tistory.com/110#entry110comment</comments>
			<pubDate>Mon, 13 Jul 2009 11:25:22 +0900</pubDate>
		</item>
		<item>
			<title>[ C# ] - 쓰레드</title>
			<link>http://gustmder.tistory.com/109</link>
			<description>메인 프로그램이 죽었을때 쓰레드가 죽지 않는 경우가 있다.. 그럴땐 Thread thread = new Thread(.....) ...FormClosed(object sender, FormClosedEventArgs e) { thread.IsBackground = true; } 이렇게 적어주면 실행되고 있는 쓰레드도 같이 죽게 된다. 출처는 어디에선가..ㅡ.ㅡ</description>
			<category>C#</category>
			<category>c#</category>
			<category>Thread</category>
			<category>쓰레드</category>
			<category>쓰레드 종료</category>
			<author>선화</author>
			<guid>http://gustmder.tistory.com/109</guid>
			<comments>http://gustmder.tistory.com/109#entry109comment</comments>
			<pubDate>Sun, 12 Jul 2009 22:29:46 +0900</pubDate>
		</item>
		<item>
			<title>[ etc ] - 이클립스 heap 늘리기</title>
			<link>http://gustmder.tistory.com/108</link>
			<description>eclipse.exe -vmargs -XX:MaxPermSize=128m - Xms256m -Xmx512m -Xms256m : 시작 메모리 -Xmx512m : 힙 최대 사이즈</description>
			<category>etc...</category>
			<category>java</category>
			<category>이클립스</category>
			<author>선화</author>
			<guid>http://gustmder.tistory.com/108</guid>
			<comments>http://gustmder.tistory.com/108#entry108comment</comments>
			<pubDate>Sun, 12 Jul 2009 16:00:01 +0900</pubDate>
		</item>
		<item>
			<title>System Programming..</title>
			<link>http://gustmder.tistory.com/107</link>
			<description>시스템 프로그래밍이란 1 소개 시스템 프로그래밍이란 시스템 프로그램을 작성하기 위한 일련의 과정을 의미한다. 시스템 프로그램은 시스템을 제어하는 프로그램이므로 결국 시스템 프로그래밍은 시스템을 알아가는 과정이라고 볼 수 있을 것이다. 시스템을 알아가는 과정이라고 해서, 컴퓨터의 CPU, Memory, 하드디스크등의 시스템 자체에 대해서 공부할 필요는 없으니 미리 겁을 먹을 필요는 없다. 앞장에서 설명했듯이 운영체제가 제공하는 함수를 통해서, 시스템에..</description>
			<category>etc...</category>
			<category>System Programming</category>
			<category>시스템 프로그래밍</category>
			<author>선화</author>
			<guid>http://gustmder.tistory.com/107</guid>
			<comments>http://gustmder.tistory.com/107#entry107comment</comments>
			<pubDate>Tue, 07 Jul 2009 13:47:57 +0900</pubDate>
		</item>
		<item>
			<title>[ etc ] ...이클립스 인텔리센스 작동시키기</title>
			<link>http://gustmder.tistory.com/106</link>
			<description>유로파 버전에서 java 개발을 할때 인텔리 센스가 작동이 안될것이다.. 그럴때는.. Window → Preferences → java → Editor → ContentAssist → Advanced → OtherJavaProposals 체크!</description>
			<category>etc...</category>
			<category>java</category>
			<category>proposals</category>
			<category>이클립스</category>
			<category>이클립스 설정</category>
			<category>인텔리센스</category>
			<author>선화</author>
			<guid>http://gustmder.tistory.com/106</guid>
			<comments>http://gustmder.tistory.com/106#entry106comment</comments>
			<pubDate>Mon, 06 Jul 2009 10:10:43 +0900</pubDate>
		</item>
	</channel>
</rss>

