<?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/kbh1983" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/kbh1983" type="application/rss+xml"></fs:self_link><lastBuildDate>Fri, 27 Feb 2009 13:41:00 GMT</lastBuildDate><title>下一站永远的专栏</title><description>kbh-1983</description><link>http://blog.csdn.net/kbh1983/</link><item><title>Net中抽象类和接口的区别</title><link>http://blog.csdn.net/kbh1983/archive/2009/02/27/3942406.aspx</link><wfw:comment>http://blog.csdn.net/kbh1983/comments/3942406.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/kbh1983/comments/commentRss/3942406.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3942406</trackback:ping><description>&lt;br /&gt;Net中抽象类和接口的区别&lt;br /&gt;一、抽象类&lt;br /&gt;    (1) 抽象方法只作声明，而不包含实现，可以看成是没有实现体的虚方法&lt;br /&gt;    (2) 抽象类不能被实例化&lt;br /&gt;    (3) 抽象类可以但不是必须有抽象属性和抽象方法，但是一旦有了抽象方法，就一定要把这个类声明为抽象类&lt;br /&gt;    (4) 具体派生类必须覆盖基类的抽象方法&lt;br /&gt;    (5) 抽象派生类可以覆盖基类的抽象方法，也可以不覆盖。如果不覆盖，则其具体派生类必须覆盖它们。如：&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;using System;&lt;br /&gt;public abstract class A //抽象类A &lt;br /&gt;{ &lt;br /&gt;    private int num=0;&lt;br /&gt;    public int Num //抽象类包含属性 &lt;br /&gt;    { &lt;br /&gt;        get &lt;br /&gt;        { &lt;br /&gt;            return num; &lt;br /&gt;        } &lt;br /&gt;        set &lt;img src =&quot;http://blog.csdn.net/kbh1983/aggbug/3942406.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 27 Feb 2009 21:41:00 +0800</pubDate><author>kbh-1983</author><comments>http://blog.csdn.net/kbh1983/archive/2009/02/27/3942406.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/kbh1983/archive/2009/02/27/3942406.aspx</guid><dc:creator>kbh-1983</dc:creator></item><item><title>如何做网站策划</title><link>http://blog.csdn.net/kbh1983/archive/2008/01/06/2027369.aspx</link><wfw:comment>http://blog.csdn.net/kbh1983/comments/2027369.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/kbh1983/comments/commentRss/2027369.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2027369</trackback:ping><description>如何做网站策划&lt;img src =&quot;http://blog.csdn.net/kbh1983/aggbug/2027369.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sun, 06 Jan 2008 19:41:00 +0800</pubDate><author>kbh-1983</author><comments>http://blog.csdn.net/kbh1983/archive/2008/01/06/2027369.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/kbh1983/archive/2008/01/06/2027369.aspx</guid><dc:creator>kbh-1983</dc:creator></item><item><title>网站规划书</title><link>http://blog.csdn.net/kbh1983/archive/2008/01/06/2027368.aspx</link><wfw:comment>http://blog.csdn.net/kbh1983/comments/2027368.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/kbh1983/comments/commentRss/2027368.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2027368</trackback:ping><description>网站规划书
----如何写网站策划书(即网站建设方案)&lt;img src =&quot;http://blog.csdn.net/kbh1983/aggbug/2027368.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sun, 06 Jan 2008 19:40:00 +0800</pubDate><author>kbh-1983</author><comments>http://blog.csdn.net/kbh1983/archive/2008/01/06/2027368.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/kbh1983/archive/2008/01/06/2027368.aspx</guid><dc:creator>kbh-1983</dc:creator></item><item><title>asp.net学习网站</title><link>http://blog.csdn.net/kbh1983/archive/2007/12/25/1966820.aspx</link><wfw:comment>http://blog.csdn.net/kbh1983/comments/1966820.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/kbh1983/comments/commentRss/1966820.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1966820</trackback:ping><description>asp.net学习网站&lt;img src =&quot;http://blog.csdn.net/kbh1983/aggbug/1966820.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 26 Dec 2007 01:08:00 +0800</pubDate><author>kbh-1983</author><comments>http://blog.csdn.net/kbh1983/archive/2007/12/25/1966820.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/kbh1983/archive/2007/12/25/1966820.aspx</guid><dc:creator>kbh-1983</dc:creator></item><item><title>VS2005 常用的快捷键</title><link>http://blog.csdn.net/kbh1983/archive/2007/12/24/1964447.aspx</link><wfw:comment>http://blog.csdn.net/kbh1983/comments/1964447.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/kbh1983/comments/commentRss/1964447.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1964447</trackback:ping><description>VS2005 常用的快捷键&lt;img src =&quot;http://blog.csdn.net/kbh1983/aggbug/1964447.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Mon, 24 Dec 2007 18:32:00 +0800</pubDate><author>kbh-1983</author><comments>http://blog.csdn.net/kbh1983/archive/2007/12/24/1964447.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/kbh1983/archive/2007/12/24/1964447.aspx</guid><dc:creator>kbh-1983</dc:creator></item><item><title>SilverLight基础知识介绍</title><link>http://blog.csdn.net/kbh1983/archive/2007/12/14/1936566.aspx</link><wfw:comment>http://blog.csdn.net/kbh1983/comments/1936566.aspx</wfw:comment><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/kbh1983/comments/commentRss/1936566.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1936566</trackback:ping><description>SilverLight基础知识介绍&lt;img src =&quot;http://blog.csdn.net/kbh1983/aggbug/1936566.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sat, 15 Dec 2007 01:17:00 +0800</pubDate><author>kbh-1983</author><comments>http://blog.csdn.net/kbh1983/archive/2007/12/14/1936566.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/kbh1983/archive/2007/12/14/1936566.aspx</guid><dc:creator>kbh-1983</dc:creator></item><item><title>什么是RIA</title><link>http://blog.csdn.net/kbh1983/archive/2007/12/14/1936546.aspx</link><wfw:comment>http://blog.csdn.net/kbh1983/comments/1936546.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/kbh1983/comments/commentRss/1936546.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1936546</trackback:ping><description>什么是RIA，RIA目前有哪些新的技术&lt;img src =&quot;http://blog.csdn.net/kbh1983/aggbug/1936546.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sat, 15 Dec 2007 01:15:00 +0800</pubDate><author>kbh-1983</author><comments>http://blog.csdn.net/kbh1983/archive/2007/12/14/1936546.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/kbh1983/archive/2007/12/14/1936546.aspx</guid><dc:creator>kbh-1983</dc:creator></item><item><title>Silverlight 入门</title><link>http://blog.csdn.net/kbh1983/archive/2007/12/14/1936476.aspx</link><wfw:comment>http://blog.csdn.net/kbh1983/comments/1936476.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/kbh1983/comments/commentRss/1936476.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1936476</trackback:ping><description>Silverlight 入门&lt;img src =&quot;http://blog.csdn.net/kbh1983/aggbug/1936476.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sat, 15 Dec 2007 01:11:00 +0800</pubDate><author>kbh-1983</author><comments>http://blog.csdn.net/kbh1983/archive/2007/12/14/1936476.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/kbh1983/archive/2007/12/14/1936476.aspx</guid><dc:creator>kbh-1983</dc:creator></item><item><title>HTML元素 - meta</title><link>http://blog.csdn.net/kbh1983/archive/2007/12/07/1922523.aspx</link><wfw:comment>http://blog.csdn.net/kbh1983/comments/1922523.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/kbh1983/comments/commentRss/1922523.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1922523</trackback:ping><description>HTML元素 - meta&lt;img src =&quot;http://blog.csdn.net/kbh1983/aggbug/1922523.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 07 Dec 2007 21:55:00 +0800</pubDate><author>kbh-1983</author><comments>http://blog.csdn.net/kbh1983/archive/2007/12/07/1922523.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/kbh1983/archive/2007/12/07/1922523.aspx</guid><dc:creator>kbh-1983</dc:creator></item><item><title>css 兼容性 IE和Firefox</title><link>http://blog.csdn.net/kbh1983/archive/2007/12/07/1922196.aspx</link><wfw:comment>http://blog.csdn.net/kbh1983/comments/1922196.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/kbh1983/comments/commentRss/1922196.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1922196</trackback:ping><description>css 兼容性 IE和Firefox &lt;img src =&quot;http://blog.csdn.net/kbh1983/aggbug/1922196.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 07 Dec 2007 19:49:00 +0800</pubDate><author>kbh-1983</author><comments>http://blog.csdn.net/kbh1983/archive/2007/12/07/1922196.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/kbh1983/archive/2007/12/07/1922196.aspx</guid><dc:creator>kbh-1983</dc:creator></item></channel></rss>
