<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>用科技创造明天 &#187; 软件</title>
	<atom:link href="http://www.cumt.org/blog/category/software/feed" rel="self" type="application/rss+xml" />
	<link>http://www.cumt.org</link>
	<description>Visual Studio, Oracle, Java, Visual Basic, PHP, Mac, Windows, Linux, FreeBSD</description>
	<lastBuildDate>Sun, 06 Jun 2010 12:56:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>用 Javascript 批量查找 Excel 中的文字</title>
		<link>http://www.cumt.org/blog/275</link>
		<comments>http://www.cumt.org/blog/275#comments</comments>
		<pubDate>Fri, 05 Jun 2009 09:06:07 +0000</pubDate>
		<dc:creator>thunderw</dc:creator>
				<category><![CDATA[Excel]]></category>
		<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://www.cumt.org/?p=275</guid>
		<description><![CDATA[比 Excel 的查找有下述优点： 批量查找整个目录 可以找到图形和文本框中的文字 采用正则表达式查找，可以实现复杂的查找条件 缺点是比较慢。 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 [...]]]></description>
		<wfw:commentRss>http://www.cumt.org/blog/275/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Chrome 的两个缺点</title>
		<link>http://www.cumt.org/blog/250</link>
		<comments>http://www.cumt.org/blog/250#comments</comments>
		<pubDate>Sun, 26 Apr 2009 15:21:16 +0000</pubDate>
		<dc:creator>thunderw</dc:creator>
				<category><![CDATA[Chrome]]></category>
		<category><![CDATA[IE8]]></category>
		<category><![CDATA[火狐浏览器]]></category>

		<guid isPermaLink="false">http://www.cumt.org/?p=250</guid>
		<description><![CDATA[慢慢习惯使用 Google Chrome 作为默认浏览器了。特别喜欢下载东西时的那个动画效果 (我看东西只看表面 )。这段时间发现其两个缺点，或者说设计得不够人性化的地方： 1. 全屏幕的时候看不到 Tab。这个及其不爽，只能用 Ctrl+Tab 抹黑切换。不如 Firefox 和 IE8。（Safari就不用说的，人家根本就没有全屏模式。不知道笔记本的屏幕小啊……） 简单的一句 “Exit full screen (F11)”  有点太把人当傻瓜了。 2.  Tab 的关闭按钮的位置不合理。当 Tab 比较多的时候，很容易不小心按到。这一点也是笔记本特有的吧，现如今的台式机鼠标多半都应该较精确了。 Firefox、Safari 全是这样的。我印象中Maxthon好像是把关闭放在右上角的，开始我还很不习惯，现在明白这样设计的好处了。 IE8 有点不同: 只有当前的Tab才有关闭按钮。当然，这样又有另外一个缺点：每关闭一个其他窗口，都得按两次鼠标。有得必有失呵。]]></description>
		<wfw:commentRss>http://www.cumt.org/blog/250/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Synergy: 用一套鼠标键盘操作多台电脑</title>
		<link>http://www.cumt.org/blog/162</link>
		<comments>http://www.cumt.org/blog/162#comments</comments>
		<pubDate>Wed, 01 Apr 2009 17:32:26 +0000</pubDate>
		<dc:creator>thunderw</dc:creator>
				<category><![CDATA[软件]]></category>
		<category><![CDATA[Synergy]]></category>
		<category><![CDATA[共享]]></category>
		<category><![CDATA[键盘]]></category>
		<category><![CDATA[鼠标]]></category>

		<guid isPermaLink="false">http://www.cumt.org/?p=162</guid>
		<description><![CDATA[Synergy 是一款能够让使用者仅用一套键盘鼠标，就同时操控多部计算机的免费工具软件。使用者能够在包括 Windows 、 Linux 、 Mac OS 等不同的系统上安装它，并且在设定好主从关系后，就能够透过一组键盘鼠标来进行多部计算机的操控。 这样子的操控方式，对于拥有笔记型计算机的人来说尤其方便，你能够将笔记型计算机与家中的桌上型计算机设定好主从关系，如此一来，就能够利用笔记型计算机来操控两部计算机，不需要额外的切换装置的帮忙，就能够方便地完成许多工作。 使用者在使用 Synergy 时要特别注意的是，必须要仔细设置主从关系的切换设定，如此才能够顺利地透过鼠标光标的移动来切换目前所使用的计算机，不至于因为鼠标光标一移到新计算机，就无法切换为原计算机的窘境。 http://synergy2.sourceforge.net/ 似乎还没有中文主页，值得翻译推广。]]></description>
		<wfw:commentRss>http://www.cumt.org/blog/162/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Windows Live Messenger 崩溃</title>
		<link>http://www.cumt.org/blog/144</link>
		<comments>http://www.cumt.org/blog/144#comments</comments>
		<pubDate>Sat, 28 Mar 2009 10:57:50 +0000</pubDate>
		<dc:creator>thunderw</dc:creator>
				<category><![CDATA[软件]]></category>
		<category><![CDATA[非法操作]]></category>

		<guid isPermaLink="false">http://www.cumt.org/?p=144</guid>
		<description><![CDATA[Live Messenger 最近一登录就出现下面的错误： AppName: wlcomm.exe AppVer: 14.0.8064.206     ModName: ro.dll ModVer: 21.0.0.3     Offset: 0005d2f8 窗口一关掉 Messenger 就会注销。把窗口放一边的话倒是还能正常使用。 和 http://finalfrank.pixnet.net/blog/post/23189694 里 audrey 的留言里说的消息一样，难道是中了啥新病毒了？ 于是去找这个ro.dll。在System32 里找到了这个文件。一看： 描述：RsStore module install DLL 产品名称： Rising AntiVirus 2009 公司：Beijing Rising Information Technology Co., Ltd. 而数字签名却是：Kaspersky Lab，详细信息显示该签名无效。 这东东太可疑了，删了之后清净了。不知道怎么中招的，莫名。不过总算是解决了。 刚才发现粗暴删除以后不能 telnet 了。又用 WinsockFix 修复了一下，一切正常了。]]></description>
		<wfw:commentRss>http://www.cumt.org/blog/144/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>火狐的下一代&#8211;Shiretoko（知床？）</title>
		<link>http://www.cumt.org/blog/99</link>
		<comments>http://www.cumt.org/blog/99#comments</comments>
		<pubDate>Fri, 05 Dec 2008 06:08:25 +0000</pubDate>
		<dc:creator>thunderw</dc:creator>
				<category><![CDATA[火狐浏览器]]></category>

		<guid isPermaLink="false">http://www.cumt.org/?p=99</guid>
		<description><![CDATA[昨天打开 Firefox, 发现名字不再叫 Minefield(雷区) 了。看来雷区快步入稳定阶段了？ 新名字叫 Shiretoko 。看上去像日语，查了一下，看来应该是日本的“知床”。 知床半岛是日本北海道东北部的一个半岛。上有知床山脉，海岸多断崖。 【知床半島】北海道北東部、オホーツク海に突出する半島。先端は知床岬。知床岳・羅臼(らうす)岳などの火山を中心とする山脈が中央部を走り、海岸は断崖が多い。 Shiretoko / Gecko 1.9.1 Alpha 1引入的新特性： Gecko 渲染引擎对Web标准的支持改进 用于 &#60;canvas&#62; 元素的 Text API 支持使用 边框图片 支持 JavaScript query selectors 若干对智能地址栏的改进 新的 tab 切换 行为方式 Shiretoko / Gecko 1.9.1 Alpha 2 引入的新特性： 支持 HTML 5 的 &#60;video&#62; 元素 开始支持 web 工作线程 现在可以在不同窗口间 拖放 tab了 XUL 开始具有支持 [...]]]></description>
		<wfw:commentRss>http://www.cumt.org/blog/99/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Vim 笔记</title>
		<link>http://www.cumt.org/blog/19</link>
		<comments>http://www.cumt.org/blog/19#comments</comments>
		<pubDate>Mon, 24 Nov 2008 10:07:38 +0000</pubDate>
		<dc:creator>thunderw</dc:creator>
				<category><![CDATA[Vim]]></category>

		<guid isPermaLink="false">http://www.cumt.org/?p=19</guid>
		<description><![CDATA[关于 \t 和 \n 要注意的是，如果你要匹配它们，也就是说出现在匹配串中的时候 要写 \t 和 \n，但是如果你要替换成它们，就不应该直接写 \t \n，而要用 Ctrl+V 接 或者 输入一个蓝色的特殊字符。 例如： :s/\n/ABC^M/g :s/\t/^T^T/g 而下面两个写法都是不对的： :s/\n/ABC\n/g :s/^T/^T^T/g]]></description>
		<wfw:commentRss>http://www.cumt.org/blog/19/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
