<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_kongxx's blog</title><subtitle type="text">有困难要上，没有困难创造困难也要上！</subtitle><id>http://feed.cnblogs.com/blog/u/2560/rss</id><updated>2005-10-28T08:54:49Z</updated><author><name>kongxx</name><uri>http://www.cnblogs.com/kongxx/</uri></author><generator>feed.cnblogs.com</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/kongxx/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/2560/rss"/><entry><id>http://www.cnblogs.com/kongxx/archive/2005/10/28/263893.html</id><title type="text">无异间发现的好网站</title><summary type="text">今天本来打算去www.javarss.com.cn去看东东，结果在输入地址的时候少输了个.cn，于是跑到了www.javarss.com网去了，这是一个en文网站，内容和www.javarss.com.cn类似（只不过它是收集的全部是外国有影响力的Java社区的RSS），但是绝对要比中国的这个做的好，估计是不是中国的这个网站抄袭老外的。不过，还是闲话少说，赶快加入收藏夹。</summary><published>2005-10-28T07:32:00Z</published><updated>2005-10-28T07:32:00Z</updated><author><name>kongxx</name><uri>http://www.cnblogs.com/kongxx/</uri></author><link rel="alternate" href="http://www.cnblogs.com/kongxx/archive/2005/10/28/263893.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/kongxx/archive/2005/10/28/263893.html"/><content type="text">今天本来打算去www.javarss.com.cn去看东东，结果在输入地址的时候少输了个.cn，于是跑到了www.javarss.com网去了，这是一个en文网站，内容和www.javarss.com.cn类似（只不过它是收集的全部是外国有影响力的Java社区的RSS），但是绝对要比中国的这个做的好，估计是不是中国的这个网站抄袭老外的。不过，还是闲话少说，赶快加入收藏夹。</content></entry><entry><id>http://www.cnblogs.com/kongxx/archive/2005/10/27/263163.html</id><title type="text">Message: 因为当前线程不在单线程单元中，故无法实例化 ActiveX 控件 错误处理方法</title><summary type="text">最近在做一个简单的屏幕保护程序，功能很简单就是在机器长时间不用的情况下，间隔一定时间启动一个屏幕保护程序。我这里有个特殊情况就是要播放一些媒体文件（.avi,.wmv）和flash文件等，因此我使用的是windows自带的WindowsMediaPlayer来做播放器。由于一些特殊原因，我需要在一个没有GUI的程序中启动屏幕保护程序，因此最初使用的是System.Threading.Timer来做定时器的，但是在测试中发现总是出席以下异常：Message: 因为当前线程不在单线程单元中，故无法实例化 ActiveX 控件“6bf52a52-394a-11d3-b153-00c04f79faa6”。Source: System.Windows.Forms  at System.Windows.Forms.AxHost..ctor(String clsid, Int32 flags)  at System.Windows.Forms.AxHost..ctor(String clsid)  at AxWMPLib.AxWind</summary><published>2005-10-27T07:27:00Z</published><updated>2005-10-27T07:27:00Z</updated><author><name>kongxx</name><uri>http://www.cnblogs.com/kongxx/</uri></author><link rel="alternate" href="http://www.cnblogs.com/kongxx/archive/2005/10/27/263163.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/kongxx/archive/2005/10/27/263163.html"/><content type="text">最近在做一个简单的屏幕保护程序，功能很简单就是在机器长时间不用的情况下，间隔一定时间启动一个屏幕保护程序。我这里有个特殊情况就是要播放一些媒体文件（.avi,.wmv）和flash文件等，因此我使用的是windows自带的WindowsMediaPlayer来做播放器。由于一些特殊原因，我需要在一个没有GUI的程序中启动屏幕保护程序，因此最初使用的是System.Threading.Timer来做定时器的，但是在测试中发现总是出席以下异常：Message: 因为当前线程不在单线程单元中，故无法实例化 ActiveX 控件“6bf52a52-394a-11d3-b153-00c04f79faa6”。Source: System.Windows.Forms  at System.Windows.Forms.AxHost..ctor(String clsid, Int32 flags)  at System.Windows.Forms.AxHost..ctor(String clsid)  at AxWMPLib.AxWind</content></entry><entry><id>http://www.cnblogs.com/kongxx/archive/2005/10/09/251073.html</id><title type="text">使用log4net记录日志到MySQL中</title><summary type="text">使用log4net记录日志到MySQL中</summary><published>2005-10-09T09:45:00Z</published><updated>2005-10-09T09:45:00Z</updated><author><name>kongxx</name><uri>http://www.cnblogs.com/kongxx/</uri></author><link rel="alternate" href="http://www.cnblogs.com/kongxx/archive/2005/10/09/251073.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/kongxx/archive/2005/10/09/251073.html"/><content type="text">使用log4net记录日志到MySQL中</content></entry><entry><id>http://www.cnblogs.com/kongxx/archive/2005/09/30/247439.html</id><title type="text">C#的MD5实现</title><summary type="text">C#的MD5实现</summary><published>2005-09-30T08:28:00Z</published><updated>2005-09-30T08:28:00Z</updated><author><name>kongxx</name><uri>http://www.cnblogs.com/kongxx/</uri></author><link rel="alternate" href="http://www.cnblogs.com/kongxx/archive/2005/09/30/247439.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/kongxx/archive/2005/09/30/247439.html"/><content type="text">C#的MD5实现</content></entry><entry><id>http://www.cnblogs.com/kongxx/archive/2005/09/30/247397.html</id><title type="text">Java的MD5实现</title><summary type="text">Java的MD5实现</summary><published>2005-09-30T07:15:00Z</published><updated>2005-09-30T07:15:00Z</updated><author><name>kongxx</name><uri>http://www.cnblogs.com/kongxx/</uri></author><link rel="alternate" href="http://www.cnblogs.com/kongxx/archive/2005/09/30/247397.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/kongxx/archive/2005/09/30/247397.html"/><content type="text">Java的MD5实现</content></entry><entry><id>http://www.cnblogs.com/kongxx/archive/2005/09/29/246492.html</id><title type="text">PHP实现的Telnet 【引用】</title><summary type="text">PHP实现的Telnet 【引用】</summary><published>2005-09-29T03:05:00Z</published><updated>2005-09-29T03:05:00Z</updated><author><name>kongxx</name><uri>http://www.cnblogs.com/kongxx/</uri></author><link rel="alternate" href="http://www.cnblogs.com/kongxx/archive/2005/09/29/246492.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/kongxx/archive/2005/09/29/246492.html"/><content type="text">PHP实现的Telnet 【引用】</content></entry><entry><id>http://www.cnblogs.com/kongxx/archive/2005/09/23/242572.html</id><title type="text">microsoft WINDOWS 系统错误代码 [收藏]</title><summary type="text">microsoft WINDOWS 系统错误代码</summary><published>2005-09-23T03:21:00Z</published><updated>2005-09-23T03:21:00Z</updated><author><name>kongxx</name><uri>http://www.cnblogs.com/kongxx/</uri></author><link rel="alternate" href="http://www.cnblogs.com/kongxx/archive/2005/09/23/242572.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/kongxx/archive/2005/09/23/242572.html"/><content type="text">microsoft WINDOWS 系统错误代码</content></entry><entry><id>http://www.cnblogs.com/kongxx/archive/2005/08/12/213131.html</id><title type="text">PicoContainer学习手册</title><summary type="text">PicoContainer学习手册</summary><published>2005-08-12T01:57:00Z</published><updated>2005-08-12T01:57:00Z</updated><author><name>kongxx</name><uri>http://www.cnblogs.com/kongxx/</uri></author><link rel="alternate" href="http://www.cnblogs.com/kongxx/archive/2005/08/12/213131.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/kongxx/archive/2005/08/12/213131.html"/><content type="text">PicoContainer学习手册</content></entry><entry><id>http://www.cnblogs.com/kongxx/archive/2005/08/11/212122.html</id><title type="text">PicoContainer学习手册</title><summary type="text">前些日子在看PicoContainer，整理了一些资料，还没有整理完，大家先看看，有什么问题多多指教，我会继续维护的。下载地址：http://www.myjavaserver.com/~kongxx/docs/PicoContainer_Doc_0.1.pdf</summary><published>2005-08-11T00:43:00Z</published><updated>2005-08-11T00:43:00Z</updated><author><name>kongxx</name><uri>http://www.cnblogs.com/kongxx/</uri></author><link rel="alternate" href="http://www.cnblogs.com/kongxx/archive/2005/08/11/212122.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/kongxx/archive/2005/08/11/212122.html"/><content type="text">前些日子在看PicoContainer，整理了一些资料，还没有整理完，大家先看看，有什么问题多多指教，我会继续维护的。下载地址：http://www.myjavaserver.com/~kongxx/docs/PicoContainer_Doc_0.1.pdf</content></entry><entry><id>http://www.cnblogs.com/kongxx/archive/2005/08/08/209749.html</id><title type="text">Java动态代理实现</title><summary type="text">Java动态代理实现 </summary><published>2005-08-08T02:18:00Z</published><updated>2005-08-08T02:18:00Z</updated><author><name>kongxx</name><uri>http://www.cnblogs.com/kongxx/</uri></author><link rel="alternate" href="http://www.cnblogs.com/kongxx/archive/2005/08/08/209749.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/kongxx/archive/2005/08/08/209749.html"/><content type="text">Java动态代理实现 </content></entry></feed>
