<?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/normandj" type="application/rss+xml" ref="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/normandj" type="application/rss+xml"></fs:self_link><lastBuildDate>Tue, 08 Jul 2008 16:48:00 GMT</lastBuildDate><title>normandj的专栏</title><item><title>Excel禁用直接粘贴功能</title><link>http://item.feedsky.com/~csdn.net/normandj/~1074206/91646909/1074205/1/item.html</link><wfw:comment>comments/2625513.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/2625513.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2625513</trackback:ping><description>推荐有时我们做的Excel表格模板需要别人来填写，但是经常会发现别人填的时候会直接从别处复制数据直接粘贴进我们的表格模板，结果破坏了我们预先设好的格式，这不仅会在外观上变得难看，更重要的是使得一些数据变得莫明其妙，如不可以计算等等。

我们当然知道别人复制数据是为了避免手动输入的麻烦，但是很多填表格的人并不知道或者懒得用“选择性粘贴/粘贴值”这个功能。为了防止别人破坏我们预先设好的格式，我们可以利用VBA来禁用Excel的直接粘贴功能，只保留选择性粘贴。
&lt;img src =&quot;aggbug/2625513.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 09 Jul 2008 00:48:00 +0800</pubDate><author>normandj</author><comments>http://blog.csdn.net/normandj/archive/2008/07/08/2625513.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/normandj/archive/2008/07/08/2625513.aspx</guid><dc:creator>normandj</dc:creator><fs:srclink>http://blog.csdn.net/normandj/archive/2008/07/08/2625513.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/normandj/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/normandj/~1074206/91646909/1074205</fs:itemid></item><item><title>VB6语言脚本解释器</title><link>http://item.feedsky.com/~csdn.net/normandj/~1074206/91646910/1074205/1/item.html</link><wfw:comment>comments/2601100.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/2601100.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2601100</trackback:ping><description>使用范围,可以让用户开发的时候使用脚本,用exe或者dll进行接口开发虽然功能强大,但是不方便,用脚本,或者大家熟知的脚本就方便多了.
　　方法1 :自己作编译器 解释器
　　方法2 :利用现有的解释器,用脚本,省略编译器
&lt;img src =&quot;aggbug/2601100.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 01 Jul 2008 18:44:00 +0800</pubDate><author>normandj</author><comments>http://blog.csdn.net/normandj/archive/2008/07/01/2601100.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/normandj/archive/2008/07/01/2601100.aspx</guid><dc:creator>normandj</dc:creator><fs:srclink>http://blog.csdn.net/normandj/archive/2008/07/01/2601100.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/normandj/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/normandj/~1074206/91646910/1074205</fs:itemid></item><item><title>如何在VB中截获shell程序的输出</title><link>http://item.feedsky.com/~csdn.net/normandj/~1074206/91646911/1074205/1/item.html</link><wfw:comment>comments/2589670.aspx</wfw:comment><slash:comments>1</slash:comments><wfw:commentRss>comments/commentRss/2589670.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2589670</trackback:ping><description>在Windows环境下的所谓shell程序就是dos命令行程序，比如VC的CL.exe命令行编译器，JDK的javac编译器，启动java程序用的java.exe都是标准的shell程序。截获一个shell程序的输出是很有用的，比如说您可以自己编写一个IDE(集成开发环境)，当用户发出编译指令时候，你可以在后台启动shell 调用编译器并截获它们的输出，对这些输出信息进行分析后在更为友好的用户界面上显示出来。为了方便起见，我们用VB作为本文的演示语言。 &lt;img src =&quot;aggbug/2589670.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 27 Jun 2008 01:42:00 +0800</pubDate><author>normandj</author><comments>http://blog.csdn.net/normandj/archive/2008/06/26/2589670.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/normandj/archive/2008/06/26/2589670.aspx</guid><dc:creator>normandj</dc:creator><fs:srclink>http://blog.csdn.net/normandj/archive/2008/06/26/2589670.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/normandj/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/normandj/~1074206/91646911/1074205</fs:itemid></item><item><title>解决Gftp不能显示中文FTP目录的方法</title><link>http://item.feedsky.com/~csdn.net/normandj/~1074206/91646912/1074205/1/item.html</link><wfw:comment>comments/2546066.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/2546066.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2546066</trackback:ping><description>主要原因是远程字符集的问题，在选项中把＜远程字符集&gt;设置为 GBK  即可。&lt;img src =&quot;aggbug/2546066.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sat, 14 Jun 2008 19:52:00 +0800</pubDate><author>normandj</author><comments>http://blog.csdn.net/normandj/archive/2008/06/14/2546066.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/normandj/archive/2008/06/14/2546066.aspx</guid><dc:creator>normandj</dc:creator><fs:srclink>http://blog.csdn.net/normandj/archive/2008/06/14/2546066.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/normandj/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/normandj/~1074206/91646912/1074205</fs:itemid></item><item><title>Ubuntu系统目录结构</title><link>http://item.feedsky.com/~csdn.net/normandj/~1074206/91646913/1074205/1/item.html</link><wfw:comment>comments/2544774.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/2544774.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2544774</trackback:ping><description>Ubuntu系统目录结构
==================
   以下为Ubuntu目录的主要目录结构，您稍微了解它们都包含了哪些文件就可以了，不需要记忆&lt;img src =&quot;aggbug/2544774.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sat, 14 Jun 2008 03:31:00 +0800</pubDate><author>normandj</author><comments>http://blog.csdn.net/normandj/archive/2008/06/13/2544774.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/normandj/archive/2008/06/13/2544774.aspx</guid><dc:creator>normandj</dc:creator><fs:srclink>http://blog.csdn.net/normandj/archive/2008/06/13/2544774.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/normandj/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/normandj/~1074206/91646913/1074205</fs:itemid></item><item><title>iis 启用父目录</title><link>http://item.feedsky.com/~csdn.net/normandj/~1074206/91646914/1074205/1/item.html</link><wfw:comment>comments/2536713.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/2536713.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2536713</trackback:ping><description>在设置了setup.asp后提示 
Active Server Pages 错误 'ASP 0131' 

不允许的父路径 

/conn/conn.asp，行 2 

包含文件 '../inc/Online_ini.asp' 不能用 '..' 表示父目录。 

不知道是哪里的问题
&lt;img src =&quot;aggbug/2536713.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 12 Jun 2008 01:59:00 +0800</pubDate><author>normandj</author><comments>http://blog.csdn.net/normandj/archive/2008/06/11/2536713.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/normandj/archive/2008/06/11/2536713.aspx</guid><dc:creator>normandj</dc:creator><fs:srclink>http://blog.csdn.net/normandj/archive/2008/06/11/2536713.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/normandj/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/normandj/~1074206/91646914/1074205</fs:itemid></item><item><title>解决IIS6设置网站经常遇到的问题</title><link>http://item.feedsky.com/~csdn.net/normandj/~1074206/91646915/1074205/1/item.html</link><wfw:comment>comments/2536669.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/2536669.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2536669</trackback:ping><description>很多朋友在用IIS6架网站的时候遇到不少问题，而这些问题有些在过去的IIS5里面就遇到过，有些是新出来的，做了很多次试验，结合以前的排错经验，做出了这个总结，希望能给大家帮上忙。 &lt;img src =&quot;aggbug/2536669.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 12 Jun 2008 01:48:00 +0800</pubDate><author>normandj</author><comments>http://blog.csdn.net/normandj/archive/2008/06/11/2536669.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/normandj/archive/2008/06/11/2536669.aspx</guid><dc:creator>normandj</dc:creator><fs:srclink>http://blog.csdn.net/normandj/archive/2008/06/11/2536669.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/normandj/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/normandj/~1074206/91646915/1074205</fs:itemid></item><item><title>解决firefox 3下很多插件不能用方法</title><link>http://item.feedsky.com/~csdn.net/normandj/~1074206/91646916/1074205/1/item.html</link><wfw:comment>comments/2517531.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/2517531.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2517531</trackback:ping><description>用归档管理器打开xpi文件，用gedit打开install.rtf，版本这里比如这么修改




{ec8030f7-c20a-464f-9b0e-13a3a9e97384}
1.5
3.0




我把倒数第三行的3.0b5改成3.0就能在rc1上装b5的插件了&lt;img src =&quot;aggbug/2517531.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sat, 07 Jun 2008 01:25:00 +0800</pubDate><author>normandj</author><comments>http://blog.csdn.net/normandj/archive/2008/06/06/2517531.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/normandj/archive/2008/06/06/2517531.aspx</guid><dc:creator>normandj</dc:creator><fs:srclink>http://blog.csdn.net/normandj/archive/2008/06/06/2517531.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/normandj/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/normandj/~1074206/91646916/1074205</fs:itemid></item><item><title>LCD DPI 的最佳取值</title><link>http://item.feedsky.com/~csdn.net/normandj/~1074206/91646917/1074205/1/item.html</link><wfw:comment>comments/2516844.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/2516844.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2516844</trackback:ping><description>LCD DPI 的最佳取值&lt;img src =&quot;aggbug/2516844.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 06 Jun 2008 22:16:00 +0800</pubDate><author>normandj</author><comments>http://blog.csdn.net/normandj/archive/2008/06/06/2516844.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/normandj/archive/2008/06/06/2516844.aspx</guid><dc:creator>normandj</dc:creator><fs:srclink>http://blog.csdn.net/normandj/archive/2008/06/06/2516844.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/normandj/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/normandj/~1074206/91646917/1074205</fs:itemid></item><item><title>类似windows下的dos快速通道</title><link>http://item.feedsky.com/~csdn.net/normandj/~1074206/91646918/1074205/1/item.html</link><wfw:comment>comments/2514846.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/2514846.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2514846</trackback:ping><description>Q:

ubuntu 如何在文件管理器，右键菜单直接进入终端,所在就是目录就是刚刚选的文件夹。

类似windows下的dos快速通道

A:

sudo apt-get install  nautilus-open-terminal&lt;img src =&quot;aggbug/2514846.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 06 Jun 2008 02:48:00 +0800</pubDate><author>normandj</author><comments>http://blog.csdn.net/normandj/archive/2008/06/05/2514846.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/normandj/archive/2008/06/05/2514846.aspx</guid><dc:creator>normandj</dc:creator><fs:srclink>http://blog.csdn.net/normandj/archive/2008/06/05/2514846.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/normandj/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/normandj/~1074206/91646918/1074205</fs:itemid></item><item><title>MSN,QQ在线即时交谈网页代码</title><link>http://item.feedsky.com/~csdn.net/normandj/~1074206/91646919/1074205/1/item.html</link><wfw:comment>comments/2496687.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/2496687.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2496687</trackback:ping><description>想让你的msn和QQ一样可以生成在线交谈状态吗？试试这个代码吧？也许会有一点帮助哦。当然，这个代码只是抛砖引玉，如果诸位有更好的途径，不妨与大家一起分享~&lt;img src =&quot;aggbug/2496687.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 30 May 2008 23:49:00 +0800</pubDate><author>normandj</author><comments>http://blog.csdn.net/normandj/archive/2008/05/30/2496687.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/normandj/archive/2008/05/30/2496687.aspx</guid><dc:creator>normandj</dc:creator><fs:srclink>http://blog.csdn.net/normandj/archive/2008/05/30/2496687.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/normandj/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/normandj/~1074206/91646919/1074205</fs:itemid></item><item><title>如何利用VB编写NT服务程序</title><link>http://item.feedsky.com/~csdn.net/normandj/~1074206/91646920/1074205/1/item.html</link><wfw:comment>comments/2468457.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/2468457.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2468457</trackback:ping><description>&amp;lt;span class=&quot;t18&quot;&amp;gt;&amp;amp;nbsp;&amp;lt;p&amp;gt;一、NT服务程序&amp;lt;br /&amp;gt;所谓NT服务，实际上就是一个可以在系统启动时自动在一定身份下启动的伴随系统长时间存在的进程。象FTPserver、HTTPserver、脱机打印等都是采用NT服务的形式提供的。这实际上类似Unix的rootdaemon进程。NT服务归纳起来，NT服务又以下几个特征：&amp;lt;/p&amp;gt;&amp;lt;p&amp;gt;1、可以自启动，不需要交互启动。这对于服务器来说是一个重要的特征。当然，你可以决定服务是否自启动，甚至可以屏蔽某个服务。&amp;lt;br /&amp;gt;2、NT服务没有用户界面，基本上类似一个DOS程序，因为NT服务必须长时间运行，所以不想普通win32进程一样有自己的界面。但是NT服务可以同用户有界面交互，这是一类特殊的服务进程。可以通过NT的任务管理器来看到服务进程。&amp;lt;br /&amp;gt;3、NT服务通过SCM（ServicesControlManager）接口来管理，安装、启动、停止、撤除等都需要SCM的接口功能来进行。控制面板的服务控制器就是利用SCM接口来管理&lt;img src =&quot;aggbug/2468457.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 22 May 2008 17:34:00 +0800</pubDate><author>normandj</author><comments>http://blog.csdn.net/normandj/archive/2008/05/22/2468457.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/normandj/archive/2008/05/22/2468457.aspx</guid><dc:creator>normandj</dc:creator><fs:srclink>http://blog.csdn.net/normandj/archive/2008/05/22/2468457.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/normandj/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/normandj/~1074206/91646920/1074205</fs:itemid></item><item><title>如何在linux下使用虚拟光驱</title><link>http://item.feedsky.com/~csdn.net/normandj/~1074206/91646921/1074205/1/item.html</link><wfw:comment>comments/2302983.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/2302983.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2302983</trackback:ping><description>原来在linux其实根本不需要什么虚拟光驱软件，用mount命令就可以完成。




1. 把光盘制作成iso文件
cp /dev/cdrom XXXXX.iso

XXXXX.iso为你所命名的镜像文件。执行此命令之后就可以将整个光盘制作成iso文件。XXXXX.iso前你可以加上路径哦。
 
&lt;img src =&quot;aggbug/2302983.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 18 Apr 2008 18:00:00 +0800</pubDate><author>normandj</author><comments>http://blog.csdn.net/normandj/archive/2008/04/18/2302983.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/normandj/archive/2008/04/18/2302983.aspx</guid><dc:creator>normandj</dc:creator><fs:srclink>http://blog.csdn.net/normandj/archive/2008/04/18/2302983.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/normandj/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/normandj/~1074206/91646921/1074205</fs:itemid></item><item><title>Rhythmbox, Totem 不支持 mp3的解决办法</title><link>http://item.feedsky.com/~csdn.net/normandj/~1074206/91646922/1074205/1/item.html</link><wfw:comment>comments/2302963.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/2302963.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2302963</trackback:ping><description>为什么 Linux 不支持 mp3 呢？这个问题在 Linux 相关论坛里被人无数次提起。
其实是由于美国版权和知识产权相关法律禁止 Linux 发行版发布相关的软件和软件插件。
于是 mp3 的支持被一些 Linux 发行版删除了:(
其中也有些例外，比如 Linspire 就提供 mp3 的支持，这是因为 Linspire 是已经帮你交了版权税。
当然， Linspire 也就不免费了。
&lt;img src =&quot;aggbug/2302963.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 18 Apr 2008 17:55:00 +0800</pubDate><author>normandj</author><comments>http://blog.csdn.net/normandj/archive/2008/04/18/2302963.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/normandj/archive/2008/04/18/2302963.aspx</guid><dc:creator>normandj</dc:creator><fs:srclink>http://blog.csdn.net/normandj/archive/2008/04/18/2302963.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/normandj/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/normandj/~1074206/91646922/1074205</fs:itemid></item><item><title>解决EVA不能输入中文的问题</title><link>http://item.feedsky.com/~csdn.net/normandj/~1074206/91646923/1074205/1/item.html</link><wfw:comment>comments/2302958.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/2302958.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2302958</trackback:ping><description>EVA使用起来还有一个问题，就是不能接入中文，后来上网搜索一下，原来可以通过安装scim-qtimm就OK了。 安装命令行：sudo apt-get install scim-qtimm &lt;img src =&quot;aggbug/2302958.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 18 Apr 2008 17:54:00 +0800</pubDate><author>normandj</author><comments>http://blog.csdn.net/normandj/archive/2008/04/18/2302958.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/normandj/archive/2008/04/18/2302958.aspx</guid><dc:creator>normandj</dc:creator><fs:srclink>http://blog.csdn.net/normandj/archive/2008/04/18/2302958.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/normandj/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/normandj/~1074206/91646923/1074205</fs:itemid></item></channel></rss>