<?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/leeshaoqun" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/leeshaoqun" type="application/rss+xml"></fs:self_link><lastBuildDate>Sat, 07 Nov 2009 16:46:00 GMT</lastBuildDate><title>Allin's blog</title><description>power</description><link>http://blog.csdn.net/blogrss.aspx?username=leeshaoqun</link><item><title>js表单验证</title><link>http://blog.csdn.net/leeshaoqun/archive/2009/11/08/4784731.aspx</link><description>&lt;br /&gt; 最近公司项目中用了一些ajax的应用，其中的有些表单需要验证，周末抽空写了个通用的控件，能实现比较简单的校验，基本能满足公司项目的需求。&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;  首先需要jquery支持，  控件支持 integer,float,munber(integer+flaot),empty String 等类型的验证。&lt;br /&gt;&lt;br /&gt;  表单控件的id和class属性是必须的&lt;br /&gt;  class : validata_integer,validata_float,validata_munber,validata_empty&lt;br /&gt;  id : 自定义(作为错误信息数组的key)&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;  页面存放错误信息标签&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;  js的调用&lt;br /&gt; /&lt;img src=&quot;http://www1.feedsky.com/t1/293506054/leeshaoqun/csdn.net/s.gif?r=http://blog.csdn.net/leeshaoqun/archive/2009/11/08/4784731.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/leeshaoqun/293506054/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/leeshaoqun/293506054/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Sun, 08 Nov 2009 00:46:00 +0800</pubDate><author>allin</author><guid isPermaLink="false">http://blog.csdn.net/leeshaoqun/archive/2009/11/08/4784731.aspx</guid><dc:creator>allin</dc:creator><fs:srclink>http://blog.csdn.net/leeshaoqun/archive/2009/11/08/4784731.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/leeshaoqun/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/leeshaoqun/~1132933/293506054/1132926</fs:itemid></item><item><title>动态css换肤</title><link>http://blog.csdn.net/leeshaoqun/archive/2009/11/02/4759735.aspx</link><description>&lt;br /&gt;先要加入link标签 并赋予id &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;使用简单的js脚本控制link的链接地址&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;最后就可以在页面上调用了&lt;br /&gt;css.css&lt;br /&gt;css1.css&lt;br /&gt;&lt;br /&gt;可以把当前使用css文件记录在cookie或db中&lt;img src=&quot;http://www1.feedsky.com/t1/293506055/leeshaoqun/csdn.net/s.gif?r=http://blog.csdn.net/leeshaoqun/archive/2009/11/02/4759735.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/leeshaoqun/293506055/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/leeshaoqun/293506055/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Mon, 02 Nov 2009 23:24:00 +0800</pubDate><author>allin</author><guid isPermaLink="false">http://blog.csdn.net/leeshaoqun/archive/2009/11/02/4759735.aspx</guid><dc:creator>allin</dc:creator><fs:srclink>http://blog.csdn.net/leeshaoqun/archive/2009/11/02/4759735.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/leeshaoqun/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/leeshaoqun/~1132933/293506055/1132926</fs:itemid></item><item><title>通过hibernate去调用存储过程</title><link>http://blog.csdn.net/leeshaoqun/archive/2009/10/23/4718761.aspx</link><description>&lt;br /&gt;之前一直误以为用了hibernate
之后就不可以使用存储过程了
&lt;br /&gt;
可能是因为跨平台的考虑，好像这方面的资料还真的是上很少介绍（请允许我的孤陋寡闻）
&lt;br /&gt;
说实话还真看不出来hibernate
调用存储过程有什么优势
&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;表结构&lt;br /&gt;   1CREATE   TABLE  `proctab` (  
    `id`  int ( 11 )  NOT   NULL  auto_increment,  
    `Name`  varchar ( 20 ),  
    `age`  int ( 11 ),  
     PRIMARY   KEY   (`id`)  
    )  &lt;br /&gt;&lt;br /&gt;简单的存储过程&lt;br /&gt; create   PROCEDURE  proc()  
  begin  
     select   *   from  proctab;  
  end ;  &lt;br /&gt;&lt;br /&gt;一种方法是通过hibernate
传统的xml映射方式去调&lt;img src=&quot;http://www1.feedsky.com/t1/293506056/leeshaoqun/csdn.net/s.gif?r=http://blog.csdn.net/leeshaoqun/archive/2009/10/23/4718761.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/leeshaoqun/293506056/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/leeshaoqun/293506056/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Fri, 23 Oct 2009 15:21:00 +0800</pubDate><author>allin</author><guid isPermaLink="false">http://blog.csdn.net/leeshaoqun/archive/2009/10/23/4718761.aspx</guid><dc:creator>allin</dc:creator><fs:srclink>http://blog.csdn.net/leeshaoqun/archive/2009/10/23/4718761.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/leeshaoqun/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/leeshaoqun/~1132933/293506056/1132926</fs:itemid></item><item><title>JVM原理学习笔记</title><link>http://blog.csdn.net/leeshaoqun/archive/2009/10/23/4716385.aspx</link><description>最近在阅读 《Inside the JVM》 这本书，结合一些日常工作学习中的感想，随便写一些东西，蜻蜓点水，不必有章法。关于“单例同步”：    一直有人在问单例对象的并发调用是否需要同步，基本属于“月经帖”了，答案是现成的满天下都是，但真正能让人心里踏实下来的解释寥寥无几。实际上，只要学习了一些JVM的运行原理，解释这个问题就不难了。如果一个类是单例的，比如某些DAO的设计，那么所有的线程来访问这个类的实例的时候，它们获得的都将是同一个对象，这是不言自明的。如果这些线程的当前操作是“互斥”的，那么每个线程就必须在取得该实例的访问资格的时候为该对象上锁，以独享该对象直到当前操作结束，以免在操作中途被其它线程介入而产生不可预知的结果。问题是，什么样的操作是“互斥”的呢？简单地说，互斥操作就是两个操作企图对它俩共享的某个资源进行修改，而修改的结果是不可预知的。于是问题就变成了，什么才是“共享的资源”？从纯粹java语法的角度这个问题没法解释，因为它&lt;img src=&quot;http://www1.feedsky.com/t1/293506057/leeshaoqun/csdn.net/s.gif?r=http://blog.csdn.net/leeshaoqun/archive/2009/10/23/4716385.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/leeshaoqun/293506057/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/leeshaoqun/293506057/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Fri, 23 Oct 2009 09:45:00 +0800</pubDate><author>allin</author><guid isPermaLink="false">http://blog.csdn.net/leeshaoqun/archive/2009/10/23/4716385.aspx</guid><dc:creator>allin</dc:creator><fs:srclink>http://blog.csdn.net/leeshaoqun/archive/2009/10/23/4716385.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/leeshaoqun/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/leeshaoqun/~1132933/293506057/1132926</fs:itemid></item><item><title>PL/SQL Developer使用技巧</title><link>http://blog.csdn.net/leeshaoqun/archive/2009/10/12/4656817.aspx</link><description>&lt;br /&gt;1、PL
/SQL
 Developer记住登陆密码
&lt;br /&gt;&lt;br /&gt;
   在使用PL
/SQL
 Developer时，为了工作方便希望PL
/SQL
 Developer记住登录Oracle的用户名和密码；
&lt;br /&gt;&lt;br /&gt;
设置方法：PL
/SQL
Developer 7.1.2  -&gt;tools-&gt;Preferences-&gt;Oracle-&gt;Logon
History ， “Store history”是默认勾选的，勾上“Store with password”
即可，重新登录在输入一次密码则记住了。
&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;
2、执行单条SQL
语句
&lt;br /&gt;&lt;br /&gt;
   在使用PL
/SQL
 Developer的SQL
 Window时，按F8键，PL
/SQL
 Developer默认是执行该窗口的所有SQL
语句，需要设置为鼠标所在的那条SQL
语句，即执行当前SQL
语句；
&lt;br /&gt;&lt;br /&gt;
设置方法：PL
/SQL
 Develope&lt;img src=&quot;http://www1.feedsky.com/t1/293506058/leeshaoqun/csdn.net/s.gif?r=http://blog.csdn.net/leeshaoqun/archive/2009/10/12/4656817.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/leeshaoqun/293506058/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/leeshaoqun/293506058/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Mon, 12 Oct 2009 09:29:00 +0800</pubDate><author>allin</author><guid isPermaLink="false">http://blog.csdn.net/leeshaoqun/archive/2009/10/12/4656817.aspx</guid><dc:creator>allin</dc:creator><fs:srclink>http://blog.csdn.net/leeshaoqun/archive/2009/10/12/4656817.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/leeshaoqun/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/leeshaoqun/~1132933/293506058/1132926</fs:itemid></item><item><title>Java正则表达式入门</title><link>http://blog.csdn.net/leeshaoqun/archive/2009/08/17/4456172.aspx</link><description>&lt;br /&gt;众所周知，在程序开发中，难免会遇到需要匹配、查找、替换、判断字符串的情况发生，而这些情况有时又比较复杂，如果用纯编码方式解决，往往会浪费程序员的时间及精力。因此，学习及使用正则表达式，便成了解决这一矛盾的主要手段。&lt;br /&gt;
 大
家都知道，正则表达式是一种可以用于模式匹配和替换的规范，一个正则表达式就是由普通的字符（例如字符a到z）以及特殊字符（元字符）组成的文字模式，它
用以描述在查找文字主体时待匹配的一个或多个字符串。正则表达式作为一个模板，将某个字符模式与所搜索的字符串进行匹配。&lt;br /&gt;
  自从jdk1.4推出java.util.regex包，就为我们提供了很好的JAVA正则表达式应用平台。&lt;br /&gt;&lt;br /&gt;
 因为正则表达式是一个很庞杂的体系，所以我仅例举些入门的概念，更多的请参阅相关书籍及自行摸索。 &lt;br /&gt;&lt;br /&gt;
\\ 反斜杠&lt;br /&gt;
\t 间隔 ('\u0009')&lt;br /&gt;
\n 换行 ('\u000A')&lt;br /&gt;
\r 回车 ('\u000D')&lt;br /&gt;
\d 数字 等价于[0-9]&lt;img src=&quot;http://www1.feedsky.com/t1/293506059/leeshaoqun/csdn.net/s.gif?r=http://blog.csdn.net/leeshaoqun/archive/2009/08/17/4456172.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/leeshaoqun/293506059/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/leeshaoqun/293506059/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Mon, 17 Aug 2009 17:18:00 +0800</pubDate><author>allin</author><guid isPermaLink="false">http://blog.csdn.net/leeshaoqun/archive/2009/08/17/4456172.aspx</guid><dc:creator>allin</dc:creator><fs:srclink>http://blog.csdn.net/leeshaoqun/archive/2009/08/17/4456172.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/leeshaoqun/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/leeshaoqun/~1132933/293506059/1132926</fs:itemid></item><item><title>Spring 3 MVC  学习资料</title><link>http://blog.csdn.net/leeshaoqun/archive/2009/08/13/4443784.aspx</link><description>Spring 3 MVC  学习资料，这个版本已经可以支持REST，大量使用了Annotation，很方便，也很灵活...&lt;img src=&quot;http://www1.feedsky.com/t1/293506060/leeshaoqun/csdn.net/s.gif?r=http://blog.csdn.net/leeshaoqun/archive/2009/08/13/4443784.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/leeshaoqun/293506060/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/leeshaoqun/293506060/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Thu, 13 Aug 2009 17:38:00 +0800</pubDate><author>allin</author><guid isPermaLink="false">http://blog.csdn.net/leeshaoqun/archive/2009/08/13/4443784.aspx</guid><dc:creator>allin</dc:creator><fs:srclink>http://blog.csdn.net/leeshaoqun/archive/2009/08/13/4443784.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/leeshaoqun/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/leeshaoqun/~1132933/293506060/1132926</fs:itemid></item><item><title>全面认识UML类图元素</title><link>http://blog.csdn.net/leeshaoqun/archive/2009/08/13/4441518.aspx</link><description>开发Java应用程序时，开发者要想有效地利用统一建模语言（UML），必须全面理解UML元素以及这些元素如何映射到Java。本文重点讨论UML类图中的元素。

类图是最常用的UML图，它用于描述系统的结构化设计。其中包括类关系以及与每个类关联的属性及行为。类图能出色地表示继承与合成关系。为了将类图作为一种高效的沟通工具使用，开发者必须理解如何将类图上出现的元素转换到Java中。下面来进一步探索这一转换过程。&lt;img src=&quot;http://www1.feedsky.com/t1/293506061/leeshaoqun/csdn.net/s.gif?r=http://blog.csdn.net/leeshaoqun/archive/2009/08/13/4441518.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/leeshaoqun/293506061/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/leeshaoqun/293506061/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Thu, 13 Aug 2009 11:09:00 +0800</pubDate><author>allin</author><guid isPermaLink="false">http://blog.csdn.net/leeshaoqun/archive/2009/08/13/4441518.aspx</guid><dc:creator>allin</dc:creator><fs:srclink>http://blog.csdn.net/leeshaoqun/archive/2009/08/13/4441518.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/leeshaoqun/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/leeshaoqun/~1132933/293506061/1132926</fs:itemid></item><item><title>使用Adobe Flex 3开发大型多人在线游戏</title><link>http://blog.csdn.net/leeshaoqun/archive/2009/07/31/4395823.aspx</link><description>&lt;br /&gt;简介&lt;br /&gt;本文简单介绍了如何使用Adobe Flex
 3技术来开发多人在线游戏.讲到了为何选择Adobe Flex
 3,开发中注意的问题以及开发的一个简单流程等,对于想了解Flex 3在游戏开发方面知识的朋友还是很有帮助的. &lt;br /&gt;&lt;br /&gt;
中间还有几句,我怎么也想不到该如何表达会好一点,还请大大们帮我补上.谢谢各位了!&lt;br /&gt;使用FLEX3
开发大型多人在线游戏&lt;br /&gt;大型多人在线游戏(MMO)
技术已经涉足到各种软件形式中了.
当我们还在思考MMO
时,
多人游戏已经使很多玩家能够实时连接进行合作与竞争。(
见图表1). 魔兽世界在通过DVD-ROM 
订阅的MMO
游戏行业中处在黄金标准的位置，但是，通过Abobe-flash
平台，我们可以利用魔兽的一小部分时间和预算来发展一个自由来玩的通过浏览器的类似于WAKFU
和 Small world 
的MMO
游戏。&lt;br /&gt;&lt;br /&gt;Figure 1.
 Some leading MMO games.&lt;br /&gt;在这篇文章中,
我旨在比你想象的少的时间&lt;img src=&quot;http://www1.feedsky.com/t1/293506062/leeshaoqun/csdn.net/s.gif?r=http://blog.csdn.net/leeshaoqun/archive/2009/07/31/4395823.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/leeshaoqun/293506062/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/leeshaoqun/293506062/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Fri, 31 Jul 2009 00:45:00 +0800</pubDate><author>allin</author><guid isPermaLink="false">http://blog.csdn.net/leeshaoqun/archive/2009/07/31/4395823.aspx</guid><dc:creator>allin</dc:creator><fs:srclink>http://blog.csdn.net/leeshaoqun/archive/2009/07/31/4395823.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/leeshaoqun/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/leeshaoqun/~1132933/293506062/1132926</fs:itemid></item><item><title>程序员的一生</title><link>http://blog.csdn.net/leeshaoqun/archive/2009/07/14/4346644.aspx</link><description>&lt;br /&gt;&lt;img src=&quot;http://www1.feedsky.com/t1/293506063/leeshaoqun/csdn.net/s.gif?r=http://blog.csdn.net/leeshaoqun/archive/2009/07/14/4346644.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/leeshaoqun/293506063/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/leeshaoqun/293506063/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Tue, 14 Jul 2009 10:33:00 +0800</pubDate><author>allin</author><guid isPermaLink="false">http://blog.csdn.net/leeshaoqun/archive/2009/07/14/4346644.aspx</guid><dc:creator>allin</dc:creator><fs:srclink>http://blog.csdn.net/leeshaoqun/archive/2009/07/14/4346644.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/leeshaoqun/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/leeshaoqun/~1132933/293506063/1132926</fs:itemid></item></channel></rss>