<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>蛙蛙池塘   - 转贴</title><link>http://blog.csdn.net/onlytiancai/category/41295.aspx</link><description>呵呵,这些8是偶写的撒</description><dc:language>zh-CN</dc:language><lastUpdateTime>Sat, 29 Mar 2008 13:10:58 GMT</lastUpdateTime><ttl>60</ttl><item><dc:creator>蛙蛙王子</dc:creator><title>zt:提高网站在Google中的排名,——面向搜索引擎的网站设计</title><link>http://blog.csdn.net/onlytiancai/archive/2005/02/23/298165.aspx</link><pubDate>Wed, 23 Feb 2005 08:43:00 GMT</pubDate><guid>http://blog.csdn.net/onlytiancai/archive/2005/02/23/298165.aspx</guid><wfw:comment>http://blog.csdn.net/onlytiancai/comments/298165.aspx</wfw:comment><comments>http://blog.csdn.net/onlytiancai/archive/2005/02/23/298165.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/onlytiancai/comments/commentRss/298165.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=298165</trackback:ping><description>提高网站在Google中的排名   ——面向搜索引擎的网站设计&lt;img src ="http://blog.csdn.net/onlytiancai/aggbug/298165.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>蛙蛙王子</dc:creator><title>C#简介- 类和对象，选自《C#编程语言详解》，送给新手</title><link>http://blog.csdn.net/onlytiancai/archive/2005/01/29/272979.aspx</link><pubDate>Sat, 29 Jan 2005 13:08:00 GMT</pubDate><guid>http://blog.csdn.net/onlytiancai/archive/2005/01/29/272979.aspx</guid><wfw:comment>http://blog.csdn.net/onlytiancai/comments/272979.aspx</wfw:comment><comments>http://blog.csdn.net/onlytiancai/archive/2005/01/29/272979.aspx#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/onlytiancai/comments/commentRss/272979.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=272979</trackback:ping><description>类（class）是C#类型中最基础的类型。类是一个数据结构，将状态（字段）和行为（方法和其他函数成员）组合在一个单元中。类提供了用于动态创建类实例的定义，也就是对象（object）。类支持继承（inheritance）和多态（polymorphism），即派生类能够扩展和特殊化基类的机制。&lt;img src ="http://blog.csdn.net/onlytiancai/aggbug/272979.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>蛙蛙王子</dc:creator><title>蛙蛙推荐：各种加密方案分析 </title><link>http://blog.csdn.net/onlytiancai/archive/2004/11/20/188572.aspx</link><pubDate>Sat, 20 Nov 2004 13:28:00 GMT</pubDate><guid>http://blog.csdn.net/onlytiancai/archive/2004/11/20/188572.aspx</guid><wfw:comment>http://blog.csdn.net/onlytiancai/comments/188572.aspx</wfw:comment><comments>http://blog.csdn.net/onlytiancai/archive/2004/11/20/188572.aspx#Feedback</comments><slash:comments>2</slash:comments><wfw:commentRss>http://blog.csdn.net/onlytiancai/comments/commentRss/188572.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=188572</trackback:ping><description>各种加密方案分析 

统平台上执行，针对特定平台的优化，不但是安全性的要求，更多的是执行效率上的考虑
&lt;img src ="http://blog.csdn.net/onlytiancai/aggbug/188572.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>蛙蛙王子</dc:creator><title>转贴(aspxbox):用DataReader还是DataSet?</title><link>http://blog.csdn.net/onlytiancai/archive/2004/07/16/42908.aspx</link><pubDate>Fri, 16 Jul 2004 12:42:00 GMT</pubDate><guid>http://blog.csdn.net/onlytiancai/archive/2004/07/16/42908.aspx</guid><wfw:comment>http://blog.csdn.net/onlytiancai/comments/42908.aspx</wfw:comment><comments>http://blog.csdn.net/onlytiancai/archive/2004/07/16/42908.aspx#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/onlytiancai/comments/commentRss/42908.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=42908</trackback:ping><description>我经常听到有人问这个问题：“在ASP.NET Web应用程序中我应该用DataReader类还是DataSet类呢？”在很多文章以及新闻组的贴子中我经常看到这样的误解，即认为DataReader（SqlDataReader或OleDbDataReader的缩写）比DataSet好。有时候我也会看到相反的说法。事实上，Microsoft创建了这两个数据存取类是因为它们都是我们所需要的。每个类都有其优点和不足，你可以根据应用环境来选择用哪一个。
&lt;img src ="http://blog.csdn.net/onlytiancai/aggbug/42908.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>蛙蛙王子</dc:creator><title>蛙蛙推荐:面向对象编程基础入门(vb.net版)</title><link>http://blog.csdn.net/onlytiancai/archive/2004/07/09/37824.aspx</link><pubDate>Fri, 09 Jul 2004 14:26:00 GMT</pubDate><guid>http://blog.csdn.net/onlytiancai/archive/2004/07/09/37824.aspx</guid><wfw:comment>http://blog.csdn.net/onlytiancai/comments/37824.aspx</wfw:comment><comments>http://blog.csdn.net/onlytiancai/archive/2004/07/09/37824.aspx#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/onlytiancai/comments/commentRss/37824.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=37824</trackback:ping><description>几乎在 Visual Basic 中执行的所有操作都与对象关联。如果您第一次接触面向对象的编程，则下列术语和概念将帮助您入门。

&lt;img src ="http://blog.csdn.net/onlytiancai/aggbug/37824.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>蛙蛙王子</dc:creator><title>转贴(msdn):Microsoft SQL Server 2005 的 XML 最佳实施策略</title><link>http://blog.csdn.net/onlytiancai/archive/2004/07/08/37236.aspx</link><pubDate>Thu, 08 Jul 2004 18:24:00 GMT</pubDate><guid>http://blog.csdn.net/onlytiancai/archive/2004/07/08/37236.aspx</guid><wfw:comment>http://blog.csdn.net/onlytiancai/comments/37236.aspx</wfw:comment><comments>http://blog.csdn.net/onlytiancai/archive/2004/07/08/37236.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/onlytiancai/comments/commentRss/37236.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=37236</trackback:ping><description>Microsoft SQL Server 2005 为 XML 数据处理提供了广泛的支持。XML 值可以自然地存储在 XML 数据类型列中，而后者可以根据 XML 架构集合进行类型化，或者保持非类型化。可以将 XML 列编入索引。而且，使用 XQuery 和 XML DML（为进行数据修改而进行的扩展）可以支持细粒度的数据操作。&lt;img src ="http://blog.csdn.net/onlytiancai/aggbug/37236.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>蛙蛙王子</dc:creator><title>关闭Ping(ICMP)的方法</title><link>http://blog.csdn.net/onlytiancai/archive/2004/01/29/20795.aspx</link><pubDate>Thu, 29 Jan 2004 12:54:00 GMT</pubDate><guid>http://blog.csdn.net/onlytiancai/archive/2004/01/29/20795.aspx</guid><wfw:comment>http://blog.csdn.net/onlytiancai/comments/20795.aspx</wfw:comment><comments>http://blog.csdn.net/onlytiancai/archive/2004/01/29/20795.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/onlytiancai/comments/commentRss/20795.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=20795</trackback:ping><description>关闭Ping(ICMP)的方法
&lt;img src ="http://blog.csdn.net/onlytiancai/aggbug/20795.aspx" width = "1" height = "1" /&gt;</description></item></channel></rss>