<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>chqchq的专栏</title><link>http://blog.csdn.net/chqchq/</link><description /><dc:language>zh-CN</dc:language><lastUpdateTime>Thu, 22 May 2008 14:18:30 GMT</lastUpdateTime><ttl>60</ttl><item><dc:creator>chqchq</dc:creator><title>查看局域网其它计算机IP地地址方法</title><link>http://blog.csdn.net/chqchq/archive/2006/06/06/775785.aspx</link><pubDate>Tue, 06 Jun 2006 11:39:00 GMT</pubDate><guid>http://blog.csdn.net/chqchq/archive/2006/06/06/775785.aspx</guid><wfw:comment>http://blog.csdn.net/chqchq/comments/775785.aspx</wfw:comment><comments>http://blog.csdn.net/chqchq/archive/2006/06/06/775785.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/chqchq/comments/commentRss/775785.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=775785</trackback:ping><description>查看局域网其它计算机IP地地址方法&lt;img src ="http://blog.csdn.net/chqchq/aggbug/775785.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>chqchq</dc:creator><title>C#多线程强制退出程序</title><link>http://blog.csdn.net/chqchq/archive/2006/06/05/773860.aspx</link><pubDate>Mon, 05 Jun 2006 11:41:00 GMT</pubDate><guid>http://blog.csdn.net/chqchq/archive/2006/06/05/773860.aspx</guid><wfw:comment>http://blog.csdn.net/chqchq/comments/773860.aspx</wfw:comment><comments>http://blog.csdn.net/chqchq/archive/2006/06/05/773860.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/chqchq/comments/commentRss/773860.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=773860</trackback:ping><description>如果程序退出的时候不关闭线程，那么线程就会一直的存在，但是大多启动的线程都是局部变量，不能一一的关闭，如果调用Thread.CurrentThread.Abort()方法关闭主线程的话，就会出现ThreadAbortException 异常，因此这样不行。&lt;img src ="http://blog.csdn.net/chqchq/aggbug/773860.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>chqchq</dc:creator><title>Socket获取客户端IP地址及端口号</title><link>http://blog.csdn.net/chqchq/archive/2006/05/22/749437.aspx</link><pubDate>Mon, 22 May 2006 15:06:00 GMT</pubDate><guid>http://blog.csdn.net/chqchq/archive/2006/05/22/749437.aspx</guid><wfw:comment>http://blog.csdn.net/chqchq/comments/749437.aspx</wfw:comment><comments>http://blog.csdn.net/chqchq/archive/2006/05/22/749437.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/chqchq/comments/commentRss/749437.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=749437</trackback:ping><description>Socket类包含一些非常有用的属性，这些属性允许确定关于正在连接的客户端的信息&lt;img src ="http://blog.csdn.net/chqchq/aggbug/749437.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>chqchq</dc:creator><title>C＃中Join()方法实现线程的顺序执行</title><link>http://blog.csdn.net/chqchq/archive/2006/05/19/745722.aspx</link><pubDate>Fri, 19 May 2006 15:21:00 GMT</pubDate><guid>http://blog.csdn.net/chqchq/archive/2006/05/19/745722.aspx</guid><wfw:comment>http://blog.csdn.net/chqchq/comments/745722.aspx</wfw:comment><comments>http://blog.csdn.net/chqchq/archive/2006/05/19/745722.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/chqchq/comments/commentRss/745722.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=745722</trackback:ping><description>C＃中Join()方法实现线程的顺序执行&lt;img src ="http://blog.csdn.net/chqchq/aggbug/745722.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>chqchq</dc:creator><title>线程与可视化单元的通讯</title><link>http://blog.csdn.net/chqchq/archive/2006/05/17/742102.aspx</link><pubDate>Wed, 17 May 2006 09:46:00 GMT</pubDate><guid>http://blog.csdn.net/chqchq/archive/2006/05/17/742102.aspx</guid><wfw:comment>http://blog.csdn.net/chqchq/comments/742102.aspx</wfw:comment><comments>http://blog.csdn.net/chqchq/archive/2006/05/17/742102.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/chqchq/comments/commentRss/742102.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=742102</trackback:ping><description>在.NET中每个线程有它自己的进程空间，一个线程里的对象的地址作为另一个线程的地址是没有用的。因此，试图访问另一个进程空间里的对象会引起一个不能控制的异常，从而导致程序崩溃。
&lt;img src ="http://blog.csdn.net/chqchq/aggbug/742102.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>chqchq</dc:creator><title>Windows XP远程桌面连接</title><link>http://blog.csdn.net/chqchq/archive/2006/05/11/724655.aspx</link><pubDate>Thu, 11 May 2006 16:30:00 GMT</pubDate><guid>http://blog.csdn.net/chqchq/archive/2006/05/11/724655.aspx</guid><wfw:comment>http://blog.csdn.net/chqchq/comments/724655.aspx</wfw:comment><comments>http://blog.csdn.net/chqchq/archive/2006/05/11/724655.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/chqchq/comments/commentRss/724655.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=724655</trackback:ping><description>Windows xp已经完全集成了远程控制，操作也很方便!!&lt;img src ="http://blog.csdn.net/chqchq/aggbug/724655.aspx" width = "1" height = "1" /&gt;</description></item></channel></rss>