<?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:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><atom:link href="http://feeds.feedsky.com/csdn.net/qiluncjx" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/qiluncjx" type="application/rss+xml"></fs:self_link><lastBuildDate>Mon, 15 Nov 2010 03:30:00 GMT</lastBuildDate><title>qiluncjx的专栏</title><description>CSDN博客聚合服务</description><link>http://blog.csdn.net/blogrss.aspx?username=qiluncjx</link><item><title>用VS打开aps.net网站源码报错</title><link>http://blog.csdn.net/qiluncjx/archive/2010/11/15/6009680.aspx</link><description>&lt;br /&gt;1.错误 14 “XX”必须声明主体，因为它未标记为 abstract 或extern &lt;br /&gt;&lt;br /&gt;原因很简单。因为自动实现属性在编译时会被生成如下代码。&lt;br /&gt;public string Foo { get; set; }&lt;br /&gt;=&lt;br /&gt;private string _Foo;&lt;br /&gt;public string Foo { get { return this._Foo; } set { this._Foo = value; } }&lt;br /&gt;如果自动完成属性只有 Get，那么它怎么被赋值？也就是说，您可能希望通过一个 get 声明一个只读的属性，但，这个只读属性没有 set 也就不能赋值。&lt;br /&gt;编译器为我们声明了字段来存储自动完成属性，但在设计时没法直接操作这个字段。因此，自动完成属性必须具备 get 和 set，如果希望只读，则可以用 get; private set; 试试。&lt;img src=&quot;http://www1.feedsky.com/t1/436648780/qiluncjx/csdn.net/s.gif?r=http://blog.csdn.net/qiluncjx/archive/2010/11/15/6009680.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/qiluncjx/436648780/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/qiluncjx/436648780/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Mon, 15 Nov 2010 11:30:00 +0800</pubDate><author>qiluncjx</author><guid isPermaLink="false">http://blog.csdn.net/qiluncjx/archive/2010/11/15/6009680.aspx</guid><dc:creator>qiluncjx</dc:creator><fs:srclink>http://blog.csdn.net/qiluncjx/archive/2010/11/15/6009680.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/qiluncjx/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/qiluncjx/~1342773/436648780/1347719</fs:itemid></item><item><title>我的毕业设计</title><link>http://blog.csdn.net/qiluncjx/archive/2007/06/11/1648124.aspx</link><description>我的毕业设计是一个针对小型酒店经营和管理特点而开发的管理信息系统，全称小型酒店管理系统。&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/qiluncjx/436648779/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/qiluncjx/436648779/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Mon, 11 Jun 2007 19:49:00 +0800</pubDate><author>qiluncjx</author><guid isPermaLink="false">http://blog.csdn.net/qiluncjx/archive/2007/06/11/1648124.aspx</guid><dc:creator>qiluncjx</dc:creator><fs:srclink>http://blog.csdn.net/qiluncjx/archive/2007/06/11/1648124.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/qiluncjx/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/qiluncjx/~1342773/436648779/1347719</fs:itemid></item><item><title>数据库概念设计E-R图问题！</title><link>http://blog.csdn.net/qiluncjx/archive/2007/06/02/1635341.aspx</link><description>系统ER图求助&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/qiluncjx/436648781/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/qiluncjx/436648781/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Sat, 02 Jun 2007 14:14:00 +0800</pubDate><author>qiluncjx</author><guid isPermaLink="false">http://blog.csdn.net/qiluncjx/archive/2007/06/02/1635341.aspx</guid><dc:creator>qiluncjx</dc:creator><fs:srclink>http://blog.csdn.net/qiluncjx/archive/2007/06/02/1635341.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/qiluncjx/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/qiluncjx/~1342773/436648781/1347719</fs:itemid></item></channel></rss>
