<?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/flm2003" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/flm2003" type="application/rss+xml"></fs:self_link><lastBuildDate>Fri, 18 Dec 2009 05:33:00 GMT</lastBuildDate><title>樊立明的专栏</title><description>~~~~程序人生,世界因你而精彩! ~ _ ~</description><link>http://blog.csdn.net/blogrss.aspx?username=flm2003</link><item><title>Redmine 插件汉化准则</title><link>http://blog.csdn.net/flm2003/archive/2009/12/18/5031375.aspx</link><description>今天我简单的总结几条：1.汉化过程中要注意格式问题，标签字母一定要小写，并且其中不能带空格和回车2.在:后要空一个格，然后再写汉化的名字3.汉字中有英文并存时，一定要放在&quot;&quot;之中4.汉化完成之后添加到zh.yml文件之后5.替换完成之后一定要重启Redmine才能生效&lt;img src=&quot;http://www1.feedsky.com/t1/311386748/flm2003/csdn.net/s.gif?r=http://blog.csdn.net/flm2003/archive/2009/12/18/5031375.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/flm2003/311386748/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/flm2003/311386748/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Fri, 18 Dec 2009 13:33:00 +0800</pubDate><author>无敌</author><guid isPermaLink="false">http://blog.csdn.net/flm2003/archive/2009/12/18/5031375.aspx</guid><dc:creator>无敌</dc:creator><fs:srclink>http://blog.csdn.net/flm2003/archive/2009/12/18/5031375.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/flm2003/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/flm2003/~1087182/311386748/1087181</fs:itemid></item><item><title>Redmine hudson和Review插件汉化</title><link>http://blog.csdn.net/flm2003/archive/2009/12/18/5031311.aspx</link><description> 请将斜体代码放入zh.yml文件，保存之后替换原有lang文件的同名文件，然后重新启动Redminehudson插件label_hudson: 持续构建label_job_list: 作业目录label_show_description: 展示描述label_hide_description: 隐藏描述label_url: Hudson地址notice_hudson_url: &quot;前缀必须有 http://, https:// ...&quot;label_get_build_details: 构建详细信息label_show_compact: 紧凑展示label_look_and_feel: 界面感观label_look_and_feel_hudson: Hudsonlabel_look_and_feel_plugin: 插件notice_get_build_details: 如果构建花很长&lt;img src=&quot;http://www1.feedsky.com/t1/311383922/flm2003/csdn.net/s.gif?r=http://blog.csdn.net/flm2003/archive/2009/12/18/5031311.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/flm2003/311383922/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/flm2003/311383922/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Fri, 18 Dec 2009 13:26:00 +0800</pubDate><author>无敌</author><guid isPermaLink="false">http://blog.csdn.net/flm2003/archive/2009/12/18/5031311.aspx</guid><dc:creator>无敌</dc:creator><fs:srclink>http://blog.csdn.net/flm2003/archive/2009/12/18/5031311.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/flm2003/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/flm2003/~1087182/311383922/1087181</fs:itemid></item><item><title>Testlink发送邮件的两种配置方法</title><link>http://blog.csdn.net/flm2003/archive/2009/12/17/5023411.aspx</link><description>Testlink发送邮件（mail）的两种配置方法 第一种：修改config.inc.php中的[smtp]，配置为默认本地发送// ----------------------------------------------------------------------------/** [SMTP] */// Developer Note:// these config variable names has been choosed to maintain compatibility// with code taken from Mantis.// // SMTP server Configuration (&quot;localhost&quot; is enough in the most cases) $g_tl_admin_email = 'tl_admin@127.0.0.1';#按此配置即可 $g_from_email = 'testlink_system@127.0.0.1';#按此配置即可 $g_retu&lt;img src=&quot;http://www1.feedsky.com/t1/310982963/flm2003/csdn.net/s.gif?r=http://blog.csdn.net/flm2003/archive/2009/12/17/5023411.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/flm2003/310982963/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/flm2003/310982963/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Thu, 17 Dec 2009 09:41:00 +0800</pubDate><author>无敌</author><guid isPermaLink="false">http://blog.csdn.net/flm2003/archive/2009/12/17/5023411.aspx</guid><dc:creator>无敌</dc:creator><fs:srclink>http://blog.csdn.net/flm2003/archive/2009/12/17/5023411.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/flm2003/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/flm2003/~1087182/310982963/1087181</fs:itemid></item><item><title>Code Review工具Jupiter在Eclipse的安装</title><link>http://blog.csdn.net/flm2003/archive/2009/12/16/5018391.aspx</link><description>为了快速有效地进行人工CodeReview协作，可以使用Jupiter这样的工具辅助进行。可以帮助开发人员有效管理Code Review任务、问题、建议等。下面介绍怎样将Jupiter以插件方式安装在Eclipse的方法：1.在Eclipse中，选择Help-&gt;Software Updates-&gt;Find and Install2.选择Search for new features to install 选择Next3.选择New Remote Site4.在名称中输入Jupiter，在URL中输入：http://jupiter-eclipse-plugin.googlecode.com/svn/trunk/site/，点击“OK”5. 然后点击“Finish”6.在Updates页面选择Jupiter安装前的复选框，点击“next”7.&lt;img src=&quot;http://www1.feedsky.com/t1/310671036/flm2003/csdn.net/s.gif?r=http://blog.csdn.net/flm2003/archive/2009/12/16/5018391.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/flm2003/310671036/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/flm2003/310671036/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Wed, 16 Dec 2009 13:54:00 +0800</pubDate><author>无敌</author><guid isPermaLink="false">http://blog.csdn.net/flm2003/archive/2009/12/16/5018391.aspx</guid><dc:creator>无敌</dc:creator><fs:srclink>http://blog.csdn.net/flm2003/archive/2009/12/16/5018391.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/flm2003/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/flm2003/~1087182/310671036/1087181</fs:itemid></item><item><title>Testlink与Redmine的集成</title><link>http://blog.csdn.net/flm2003/archive/2009/12/15/5012628.aspx</link><description>Testlink与Redmine的集成 在文件config.inc.php 复制[Bug Tracking systems] 的部分，将其放入文件custom_config.inc.php.在文件custom_config.inc.php中将变量g_interface_bugs 的值改为 'REDMINE'. 然后找到testlink\cfg\redmine.cfg.php文件，设置相关的参数连接到Redmine&lt;img src=&quot;http://www1.feedsky.com/t1/310309792/flm2003/csdn.net/s.gif?r=http://blog.csdn.net/flm2003/archive/2009/12/15/5012628.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/flm2003/310309792/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/flm2003/310309792/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Tue, 15 Dec 2009 16:51:00 +0800</pubDate><author>无敌</author><guid isPermaLink="false">http://blog.csdn.net/flm2003/archive/2009/12/15/5012628.aspx</guid><dc:creator>无敌</dc:creator><fs:srclink>http://blog.csdn.net/flm2003/archive/2009/12/15/5012628.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/flm2003/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/flm2003/~1087182/310309792/1087181</fs:itemid></item><item><title>让QTP脚本自动运行起来</title><link>http://blog.csdn.net/flm2003/archive/2009/08/09/4427887.aspx</link><description>&lt;br /&gt;      当你用QTP录制了很多测试脚本，而你更希望当你下班之后，这些脚本可以在某个时间自动运行，并且可以迭代的运行！其实要想实现上面的想法一点都不难，这时我们只要借助一个工具就可以完全实现上面的想法。那么现在我就向大家隆重推出MTM(Multi Test Manager) ，你现在的工作就是到网路上下载一个它的最新版本，然后安装到你的机器上。安装完毕之后，启动MTM，在程序的空白处，单击鼠标右键，弹出“ADD SCRIPT”,选择已经录制好的QTP脚本，按照你设计的测试用例一个一个的添加吧！如果想进一步设置该工具，那就点击“File”－“Preference”,在Run选项卡中，你可以设置你设计的这个测试用在什么时间运行，迭代多少次！而在“Report”选项卡，你可以设置完成时产生的结果报告的配置信息！同时，你可以在“mail”选项卡设置完成时，给你发送Email！（相当不错的一个功能）&lt;br /&gt;     注意：1.你的QTP一定要设置好，不要弹出什么active这样提示页面，否则你的迭代就不能顺利执行下去&lt;br /&gt;              2.在设置好了Pref&lt;img src=&quot;http://www1.feedsky.com/t1/310309793/flm2003/csdn.net/s.gif?r=http://blog.csdn.net/flm2003/archive/2009/08/09/4427887.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/flm2003/310309793/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/flm2003/310309793/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Sun, 09 Aug 2009 14:44:00 +0800</pubDate><author>无敌</author><guid isPermaLink="false">http://blog.csdn.net/flm2003/archive/2009/08/09/4427887.aspx</guid><dc:creator>无敌</dc:creator><fs:srclink>http://blog.csdn.net/flm2003/archive/2009/08/09/4427887.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/flm2003/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/flm2003/~1087182/310309793/1087181</fs:itemid></item><item><title>QTP弹出提示&quot;当前安全设置禁止安全运行该页中的activeX控件&quot;的解决方法</title><link>http://blog.csdn.net/flm2003/archive/2009/08/09/4427872.aspx</link><description>&lt;br /&gt;&lt;br /&gt;     在录制好的QTP脚本中，点击修改这些脚本时,可能提示&quot;当前安全设置禁止安全运行该页中的activeX控件&quot;。关于这个Active的对话提示窗口，问题在于QTP的设置，要消除该提示窗口，应对QTP作如下设置：&quot;tools&quot;-&quot;options&quot;,&quot;Active Screen&quot;-&quot;Advanced&quot;-选中“Load ActiveX controls”保存设置之后，重新录制脚本，录制完成后，在QTP的Expert View中编辑脚本代码，QTP就不会再弹出关于Active控件的对话框了。&lt;img src=&quot;http://www1.feedsky.com/t1/310309794/flm2003/csdn.net/s.gif?r=http://blog.csdn.net/flm2003/archive/2009/08/09/4427872.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/flm2003/310309794/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/flm2003/310309794/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Sun, 09 Aug 2009 14:35:00 +0800</pubDate><author>无敌</author><guid isPermaLink="false">http://blog.csdn.net/flm2003/archive/2009/08/09/4427872.aspx</guid><dc:creator>无敌</dc:creator><fs:srclink>http://blog.csdn.net/flm2003/archive/2009/08/09/4427872.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/flm2003/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/flm2003/~1087182/310309794/1087181</fs:itemid></item><item><title>简明 Python 教程</title><link>http://blog.csdn.net/flm2003/archive/2009/07/22/4369880.aspx</link><description>今天我向大家推荐这本“简明 Python 教程”，也许大家不知道Python，但没有关系，Python是一种编程语言，著名的自由软件作者Eric Raymond在他的文章《如何成为一名黑客》中，将Python列为黑客应当学习的四种编程语言之一，并建议人们从Python开始学习编程。希望大家能够喜欢Python ！版本：1.20A Byte of Python Copyright © 2003-2005 Swaroop C H 简明 Python 教程 《简明 Python 教程》为 &quot;A Byte of Python&quot; 的唯一指定简体中文译本，版权 © 2005 沈洁元 本书依照 创作公用约定（署名-非派生作品-非商业用途） 发布。概要无论您刚接触电脑还是一个有经验的程序员，本书都将有助您学习使用Python语言。&lt;img src=&quot;http://www1.feedsky.com/t1/310309795/flm2003/csdn.net/s.gif?r=http://blog.csdn.net/flm2003/archive/2009/07/22/4369880.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/flm2003/310309795/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/flm2003/310309795/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Wed, 22 Jul 2009 11:34:00 +0800</pubDate><author>无敌</author><guid isPermaLink="false">http://blog.csdn.net/flm2003/archive/2009/07/22/4369880.aspx</guid><dc:creator>无敌</dc:creator><fs:srclink>http://blog.csdn.net/flm2003/archive/2009/07/22/4369880.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/flm2003/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/flm2003/~1087182/310309795/1087181</fs:itemid></item><item><title>将某些数据库行为设置为与指定的 SQL Server 版本兼容</title><link>http://blog.csdn.net/flm2003/archive/2009/07/22/4369860.aspx</link><description>&lt;br /&gt; 语法： &lt;br /&gt;sp_dbcmptlevel [ [ @dbname = ] name ] &lt;br /&gt;    [ , [ @new_cmptlevel = ] version ]例子：EXEC sp_dbcmptlevel 'test', 90&lt;br /&gt;GO&lt;br /&gt;数据库要与之兼容的 SQL Server 的版本。version 的数据类型为 tinyint，默认值为 NULL。该值必须为下列值之一：&lt;br /&gt;60 = SQL Server 6.0 &lt;br /&gt;65 = SQL Server 6.5 &lt;br /&gt;70 = SQL Server 7.0 &lt;br /&gt;80 = SQL Server 2000 &lt;br /&gt;90 = SQL Server 2005&lt;img src=&quot;http://www1.feedsky.com/t1/310309796/flm2003/csdn.net/s.gif?r=http://blog.csdn.net/flm2003/archive/2009/07/22/4369860.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/flm2003/310309796/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/flm2003/310309796/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Wed, 22 Jul 2009 11:28:00 +0800</pubDate><author>无敌</author><guid isPermaLink="false">http://blog.csdn.net/flm2003/archive/2009/07/22/4369860.aspx</guid><dc:creator>无敌</dc:creator><fs:srclink>http://blog.csdn.net/flm2003/archive/2009/07/22/4369860.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/flm2003/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/flm2003/~1087182/310309796/1087181</fs:itemid></item><item><title>怎么样把“显示桌面”按钮找回来</title><link>http://blog.csdn.net/flm2003/archive/2009/07/19/4361025.aspx</link><description>&lt;br /&gt;      快速启动栏的“显示桌面”按钮是大家经常用到的操作按钮，有时大家不小心误删除掉后，那就会使用起来非常不方便，其实这时我们可以用以下几种方式解决这个问题：&lt;br /&gt;1.同时按下Win+D键来“显示桌面”&lt;br /&gt;2.如果不太爱使用快捷键，需要恢复此按钮，可以点击“开始→运行”，在弹出的“运行”对话框中输入“REGSVR32 /n /i:u shell32”（不含双引号），然后回车，片刻后会弹出“shell32中的DllInstall成功”对话框，“显示桌面”按钮就可以完美归来了。 &lt;br /&gt;3.你也可以打开“记事本”程序，在其中输入： &lt;br /&gt;[Shell] &lt;br /&gt;Command=2 &lt;br /&gt;IconFile=explorer.exe,3 &lt;br /&gt;[Taskbar] &lt;br /&gt;Command=ToggleDesktop&lt;br /&gt;注意文件类型改为所有，然后保存为显示桌面.scf，将它拖到快速启动栏中便可。&lt;img src=&quot;http://www1.feedsky.com/t1/310309797/flm2003/csdn.net/s.gif?r=http://blog.csdn.net/flm2003/archive/2009/07/19/4361025.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/flm2003/310309797/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/flm2003/310309797/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Sun, 19 Jul 2009 11:19:00 +0800</pubDate><author>无敌</author><guid isPermaLink="false">http://blog.csdn.net/flm2003/archive/2009/07/19/4361025.aspx</guid><dc:creator>无敌</dc:creator><fs:srclink>http://blog.csdn.net/flm2003/archive/2009/07/19/4361025.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/flm2003/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/flm2003/~1087182/310309797/1087181</fs:itemid></item></channel></rss>