<?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/songhuanren" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/songhuanren" type="application/rss+xml"></fs:self_link><lastBuildDate>Thu, 25 Jun 2009 16:13:00 GMT</lastBuildDate><title>宋欢的博客</title><description>苏州招聘webgame-flash开发</description><link>http://blog.csdn.net/songhuanren/</link><item><title>pydev debugger: warning: psyco not available for speedups (the debugger will still work correctly, but a bit slower)</title><link>http://blog.csdn.net/songhuanren/archive/2009/06/25/4298032.aspx</link><wfw:comment>http://blog.csdn.net/songhuanren/comments/4298032.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/songhuanren/comments/commentRss/4298032.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4298032</trackback:ping><description>&lt;br /&gt;psyco 加速 pydev . (不是必须安装的)&lt;br /&gt;&lt;br /&gt;psyco url: 
http://psyco
.sourceforge.net/&lt;img src =&quot;http://blog.csdn.net/songhuanren/aggbug/4298032.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;img src=&quot;http://www1.feedsky.com/t1/237087966/songhuanren/csdn.net/s.gif?r=http://blog.csdn.net/songhuanren/archive/2009/06/25/4298032.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/songhuanren/237087966/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/songhuanren/237087966/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Fri, 26 Jun 2009 00:13:00 +0800</pubDate><author>宋欢</author><comments>http://blog.csdn.net/songhuanren/archive/2009/06/25/4298032.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/songhuanren/archive/2009/06/25/4298032.aspx</guid><dc:creator>宋欢</dc:creator><fs:srclink>http://blog.csdn.net/songhuanren/archive/2009/06/25/4298032.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/songhuanren/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/songhuanren/~1294473/237087966/1297345</fs:itemid></item><item><title>AIR 操作 sqlite 测试</title><link>http://blog.csdn.net/songhuanren/archive/2009/06/22/4288985.aspx</link><wfw:comment>http://blog.csdn.net/songhuanren/comments/4288985.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/songhuanren/comments/commentRss/4288985.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4288985</trackback:ping><description>&lt;br /&gt;demo: http://www.sandy1219.com/air/localDatabase.rarpackage
{
	import flash.data.SQLConnection;
	import flash.data.SQLMode;
	import flash.data.SQLResult;
	import flash.data.SQLStatement;
	import flash.errors.SQLError;
	import flash.events.SQLErrorEvent;
	import flash.events.SQLEvent;
	import flash.filesystem.File;
	
	import mx.collections.ArrayCollection;
	import mx.controls.Alert;
	
	public class SqlManager
	{
		private static var _instance:SqlManager;
		public static fun&lt;img src =&quot;http://blog.csdn.net/songhuanren/aggbug/4288985.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;img src=&quot;http://www1.feedsky.com/t1/236162406/songhuanren/csdn.net/s.gif?r=http://blog.csdn.net/songhuanren/archive/2009/06/22/4288985.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/songhuanren/236162406/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/songhuanren/236162406/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Mon, 22 Jun 2009 23:25:00 +0800</pubDate><author>宋欢</author><comments>http://blog.csdn.net/songhuanren/archive/2009/06/22/4288985.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/songhuanren/archive/2009/06/22/4288985.aspx</guid><dc:creator>宋欢</dc:creator><fs:srclink>http://blog.csdn.net/songhuanren/archive/2009/06/22/4288985.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/songhuanren/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/songhuanren/~1294473/236162406/1297345</fs:itemid></item><item><title>MSN -- AIR客户端</title><link>http://blog.csdn.net/songhuanren/archive/2009/05/25/4214230.aspx</link><wfw:comment>http://blog.csdn.net/songhuanren/comments/4214230.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/songhuanren/comments/commentRss/4214230.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4214230</trackback:ping><description>&lt;br /&gt;MSN -- AIR客户端&lt;br /&gt;&lt;br /&gt;view: http://www.sandy1219.com/air/msn/msn.html&lt;br /&gt;&lt;br /&gt;air:  http://www.sandy1219.com/air/msn/air/MSN_client.air&lt;br /&gt;&lt;br /&gt;源代码： http://www.sandy1219.com/air/msn/msn_client.rar&lt;br /&gt;&lt;br /&gt;但里面有一个问题是：只要发送中文，它里面的socket就会断开。有知道的人可以告诉我。&lt;img src =&quot;http://blog.csdn.net/songhuanren/aggbug/4214230.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;img src=&quot;http://www1.feedsky.com/t1/236162407/songhuanren/csdn.net/s.gif?r=http://blog.csdn.net/songhuanren/archive/2009/05/25/4214230.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/songhuanren/236162407/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/songhuanren/236162407/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Mon, 25 May 2009 22:12:00 +0800</pubDate><author>宋欢</author><comments>http://blog.csdn.net/songhuanren/archive/2009/05/25/4214230.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/songhuanren/archive/2009/05/25/4214230.aspx</guid><dc:creator>宋欢</dc:creator><fs:srclink>http://blog.csdn.net/songhuanren/archive/2009/05/25/4214230.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/songhuanren/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/songhuanren/~1294473/236162407/1297345</fs:itemid></item><item><title>as3 操作 zip文件</title><link>http://blog.csdn.net/songhuanren/archive/2009/04/25/4123849.aspx</link><wfw:comment>http://blog.csdn.net/songhuanren/comments/4123849.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/songhuanren/comments/commentRss/4123849.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4123849</trackback:ping><description>&lt;br /&gt;as3 操作 zip文件： nochump-ziplib-105-src.zip&lt;br /&gt;&lt;br /&gt;http://www.nochump.com/blog/?p=15&lt;br /&gt;&lt;br /&gt;这个用起来确实很方便&lt;br /&gt;&lt;br /&gt;还有一个是fzip： http://codeazur.com.br/lab/fzip/  &lt;br /&gt;&lt;br /&gt;但是他加载的zip都要先用python注入一些文件头信息，比较麻烦&lt;br /&gt;&lt;img src =&quot;http://blog.csdn.net/songhuanren/aggbug/4123849.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/songhuanren/236162408/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/songhuanren/236162408/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Sun, 26 Apr 2009 07:01:00 +0800</pubDate><author>宋欢</author><comments>http://blog.csdn.net/songhuanren/archive/2009/04/25/4123849.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/songhuanren/archive/2009/04/25/4123849.aspx</guid><dc:creator>宋欢</dc:creator><fs:srclink>http://blog.csdn.net/songhuanren/archive/2009/04/25/4123849.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/songhuanren/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/songhuanren/~1294473/236162408/1297345</fs:itemid></item><item><title>again  --  5005: Unknown error optimizing byte code</title><link>http://blog.csdn.net/songhuanren/archive/2009/04/23/4104061.aspx</link><wfw:comment>http://blog.csdn.net/songhuanren/comments/4104061.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/songhuanren/comments/commentRss/4104061.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4104061</trackback:ping><description>&lt;br /&gt;On Windows right click on my computer -&gt; properties -&gt; advanced -&gt; environment vars -&gt; add a new var like this&lt;br /&gt;JAVA_TOOL_OPTIONS&lt;br /&gt;and its value&lt;br /&gt;-Xmx256M&lt;br /&gt;&lt;br /&gt;regard , big more 256 will no work ;&lt;img src =&quot;http://blog.csdn.net/songhuanren/aggbug/4104061.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/songhuanren/236162409/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/songhuanren/236162409/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Fri, 24 Apr 2009 01:59:00 +0800</pubDate><author>宋欢</author><comments>http://blog.csdn.net/songhuanren/archive/2009/04/23/4104061.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/songhuanren/archive/2009/04/23/4104061.aspx</guid><dc:creator>宋欢</dc:creator><fs:srclink>http://blog.csdn.net/songhuanren/archive/2009/04/23/4104061.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/songhuanren/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/songhuanren/~1294473/236162409/1297345</fs:itemid></item><item><title>(转)Debugging Flash CS3 Projects with Flex Builder 3</title><link>http://blog.csdn.net/songhuanren/archive/2009/04/22/4100423.aspx</link><wfw:comment>http://blog.csdn.net/songhuanren/comments/4100423.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/songhuanren/comments/commentRss/4100423.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4100423</trackback:ping><description>&lt;br /&gt;Debugging Flash CS3 Projects with Flex Builder 3&lt;br /&gt;&lt;br /&gt;http://flexblog.edchipman.ca/?p=36&lt;br /&gt;&lt;br /&gt;&lt;img src =&quot;http://blog.csdn.net/songhuanren/aggbug/4100423.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/songhuanren/236162410/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/songhuanren/236162410/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Wed, 22 Apr 2009 22:41:00 +0800</pubDate><author>宋欢</author><comments>http://blog.csdn.net/songhuanren/archive/2009/04/22/4100423.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/songhuanren/archive/2009/04/22/4100423.aspx</guid><dc:creator>宋欢</dc:creator><fs:srclink>http://blog.csdn.net/songhuanren/archive/2009/04/22/4100423.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/songhuanren/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/songhuanren/~1294473/236162410/1297345</fs:itemid></item><item><title>(转)Profiling Flash CS3 Projects with Flex Builder</title><link>http://blog.csdn.net/songhuanren/archive/2009/04/22/4100217.aspx</link><wfw:comment>http://blog.csdn.net/songhuanren/comments/4100217.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/songhuanren/comments/commentRss/4100217.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4100217</trackback:ping><description>Profiling Flash CS3 Projects with Flex Builder

 

http://flexblog.edchipman.ca/?p=7

 

 
&lt;img src =&quot;http://blog.csdn.net/songhuanren/aggbug/4100217.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/songhuanren/236162411/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/songhuanren/236162411/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Wed, 22 Apr 2009 21:36:00 +0800</pubDate><author>宋欢</author><comments>http://blog.csdn.net/songhuanren/archive/2009/04/22/4100217.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/songhuanren/archive/2009/04/22/4100217.aspx</guid><dc:creator>宋欢</dc:creator><fs:srclink>http://blog.csdn.net/songhuanren/archive/2009/04/22/4100217.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/songhuanren/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/songhuanren/~1294473/236162411/1297345</fs:itemid></item><item><title>flex in : An internal build error has occurred</title><link>http://blog.csdn.net/songhuanren/archive/2009/04/13/4069186.aspx</link><wfw:comment>http://blog.csdn.net/songhuanren/comments/4069186.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/songhuanren/comments/commentRss/4069186.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4069186</trackback:ping><description>&lt;br /&gt;如果报了这个error: An internal build error has occurred. Right-click for more information&lt;br /&gt;&lt;br /&gt;请查下你的&lt;br /&gt;switch(type)&lt;br /&gt;{&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;是否有这样的写法。如果有的话，就删掉或者里面加入case .&lt;br /&gt;&lt;br /&gt;&lt;img src =&quot;http://blog.csdn.net/songhuanren/aggbug/4069186.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/songhuanren/236162412/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/songhuanren/236162412/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Mon, 13 Apr 2009 22:11:00 +0800</pubDate><author>宋欢</author><comments>http://blog.csdn.net/songhuanren/archive/2009/04/13/4069186.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/songhuanren/archive/2009/04/13/4069186.aspx</guid><dc:creator>宋欢</dc:creator><fs:srclink>http://blog.csdn.net/songhuanren/archive/2009/04/13/4069186.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/songhuanren/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/songhuanren/~1294473/236162412/1297345</fs:itemid></item><item><title>Viewing the error log file</title><link>http://blog.csdn.net/songhuanren/archive/2009/04/13/4069144.aspx</link><wfw:comment>http://blog.csdn.net/songhuanren/comments/4069144.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/songhuanren/comments/commentRss/4069144.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4069144</trackback:ping><description>Viewing the error log file&lt;br /&gt;The Eclipse error log file stores details about your Eclipse sessions and compiler errors that occur during those sessions. These are not the same as Flex Builder compiler errors, which are displayed in the Problems view.&lt;br /&gt;If you are using the Flex Builder plug-in:&lt;br /&gt;Using the Error Log View, double-click the error item to view it in the Eclipse error log file. Use the Copy button to copy the error item to the clipboard.&lt;br /&gt;If you are using the Flex Build&lt;img src =&quot;http://blog.csdn.net/songhuanren/aggbug/4069144.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/songhuanren/236162413/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/songhuanren/236162413/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Mon, 13 Apr 2009 21:58:00 +0800</pubDate><author>宋欢</author><comments>http://blog.csdn.net/songhuanren/archive/2009/04/13/4069144.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/songhuanren/archive/2009/04/13/4069144.aspx</guid><dc:creator>宋欢</dc:creator><fs:srclink>http://blog.csdn.net/songhuanren/archive/2009/04/13/4069144.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/songhuanren/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/songhuanren/~1294473/236162413/1297345</fs:itemid></item><item><title>box2d -- test1</title><link>http://blog.csdn.net/songhuanren/archive/2009/04/09/4060199.aspx</link><wfw:comment>http://blog.csdn.net/songhuanren/comments/4060199.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/songhuanren/comments/commentRss/4060199.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4060199</trackback:ping><description>box2d 资料真的好少啊。

 

demo:  http://www.sandy1219.com/box2d/test1/Hello2.html
&lt;img src =&quot;http://blog.csdn.net/songhuanren/aggbug/4060199.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/songhuanren/236162414/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/songhuanren/236162414/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Fri, 10 Apr 2009 01:35:00 +0800</pubDate><author>宋欢</author><comments>http://blog.csdn.net/songhuanren/archive/2009/04/09/4060199.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/songhuanren/archive/2009/04/09/4060199.aspx</guid><dc:creator>宋欢</dc:creator><fs:srclink>http://blog.csdn.net/songhuanren/archive/2009/04/09/4060199.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/songhuanren/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/songhuanren/~1294473/236162414/1297345</fs:itemid></item></channel></rss>