<?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: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/" xmlns:fs="http://www.feedsky.com/namespace/feed" version="2.0"><channel><atom:link href="http://feeds.feedsky.com/csdn.net/milan25429688" type="application/rss+xml" ref="self"></atom:link><lastBuildDate>Wed, 01 Nov 2006 11:55:00 GMT</lastBuildDate><title>milan25429688的专栏</title><link>http://blog.csdn.net/milan25429688/</link><item><title>(心得分享,不是问题) 堆和栈的区别</title><link>http://item.feedsky.com/~csdn.net/milan25429688/~1102801/22583798/1102799/1/item.html</link><wfw:comment>http://blog.csdn.net/milan25429688/comments/1360202.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/milan25429688/comments/commentRss/1360202.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1360202</trackback:ping><description>堆和栈的区别可以用如下的比喻来看出： 
使用栈就象我们去饭馆里吃饭，只管点菜（发出申请）、付钱、和吃（使用），吃饱了就走，不必理会切菜、洗菜等准备工作和洗碗、刷锅等扫尾工作，他的好处是快捷，但是自由度小。 
使用堆就象是自己动手做喜欢吃的菜肴，比较麻烦，但是比较符合自己的口味，而且自由度大。 &lt;img src =&quot;http://blog.csdn.net/milan25429688/aggbug/1360202.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 01 Nov 2006 19:55:00 +0800</pubDate><author>milan25429688</author><comments>http://blog.csdn.net/milan25429688/archive/2006/11/01/1360202.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/milan25429688/archive/2006/11/01/1360202.aspx</guid><dc:creator>milan25429688</dc:creator><fs:srclink>http://blog.csdn.net/milan25429688/archive/2006/11/01/1360202.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/milan25429688/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/milan25429688/~1102801/22583798/1102799</fs:itemid></item><item><title>Static静态变量的一点体会</title><link>http://item.feedsky.com/~csdn.net/milan25429688/~1102801/22583800/1102799/1/item.html</link><wfw:comment>http://blog.csdn.net/milan25429688/comments/341862.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/milan25429688/comments/commentRss/341862.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=341862</trackback:ping><description>主要讨论在子函数中，静态变量和局部变量的区别：静态变量只占用一个故定的内存地址；而局部变量则每次都占用一个新的内存地址，这个地址可能是随机的。&lt;img src =&quot;http://blog.csdn.net/milan25429688/aggbug/341862.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sun, 10 Apr 2005 19:18:00 +0800</pubDate><author>milan25429688</author><comments>http://blog.csdn.net/milan25429688/archive/2005/04/10/341862.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/milan25429688/archive/2005/04/10/341862.aspx</guid><dc:creator>milan25429688</dc:creator><fs:srclink>http://blog.csdn.net/milan25429688/archive/2005/04/10/341862.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/milan25429688/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/milan25429688/~1102801/22583800/1102799</fs:itemid></item><item><title>Eclipse组件的几个基本概念</title><link>http://item.feedsky.com/~csdn.net/milan25429688/~1102801/22583802/1102799/1/item.html</link><wfw:comment>http://blog.csdn.net/milan25429688/comments/336149.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/milan25429688/comments/commentRss/336149.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=336149</trackback:ping><description>在初学Eclipse的过程中涉及到了几个组件的概念问题：RCP(Rich Client Program)是Eclipse框架的一个很有用的编程模式；SWT是IBM开发一套跨平台的GUI开发框架(或开发工具包)；CVS（Concurrent Version System）版本控制系统（或并行版本系统）是一种GNU软件包，主要用于在多人开发环境下的源码的维护。&lt;img src =&quot;http://blog.csdn.net/milan25429688/aggbug/336149.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Mon, 04 Apr 2005 23:37:00 +0800</pubDate><author>milan25429688</author><comments>http://blog.csdn.net/milan25429688/archive/2005/04/04/336149.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/milan25429688/archive/2005/04/04/336149.aspx</guid><dc:creator>milan25429688</dc:creator><fs:srclink>http://blog.csdn.net/milan25429688/archive/2005/04/04/336149.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/milan25429688/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/milan25429688/~1102801/22583802/1102799</fs:itemid></item><item><title>指针的艺术</title><link>http://item.feedsky.com/~csdn.net/milan25429688/~1102801/22583804/1102799/1/item.html</link><wfw:comment>http://blog.csdn.net/milan25429688/comments/334270.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/milan25429688/comments/commentRss/334270.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=334270</trackback:ping><description>作为一个C++程序员，指针的直接操作内存，在数据操作方面有着速度快，节约内存等优点，仍是很多C++程序员的最爱……&lt;img src =&quot;http://blog.csdn.net/milan25429688/aggbug/334270.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 31 Mar 2005 01:12:00 +0800</pubDate><author>milan25429688</author><comments>http://blog.csdn.net/milan25429688/archive/2005/03/30/334270.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/milan25429688/archive/2005/03/30/334270.aspx</guid><dc:creator>milan25429688</dc:creator><fs:srclink>http://blog.csdn.net/milan25429688/archive/2005/03/30/334270.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/milan25429688/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/milan25429688/~1102801/22583804/1102799</fs:itemid></item><item><title>C语言陷阱和缺陷</title><link>http://item.feedsky.com/~csdn.net/milan25429688/~1102801/22583806/1102799/1/item.html</link><wfw:comment>http://blog.csdn.net/milan25429688/comments/328944.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/milan25429688/comments/commentRss/328944.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=328944</trackback:ping><description>那些自认为已经“学完”C语言的人，请你们仔细读阅读这篇文章吧。路很长，还有很多东西要学……&lt;img src =&quot;http://blog.csdn.net/milan25429688/aggbug/328944.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 24 Mar 2005 23:47:00 +0800</pubDate><author>milan25429688</author><comments>http://blog.csdn.net/milan25429688/archive/2005/03/24/328944.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/milan25429688/archive/2005/03/24/328944.aspx</guid><dc:creator>milan25429688</dc:creator><fs:srclink>http://blog.csdn.net/milan25429688/archive/2005/03/24/328944.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/milan25429688/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/milan25429688/~1102801/22583806/1102799</fs:itemid></item><item><title>C/C++/C#是否支持基于string的switch-case？？</title><link>http://item.feedsky.com/~csdn.net/milan25429688/~1102801/22583807/1102799/1/item.html</link><wfw:comment>http://blog.csdn.net/milan25429688/comments/322710.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/milan25429688/comments/commentRss/322710.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=322710</trackback:ping><description>swith-case中C/C++支持int 和char，
switch语句中的case只能是常量.是整型,字符或枚举(也就是整行)三种；
C#支持int、char、string。&lt;img src =&quot;http://blog.csdn.net/milan25429688/aggbug/322710.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 18 Mar 2005 08:51:00 +0800</pubDate><author>milan25429688</author><comments>http://blog.csdn.net/milan25429688/archive/2005/03/18/322710.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/milan25429688/archive/2005/03/18/322710.aspx</guid><dc:creator>milan25429688</dc:creator><fs:srclink>http://blog.csdn.net/milan25429688/archive/2005/03/18/322710.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/milan25429688/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/milan25429688/~1102801/22583807/1102799</fs:itemid></item><item><title>GuestBook Test</title><link>http://item.feedsky.com/~csdn.net/milan25429688/~1102801/22583809/1102799/1/item.html</link><wfw:comment>http://blog.csdn.net/milan25429688/comments/277674.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/milan25429688/comments/commentRss/277674.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=277674</trackback:ping><description>这是我的第一个留言板测试例子，包括登陆界面，留言板主页，添加留言等页面：

1.页面
F:\Tomcat 5.0\webapps\ROOT\login
log.html
log_cm.jsp
success.jsp
relog.jsp
index.jsp
guestbook.jsp

2.Bean
F:\Tomcat 5.0\webapps\ROOT\WEB-INF\classes\login
LogBean.java
F:\Tomcat 5.0\webapps\ROOT\WEB-INF\classes\dbtest
Accessdb.java

3.数据库
F:\Tomcat 5.0\webapps\ROOT\BUSINESS(BUSINESS 是可以自定义的)
firm.mdb——两个表：
user(name,password,email)；
guest(未完成，用作保存留言.....)

4.表情
F:\Tomcat 5.0\webapps\ROOT\images
hello.gif
...&lt;img src =&quot;http://blog.csdn.net/milan25429688/aggbug/277674.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 02 Feb 2005 20:47:00 +0800</pubDate><author>milan25429688</author><comments>http://blog.csdn.net/milan25429688/archive/2005/02/02/277674.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/milan25429688/archive/2005/02/02/277674.aspx</guid><dc:creator>milan25429688</dc:creator><fs:srclink>http://blog.csdn.net/milan25429688/archive/2005/02/02/277674.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/milan25429688/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/milan25429688/~1102801/22583809/1102799</fs:itemid></item><item><title>Poll Test</title><link>http://item.feedsky.com/~csdn.net/milan25429688/~1102801/22583810/1102799/1/item.html</link><wfw:comment>http://blog.csdn.net/milan25429688/comments/277663.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/milan25429688/comments/commentRss/277663.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=277663</trackback:ping><description>这是我的第一个JSP 投票页面测试例子：
1.
F:\Tomcat 5.0\webapps\ROOT\poll
poll.html

2.
F:\Tomcat 5.0\webapps\ROOT\poll\vote
poll_cope.jsp
survey.txt(运行后自动生成)&lt;img src =&quot;http://blog.csdn.net/milan25429688/aggbug/277663.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 02 Feb 2005 20:38:00 +0800</pubDate><author>milan25429688</author><comments>http://blog.csdn.net/milan25429688/archive/2005/02/02/277663.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/milan25429688/archive/2005/02/02/277663.aspx</guid><dc:creator>milan25429688</dc:creator><fs:srclink>http://blog.csdn.net/milan25429688/archive/2005/02/02/277663.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/milan25429688/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/milan25429688/~1102801/22583810/1102799</fs:itemid></item><item><title>SessionTest</title><link>http://item.feedsky.com/~csdn.net/milan25429688/~1102801/22583811/1102799/1/item.html</link><wfw:comment>http://blog.csdn.net/milan25429688/comments/277659.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/milan25429688/comments/commentRss/277659.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=277659</trackback:ping><description>这是我第一次自学JSP 内部对象Session 的例子：
F:\Tomcat 5.0\webapps\ROOT\session
main.htm
session1.jsp
session2.jsp
&lt;img src =&quot;http://blog.csdn.net/milan25429688/aggbug/277659.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 02 Feb 2005 20:33:00 +0800</pubDate><author>milan25429688</author><comments>http://blog.csdn.net/milan25429688/archive/2005/02/02/277659.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/milan25429688/archive/2005/02/02/277659.aspx</guid><dc:creator>milan25429688</dc:creator><fs:srclink>http://blog.csdn.net/milan25429688/archive/2005/02/02/277659.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/milan25429688/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/milan25429688/~1102801/22583811/1102799</fs:itemid></item><item><title>MyFirstHTML</title><link>http://item.feedsky.com/~csdn.net/milan25429688/~1102801/22583812/1102799/1/item.html</link><wfw:comment>http://blog.csdn.net/milan25429688/comments/277657.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/milan25429688/comments/commentRss/277657.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=277657</trackback:ping><description>这是我的第一个HTML的例子，顺便学习JSP 内部对象Request 的使用
路径：F:\Tomcat 5.0\webapps\ROOT\myhtml
mytext.html
Request.jsp
&lt;img src =&quot;http://blog.csdn.net/milan25429688/aggbug/277657.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 02 Feb 2005 20:29:00 +0800</pubDate><author>milan25429688</author><comments>http://blog.csdn.net/milan25429688/archive/2005/02/02/277657.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/milan25429688/archive/2005/02/02/277657.aspx</guid><dc:creator>milan25429688</dc:creator><fs:srclink>http://blog.csdn.net/milan25429688/archive/2005/02/02/277657.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/milan25429688/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/milan25429688/~1102801/22583812/1102799</fs:itemid></item><item><title>HTML + Servlet Test</title><link>http://item.feedsky.com/~csdn.net/milan25429688/~1102801/22583813/1102799/1/item.html</link><wfw:comment>http://blog.csdn.net/milan25429688/comments/277639.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/milan25429688/comments/commentRss/277639.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=277639</trackback:ping><description>这是我的第一个HTML + Servlet 的例子：

1.
F:\Tomcat 5.0\webapps\ROOT\hfservlet
hfservlet.html

2.
F:\Tomcat 5.0\webapps\ROOT\WEB-INF\classes\hfservlet
HFServlet.java&lt;img src =&quot;http://blog.csdn.net/milan25429688/aggbug/277639.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 02 Feb 2005 20:18:00 +0800</pubDate><author>milan25429688</author><comments>http://blog.csdn.net/milan25429688/archive/2005/02/02/277639.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/milan25429688/archive/2005/02/02/277639.aspx</guid><dc:creator>milan25429688</dc:creator><fs:srclink>http://blog.csdn.net/milan25429688/archive/2005/02/02/277639.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/milan25429688/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/milan25429688/~1102801/22583813/1102799</fs:itemid></item><item><title>冒泡法</title><link>http://item.feedsky.com/~csdn.net/milan25429688/~1102801/22583814/1102799/1/item.html</link><wfw:comment>http://blog.csdn.net/milan25429688/comments/277630.aspx</wfw:comment><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/milan25429688/comments/commentRss/277630.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=277630</trackback:ping><description>这是我的第一个Java 冒泡法例子，分两种：纯数字冒泡法 和字符串中的数字冒泡法&lt;img src =&quot;http://blog.csdn.net/milan25429688/aggbug/277630.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 02 Feb 2005 20:13:00 +0800</pubDate><author>milan25429688</author><comments>http://blog.csdn.net/milan25429688/archive/2005/02/02/277630.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/milan25429688/archive/2005/02/02/277630.aspx</guid><dc:creator>milan25429688</dc:creator><fs:srclink>http://blog.csdn.net/milan25429688/archive/2005/02/02/277630.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/milan25429688/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/milan25429688/~1102801/22583814/1102799</fs:itemid></item><item><title>PackageTest</title><link>http://item.feedsky.com/~csdn.net/milan25429688/~1102801/22583815/1102799/1/item.html</link><wfw:comment>http://blog.csdn.net/milan25429688/comments/277624.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/milan25429688/comments/commentRss/277624.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=277624</trackback:ping><description>这是我第一个Package 包相关类的测试例子，分为三部分：MainTest 、PackageSecond 和PackageSub
&lt;img src =&quot;http://blog.csdn.net/milan25429688/aggbug/277624.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 02 Feb 2005 20:11:00 +0800</pubDate><author>milan25429688</author><comments>http://blog.csdn.net/milan25429688/archive/2005/02/02/277624.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/milan25429688/archive/2005/02/02/277624.aspx</guid><dc:creator>milan25429688</dc:creator><fs:srclink>http://blog.csdn.net/milan25429688/archive/2005/02/02/277624.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/milan25429688/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/milan25429688/~1102801/22583815/1102799</fs:itemid></item><item><title>BeanTest</title><link>http://item.feedsky.com/~csdn.net/milan25429688/~1102801/22583816/1102799/1/item.html</link><wfw:comment>http://blog.csdn.net/milan25429688/comments/277622.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/milan25429688/comments/commentRss/277622.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=277622</trackback:ping><description>这是我第一个组件Bean 相关类的测试例子，分为两部分：ClockBean 和FirstBean
&lt;img src =&quot;http://blog.csdn.net/milan25429688/aggbug/277622.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 02 Feb 2005 20:05:00 +0800</pubDate><author>milan25429688</author><comments>http://blog.csdn.net/milan25429688/archive/2005/02/02/277622.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/milan25429688/archive/2005/02/02/277622.aspx</guid><dc:creator>milan25429688</dc:creator><fs:srclink>http://blog.csdn.net/milan25429688/archive/2005/02/02/277622.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/milan25429688/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/milan25429688/~1102801/22583816/1102799</fs:itemid></item><item><title>FileTest</title><link>http://item.feedsky.com/~csdn.net/milan25429688/~1102801/22583817/1102799/1/item.html</link><wfw:comment>http://blog.csdn.net/milan25429688/comments/277618.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/milan25429688/comments/commentRss/277618.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=277618</trackback:ping><description>这是我第一个文件File 相关类的测试例子，分为两部分：MyFirstIOFile 和MyFirstRAFile&lt;img src =&quot;http://blog.csdn.net/milan25429688/aggbug/277618.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 02 Feb 2005 20:03:00 +0800</pubDate><author>milan25429688</author><comments>http://blog.csdn.net/milan25429688/archive/2005/02/02/277618.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/milan25429688/archive/2005/02/02/277618.aspx</guid><dc:creator>milan25429688</dc:creator><fs:srclink>http://blog.csdn.net/milan25429688/archive/2005/02/02/277618.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/milan25429688/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/milan25429688/~1102801/22583817/1102799</fs:itemid></item></channel></rss>