<?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" rel="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://blog.csdn.net/normandj/archive/2008/07/08/2625513.aspx</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></item><item><title>VB6语言脚本解释器</title><link>http://blog.csdn.net/normandj/archive/2008/07/01/2601100.aspx</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></item><item><title>如何在VB中截获shell程序的输出</title><link>http://blog.csdn.net/normandj/archive/2008/06/26/2589670.aspx</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></item><item><title>解决Gftp不能显示中文FTP目录的方法</title><link>http://blog.csdn.net/normandj/archive/2008/06/14/2546066.aspx</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></item><item><title>Ubuntu系统目录结构</title><link>http://blog.csdn.net/normandj/archive/2008/06/13/2544774.aspx</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></item><item><title>iis 启用父目录</title><link>http://blog.csdn.net/normandj/archive/2008/06/11/2536713.aspx</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></item><item><title>解决IIS6设置网站经常遇到的问题</title><link>http://blog.csdn.net/normandj/archive/2008/06/11/2536669.aspx</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></item><item><title>解决firefox 3下很多插件不能用方法</title><link>http://blog.csdn.net/normandj/archive/2008/06/06/2517531.aspx</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></item><item><title>LCD DPI 的最佳取值</title><link>http://blog.csdn.net/normandj/archive/2008/06/06/2516844.aspx</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></item><item><title>类似windows下的dos快速通道</title><link>http://blog.csdn.net/normandj/archive/2008/06/05/2514846.aspx</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></item></channel></rss>
