<?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/linjcong" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/linjcong" type="application/rss+xml"></fs:self_link><lastBuildDate>Tue, 28 Jul 2009 09:37:00 GMT</lastBuildDate><title>linjcong的专栏</title><link>http://blog.csdn.net/linjcong/</link><item><title>用VB操作注册表</title><link>http://blog.csdn.net/linjcong/archive/2009/07/28/4385999.aspx</link><wfw:comment>http://blog.csdn.net/linjcong/comments/4385999.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/linjcong/comments/commentRss/4385999.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4385999</trackback:ping><description> 在Windows出问题时，如果能够了解Windows系统的注册表，将更容易解决问题; 许多商品化的软件或专业化的软件在您的机器上首次安装的时候都会通过改写注册表来完成软件的正确安装运行，要成为编程高手当然需要掌握读写注册表这一技术。用好注册表将会为您的应用程序增色不少，下面笔者将具体介绍VB中与注册表有关的编程方法。 注册表的组织结构 存取注册表以前， 必须先了解注册表的组织结构， 而了解注册表的组织结构最简单的方法便是启动 Windows 提供的“注册表编辑器”， 启动的方法是单击“开始”菜单的“运行”命令，输入 RegEdit 之后确定，可看到“注册表编辑器”窗口(如图1所示)。 图1● 键(Key) 与子键(Subkey) 注册表编辑器的结构与资源管理器很类似， 左边窗口的每一个文件夹图标表示一个键，就像文件夹下还有子文件夹一样， 注册表的键下也有子键。为了完整地表示某一个子键，习惯上是采用文件夹的路径表示法。 举例来说， HKEY_LOCAL_MACHINE 之下的“Software”子键表&lt;img src =&quot;http://blog.csdn.net/linjcong/aggbug/4385999.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;img src=&quot;http://www1.feedsky.com/t1/250924704/linjcong/csdn.net/s.gif?r=http://blog.csdn.net/linjcong/archive/2009/07/28/4385999.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/linjcong/250924704/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/linjcong/250924704/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Tue, 28 Jul 2009 17:37:00 +0800</pubDate><author>linjcong</author><comments>http://blog.csdn.net/linjcong/archive/2009/07/28/4385999.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/linjcong/archive/2009/07/28/4385999.aspx</guid><dc:creator>linjcong</dc:creator><fs:srclink>http://blog.csdn.net/linjcong/archive/2009/07/28/4385999.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/linjcong/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/linjcong/~1145143/250924704/1145130</fs:itemid></item><item><title>Cisco交换机设置点滴</title><link>http://blog.csdn.net/linjcong/archive/2009/07/17/4355623.aspx</link><wfw:comment>http://blog.csdn.net/linjcong/comments/4355623.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/linjcong/comments/commentRss/4355623.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4355623</trackback:ping><description>&lt;br /&gt;Cisco交换机设置点滴&lt;br /&gt;Catalyst 1924/2820软件升级&lt;br /&gt;一、使用TFTP server安装软件&lt;br /&gt;&lt;br /&gt;通过网络为交换机更新软件,在服务器和交换机之间必须经由IP连接.&lt;br /&gt;&lt;br /&gt;1.必须具有一台TFTP server(如运行TFTP server软件的PC机)和一台管理工作站(如一台PC机),并且可以通过console口管理交换机:&lt;br /&gt;使用终端仿真程序(如win95的HyperTerminal)和RJ-45-to-RJ-45的连接电缆和适配器:&lt;br /&gt;RJ-45-to-DB-9 female DTE 适配器(标记&quot;Terminal&quot;)&lt;br /&gt;RJ-45-to-DB-25 female DTE 适配器(标记&quot;Terminal&quot;)&lt;br /&gt;RJ-45-to-DB-25 male DCE 适配器(标记&quot;Modem&quot;)&lt;br /&gt;2.以下是通过TFTP server更新软件的步骤:&lt;br /&gt;1)将Cisco Catalyst 1900/2820 软件存于管理工作站.&lt;br /&gt;2)将TFTP根目录设&lt;img src =&quot;http://blog.csdn.net/linjcong/aggbug/4355623.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;img src=&quot;http://www1.feedsky.com/t1/250924705/linjcong/csdn.net/s.gif?r=http://blog.csdn.net/linjcong/archive/2009/07/17/4355623.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/linjcong/250924705/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/linjcong/250924705/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Fri, 17 Jul 2009 17:58:00 +0800</pubDate><author>linjcong</author><comments>http://blog.csdn.net/linjcong/archive/2009/07/17/4355623.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/linjcong/archive/2009/07/17/4355623.aspx</guid><dc:creator>linjcong</dc:creator><fs:srclink>http://blog.csdn.net/linjcong/archive/2009/07/17/4355623.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/linjcong/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/linjcong/~1145143/250924705/1145130</fs:itemid></item><item><title>交换机的116个知识点</title><link>http://blog.csdn.net/linjcong/archive/2009/07/17/4355617.aspx</link><wfw:comment>http://blog.csdn.net/linjcong/comments/4355617.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/linjcong/comments/commentRss/4355617.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4355617</trackback:ping><description>&lt;br /&gt;交换机的116个知识点&lt;br /&gt;1. 以太网最初基于同轴电缆．1972年发明，1979年Xeroxinter和DEC提出DIX版.&lt;br /&gt;2. 1983年，IEEE802.3标准提出.&lt;br /&gt;3. CSMA/CD 通讯过程，传输—监听—干扰—随机等待—传输。&lt;br /&gt;4. 传统以太网用网桥来分割主机，用路由器连接网段。&lt;br /&gt;5. 交换式以太网，平时主机都不连通，当需要通信时，通过交换设备连接对端主机，完成后断开。交换设备包括，交换式集线器和交换机。&lt;br /&gt;6. 交换式以太网物理逻辑均为星型。分割冲突域，将网络冲突限制到最小范围。&lt;br /&gt;7. RMON共九组，常用的端口统计、历史、告警、事件4组。&lt;br /&gt;8. 数据流量区分，按组织行政构成、按主机类型、按物理分布、根据应用类型。&lt;br /&gt;9. 80／20规则，80％在本地，20％其他网段。20／80规则，相反。&lt;br /&gt;10. 交换机单个百兆口64字节包转发1488810pps，路由器整机64字节包转发小与100100pps。&lt;br /&gt;11. 三层交换技术的实现硬件的路由转发，转发路由表也是&lt;img src =&quot;http://blog.csdn.net/linjcong/aggbug/4355617.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;img src=&quot;http://www1.feedsky.com/t1/250924706/linjcong/csdn.net/s.gif?r=http://blog.csdn.net/linjcong/archive/2009/07/17/4355617.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/linjcong/250924706/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/linjcong/250924706/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Fri, 17 Jul 2009 17:57:00 +0800</pubDate><author>linjcong</author><comments>http://blog.csdn.net/linjcong/archive/2009/07/17/4355617.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/linjcong/archive/2009/07/17/4355617.aspx</guid><dc:creator>linjcong</dc:creator><fs:srclink>http://blog.csdn.net/linjcong/archive/2009/07/17/4355617.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/linjcong/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/linjcong/~1145143/250924706/1145130</fs:itemid></item><item><title>循序渐进，探寻Excel二次开发.NET源码(1)</title><link>http://blog.csdn.net/linjcong/archive/2008/02/29/2133873.aspx</link><wfw:comment>http://blog.csdn.net/linjcong/comments/2133873.aspx</wfw:comment><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/linjcong/comments/commentRss/2133873.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2133873</trackback:ping><description>循序渐进，探寻Excel二次开发.NET源码(1)
&lt;img src =&quot;http://blog.csdn.net/linjcong/aggbug/2133873.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/linjcong/250924707/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/linjcong/250924707/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Sat, 01 Mar 2008 01:02:00 +0800</pubDate><author>linjcong</author><comments>http://blog.csdn.net/linjcong/archive/2008/02/29/2133873.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/linjcong/archive/2008/02/29/2133873.aspx</guid><dc:creator>linjcong</dc:creator><fs:srclink>http://blog.csdn.net/linjcong/archive/2008/02/29/2133873.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/linjcong/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/linjcong/~1145143/250924707/1145130</fs:itemid></item><item><title>解决使用spread时快捷键无反应的情况</title><link>http://blog.csdn.net/linjcong/archive/2008/02/21/2110880.aspx</link><wfw:comment>http://blog.csdn.net/linjcong/comments/2110880.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/linjcong/comments/commentRss/2110880.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2110880</trackback:ping><description>解决使用spread时快捷键无反应的情况 &lt;img src =&quot;http://blog.csdn.net/linjcong/aggbug/2110880.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/linjcong/250924708/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/linjcong/250924708/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Thu, 21 Feb 2008 18:35:00 +0800</pubDate><author>linjcong</author><comments>http://blog.csdn.net/linjcong/archive/2008/02/21/2110880.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/linjcong/archive/2008/02/21/2110880.aspx</guid><dc:creator>linjcong</dc:creator><fs:srclink>http://blog.csdn.net/linjcong/archive/2008/02/21/2110880.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/linjcong/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/linjcong/~1145143/250924708/1145130</fs:itemid></item><item><title>Spread的常用事件</title><link>http://blog.csdn.net/linjcong/archive/2008/02/21/2110873.aspx</link><wfw:comment>http://blog.csdn.net/linjcong/comments/2110873.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/linjcong/comments/commentRss/2110873.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2110873</trackback:ping><description>Spread的常用事件 &lt;img src =&quot;http://blog.csdn.net/linjcong/aggbug/2110873.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/linjcong/250924709/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/linjcong/250924709/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Thu, 21 Feb 2008 18:32:00 +0800</pubDate><author>linjcong</author><comments>http://blog.csdn.net/linjcong/archive/2008/02/21/2110873.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/linjcong/archive/2008/02/21/2110873.aspx</guid><dc:creator>linjcong</dc:creator><fs:srclink>http://blog.csdn.net/linjcong/archive/2008/02/21/2110873.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/linjcong/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/linjcong/~1145143/250924709/1145130</fs:itemid></item><item><title>Spread的常用事件</title><link>http://blog.csdn.net/linjcong/archive/2008/02/21/2110871.aspx</link><wfw:comment>http://blog.csdn.net/linjcong/comments/2110871.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/linjcong/comments/commentRss/2110871.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2110871</trackback:ping><description>Spread的常用事件 &lt;img src =&quot;http://blog.csdn.net/linjcong/aggbug/2110871.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/linjcong/250924710/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/linjcong/250924710/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Thu, 21 Feb 2008 18:31:00 +0800</pubDate><author>linjcong</author><comments>http://blog.csdn.net/linjcong/archive/2008/02/21/2110871.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/linjcong/archive/2008/02/21/2110871.aspx</guid><dc:creator>linjcong</dc:creator><fs:srclink>http://blog.csdn.net/linjcong/archive/2008/02/21/2110871.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/linjcong/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/linjcong/~1145143/250924710/1145130</fs:itemid></item><item><title>Spread基本知识（一）</title><link>http://blog.csdn.net/linjcong/archive/2008/02/21/2110857.aspx</link><wfw:comment>http://blog.csdn.net/linjcong/comments/2110857.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/linjcong/comments/commentRss/2110857.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2110857</trackback:ping><description>Spread基本知识（一）&lt;img src =&quot;http://blog.csdn.net/linjcong/aggbug/2110857.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/linjcong/250924711/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/linjcong/250924711/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Thu, 21 Feb 2008 18:24:00 +0800</pubDate><author>linjcong</author><comments>http://blog.csdn.net/linjcong/archive/2008/02/21/2110857.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/linjcong/archive/2008/02/21/2110857.aspx</guid><dc:creator>linjcong</dc:creator><fs:srclink>http://blog.csdn.net/linjcong/archive/2008/02/21/2110857.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/linjcong/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/linjcong/~1145143/250924711/1145130</fs:itemid></item><item><title>Spread基本知识（二）</title><link>http://blog.csdn.net/linjcong/archive/2008/02/21/2110853.aspx</link><wfw:comment>http://blog.csdn.net/linjcong/comments/2110853.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/linjcong/comments/commentRss/2110853.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2110853</trackback:ping><description>Spread基本知识（二）&lt;img src =&quot;http://blog.csdn.net/linjcong/aggbug/2110853.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/linjcong/250924712/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/linjcong/250924712/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Thu, 21 Feb 2008 18:23:00 +0800</pubDate><author>linjcong</author><comments>http://blog.csdn.net/linjcong/archive/2008/02/21/2110853.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/linjcong/archive/2008/02/21/2110853.aspx</guid><dc:creator>linjcong</dc:creator><fs:srclink>http://blog.csdn.net/linjcong/archive/2008/02/21/2110853.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/linjcong/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/linjcong/~1145143/250924712/1145130</fs:itemid></item><item><title>Javascript中最常用的55个经典技巧</title><link>http://blog.csdn.net/linjcong/archive/2007/09/30/1807978.aspx</link><wfw:comment>http://blog.csdn.net/linjcong/comments/1807978.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/linjcong/comments/commentRss/1807978.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1807978</trackback:ping><description>Javascript中最常用的55个经典技巧     &lt;img src =&quot;http://blog.csdn.net/linjcong/aggbug/1807978.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/linjcong/250924713/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/linjcong/250924713/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Sun, 30 Sep 2007 22:00:00 +0800</pubDate><author>linjcong</author><comments>http://blog.csdn.net/linjcong/archive/2007/09/30/1807978.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/linjcong/archive/2007/09/30/1807978.aspx</guid><dc:creator>linjcong</dc:creator><fs:srclink>http://blog.csdn.net/linjcong/archive/2007/09/30/1807978.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/linjcong/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/linjcong/~1145143/250924713/1145130</fs:itemid></item></channel></rss>