<?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/Free_Wind22" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/Free_Wind22" type="application/rss+xml"></fs:self_link><lastBuildDate>Tue, 20 Jul 2010 02:31:00 GMT</lastBuildDate><title>Freewind的专栏</title><description>学海无涯，回头是岸</description><link>http://blog.csdn.net/blogrss.aspx?username=Free_Wind22</link><item><title>location.href和location.replace和location.reload的不同[ZT]</title><link>http://blog.csdn.net/Free_Wind22/archive/2010/07/20/5748821.aspx</link><description>&lt;br /&gt;location.href和location.replace和location.reload的不同&lt;br /&gt;&lt;br /&gt;window.location.href&lt;br /&gt;整个URL字符串(在浏览器中就是完整的地址栏)&lt;br /&gt;&lt;br /&gt;reload 方法，该方法强迫浏览器刷新当前页面。&lt;br /&gt;语法： location.reload([bForceGet])                                                                                                                          &lt;br /&gt; 参数： bForceGet，可选参数， 默认为 false，从客户端缓存里取当前页。 true, 则以 GET 方式，从服务端取最新的页面, 相当于客户端点击 F5(&quot;刷新&quot;)&lt;br /&gt;replace 方法，该方法通过指定URL替换当前缓存在历史里（客户端）的项目，因此当使用replace方法之后，你不能通过“前进”和“后退”来访问已经被替换的URL。&lt;img src=&quot;http://www1.feedsky.com/t1/393420950/Free_Wind22/csdn.net/s.gif?r=http://blog.csdn.net/Free_Wind22/archive/2010/07/20/5748821.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/Free_Wind22/393420950/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/Free_Wind22/393420950/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Tue, 20 Jul 2010 10:31:00 +0800</pubDate><author>Freewind</author><guid isPermaLink="false">http://blog.csdn.net/Free_Wind22/archive/2010/07/20/5748821.aspx</guid><dc:creator>Freewind</dc:creator><fs:srclink>http://blog.csdn.net/Free_Wind22/archive/2010/07/20/5748821.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/Free_Wind22/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/Free_Wind22/~1058753/393420950/1058753</fs:itemid></item><item><title>IE和FF下关于selection和textRange的一些资料</title><link>http://blog.csdn.net/Free_Wind22/archive/2010/04/26/5532004.aspx</link><description>&lt;br /&gt;http://www.w3school.com.cn/xmldom/dom_range.asp&lt;br /&gt;&lt;br /&gt;http://www.hbcms.com/main/dhtml/objects/obj_textrange.html&lt;br /&gt;&lt;br /&gt;http://wwwwwhg.javaeye.com/blog/568374&lt;br /&gt;&lt;br /&gt;https://developer.mozilla.org/en/DOM/Selection&lt;br /&gt;&lt;br /&gt;https://developer.mozilla.org/en/DOM/range&lt;img src=&quot;http://www1.feedsky.com/t1/393420951/Free_Wind22/csdn.net/s.gif?r=http://blog.csdn.net/Free_Wind22/archive/2010/04/26/5532004.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/Free_Wind22/393420951/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/Free_Wind22/393420951/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Mon, 26 Apr 2010 23:45:00 +0800</pubDate><author>Freewind</author><guid isPermaLink="false">http://blog.csdn.net/Free_Wind22/archive/2010/04/26/5532004.aspx</guid><dc:creator>Freewind</dc:creator><fs:srclink>http://blog.csdn.net/Free_Wind22/archive/2010/04/26/5532004.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/Free_Wind22/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/Free_Wind22/~1058753/393420951/1058753</fs:itemid></item><item><title>javascript的分层概念 --- 阿当[ZT]</title><link>http://blog.csdn.net/Free_Wind22/archive/2010/03/31/5438179.aspx</link><description>javascript的分层概念 --- 阿当View more presentations from itchina110.&lt;img src=&quot;http://www1.feedsky.com/t1/393420952/Free_Wind22/csdn.net/s.gif?r=http://blog.csdn.net/Free_Wind22/archive/2010/03/31/5438179.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/Free_Wind22/393420952/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/Free_Wind22/393420952/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Wed, 31 Mar 2010 17:11:00 +0800</pubDate><author>Freewind</author><guid isPermaLink="false">http://blog.csdn.net/Free_Wind22/archive/2010/03/31/5438179.aspx</guid><dc:creator>Freewind</dc:creator><fs:srclink>http://blog.csdn.net/Free_Wind22/archive/2010/03/31/5438179.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/Free_Wind22/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/Free_Wind22/~1058753/393420952/1058753</fs:itemid></item><item><title>报告一个IIS6,ASP的一个超级BUG[ZT]</title><link>http://blog.csdn.net/Free_Wind22/archive/2010/03/30/5431216.aspx</link><description>这是一个很严重的BUG, 目前微软还没有提供HOTFIX.当你的服务器允许运行ASP , 而你的程序(ASP/ASP.NET/PHP/JSP/...)允许上传文件时黑客可以上传一个  xxxx.asp;.jpg 文件.当浏览该文件时, 然后该文件会直接以ASP的方式被执行!解决方法是任何上传的功能, 都要禁止 '.asp;.' , 或者干脆禁止 ';' 符号.&lt;img src=&quot;http://www1.feedsky.com/t1/393420953/Free_Wind22/csdn.net/s.gif?r=http://blog.csdn.net/Free_Wind22/archive/2010/03/30/5431216.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/Free_Wind22/393420953/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/Free_Wind22/393420953/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Tue, 30 Mar 2010 10:43:00 +0800</pubDate><author>Freewind</author><guid isPermaLink="false">http://blog.csdn.net/Free_Wind22/archive/2010/03/30/5431216.aspx</guid><dc:creator>Freewind</dc:creator><fs:srclink>http://blog.csdn.net/Free_Wind22/archive/2010/03/30/5431216.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/Free_Wind22/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/Free_Wind22/~1058753/393420953/1058753</fs:itemid></item><item><title>高效 JavaScript [ZT]</title><link>http://blog.csdn.net/Free_Wind22/archive/2010/03/18/5392779.aspx</link><description>作者 Mark 'Tarquin' Wilton-Jones · 2006年11月2日本文翻译自 Efficient JavaScript原译文地址 http://kb.operachina.com/node/207传统上，网页中不会有大量的脚本，至少脚本很少会影响网页的性能。但随着网页越来越像 Web 应用程序，脚本的效率对网页性能影响越来越大。而且使用 Web 技术开发的应用程序现在越来越多，因此提高脚本的性能变得很重要。对于桌面应用程序，通常使用编译器将源代码转换为二进制程序。编译器可以花费大量时间优化最终二进制程序的效率。Web 应用程序则不同。因为Web应用程序需要运行在不同的浏览器、平台和架构中，不可能事先完全编译。浏览器在获得脚本后要执行解释和编译工作。用户要求不仅要求网页能快速的载入，而且要求最终 Web 应用程序执行的效果要和桌面应用程序的一样流畅。Web 应用程序应能运行在多种设备上，从普通的桌面电脑到手机。浏览器并不很擅长此项工作。虽然 Opera 有着当前最快的脚本引擎，但浏览器有不可避免的&lt;img src=&quot;http://www1.feedsky.com/t1/393420954/Free_Wind22/csdn.net/s.gif?r=http://blog.csdn.net/Free_Wind22/archive/2010/03/18/5392779.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/Free_Wind22/393420954/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/Free_Wind22/393420954/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Thu, 18 Mar 2010 14:46:00 +0800</pubDate><author>Freewind</author><guid isPermaLink="false">http://blog.csdn.net/Free_Wind22/archive/2010/03/18/5392779.aspx</guid><dc:creator>Freewind</dc:creator><fs:srclink>http://blog.csdn.net/Free_Wind22/archive/2010/03/18/5392779.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/Free_Wind22/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/Free_Wind22/~1058753/393420954/1058753</fs:itemid></item><item><title>Javascript的变量与delete操作符[ZT]</title><link>http://blog.csdn.net/Free_Wind22/archive/2010/03/08/5356358.aspx</link><description>版权声明：可以任意转载，但转载时必须标明原作者charlee、原始链接http://tech.idv2.com/2008/01/09/javascript-variables-and-delete-operator/以及本声明。Javascript的变量delete操作符删除的对象对变量执行delete的情况能删除的属性和不能删除的属性能删除的变量和不能删除的变量delete的返回值Javascript的变量&lt;br /&gt;实际上Javascript中，变量 = 对象属性，这是因为 Javascript 在执行脚本之前会创建一个Global对象，所有的全局变量都是这个Global对象的属性，执行函数时也会创建一个Activation对象，所有的局部变量都是这个Activation对象的属性。如下例：var global = 42;
this.global;    // 42, 可以通过this来访问Global对象

this.global2 = 12;
global2;        // 12

function foo() {
  var local = 36;&lt;img src=&quot;http://www1.feedsky.com/t1/393420955/Free_Wind22/csdn.net/s.gif?r=http://blog.csdn.net/Free_Wind22/archive/2010/03/08/5356358.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/Free_Wind22/393420955/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/Free_Wind22/393420955/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Mon, 08 Mar 2010 14:39:00 +0800</pubDate><author>Freewind</author><guid isPermaLink="false">http://blog.csdn.net/Free_Wind22/archive/2010/03/08/5356358.aspx</guid><dc:creator>Freewind</dc:creator><fs:srclink>http://blog.csdn.net/Free_Wind22/archive/2010/03/08/5356358.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/Free_Wind22/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/Free_Wind22/~1058753/393420955/1058753</fs:itemid></item><item><title>Even Faster Web Sites: 读书笔记(一)[ZT]</title><link>http://blog.csdn.net/Free_Wind22/archive/2010/03/01/5335259.aspx</link><description>&lt;br /&gt;《Even Faster Web Sites》是Steve Souders的新书。Steve Souders现在是Google工程师，《High Performance Web Sites》一书的作者，Google Web Ex系列讲座的主持人，对前端优化有很专业的研究。他的UA Profiler和Cuzillion项目尤其引人注目。&lt;br /&gt;《High Performance Web Sites》这本书相信大家都比较熟悉，Souders在其中主要讲解了Yahoo!的14条网站性能军规。很是期待这本《Even Faster Web Sites》，可惜国内市面上还没有。偶得电子版一套，迫不及待打印出来，细细读来。&lt;br /&gt;这本书只有一多半是Souders写的，其他部分是Crockford, NCZ等人的贡献，因此十分有内容。这次先记一些关于页面加载性能方面的读书笔记。Splitting the initial payload&lt;br /&gt;&lt;br /&gt;要提高前端性能，可以这样：页面在第一次加载时，只加载渲染页面所需要的资源（主要针对js），以及一个ScriptLoader方&lt;img src=&quot;http://www1.feedsky.com/t1/393420956/Free_Wind22/csdn.net/s.gif?r=http://blog.csdn.net/Free_Wind22/archive/2010/03/01/5335259.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/Free_Wind22/393420956/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/Free_Wind22/393420956/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Mon, 01 Mar 2010 11:25:00 +0800</pubDate><author>Freewind</author><guid isPermaLink="false">http://blog.csdn.net/Free_Wind22/archive/2010/03/01/5335259.aspx</guid><dc:creator>Freewind</dc:creator><fs:srclink>http://blog.csdn.net/Free_Wind22/archive/2010/03/01/5335259.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/Free_Wind22/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/Free_Wind22/~1058753/393420956/1058753</fs:itemid></item><item><title>浏览器加载、渲染和解析过程的黑箱分析[ZT]</title><link>http://blog.csdn.net/Free_Wind22/archive/2010/03/01/5335251.aspx</link><description>&lt;br /&gt;测试页面：loadtime/test.html&lt;br /&gt;&lt;br /&gt;用 Fiddler 监控，在 IE6 下，资源下载顺序为：&lt;br /&gt;&lt;br /&gt;很明显，下载顺序从上到下，文档流中先出现的资源先下载。在 IE8, Safari, Chrome 等浏览器下也类似。&lt;br /&gt;Firefox 对下载顺序做了优化：&lt;br /&gt;&lt;br /&gt;Firefox 会将 js, css 提前下载，而将图片等资源延迟到后面下载。&lt;br /&gt;对于渲染，利用 Fiddler 将网速调慢，可以看到 css 下载后会马上渲染到页面，渲染和下载同步进行。js 的解析和运行，也类似。&lt;br /&gt;对于 js 运行，以及页面加载相关事件的触发，特别做了测试。在 Firefox 下，打开测试页面：[22:13:32.947] HTML Start
[22:13:32.947] normal inline script run time
[22:13:34.904] normal external script run time
[22:13:35.775] [body] normal extern&lt;img src=&quot;http://www1.feedsky.com/t1/393420957/Free_Wind22/csdn.net/s.gif?r=http://blog.csdn.net/Free_Wind22/archive/2010/03/01/5335251.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/Free_Wind22/393420957/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/Free_Wind22/393420957/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Mon, 01 Mar 2010 11:23:00 +0800</pubDate><author>Freewind</author><guid isPermaLink="false">http://blog.csdn.net/Free_Wind22/archive/2010/03/01/5335251.aspx</guid><dc:creator>Freewind</dc:creator><fs:srclink>http://blog.csdn.net/Free_Wind22/archive/2010/03/01/5335251.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/Free_Wind22/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/Free_Wind22/~1058753/393420957/1058753</fs:itemid></item><item><title>jQuery源代码研究(ready函数)</title><link>http://blog.csdn.net/Free_Wind22/archive/2010/03/01/5335237.aspx</link><description>&lt;br /&gt;我们都知道,很多时候,在页面加载完后都需要做一些相应的初始化动作.例如,运行某些js特效,设置表单等等.怎么知道页面加载完了呢?一般情况下都是设置body标签的onload监听window的load事件.但load事件是要在页面的元素全部加载完了才触发的,如果页面上图片较多或图片太大,就会导致初始化的代码未被执行的时候用户就做了其它操作了. Jquery库提供了一个非常方便好用的函数( $(selector).ready()),让我们可以在页面的dom加载完后就可以做相应的操作(当然,这还得看用户浏览器的支持).,而不用等待全部元素加载完成.例如:&lt;br /&gt;$(document).ready(function (){ alert(’use in page script tag’) });&lt;br /&gt;$(document).ready(function (){ alert(’use in import js file’) });&lt;br /&gt;现在让我们来研究一下这个函数的实现.&lt;br /&gt;原理:&lt;br /&gt;在jquery脚本加载的时候,会设置一个isReady的标记,监听DO&lt;img src=&quot;http://www1.feedsky.com/t1/393420958/Free_Wind22/csdn.net/s.gif?r=http://blog.csdn.net/Free_Wind22/archive/2010/03/01/5335237.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/Free_Wind22/393420958/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/Free_Wind22/393420958/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Mon, 01 Mar 2010 11:20:00 +0800</pubDate><author>Freewind</author><guid isPermaLink="false">http://blog.csdn.net/Free_Wind22/archive/2010/03/01/5335237.aspx</guid><dc:creator>Freewind</dc:creator><fs:srclink>http://blog.csdn.net/Free_Wind22/archive/2010/03/01/5335237.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/Free_Wind22/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/Free_Wind22/~1058753/393420958/1058753</fs:itemid></item><item><title>【游戏】JavaScript版连连看</title><link>http://blog.csdn.net/Free_Wind22/archive/2010/02/02/5282584.aspx</link><description>&lt;br /&gt;仿照QQ游戏里的连连看做的，功能包括： &lt;br /&gt;&lt;br /&gt;一.游戏设置 &lt;br /&gt;  游戏窗口透明度，游戏声音，背景音乐，游戏速度等设置 &lt;br /&gt;&lt;br /&gt;二.地图设置 &lt;br /&gt;  可选择游戏中要玩的地图 &lt;br /&gt;&lt;br /&gt;三.自定义地图 &lt;br /&gt;  带一个地图编辑器，可以自已定义地图，并保存到服务器上。 &lt;br /&gt;&lt;br /&gt;游戏地址：http://www.cctvJS.net/Link/&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;兼容：IE6.0/7.0/8.0  FF3.5  Chrome 4.0  Safari 3.0/4.0  Opera 9.6/10.1&lt;img src=&quot;http://www1.feedsky.com/t1/393420948/Free_Wind22/csdn.net/s.gif?r=http://blog.csdn.net/Free_Wind22/archive/2010/02/02/5282584.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/Free_Wind22/393420948/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/Free_Wind22/393420948/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Tue, 02 Feb 2010 20:39:00 +0800</pubDate><author>Freewind</author><guid isPermaLink="false">http://blog.csdn.net/Free_Wind22/archive/2010/02/02/5282584.aspx</guid><dc:creator>Freewind</dc:creator><fs:srclink>http://blog.csdn.net/Free_Wind22/archive/2010/02/02/5282584.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/Free_Wind22/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/Free_Wind22/~1058753/393420948/1058753</fs:itemid></item></channel></rss>
