<?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/oyiboy" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/oyiboy" type="application/rss+xml"></fs:self_link><lastBuildDate>Wed, 06 May 2009 22:01:00 GMT</lastBuildDate><title>轻灵自由的珍珠</title><description>一个程序应该是轻灵自由的，它的子过程就象串在一根线上的珍珠。自始至终，目标明确。既没有不必要的循环也没有没有被引用的变量，既不缺少结构化也不至于僵硬呆板。</description><link>http://blog.csdn.net/oyiboy/</link><item><title>去掉VS2005编译时输出的.pdb文件</title><link>http://blog.csdn.net/oyiboy/archive/2009/05/06/4156044.aspx</link><wfw:comment>http://blog.csdn.net/oyiboy/comments/4156044.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/oyiboy/comments/commentRss/4156044.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4156044</trackback:ping><description>&lt;br /&gt;图片为记&lt;br /&gt;&lt;img src =&quot;http://blog.csdn.net/oyiboy/aggbug/4156044.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 07 May 2009 06:01:00 +0800</pubDate><author>布丁龙</author><comments>http://blog.csdn.net/oyiboy/archive/2009/05/06/4156044.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/oyiboy/archive/2009/05/06/4156044.aspx</guid><dc:creator>布丁龙</dc:creator><fs:srclink>http://blog.csdn.net/oyiboy/archive/2009/05/06/4156044.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/oyiboy/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/oyiboy/~1065246/213154591/1065246</fs:itemid></item><item><title>一对多联合查询用exist代替distinct的句子</title><link>http://blog.csdn.net/oyiboy/archive/2009/04/29/4137808.aspx</link><wfw:comment>http://blog.csdn.net/oyiboy/comments/4137808.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/oyiboy/comments/commentRss/4137808.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4137808</trackback:ping><description>&lt;br /&gt;select * &lt;br /&gt;from tableA &lt;br /&gt;where exists(select 1 fro tableB where tableA.id = tableB.id)&lt;br /&gt;&lt;br /&gt;搞定了一对多表中以多表的字段内容为条件搜索一表记录的问题，摆脱了 .. in (select distinct .. 模式，对于使用top来翻页的语句来说，基本上就是一句优化句。&lt;img src =&quot;http://blog.csdn.net/oyiboy/aggbug/4137808.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 30 Apr 2009 05:10:00 +0800</pubDate><author>布丁龙</author><comments>http://blog.csdn.net/oyiboy/archive/2009/04/29/4137808.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/oyiboy/archive/2009/04/29/4137808.aspx</guid><dc:creator>布丁龙</dc:creator><fs:srclink>http://blog.csdn.net/oyiboy/archive/2009/04/29/4137808.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/oyiboy/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/oyiboy/~1065246/212231059/1065246</fs:itemid></item><item><title>HTML颜色到Color的转换</title><link>http://blog.csdn.net/oyiboy/archive/2009/04/28/4134423.aspx</link><wfw:comment>http://blog.csdn.net/oyiboy/comments/4134423.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/oyiboy/comments/commentRss/4134423.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4134423</trackback:ping><description>&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;System.Drawing.Color c = System.Drawing.ColorTranslator.FromHtml(&quot;#F5F7F8&quot;);&lt;br /&gt;String strHtmlColor = System.Drawing.ColorTranslator.ToHtml(c);&lt;img src =&quot;http://blog.csdn.net/oyiboy/aggbug/4134423.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 29 Apr 2009 05:32:00 +0800</pubDate><author>布丁龙</author><comments>http://blog.csdn.net/oyiboy/archive/2009/04/28/4134423.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/oyiboy/archive/2009/04/28/4134423.aspx</guid><dc:creator>布丁龙</dc:creator><fs:srclink>http://blog.csdn.net/oyiboy/archive/2009/04/28/4134423.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/oyiboy/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/oyiboy/~1065246/212231060/1065246</fs:itemid></item><item><title>关于跨域cookies共享的一些资料</title><link>http://blog.csdn.net/oyiboy/archive/2009/04/12/4066279.aspx</link><wfw:comment>http://blog.csdn.net/oyiboy/comments/4066279.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/oyiboy/comments/commentRss/4066279.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4066279</trackback:ping><description>&lt;br /&gt;域的Cookies共享关键是作用域属性Domain的设置。&lt;br /&gt;但是查过相关的资料发现，如果只是设置Domain，在某些浏览器下是会导致共享失败的。&lt;br /&gt;&lt;br /&gt;在设置域的Cookies共享时还需要设计一个Secure属性。值为True/Flase。含义是“获取或设置一个值，该值指示是否使用安全套接字层 (SSL)（即仅通过 HTTPS）传输 Cookie。”&lt;br /&gt;&lt;br /&gt;一般情况下Secure的值设置为Flase即可，但是，如果使用https加密协议的朋友就要用True了，不然，这个就是大坝上的蚂蚁洞了。&lt;img src =&quot;http://blog.csdn.net/oyiboy/aggbug/4066279.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sun, 12 Apr 2009 17:52:00 +0800</pubDate><author>布丁龙</author><comments>http://blog.csdn.net/oyiboy/archive/2009/04/12/4066279.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/oyiboy/archive/2009/04/12/4066279.aspx</guid><dc:creator>布丁龙</dc:creator><fs:srclink>http://blog.csdn.net/oyiboy/archive/2009/04/12/4066279.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/oyiboy/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/oyiboy/~1065246/212231061/1065246</fs:itemid></item><item><title>层的各种尺寸的图解</title><link>http://blog.csdn.net/oyiboy/archive/2009/02/22/3921087.aspx</link><wfw:comment>http://blog.csdn.net/oyiboy/comments/3921087.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/oyiboy/comments/commentRss/3921087.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3921087</trackback:ping><description>一个层有N个尺寸属性，感觉象是迷宫似的。偶然发现一张迷宫地图，当时没留意，用到时才后悔，再次找到后在此收藏起来。&lt;img src =&quot;http://blog.csdn.net/oyiboy/aggbug/3921087.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sun, 22 Feb 2009 19:49:00 +0800</pubDate><author>布丁龙</author><comments>http://blog.csdn.net/oyiboy/archive/2009/02/22/3921087.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/oyiboy/archive/2009/02/22/3921087.aspx</guid><dc:creator>布丁龙</dc:creator><fs:srclink>http://blog.csdn.net/oyiboy/archive/2009/02/22/3921087.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/oyiboy/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/oyiboy/~1065246/212231062/1065246</fs:itemid></item><item><title>一个ASP.net服务器控件绑定多个字段</title><link>http://blog.csdn.net/oyiboy/archive/2008/11/25/3372155.aspx</link><wfw:comment>http://blog.csdn.net/oyiboy/comments/3372155.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/oyiboy/comments/commentRss/3372155.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3372155</trackback:ping><description>&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src =&quot;http://blog.csdn.net/oyiboy/aggbug/3372155.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 26 Nov 2008 03:15:00 +0800</pubDate><author>布丁龙</author><comments>http://blog.csdn.net/oyiboy/archive/2008/11/25/3372155.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/oyiboy/archive/2008/11/25/3372155.aspx</guid><dc:creator>布丁龙</dc:creator><fs:srclink>http://blog.csdn.net/oyiboy/archive/2008/11/25/3372155.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/oyiboy/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/oyiboy/~1065246/212231063/1065246</fs:itemid></item><item><title>VS2008中“最近的项目”消失</title><link>http://blog.csdn.net/oyiboy/archive/2008/09/02/2865007.aspx</link><wfw:comment>http://blog.csdn.net/oyiboy/comments/2865007.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/oyiboy/comments/commentRss/2865007.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2865007</trackback:ping><description>最近突然发现vs的最近项目列表消失不见了。强行在自定义从将这个选项拉到菜单中也没反应，为此郁闷了许久。今天突然想起之前一时兴起作了某项设置，急忙恢复，然后vs的最近项目列表恢复正常&lt;img src =&quot;http://blog.csdn.net/oyiboy/aggbug/2865007.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 02 Sep 2008 18:20:00 +0800</pubDate><author>布丁龙</author><comments>http://blog.csdn.net/oyiboy/archive/2008/09/02/2865007.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/oyiboy/archive/2008/09/02/2865007.aspx</guid><dc:creator>布丁龙</dc:creator><fs:srclink>http://blog.csdn.net/oyiboy/archive/2008/09/02/2865007.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/oyiboy/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/oyiboy/~1065246/212231064/1065246</fs:itemid></item><item><title>for和foreach的选择</title><link>http://blog.csdn.net/oyiboy/archive/2008/07/18/2673104.aspx</link><wfw:comment>http://blog.csdn.net/oyiboy/comments/2673104.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/oyiboy/comments/commentRss/2673104.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2673104</trackback:ping><description>for和foreach的选择 一个小技巧的解释。&lt;img src =&quot;http://blog.csdn.net/oyiboy/aggbug/2673104.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sat, 19 Jul 2008 00:56:00 +0800</pubDate><author>布丁龙</author><comments>http://blog.csdn.net/oyiboy/archive/2008/07/18/2673104.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/oyiboy/archive/2008/07/18/2673104.aspx</guid><dc:creator>布丁龙</dc:creator><fs:srclink>http://blog.csdn.net/oyiboy/archive/2008/07/18/2673104.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/oyiboy/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/oyiboy/~1065246/212231065/1065246</fs:itemid></item><item><title>C#编码规范</title><link>http://blog.csdn.net/oyiboy/archive/2008/07/03/2608824.aspx</link><wfw:comment>http://blog.csdn.net/oyiboy/comments/2608824.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/oyiboy/comments/commentRss/2608824.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2608824</trackback:ping><description>C#编码规范&lt;img src =&quot;http://blog.csdn.net/oyiboy/aggbug/2608824.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 04 Jul 2008 00:19:00 +0800</pubDate><author>布丁龙</author><comments>http://blog.csdn.net/oyiboy/archive/2008/07/03/2608824.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/oyiboy/archive/2008/07/03/2608824.aspx</guid><dc:creator>布丁龙</dc:creator><fs:srclink>http://blog.csdn.net/oyiboy/archive/2008/07/03/2608824.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/oyiboy/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/oyiboy/~1065246/212231066/1065246</fs:itemid></item><item><title>DataSource与一维数组的绑定</title><link>http://blog.csdn.net/oyiboy/archive/2008/01/07/2029002.aspx</link><wfw:comment>http://blog.csdn.net/oyiboy/comments/2029002.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/oyiboy/comments/commentRss/2029002.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2029002</trackback:ping><description>在某个组件的DataSource里直接绑定普通一维数的使用方式，文章案例是ArrayList，直接使用string[]之类的普通数组也是可行的。&lt;img src =&quot;http://blog.csdn.net/oyiboy/aggbug/2029002.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 08 Jan 2008 00:59:00 +0800</pubDate><author>布丁龙</author><comments>http://blog.csdn.net/oyiboy/archive/2008/01/07/2029002.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/oyiboy/archive/2008/01/07/2029002.aspx</guid><dc:creator>布丁龙</dc:creator><fs:srclink>http://blog.csdn.net/oyiboy/archive/2008/01/07/2029002.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/oyiboy/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/oyiboy/~1065246/212231067/1065246</fs:itemid></item></channel></rss>