<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet href='http://feeds.feedsky.com/styles/temp01.xsl' type='text/xsl' ?><!--这是一个由Feedsy提供技术支持的Feed，为了提高读者阅读的体验，以及满足用户美化自己Feed的需要，我们设计了多种精美的Feed模板，提供给大家选择，所有最终呈现出来的样式，皆由用户自愿选择使用，未经许可，任何团体和个人，请不要擅自修改样式或者盗用，这是对于用户选择权的尊重。--><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:fs="http://www.feedsky.com/namespace/feed" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><atom:link href="http://feeds.feedsky.com/csdn.net/fangxinggood" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/fangxinggood" type="application/rss+xml"></fs:self_link><lastBuildDate>Mon, 09 Feb 2009 08:51:00 GMT</lastBuildDate><title>Lullaby's Blog</title><description>知而不行，不知也</description><link>http://blog.csdn.net/fangxinggood/</link><item><title>解决TextBox的Disabled字体为灰色的问题</title><link>http://blog.csdn.net/fangxinggood/archive/2009/02/09/3869613.aspx</link><wfw:comment>http://blog.csdn.net/fangxinggood/comments/3869613.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/fangxinggood/comments/commentRss/3869613.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3869613</trackback:ping><description>解决TextBox的Disabled字体为灰色的问题&lt;img src =&quot;http://blog.csdn.net/fangxinggood/aggbug/3869613.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Mon, 09 Feb 2009 16:51:00 +0800</pubDate><author>JustACoder</author><comments>http://blog.csdn.net/fangxinggood/archive/2009/02/09/3869613.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/fangxinggood/archive/2009/02/09/3869613.aspx</guid><dc:creator>JustACoder</dc:creator></item><item><title>如何创建.NET Install的MDAC自动监测并安装</title><link>http://blog.csdn.net/fangxinggood/archive/2009/01/11/3748627.aspx</link><wfw:comment>http://blog.csdn.net/fangxinggood/comments/3748627.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/fangxinggood/comments/commentRss/3748627.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3748627</trackback:ping><description>如果项目中使用了OleDb那么就会用到MS的MDAC组件。如果版本太低(2.6以下)就会出错。因此在部署应用程序的时候，必须保证MDAC的版本。检测客户端是否符合要求的版本，可以在制作Install程序的时候添加设置，步骤如下：①选择工程的属性②点“Prerequisties...”③把Microsoft Data Access Components 2.8  钩选上 如果需要指定下载路径也可以。就这么Easy...  &lt;img src =&quot;http://blog.csdn.net/fangxinggood/aggbug/3748627.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sun, 11 Jan 2009 10:07:00 +0800</pubDate><author>JustACoder</author><comments>http://blog.csdn.net/fangxinggood/archive/2009/01/11/3748627.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/fangxinggood/archive/2009/01/11/3748627.aspx</guid><dc:creator>JustACoder</dc:creator></item><item><title>VB.NET 排列组合算法实现</title><link>http://blog.csdn.net/fangxinggood/archive/2008/09/13/2922665.aspx</link><wfw:comment>http://blog.csdn.net/fangxinggood/comments/2922665.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/fangxinggood/comments/commentRss/2922665.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2922665</trackback:ping><description>VB.NET 排列组合算法实现&lt;img src =&quot;http://blog.csdn.net/fangxinggood/aggbug/2922665.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sat, 13 Sep 2008 21:13:00 +0800</pubDate><author>JustACoder</author><comments>http://blog.csdn.net/fangxinggood/archive/2008/09/13/2922665.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/fangxinggood/archive/2008/09/13/2922665.aspx</guid><dc:creator>JustACoder</dc:creator></item><item><title>.NET 2.0 - WinForm Control - DataGridView 数据绑定</title><link>http://blog.csdn.net/fangxinggood/archive/2008/04/18/2304047.aspx</link><wfw:comment>http://blog.csdn.net/fangxinggood/comments/2304047.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/fangxinggood/comments/commentRss/2304047.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2304047</trackback:ping><description>介绍如何使用BindingSource来实现WinForm开发中的数据绑定及控制。&lt;img src =&quot;http://blog.csdn.net/fangxinggood/aggbug/2304047.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 18 Apr 2008 21:37:00 +0800</pubDate><author>JustACoder</author><comments>http://blog.csdn.net/fangxinggood/archive/2008/04/18/2304047.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/fangxinggood/archive/2008/04/18/2304047.aspx</guid><dc:creator>JustACoder</dc:creator></item><item><title>KeyEventArgs中的KeyCode,KeyValue,KeyData的区别</title><link>http://blog.csdn.net/fangxinggood/archive/2007/11/26/1902394.aspx</link><wfw:comment>http://blog.csdn.net/fangxinggood/comments/1902394.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/fangxinggood/comments/commentRss/1902394.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1902394</trackback:ping><description>KeyEventArgs中的KeyCode,KeyValue,KeyData的区别&lt;img src =&quot;http://blog.csdn.net/fangxinggood/aggbug/1902394.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Mon, 26 Nov 2007 18:58:00 +0800</pubDate><author>JustACoder</author><comments>http://blog.csdn.net/fangxinggood/archive/2007/11/26/1902394.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/fangxinggood/archive/2007/11/26/1902394.aspx</guid><dc:creator>JustACoder</dc:creator></item><item><title>ODP.NET 因为项目路径过长而导致 ORA-12154 错误。</title><link>http://blog.csdn.net/fangxinggood/archive/2007/10/19/1833382.aspx</link><wfw:comment>http://blog.csdn.net/fangxinggood/comments/1833382.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/fangxinggood/comments/commentRss/1833382.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1833382</trackback:ping><description>ODP.NET 因为项目路径过长而导致 ORA-12154 错误。&lt;img src =&quot;http://blog.csdn.net/fangxinggood/aggbug/1833382.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sat, 20 Oct 2007 03:25:00 +0800</pubDate><author>JustACoder</author><comments>http://blog.csdn.net/fangxinggood/archive/2007/10/19/1833382.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/fangxinggood/archive/2007/10/19/1833382.aspx</guid><dc:creator>JustACoder</dc:creator></item><item><title>.NET 2.0 - WinForm Control - DataGridView 编程36计（二）</title><link>http://blog.csdn.net/fangxinggood/archive/2007/10/12/1821425.aspx</link><wfw:comment>http://blog.csdn.net/fangxinggood/comments/1821425.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/fangxinggood/comments/commentRss/1821425.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1821425</trackback:ping><description>.NET 2.0 - WinForm Control - DataGridView 编程36计（二）&lt;img src =&quot;http://blog.csdn.net/fangxinggood/aggbug/1821425.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 12 Oct 2007 19:03:00 +0800</pubDate><author>JustACoder</author><comments>http://blog.csdn.net/fangxinggood/archive/2007/10/12/1821425.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/fangxinggood/archive/2007/10/12/1821425.aspx</guid><dc:creator>JustACoder</dc:creator></item><item><title>.NET 窗体应用中的多线程误区~~</title><link>http://blog.csdn.net/fangxinggood/archive/2007/04/12/1562537.aspx</link><wfw:comment>http://blog.csdn.net/fangxinggood/comments/1562537.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/fangxinggood/comments/commentRss/1562537.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1562537</trackback:ping><description>.NET 窗体应用中的多线程误区~~&lt;img src =&quot;http://blog.csdn.net/fangxinggood/aggbug/1562537.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 13 Apr 2007 02:53:00 +0800</pubDate><author>JustACoder</author><comments>http://blog.csdn.net/fangxinggood/archive/2007/04/12/1562537.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/fangxinggood/archive/2007/04/12/1562537.aspx</guid><dc:creator>JustACoder</dc:creator></item><item><title>.NET 2.0 - WinForm Control - DataGridView 编程36计（一）</title><link>http://blog.csdn.net/fangxinggood/archive/2007/04/11/1561011.aspx</link><wfw:comment>http://blog.csdn.net/fangxinggood/comments/1561011.aspx</wfw:comment><slash:comments>25</slash:comments><wfw:commentRss>http://blog.csdn.net/fangxinggood/comments/commentRss/1561011.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1561011</trackback:ping><description>.NET 2.0 - WinForm Control - DataGridView 编程36计（一）&lt;img src =&quot;http://blog.csdn.net/fangxinggood/aggbug/1561011.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 12 Apr 2007 01:55:00 +0800</pubDate><author>JustACoder</author><comments>http://blog.csdn.net/fangxinggood/archive/2007/04/11/1561011.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/fangxinggood/archive/2007/04/11/1561011.aspx</guid><dc:creator>JustACoder</dc:creator></item><item><title>利用 Application_Error 捕获所有异常</title><link>http://blog.csdn.net/fangxinggood/archive/2007/03/29/1545491.aspx</link><wfw:comment>http://blog.csdn.net/fangxinggood/comments/1545491.aspx</wfw:comment><slash:comments>4</slash:comments><wfw:commentRss>http://blog.csdn.net/fangxinggood/comments/commentRss/1545491.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1545491</trackback:ping><description>利用 Application_Error 统一捕获所有异常,进行处理。 减少重复的错误处理代码量。&lt;img src =&quot;http://blog.csdn.net/fangxinggood/aggbug/1545491.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 30 Mar 2007 00:14:00 +0800</pubDate><author>JustACoder</author><comments>http://blog.csdn.net/fangxinggood/archive/2007/03/29/1545491.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/fangxinggood/archive/2007/03/29/1545491.aspx</guid><dc:creator>JustACoder</dc:creator></item></channel></rss>