<?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/CY206" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/CY206" type="application/rss+xml"></fs:self_link><lastBuildDate>Fri, 14 Dec 2007 10:18:00 GMT</lastBuildDate><title>信息时代，资源共享，只有你想不到的没有你找不到的，呵呵。_CY206</title><description>IT的图书馆</description><link>http://blog.csdn.net/cy206/</link><item><title>国际：Web开发设计的五大准则</title><link>http://blog.csdn.net/CY206/archive/2007/12/14/1934547.aspx</link><wfw:comment>http://blog.csdn.net/cy206/comments/1934547.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/cy206/comments/commentRss/1934547.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1934547</trackback:ping><description>如果仓促而为，设计一个专题或者网站一定会成为恶梦。Web设计需要遵循一些准则并有计划地去做。&lt;img src =&quot;http://blog.csdn.net/cy206/aggbug/1934547.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 14 Dec 2007 18:18:00 +0800</pubDate><author>CY206</author><comments>http://blog.csdn.net/CY206/archive/2007/12/14/1934547.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/CY206/archive/2007/12/14/1934547.aspx</guid><dc:creator>CY206</dc:creator></item><item><title>ASP.NET中StreamReader、FileStream、StreamWriter操作文件编码问题</title><link>http://blog.csdn.net/CY206/archive/2007/12/09/1925734.aspx</link><wfw:comment>http://blog.csdn.net/cy206/comments/1925734.aspx</wfw:comment><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/cy206/comments/commentRss/1925734.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1925734</trackback:ping><description>ASP.NET中StreamReader、FileStream、StreamWriter操作文件编码问题，简单ASP.NET生成静态页面原理。 &lt;img src =&quot;http://blog.csdn.net/cy206/aggbug/1925734.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Mon, 10 Dec 2007 02:26:00 +0800</pubDate><author>CY206</author><comments>http://blog.csdn.net/CY206/archive/2007/12/09/1925734.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/CY206/archive/2007/12/09/1925734.aspx</guid><dc:creator>CY206</dc:creator></item><item><title>分页代码及相应SQL效率的分析</title><link>http://blog.csdn.net/CY206/archive/2007/06/07/1643039.aspx</link><wfw:comment>http://blog.csdn.net/cy206/comments/1643039.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/cy206/comments/commentRss/1643039.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1643039</trackback:ping><description>大容量数据显示分页效率是很重要的，若在分页上把自己编写的程序抹杀了，这是最可惜的，这有有关大容量数据分页SQL语句分析，希望能给大家一些帮助。&lt;img src =&quot;http://blog.csdn.net/cy206/aggbug/1643039.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 08 Jun 2007 05:59:00 +0800</pubDate><author>CY206</author><comments>http://blog.csdn.net/CY206/archive/2007/06/07/1643039.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/CY206/archive/2007/06/07/1643039.aspx</guid><dc:creator>CY206</dc:creator></item><item><title>软件测试 之一 单元测试</title><link>http://blog.csdn.net/CY206/archive/2007/06/02/1635838.aspx</link><wfw:comment>http://blog.csdn.net/cy206/comments/1635838.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/cy206/comments/commentRss/1635838.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1635838</trackback:ping><description>单元测试（模块测试）是开发者编写的一小段代码，用于检验被测代码的一个很小的、很明确的功能是否正确。通常而言，一个单元测试是用于判断某个特定条件（或者场景）下某个特定函数的行为。例如，你可能把一个很大的值放入一个有序list 中去，然后确认该值出现在list 的尾部。或者，你可能会从字符串中删除匹配某种模式的字符，然后确认字符串确实不再包含这些字符了。&lt;img src =&quot;http://blog.csdn.net/cy206/aggbug/1635838.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sun, 03 Jun 2007 05:50:00 +0800</pubDate><author>CY206</author><comments>http://blog.csdn.net/CY206/archive/2007/06/02/1635838.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/CY206/archive/2007/06/02/1635838.aspx</guid><dc:creator>CY206</dc:creator></item><item><title>如何循序渐进向DotNet架构师发展</title><link>http://blog.csdn.net/CY206/archive/2007/06/02/1635828.aspx</link><wfw:comment>http://blog.csdn.net/cy206/comments/1635828.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/cy206/comments/commentRss/1635828.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1635828</trackback:ping><description>微软的DotNet开发绝对是属于那种入门容易提高难的技术。而要能够成为DotNet架构师没有三年或更长时间的编码积累基本上是不可能的。特别是在大型软件项目中，架构师是项目核心成员，承上启下，因此RUP方法论也认同以架构为核心，体现4+1视图在整个软件开发过程中的重要作用。架构人员既要精通技术，又要熟悉业务，而且基本对软件生命周期各阶段的相关技术都需要有相关的积累和知识储备，而这些不经过多年的磨练是很难达到这个高度的。
&lt;img src =&quot;http://blog.csdn.net/cy206/aggbug/1635828.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sun, 03 Jun 2007 05:36:00 +0800</pubDate><author>CY206</author><comments>http://blog.csdn.net/CY206/archive/2007/06/02/1635828.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/CY206/archive/2007/06/02/1635828.aspx</guid><dc:creator>CY206</dc:creator></item><item><title>SQL Server 中Inner join 和where的效率差异</title><link>http://blog.csdn.net/CY206/archive/2007/05/20/1617879.aspx</link><wfw:comment>http://blog.csdn.net/cy206/comments/1617879.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/cy206/comments/commentRss/1617879.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1617879</trackback:ping><description>（我这人比较懒，对简单的语句和查询都没有经过仔细优化的，一般只对姚使用left join，outer join，group by 以及carsor的语句会仔细写并用数据库理论考虑和检查---因为这种语句一般测试时如果发现错误，检查和调试很麻烦）&lt;img src =&quot;http://blog.csdn.net/cy206/aggbug/1617879.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sun, 20 May 2007 23:53:00 +0800</pubDate><author>CY206</author><comments>http://blog.csdn.net/CY206/archive/2007/05/20/1617879.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/CY206/archive/2007/05/20/1617879.aspx</guid><dc:creator>CY206</dc:creator></item><item><title>ASP.NET中数据绑定的Eval 和 bind 的区别及数据绑定中的操作</title><link>http://blog.csdn.net/CY206/archive/2007/05/07/1598765.aspx</link><wfw:comment>http://blog.csdn.net/cy206/comments/1598765.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/cy206/comments/commentRss/1598765.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1598765</trackback:ping><description>ASP.NET中Eval 和 Bind 的区别及数据绑定中的操作。&lt;img src =&quot;http://blog.csdn.net/cy206/aggbug/1598765.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Mon, 07 May 2007 18:37:00 +0800</pubDate><author>CY206</author><comments>http://blog.csdn.net/CY206/archive/2007/05/07/1598765.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/CY206/archive/2007/05/07/1598765.aspx</guid><dc:creator>CY206</dc:creator></item><item><title>ASP.NET中如何防范SQL注入式攻击</title><link>http://blog.csdn.net/CY206/archive/2007/05/01/1593889.aspx</link><wfw:comment>http://blog.csdn.net/cy206/comments/1593889.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/cy206/comments/commentRss/1593889.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1593889</trackback:ping><description>所谓SQL注入式攻击，就是攻击者把SQL命令插入到Web表单的输入域或页面请求的查询字符串，欺骗服务器执行恶意的SQL命令。在某些表单中，用户输入的内容直接用来构造（或者影响）动态SQL命令，或作为存储过程的输入参数，这类表单特别容易受到SQL注入式攻击。⑵ 登录页面中输入的内容将直接用来构造动态的SQL命令，或者直接用作存储过程的参数。&lt;img src =&quot;http://blog.csdn.net/cy206/aggbug/1593889.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 01 May 2007 09:31:00 +0800</pubDate><author>小茅</author><comments>http://blog.csdn.net/CY206/archive/2007/05/01/1593889.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/CY206/archive/2007/05/01/1593889.aspx</guid><dc:creator>小茅</dc:creator></item></channel></rss>