<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss version="2.0">
	<channel>
		<title>상대적인 진리의 블로그</title>
		<link>http://gun0123.tistory.com/</link>
		<description />
		<language>ko</language>
		<pubDate>Wed, 28 Oct 2009 08:30:58 +0000</pubDate>
		<generator>Tistory 1.1 (http://www.tistory.com/)</generator>
		<image>
		<title>상대적인 진리의 블로그</title>
		<url><![CDATA[http://cfs1.tistory.com/upload_control/download.blog?fhandle=YmxvZzE3MzgzQGZzMS50aXN0b3J5LmNvbTovYXR0YWNoLzEvMTE1LmdpZg%3D%3D]]></url>
		<link>http://gun0123.tistory.com/</link>
		<description />
		</image>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/gun0123" type="application/rss+xml" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><item>
			<title>[vb] timer interval이 0인 경우 이상한 현상...</title>
			<link>http://gun0123.tistory.com/155</link>
			<description>현장에 나가 있는 소스 중에 interval이 0이고&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;timer.Enabled = true&lt;/div&gt;
&lt;div&gt;timer.interval = 1000&lt;/div&gt;
&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;
이런 식으로 코드가 박혀있는 걸 보았다...&lt;/div&gt;
&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;
근데 이게 vista 환경에서는 1000밀리세컨에 한번씩 잘 도는데 --&lt;/div&gt;
&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;
현장에 나가있는 xp 환경에서는 timer 가 안돈다....&lt;/div&gt;
&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;
msdn 에서는 분명 visual basic 6.0 에서 interval 이 0일 경우 timer가 동작하지 않는다고 명시해놓았는데...&lt;/div&gt;
&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;
왜 내 컴텨에선 돌지 -_-;;&lt;/div&gt;</description>
			<category>프로그래밍</category>
			<author>벤야민</author>
			<guid>http://gun0123.tistory.com/155</guid>
			<comments>http://gun0123.tistory.com/155#entry155comment</comments>
			<pubDate>Wed, 28 Oct 2009 08:30:51 +0000</pubDate>
		</item>
		<item>
			<title>개발자들은 버그 앞에 당당해져야 한다.</title>
			<link>http://gun0123.tistory.com/149</link>
			<description>신이 아닌 이상 프로그램에 버그는 얼마든지 나올 수 있다. 물론 버그율을 줄이는 것이 옳으나&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;만에하나 자신이 발견하지 못한 버그가 나와 남이 나를 손가락질 하더라도,&lt;/div&gt;
&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;
&lt;b&gt;그 버그를 잡을 자신이 충만하면&lt;/b&gt; 절대 고개 숙여서도 안되고, 두려워 하거나 부끄러워 할 필요도 없다.&lt;/div&gt;
&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;</description>
			<category>IT이야기</category>
			<author>벤야민</author>
			<guid>http://gun0123.tistory.com/149</guid>
			<comments>http://gun0123.tistory.com/149#entry149comment</comments>
			<pubDate>Thu, 10 Sep 2009 04:36:40 +0000</pubDate>
		</item>
		<item>
			<title>fluorinefx 를 써서 asp .net 2.0 과 flex 3 을 연동하고 있는데</title>
			<link>http://gun0123.tistory.com/148</link>
			<description>가끔씩 flex 3 의 remote object가 작동하지 않는 버그가 있어서 고생을 하고 있다 --&amp;nbsp;&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
원인이 뭘까 -_-;; fluorinefx 자체 버그는 아닐테니...&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
우선 remote object 구현을 한 c# 클래스에 호출 되는 함수 부분을 static 으로 선언 안해서&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
...&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
그것때문인가 ;; 근데 fluorinefx.com 예제 들을 보면 static 선언 안되있던데 ㅡ.ㅡ 어느 부분에서 메모리에 올려주는건지 아직 공부가 덜됐다 --;;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
static 으로 선언 한 후로는 아직까지는 괜찮으니 ;; 귀찮으니까 문제 생기면 그때 공부해야겠다 -_-;;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
ps. fluorinefx 사용하는 사람이 별로 없어서 자료찾기가 쉽지 않다 -- 커뮤니티도 활성화 된게 없고... 접어야 되나...&lt;/div&gt;</description>
			<category>프로그래밍</category>
			<author>벤야민</author>
			<guid>http://gun0123.tistory.com/148</guid>
			<comments>http://gun0123.tistory.com/148#entry148comment</comments>
			<pubDate>Thu, 10 Sep 2009 02:20:46 +0000</pubDate>
		</item>
		<item>
			<title>내가 오픈소스를 선호하는 이유는...</title>
			<link>http://gun0123.tistory.com/147</link>
			<description>&lt;br /&gt;
&lt;div&gt;프로그램을 잘 쓰고 있고, 또 나에게 아주 중요한 프로그램이 되었을 때&lt;/div&gt;
&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;
갑자기 치명적인 버그가 발생한다면...&lt;/div&gt;
&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;
상용 프로그램은 천문학적인 돈을 들여서라도 만든 놈들한테 구걸할 수 밖에 없는 노릇이겠지만&lt;/div&gt;
&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;
오픈소스는 내가 소스를 보고 파악이라도 할 수 있으니까...&lt;/div&gt;
&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;
그래서 오픈소스만 쓸려고 한다.&lt;/div&gt;</description>
			<category>프로그래밍</category>
			<author>벤야민</author>
			<guid>http://gun0123.tistory.com/147</guid>
			<comments>http://gun0123.tistory.com/147#entry147comment</comments>
			<pubDate>Wed, 09 Sep 2009 06:29:42 +0000</pubDate>
		</item>
		<item>
			<title>windows 445 포트스캔 바이러스</title>
			<link>http://gun0123.tistory.com/146</link>
			<description>회사 테스트 서버에 445 포트로 누군가 접속해 있길래 netstat 으로 봤더니..&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
경리실 직원 PC --... 경리 쪽에서 개발 서버에 볼일이 없을텐데...&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
검색해보니 포트 자체가 os내에서 사용하는 포트...&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
바이러스인듯.. 윈도우즈 업데이트 해주니 없어짐 ;&lt;/div&gt;</description>
			<category>IT이야기</category>
			<author>벤야민</author>
			<guid>http://gun0123.tistory.com/146</guid>
			<comments>http://gun0123.tistory.com/146#entry146comment</comments>
			<pubDate>Mon, 07 Sep 2009 05:50:39 +0000</pubDate>
		</item>
	</channel>
</rss>
