<?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/jianxiong8814" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/jianxiong8814" type="application/rss+xml"></fs:self_link><lastBuildDate>Sun, 01 Mar 2009 21:25:00 GMT</lastBuildDate><title>jianxiong8814的专栏</title><description>我可爱的小红红哦~~</description><link>http://blog.csdn.net/jianxiong8814/</link><item><title>C＃下实现动态系统托盘图标</title><link>http://blog.csdn.net/jianxiong8814/archive/2009/03/01/3947861.aspx</link><wfw:comment>http://blog.csdn.net/jianxiong8814/comments/3947861.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/jianxiong8814/comments/commentRss/3947861.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3947861</trackback:ping><description>我这里所指的图标程序是类似于在Windows中经常接触的停放在任务栏上，在后台运行的病毒监视、媒体播放等程序。它们一般都具有单击显示或隐藏主界面，击右键弹出菜单，当鼠标停在图标上时显示提示信息的功能。 


&lt;img src =&quot;http://blog.csdn.net/jianxiong8814/aggbug/3947861.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Mon, 02 Mar 2009 05:25:00 +0800</pubDate><author>Ag（jianxiong8814）</author><comments>http://blog.csdn.net/jianxiong8814/archive/2009/03/01/3947861.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/jianxiong8814/archive/2009/03/01/3947861.aspx</guid><dc:creator>Ag（jianxiong8814）</dc:creator><fs:srclink>http://blog.csdn.net/jianxiong8814/archive/2009/03/01/3947861.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/jianxiong8814/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/jianxiong8814/~1296015/206270139/1298921</fs:itemid></item><item><title>c# 任务栏中图标闪烁效果</title><link>http://blog.csdn.net/jianxiong8814/archive/2009/03/01/3947851.aspx</link><wfw:comment>http://blog.csdn.net/jianxiong8814/comments/3947851.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/jianxiong8814/comments/commentRss/3947851.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3947851</trackback:ping><description>导读： 
　　相信对于QQ消息提示时,在任务栏闪烁的效果,大家肯定都见过,在网上找了些相关资料,发现用c#来实现这个效果并非很难,只是使用了一个控件 NotifyIcon(因为不知道叫什么所以估且叫它任务栏托盘控件).因为并没有对它进行深入学习,所以我只能简单的介绍下基本的用法,来实现闪烁的效果.(winform中) 
&lt;img src =&quot;http://blog.csdn.net/jianxiong8814/aggbug/3947851.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Mon, 02 Mar 2009 05:24:00 +0800</pubDate><author>Ag（jianxiong8814）</author><comments>http://blog.csdn.net/jianxiong8814/archive/2009/03/01/3947851.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/jianxiong8814/archive/2009/03/01/3947851.aspx</guid><dc:creator>Ag（jianxiong8814）</dc:creator><fs:srclink>http://blog.csdn.net/jianxiong8814/archive/2009/03/01/3947851.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/jianxiong8814/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/jianxiong8814/~1296015/206270140/1298921</fs:itemid></item><item><title>C# 实现任务栏图标程序</title><link>http://blog.csdn.net/jianxiong8814/archive/2009/03/01/3947839.aspx</link><wfw:comment>http://blog.csdn.net/jianxiong8814/comments/3947839.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/jianxiong8814/comments/commentRss/3947839.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3947839</trackback:ping><description>这是一个.Net平台上用C# 写的可以停放在任务栏上的图标程序，类似于SQL管理器、防病毒软件图标及OICQ图标等。一、图标程序基本概念我们这里所指的图标程序是类似于在Windows中经常接触的停放在任务栏上，在后台运行的病毒监视，SQL服务管理器等程序。这些程序启动后形成一个图标停在任务栏上，具有以下的外观特征：双击图标可打开程序主窗口。当鼠标停在图标上时显示提示信息。在图标上点击鼠标右键可以弹出一个快捷菜单，通过点击快捷菜单上的菜单项可以运行相应的程序功能。二、程序使用类简介.Net 提供了非常多的类，我们在开发过程中只需要使用其提供的各种类就能够实现我们的大部份功能，.Net平台中的类有的是封装的，有的是虚拟的，大多数的都是一般的公共类。你可以直接构造这些公共类的实例，也可以通过继承而使用类的全部功能。在本程序中，我们使用了很多.Net类，下面，我将分别对主要的类作简单介绍！*System.Windows.Fomrs.NotifyIcon类这是本程序中最主要的类，其从Component类继承的一个封装类，不可继承，主要功&lt;img src =&quot;http://blog.csdn.net/jianxiong8814/aggbug/3947839.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Mon, 02 Mar 2009 05:19:00 +0800</pubDate><author>Ag（jianxiong8814）</author><comments>http://blog.csdn.net/jianxiong8814/archive/2009/03/01/3947839.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/jianxiong8814/archive/2009/03/01/3947839.aspx</guid><dc:creator>Ag（jianxiong8814）</dc:creator><fs:srclink>http://blog.csdn.net/jianxiong8814/archive/2009/03/01/3947839.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/jianxiong8814/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/jianxiong8814/~1296015/206270141/1298921</fs:itemid></item><item><title>PHP学习时间完整表</title><link>http://blog.csdn.net/jianxiong8814/archive/2009/01/22/3849497.aspx</link><wfw:comment>http://blog.csdn.net/jianxiong8814/comments/3849497.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/jianxiong8814/comments/commentRss/3849497.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3849497</trackback:ping><description>&lt;br /&gt;&lt;br /&gt;本文旨在讨论如成为一名真正的PHP开发者.&lt;br /&gt;本文不把三个月学会PHP的人纳入讨论的范围.&lt;br /&gt;本文讨论的重点在于PHP学习及开发的持久性与外延性.&lt;br /&gt;当许多人把自己三个月学会PHP当作一种资本到处炫耀时.&lt;br /&gt;当这些人炫耀过后又转投其它语言时.我必需告诉你,你不适合做PHP的开发工作.&lt;br /&gt;是的,PHP有许多直观的函数,可以很直观的使用,但你未必真正了解他在什么样的状态下使用..或者说所有函数的所有组合使用是很难一下子完全撑握
的...即便完全撑握...也或许可以找到别外的更好的方法...是的,每个新的PHP的发行版本都有函数在被废止,还有另外一些新的函数出现,所以,这
是一个不断加固的过程....你可能或者必需采用面象对的方法做开发.而仅仅是理解面向对象的真谛,如果你不是超人,而又从来没有接触过面向对象,那么,
没有半年的时间你是很难完全理解它的....当然,你还需要读许多的代码..读论坛程序可以很好的撑握整体的布局.PHPBB的代码是最最优秀的学习工
具,而且可以很方便的修改..看看DISCUZ的代码你就会很明白,&lt;img src =&quot;http://blog.csdn.net/jianxiong8814/aggbug/3849497.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 22 Jan 2009 08:03:00 +0800</pubDate><author>Ag（jianxiong8814）</author><comments>http://blog.csdn.net/jianxiong8814/archive/2009/01/22/3849497.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/jianxiong8814/archive/2009/01/22/3849497.aspx</guid><dc:creator>Ag（jianxiong8814）</dc:creator><fs:srclink>http://blog.csdn.net/jianxiong8814/archive/2009/01/22/3849497.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/jianxiong8814/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/jianxiong8814/~1296015/206270142/1298921</fs:itemid></item><item><title>测试三剑客Quality Center Starter9.x，LoadRunner9.x，QuickTestPro9.x 破解</title><link>http://blog.csdn.net/jianxiong8814/archive/2008/10/27/3153498.aspx</link><wfw:comment>http://blog.csdn.net/jianxiong8814/comments/3153498.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/jianxiong8814/comments/commentRss/3153498.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3153498</trackback:ping><description>&lt;br /&gt;------------------------------------------------------------------------------------------------------------------------------------&lt;br /&gt;Quality Center 9 破解许可文件(缺陷数目可能未破解)&lt;br /&gt;声明：&lt;br /&gt;1、破解仅是自己尝试，不能确定一定有效，所以如果试用后无效请勿对本人进行人身攻击。&lt;br /&gt;2、破解只是提供License文件(txt)，理论上不会对试用者产生任何损失，除非QC9自身能够对非授权用户产生破坏。所以由此引起的任何问题均与本人无关。&lt;br /&gt;创建文本文件，将下列内容贴入，在安装时选择文件，或在安装后在sabin后台粘贴。&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;rapidhorse.com.cn&lt;br /&gt;&lt;img src =&quot;http://blog.csdn.net/jianxiong8814/aggbug/3153498.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Mon, 27 Oct 2008 08:30:00 +0800</pubDate><author>Ag（jianxiong8814）</author><comments>http://blog.csdn.net/jianxiong8814/archive/2008/10/27/3153498.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/jianxiong8814/archive/2008/10/27/3153498.aspx</guid><dc:creator>Ag（jianxiong8814）</dc:creator><fs:srclink>http://blog.csdn.net/jianxiong8814/archive/2008/10/27/3153498.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/jianxiong8814/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/jianxiong8814/~1296015/206270143/1298921</fs:itemid></item><item><title>使用QC和QTP构建自动测试体系</title><link>http://blog.csdn.net/jianxiong8814/archive/2008/10/26/3151104.aspx</link><wfw:comment>http://blog.csdn.net/jianxiong8814/comments/3151104.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/jianxiong8814/comments/commentRss/3151104.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3151104</trackback:ping><description>如果要搭建自动测试体系，需要完成以下几个工作：&lt;br /&gt;1、规范测试脚本的配置管理&lt;br /&gt;2、制定测试脚本的编码规范，QTP脚本还要制定对象仓库和VBS的规范&lt;br /&gt;3、创建自动测试实验室，通过控制台指挥各个测试机分布式执行脚本，并集中收集测试结果&lt;br /&gt;4、健全测试脚本的维护机制，脚本责任到人&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;下面先讲一下第一点：脚本的配置管理，因为QTP本身提供了和QC集成的功能，使用QC作为配置管理工具非常合适，而且在组建测试实验室的时候，QC也有很强的优势，后面会讲到。&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;只要利用QTP的QC连接功能，就可以直接把Test、对象仓库等资源保存在QC服务器上，这里我主要讲一下QC的目录分类管理。在根目录下可以建一个common目录，里面主要存放vbs脚本文件，这些脚本文件提供了各个Test需要调用的公共方法，比如和数据库交互。&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;然后在根目录按照功能模块的名称建立文件夹，下面保存每个功能模块的所有Test和资源。建议每个功能模块目录下面建三个大目录，分别是framework、主要流程、&lt;img src =&quot;http://blog.csdn.net/jianxiong8814/aggbug/3151104.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Mon, 27 Oct 2008 02:41:00 +0800</pubDate><author>Ag（jianxiong8814）</author><comments>http://blog.csdn.net/jianxiong8814/archive/2008/10/26/3151104.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/jianxiong8814/archive/2008/10/26/3151104.aspx</guid><dc:creator>Ag（jianxiong8814）</dc:creator><fs:srclink>http://blog.csdn.net/jianxiong8814/archive/2008/10/26/3151104.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/jianxiong8814/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/jianxiong8814/~1296015/206270144/1298921</fs:itemid></item><item><title>知识管理：营建学习型团队</title><link>http://blog.csdn.net/jianxiong8814/archive/2008/10/26/3151090.aspx</link><wfw:comment>http://blog.csdn.net/jianxiong8814/comments/3151090.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/jianxiong8814/comments/commentRss/3151090.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3151090</trackback:ping><description>       首先让我们看看什么是学习型的团队。按照曼彻斯特商学院研究人员对两千多个团队的调查研究，把团队分为三种类型：创造性团队、常规型团队和糟糕的团队。这三种类型的团队呈前大后小的枣核形的分布状态。创造性团队数量不多，在前端被称为梦之队；枣核后端的数量更少，是他们称之为地狱之队的糟糕团队；居于中间的是数量巨大的常规型团队。一个学习型的团队实际上就是曼彻斯特团队模型中的创造性团队。因为学习使团队进步，而进步就体现在能做过去所不能，创造过去所不曾有。团队的基本功能特征是协作，协作的实质是分享和共享，分享或共享资源、知识、经验、技能，当然还有风险、挫折和成功的果实。在团队中，每一个成员都处在一种特殊的团队文化之中，这种特殊的团队文化主要体现在行为方式和规范上。对于一个企业，这种文化还贯穿到决策形成的机制之中。因此我们就可以得出这样的结论：营建学习型团队就是在团队中营造一种协作学习的文化机制和环境氛围，构造团体协作学习的交流平台，鼓励队员们在这个平台上共享知识、经验和学习能力。
        个人知识、公共知识和团队知识在一个团队中，每一个人由于其成长经历、受教育程度、工作经历等人生经&lt;img src =&quot;http://blog.csdn.net/jianxiong8814/aggbug/3151090.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Mon, 27 Oct 2008 02:40:00 +0800</pubDate><author>Ag（jianxiong8814）</author><comments>http://blog.csdn.net/jianxiong8814/archive/2008/10/26/3151090.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/jianxiong8814/archive/2008/10/26/3151090.aspx</guid><dc:creator>Ag（jianxiong8814）</dc:creator><fs:srclink>http://blog.csdn.net/jianxiong8814/archive/2008/10/26/3151090.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/jianxiong8814/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/jianxiong8814/~1296015/206270145/1298921</fs:itemid></item><item><title>编写优秀Bug报告的艺术</title><link>http://blog.csdn.net/jianxiong8814/archive/2008/10/26/3150941.aspx</link><wfw:comment>http://blog.csdn.net/jianxiong8814/comments/3150941.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/jianxiong8814/comments/commentRss/3150941.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3150941</trackback:ping><description>&lt;br /&gt;在Quality week上的一次演讲中，微软的一个测试经理，Roger Sherman指出了由于“不可重现”导致bug关闭的主要原因。这是一个非常可惜的情况，因为这样的bug report浪费了紧张的开发计划中的宝贵时间，增加了对产品质量完全是无关紧要的事情，同时导致了在开发人员和测试之间的挫败感和差的感觉。有时，bug report是由于短暂的或随机的事件，测试和开发之间不一致的工具和配置，或者在测试的环境下对正确的行为的模糊定义而产生的，但是许多的由于不可重现而被关闭的测试报告是因为描述不清晰，被误解，或者只是文字的错误。 &lt;br /&gt;&lt;br /&gt;幸运的是，我学习到一些能够引起管理层注意，更清楚的和开发人员沟通并得到修复的编写优秀bug report的诀窍。这些技巧不仅仅提供了是在被修复的问题的比例方面得到了可靠的回报，而且在同开发人员和管理层的通过中也得到了回报。在我管理的项目中使用这种方法编写bug report，8份bug report中大约只有一个没有被修复。&lt;br /&gt;&lt;br /&gt;这篇文章的思想只有当你的报告针对的测试执行过程是专业的质量工作才可以发&lt;img src =&quot;http://blog.csdn.net/jianxiong8814/aggbug/3150941.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Mon, 27 Oct 2008 02:16:00 +0800</pubDate><author>Ag（jianxiong8814）</author><comments>http://blog.csdn.net/jianxiong8814/archive/2008/10/26/3150941.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/jianxiong8814/archive/2008/10/26/3150941.aspx</guid><dc:creator>Ag（jianxiong8814）</dc:creator><fs:srclink>http://blog.csdn.net/jianxiong8814/archive/2008/10/26/3150941.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/jianxiong8814/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/jianxiong8814/~1296015/206270146/1298921</fs:itemid></item><item><title>Sandcastle入门：创建C#帮助文档</title><link>http://blog.csdn.net/jianxiong8814/archive/2008/10/07/3028980.aspx</link><wfw:comment>http://blog.csdn.net/jianxiong8814/comments/3028980.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/jianxiong8814/comments/commentRss/3028980.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3028980</trackback:ping><description>&lt;br /&gt;今天学到了一个东西：利用vs2005生成的dll/xml来生成帮助文档。&lt;br /&gt;完成这个伟大任务的是Sandcastle，微软推出的类库文档编译工具。&lt;img src =&quot;http://blog.csdn.net/jianxiong8814/aggbug/3028980.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 07 Oct 2008 23:37:00 +0800</pubDate><author>Ag（jianxiong8814）</author><comments>http://blog.csdn.net/jianxiong8814/archive/2008/10/07/3028980.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/jianxiong8814/archive/2008/10/07/3028980.aspx</guid><dc:creator>Ag（jianxiong8814）</dc:creator><fs:srclink>http://blog.csdn.net/jianxiong8814/archive/2008/10/07/3028980.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/jianxiong8814/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/jianxiong8814/~1296015/206270147/1298921</fs:itemid></item><item><title>网站开发建议书</title><link>http://blog.csdn.net/jianxiong8814/archive/2008/09/04/2882672.aspx</link><wfw:comment>http://blog.csdn.net/jianxiong8814/comments/2882672.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/jianxiong8814/comments/commentRss/2882672.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2882672</trackback:ping><description>&lt;br /&gt;“网站策划”包括了解客户需求，进行网站结构规划、内容编辑，撰写“网站功能需求分析报告”，提供网站系统硬件、软件配置方案，整理相关技术资料和文字资料。&lt;br /&gt;“网站开发建议书”一般包含如下内容： !~&lt;br /&gt;
1. 客户需求分析；&lt;br /&gt;2. 网站盈利模式&lt;br /&gt;3. 网站开发使用软件环境、硬件环境情况；&lt;br /&gt;4. 网站美术设计说明；&lt;br /&gt;5. 网站的交互性和用户友好界面设计：&lt;br /&gt;6. 网站实现哪些功能；&lt;br /&gt;7. 网站的栏目安排和结构；&lt;br /&gt;8. 网站内容的相互链接关系；&lt;br /&gt;9. 数据库的功能设计；&lt;br /&gt;10. 网站开发时间进度表；&lt;br /&gt;11. 网站制作费用；&lt;br /&gt;12. 网站维护方案；&lt;br /&gt;13. 网站宣传推广方案；&lt;br /&gt;14. 公司简介、成功案例、技术说明等&lt;img src =&quot;http://blog.csdn.net/jianxiong8814/aggbug/2882672.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 05 Sep 2008 06:08:00 +0800</pubDate><author>Ag（jianxiong8814）</author><comments>http://blog.csdn.net/jianxiong8814/archive/2008/09/04/2882672.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/jianxiong8814/archive/2008/09/04/2882672.aspx</guid><dc:creator>Ag（jianxiong8814）</dc:creator><fs:srclink>http://blog.csdn.net/jianxiong8814/archive/2008/09/04/2882672.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/jianxiong8814/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/jianxiong8814/~1296015/206270148/1298921</fs:itemid></item></channel></rss>