<?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/hanghwp" type="application/rss+xml" ref="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/hanghwp" type="application/rss+xml"></fs:self_link><lastBuildDate>Fri, 11 Jul 2008 18:26:00 GMT</lastBuildDate><title>游陆之家 Gis之家 ArcGIS SuperMap MapGis ArcINfo 地理信息系统</title><description>从2008年起我将在我的blog里面介绍我使用ArcGis做的一些工程案例（bs/cs/c#），希望和大家一些学习地理信息系统！</description><item><title>C#向Excel报表中插入图片的2种方法</title><link>http://item.feedsky.com/~csdn.net/hanghwp/~1192574/92615041/1192552/1/item.html</link><wfw:comment>comments/2640008.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/2640008.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2640008</trackback:ping><description>C#向Excel报表中插入图片的2种方法&lt;img src =&quot;aggbug/2640008.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sat, 12 Jul 2008 02:26:00 +0800</pubDate><author>游陆</author><comments>http://blog.csdn.net/hanghwp/archive/2008/07/11/2640008.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/hanghwp/archive/2008/07/11/2640008.aspx</guid><dc:creator>游陆</dc:creator><fs:srclink>http://blog.csdn.net/hanghwp/archive/2008/07/11/2640008.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/hanghwp/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/hanghwp/~1192574/92615041/1192552</fs:itemid></item><item><title>.NET中GET与SET的用法(属性)</title><link>http://item.feedsky.com/~csdn.net/hanghwp/~1192574/92613022/1192552/1/item.html</link><wfw:comment>comments/2639749.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/2639749.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2639749</trackback:ping><description>.NET中GET与SET的用法(属性)&lt;img src =&quot;aggbug/2639749.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sat, 12 Jul 2008 01:25:00 +0800</pubDate><author>游陆</author><comments>http://blog.csdn.net/hanghwp/archive/2008/07/11/2639749.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/hanghwp/archive/2008/07/11/2639749.aspx</guid><dc:creator>游陆</dc:creator><fs:srclink>http://blog.csdn.net/hanghwp/archive/2008/07/11/2639749.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/hanghwp/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/hanghwp/~1192574/92613022/1192552</fs:itemid></item><item><title>C#中get和set</title><link>http://item.feedsky.com/~csdn.net/hanghwp/~1192574/92612609/1192552/1/item.html</link><wfw:comment>comments/2639730.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/2639730.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2639730</trackback:ping><description>释一：属性的访问器包含与获取（读取或计算）或设置（写）属性有关的可执行语句。访问器声明可以包含 get 访问器或 set 访问器，或者两者均包含。声明采用下列形式之一：get {}set {}get 访问器get 访问器体与方法体相似。它必须返回属性类型的值。执行 get 访问器相当于读取字段的值。以下是返回私有字段 name 的值的 get 访问器：&amp;nbsp;&amp;nbsp;private&amp;nbsp;string&amp;nbsp;name;&amp;nbsp;&amp;nbsp;&amp;nbsp;//&amp;nbsp;the&amp;nbsp;name&amp;nbsp;fieldpublic&amp;nbsp;string&amp;nbsp;Name&amp;nbsp;&amp;nbsp;&amp;nbsp;//&amp;nbsp;the&amp;nbsp;Name&amp;nbsp;property{&amp;nbsp;&amp;nbsp;&amp;nbsp;get&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;{&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;return&amp;nbsp;name;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}}当引用属性时，除非该属性为赋值目标，否则将调用 &lt;img src =&quot;aggbug/2639730.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sat, 12 Jul 2008 01:19:00 +0800</pubDate><author>游陆</author><comments>http://blog.csdn.net/hanghwp/archive/2008/07/11/2639730.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/hanghwp/archive/2008/07/11/2639730.aspx</guid><dc:creator>游陆</dc:creator><fs:srclink>http://blog.csdn.net/hanghwp/archive/2008/07/11/2639730.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/hanghwp/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/hanghwp/~1192574/92612609/1192552</fs:itemid></item><item><title>C#里做的类如何打包成一个DLL</title><link>http://item.feedsky.com/~csdn.net/hanghwp/~1192574/92612457/1192552/1/item.html</link><wfw:comment>comments/2639717.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/2639717.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2639717</trackback:ping><description>&lt;p&gt;1.新建一个类库工程，把你要编译的文件放进去，然后编译。&lt;/p&gt;&lt;p&gt;2.csc &amp;nbsp; /t:library &amp;nbsp; database.cs&lt;/p&gt;&lt;img src =&quot;aggbug/2639717.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sat, 12 Jul 2008 01:15:00 +0800</pubDate><author>游陆</author><comments>http://blog.csdn.net/hanghwp/archive/2008/07/11/2639717.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/hanghwp/archive/2008/07/11/2639717.aspx</guid><dc:creator>游陆</dc:creator><fs:srclink>http://blog.csdn.net/hanghwp/archive/2008/07/11/2639717.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/hanghwp/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/hanghwp/~1192574/92612457/1192552</fs:itemid></item><item><title>IIS发生意外错误0x8ffe2740</title><link>http://item.feedsky.com/~csdn.net/hanghwp/~1192574/92548212/1192552/1/item.html</link><wfw:comment>comments/2638682.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/2638682.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2638682</trackback:ping><description>发生意外错误0x8ffe2740-&amp;gt;解决方法&amp;nbsp;在IIS管理器中更改网站绑定端口为除80端口外的其它端口. &amp;nbsp;停止正在使用80端口的应用程序,然后从IIS管理器中启动网站. &amp;nbsp;可以使用诸如TCPView或FPort等第三方工具来判断其它正在使用80端口的其它应用程序.&amp;nbsp;如有WEBxunle的话经常占用80端口。&lt;img src =&quot;aggbug/2638682.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 11 Jul 2008 21:47:00 +0800</pubDate><author>游陆</author><comments>http://blog.csdn.net/hanghwp/archive/2008/07/11/2638682.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/hanghwp/archive/2008/07/11/2638682.aspx</guid><dc:creator>游陆</dc:creator><fs:srclink>http://blog.csdn.net/hanghwp/archive/2008/07/11/2638682.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/hanghwp/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/hanghwp/~1192574/92548212/1192552</fs:itemid></item><item><title>asp 多行多列显示</title><link>http://item.feedsky.com/~csdn.net/hanghwp/~1192574/92346155/1192552/1/item.html</link><wfw:comment>comments/2635219.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/2635219.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2635219</trackback:ping><description>&amp;lt;table align='center' cellpadding='0' cellspace='0' border='0'&amp;gt;&amp;lt;tr&amp;gt;&amp;nbsp;&amp;lt;td width=&quot;287&quot; valign='top' id='demo1'&amp;gt;&amp;lt;table Class=border width=&quot;100%&quot; height=&quot;100%&quot; border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot;&amp;gt;&amp;lt;%&amp;nbsp;&amp;nbsp;&amp;nbsp; set RsPic=server.createobject(&quot;adodb.recordset&quot;)&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;a title=&quot;sql&quot; href=&quot;http://blog.csdn.net/hanghwp&quot; &gt;sql&lt;/a&gt;=&quot;select top 9 * from zf11_p_news where isbest=1 ORDER BY id DESC&quot;&amp;nbsp;&amp;nbsp;&amp;nbsp; RsPic.open &lt;a title=&quot;sql&quot; href=&quot;http:/&lt;img src =&quot;aggbug/2635219.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 11 Jul 2008 02:46:00 +0800</pubDate><author>游陆</author><comments>http://blog.csdn.net/hanghwp/archive/2008/07/10/2635219.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/hanghwp/archive/2008/07/10/2635219.aspx</guid><dc:creator>游陆</dc:creator><fs:srclink>http://blog.csdn.net/hanghwp/archive/2008/07/10/2635219.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/hanghwp/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/hanghwp/~1192574/92346155/1192552</fs:itemid></item><item><title>常用数据库 取前几条数据 sql写法</title><link>http://item.feedsky.com/~csdn.net/hanghwp/~1192574/92346156/1192552/1/item.html</link><wfw:comment>comments/2586610.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/2586610.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2586610</trackback:ping><description>&lt;p&gt;如在ms sqlserver 用此语句：select top 2 * from test01 &lt;/p&gt;&lt;p&gt;就会只显示前2条记录，MYSQL&lt;/p&gt;&lt;p&gt;select * from your_table where .... limit 2;//使用limit就可以了.&lt;/p&gt;&lt;p&gt;Oracle的语句:&lt;/p&gt;&lt;p&gt;select * from (select rownum r ,* from test) ttwhere tt.r &amp;gt; 50 and tt.r &amp;lt;= 100; &lt;/p&gt;&lt;p&gt;(最好用PLSQL游标来解决)DB2中：select * from payment fetch first 5 row only --查前5条记录&amp;nbsp;&amp;nbsp;&lt;/p&gt;&lt;img src =&quot;aggbug/2586610.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 26 Jun 2008 02:30:00 +0800</pubDate><author>游陆</author><comments>http://blog.csdn.net/hanghwp/archive/2008/06/25/2586610.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/hanghwp/archive/2008/06/25/2586610.aspx</guid><dc:creator>游陆</dc:creator><fs:srclink>http://blog.csdn.net/hanghwp/archive/2008/06/25/2586610.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/hanghwp/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/hanghwp/~1192574/92346156/1192552</fs:itemid></item><item><title>配置sql server 2000以允许远程访问</title><link>http://item.feedsky.com/~csdn.net/hanghwp/~1192574/92346157/1192552/1/item.html</link><wfw:comment>comments/2586607.aspx</wfw:comment><slash:comments>1</slash:comments><wfw:commentRss>comments/commentRss/2586607.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2586607</trackback:ping><description>&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 配置sql server 2000以允许远程访问适合故障:1. 用sql企业管理器能访问sql server 2000(因为它是采用命名管道(named pipes)方式进行方式),但用ado.net 方式(udp)不能访问.2. 采用ado.net方式不能远程访问.故障的可能原因有:1.sql server 2000没有安装sql server 2000 sp3a及以上升级包,还未启用并开放1433端口(udp);2.系统防火墙未开放1433端口. 解决办法:一.检查sql server 2000是否已启用并开放1433端口.(在sql2000服务器上)&amp;nbsp;&amp;nbsp; 方法:&amp;nbsp;&amp;nbsp; 开始--&amp;gt;运行--&amp;gt;打开--&amp;gt;执行 &quot;cmd&quot; 命令 --&amp;gt;执行 &quot;netstat -na&quot; 命令.&amp;nbsp;&amp;nbsp; 看是否有无&amp;nbsp;&amp;nbsp; TCP&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 127.0.0.1:1433&lt;img src =&quot;aggbug/2586607.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 26 Jun 2008 02:28:00 +0800</pubDate><author>游陆</author><comments>http://blog.csdn.net/hanghwp/archive/2008/06/25/2586607.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/hanghwp/archive/2008/06/25/2586607.aspx</guid><dc:creator>游陆</dc:creator><fs:srclink>http://blog.csdn.net/hanghwp/archive/2008/06/25/2586607.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/hanghwp/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/hanghwp/~1192574/92346157/1192552</fs:itemid></item><item><title>比阿娇还天真 陈冠希淫照事件终于告一段落了</title><link>http://item.feedsky.com/~csdn.net/hanghwp/~1192574/92346158/1192552/1/item.html</link><wfw:comment>comments/2119611.aspx</wfw:comment><slash:comments>1</slash:comments><wfw:commentRss>comments/commentRss/2119611.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2119611</trackback:ping><description>阿娇,还天真 陈冠希,淫照,事件,终于告一段落了&lt;img src =&quot;aggbug/2119611.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 26 Feb 2008 01:20:00 +0800</pubDate><author>游陆</author><comments>http://blog.csdn.net/hanghwp/archive/2008/02/25/2119611.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/hanghwp/archive/2008/02/25/2119611.aspx</guid><dc:creator>游陆</dc:creator><fs:srclink>http://blog.csdn.net/hanghwp/archive/2008/02/25/2119611.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/hanghwp/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/hanghwp/~1192574/92346158/1192552</fs:itemid></item><item><title>中国经济之现状</title><link>http://item.feedsky.com/~csdn.net/hanghwp/~1192574/92346159/1192552/1/item.html</link><wfw:comment>comments/2102737.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/2102737.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2102737</trackback:ping><description>中国经济之现状&lt;img src =&quot;aggbug/2102737.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Mon, 18 Feb 2008 22:31:00 +0800</pubDate><author>游陆</author><comments>http://blog.csdn.net/hanghwp/archive/2008/02/18/2102737.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/hanghwp/archive/2008/02/18/2102737.aspx</guid><dc:creator>游陆</dc:creator><fs:srclink>http://blog.csdn.net/hanghwp/archive/2008/02/18/2102737.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/hanghwp/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/hanghwp/~1192574/92346159/1192552</fs:itemid></item><item><title>杭姓的来源</title><link>http://item.feedsky.com/~csdn.net/hanghwp/~1192574/92346160/1192552/1/item.html</link><wfw:comment>comments/2045419.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/2045419.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2045419</trackback:ping><description>杭姓的来源&lt;img src =&quot;aggbug/2045419.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 16 Jan 2008 00:01:00 +0800</pubDate><author>游陆</author><comments>http://blog.csdn.net/hanghwp/archive/2008/01/15/2045419.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/hanghwp/archive/2008/01/15/2045419.aspx</guid><dc:creator>游陆</dc:creator><fs:srclink>http://blog.csdn.net/hanghwp/archive/2008/01/15/2045419.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/hanghwp/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/hanghwp/~1192574/92346160/1192552</fs:itemid></item><item><title>C# 下将DataTable中的内容保存为txt文件 源代码实例</title><link>http://item.feedsky.com/~csdn.net/hanghwp/~1192574/92346161/1192552/1/item.html</link><wfw:comment>comments/2032194.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/2032194.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2032194</trackback:ping><description>引用IO命名空间：using System.IO;  

在页面拖一个saveFileDialog1控件;

 private void btnJgbc_Click(object sender, EventArgs e)
        {
            try
            {
&lt;img src =&quot;aggbug/2032194.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 10 Jan 2008 00:48:00 +0800</pubDate><author>游陆</author><comments>http://blog.csdn.net/hanghwp/archive/2008/01/09/2032194.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/hanghwp/archive/2008/01/09/2032194.aspx</guid><dc:creator>游陆</dc:creator><fs:srclink>http://blog.csdn.net/hanghwp/archive/2008/01/09/2032194.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/hanghwp/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/hanghwp/~1192574/92346161/1192552</fs:itemid></item><item><title>WinForm（多窗体之间传递数据）</title><link>http://item.feedsky.com/~csdn.net/hanghwp/~1192574/92346162/1192552/1/item.html</link><wfw:comment>comments/1944482.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/1944482.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1944482</trackback:ping><description>WinForm（多窗体之间传递数据）&lt;img src =&quot;aggbug/1944482.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 18 Dec 2007 07:41:00 +0800</pubDate><author>游陆</author><comments>http://blog.csdn.net/hanghwp/archive/2007/12/17/1944482.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/hanghwp/archive/2007/12/17/1944482.aspx</guid><dc:creator>游陆</dc:creator><fs:srclink>http://blog.csdn.net/hanghwp/archive/2007/12/17/1944482.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/hanghwp/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/hanghwp/~1192574/92346162/1192552</fs:itemid></item><item><title>Visual Studio 2008 90天试用版变正式版</title><link>http://item.feedsky.com/~csdn.net/hanghwp/~1192574/92346163/1192552/1/item.html</link><wfw:comment>comments/1942817.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/1942817.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1942817</trackback:ping><description>Visual Studio 2008 90天试用版变正式版&lt;img src =&quot;aggbug/1942817.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Mon, 17 Dec 2007 08:27:00 +0800</pubDate><author>游陆</author><comments>http://blog.csdn.net/hanghwp/archive/2007/12/17/1942817.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/hanghwp/archive/2007/12/17/1942817.aspx</guid><dc:creator>游陆</dc:creator><fs:srclink>http://blog.csdn.net/hanghwp/archive/2007/12/17/1942817.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/hanghwp/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/hanghwp/~1192574/92346163/1192552</fs:itemid></item><item><title>最色情的考题，最牛比的答案</title><link>http://item.feedsky.com/~csdn.net/hanghwp/~1192574/92346164/1192552/1/item.html</link><wfw:comment>comments/1906798.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/1906798.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1906798</trackback:ping><description>老师：什么东东进去的时候是即红又硬，而出来　的时候是软的、有粘液的？ 
　　 
　　　　学生：泡泡糖 
　　 
　　　　老师：什么事情男人要站着做，女人坐着做，狗用三条腿做？ 
　　 
　　　　学生：握手 
　　 
　　　　老师想了一想说：想在我将问你几个“你猜我是什么”的问题，可以吗？ 
　　 
　　　　学生：好的 
　　 
　　　　老师：你用棍撑在我的里面，把我顶上，在把我支起来。而我在这之前就变湿了？ 
&lt;img src =&quot;aggbug/1906798.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 29 Nov 2007 19:35:00 +0800</pubDate><author>游陆</author><comments>http://blog.csdn.net/hanghwp/archive/2007/11/29/1906798.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/hanghwp/archive/2007/11/29/1906798.aspx</guid><dc:creator>游陆</dc:creator><fs:srclink>http://blog.csdn.net/hanghwp/archive/2007/11/29/1906798.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/hanghwp/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/hanghwp/~1192574/92346164/1192552</fs:itemid></item></channel></rss>