<?xml version="1.0" encoding="utf-8"?><feed
  xmlns="http://www.w3.org/2005/Atom"
  xmlns:thr="http://purl.org/syndication/thread/1.0"
  xml:lang="en"
  xml:base="http://www.kder.info/wp-atom.php"
   >
	<title type="text">可得博客</title>
	<subtitle type="text">Kder的网·游记｜软件·志</subtitle>

	<updated>2010-07-03T06:52:47Z</updated>
	<generator uri="http://wordpress.org/" version="2.7.1">WordPress</generator>

	<link rel="alternate" type="text/html" href="http://www.kder.info" />
	<id>http://www.kder.info/feed/atom</id>
	<link rel="self" type="application/atom+xml" href="http://www.kder.info/feed/atom" />

			<entry>
		<author>
			<name>Kder</name>
					</author>
		<title type="html"><![CDATA[解决SCIM导致GTK程序启动缓慢的问题]]></title>
		<link rel="alternate" type="text/html" href="http://www.kder.info/scim-make-gtk-slow.html" />
		<id>http://www.kder.info/?p=37296</id>
		<updated>2010-07-03T06:52:47Z</updated>
		<published>2010-07-03T06:52:47Z</published>
		<category scheme="http://www.kder.info" term="解决问题" /><category scheme="http://www.kder.info" term="Linux" />		<summary type="html"><![CDATA[原因：每开启一个gtk程序，都会先启动一个scim进程，而gtk程序退出时scim也跟着关闭，最终导致每次打开gtk程序都有一个明显的延时，启动速度减慢。<br />
解决：将shell配置文件（.bashrc, .profile... ]]></summary>
		<content type="html" xml:base="http://www.kder.info/scim-make-gtk-slow.html"><![CDATA[<p><strong>原因</strong>：每开启一个gtk程序，都会先启动一个scim进程，而gtk程序退出时scim也跟着关闭，最终导致每次打开gtk程序都有一个明显的延时，启动速度减慢。</p>
<p><strong>解决</strong>：将shell配置文件（.bashrc, .profile等等）里面含有<br>
export ... =scim<br>
这样的行注释掉，然后在桌面管理器的启动脚本（如fluxbox和icewm的startup）中加入如下代码：<br>
scim -d &amp;<br>
这样，当启动桌面时scim就以daemon的形式开启，以后就不会每次启打开gtk程序时再次启动了。这样设置后，gtk程序的启动速度快多了。</p>
<br />转载请注明：作者：<a href="http://www.kder.info/">Kder</a> [&nbsp;<a href="http://www.kder.info/">http://www.kder.info/</a>]&nbsp; ，并以链接形式标明原文出处:<a href="http://www.kder.info/scim-make-gtk-slow.html">http://www.kder.info/scim-make-gtk-slow.html</a> <br /> 7c7c57b825059d896468509f4b24886f]]></content>
		<link rel="replies" type="text/html" href="http://www.kder.info/scim-make-gtk-slow.html#comments" thr:count="0"/>
		<link rel="replies" type="application/atom+xml" href="http://www.kder.info/scim-make-gtk-slow.html/feed/atom" thr:count="0"/>
		<thr:total>0</thr:total>
	</entry>
		<entry>
		<author>
			<name>Kder</name>
					</author>
		<title type="html"><![CDATA[解决Linux Terminal下delete键不起作用的问题]]></title>
		<link rel="alternate" type="text/html" href="http://www.kder.info/linux-terminal-del-key.html" />
		<id>http://www.kder.info/?p=37294</id>
		<updated>2010-06-27T14:00:17Z</updated>
		<published>2010-06-29T13:33:50Z</published>
		<category scheme="http://www.kder.info" term="解决问题" /><category scheme="http://www.kder.info" term="Linux" />		<summary type="html"><![CDATA[问题：在xterm、rxvt、Terminal等终端上，del键有时会无效，不能删除字符，而只是插入一个“～”字符。<br />
解决：在 ~/.inputrc（如果不存在就新建一个）中加入如下代码，重启终端即可：<br />
"\... ]]></summary>
		<content type="html" xml:base="http://www.kder.info/linux-terminal-del-key.html"><![CDATA[<p>问题：在xterm、rxvt、Terminal等终端上，del键有时会无效，不能删除字符，而只是插入一个“～”字符。</p>
<p>解决：在 ~/.inputrc（如果不存在就新建一个）中加入如下代码，重启终端即可：<br>
<code>"\033[3~": delete-char</code></p>
<br />转载请注明：作者：<a href="http://www.kder.info/">Kder</a> [&nbsp;<a href="http://www.kder.info/">http://www.kder.info/</a>]&nbsp; ，并以链接形式标明原文出处:<a href="http://www.kder.info/linux-terminal-del-key.html">http://www.kder.info/linux-terminal-del-key.html</a> <br /> 7c7c57b825059d896468509f4b24886f]]></content>
		<link rel="replies" type="text/html" href="http://www.kder.info/linux-terminal-del-key.html#comments" thr:count="0"/>
		<link rel="replies" type="application/atom+xml" href="http://www.kder.info/linux-terminal-del-key.html/feed/atom" thr:count="0"/>
		<thr:total>0</thr:total>
	</entry>
		<entry>
		<author>
			<name>Kder</name>
					</author>
		<title type="html"><![CDATA[Yo2和BlogCN合并了]]></title>
		<link rel="alternate" type="text/html" href="http://www.kder.info/yo2%e5%92%8cblogcn.html" />
		<id>http://www.kder.info/?p=37292</id>
		<updated>2010-06-27T13:28:52Z</updated>
		<published>2010-06-27T13:07:09Z</published>
		<category scheme="http://www.kder.info" term="杂七杂八" /><category scheme="http://www.kder.info" term="服务" /><category scheme="http://www.kder.info" term="网络" />		<summary type="html"><![CDATA[今天登录Yo2的时候才发现这条消息的，不知道以后yo2会发展成什么样，至少应该不会动不动就被墙吧，这是最基本的期望了。不过目前yo2这边还没有什么大的变化，登录、发文章、网站的外观... ]]></summary>
		<content type="html" xml:base="http://www.kder.info/yo2%e5%92%8cblogcn.html"><![CDATA[<p>今天登录Yo2的时候才发现这条消息的，不知道以后yo2会发展成什么样，至少应该不会动不动就被墙吧，这是最基本的期望了。不过目前yo2这边还没有什么大的变化，登录、发文章、网站的外观等等。</p>
<p>真心祝福yo2越来越好，一起期待吧。</p>
<br />转载请注明：作者：<a href="http://www.kder.info/">Kder</a> [&nbsp;<a href="http://www.kder.info/">http://www.kder.info/</a>]&nbsp; ，并以链接形式标明原文出处:<a href="http://www.kder.info/yo2%e5%92%8cblogcn.html">http://www.kder.info/yo2%e5%92%8cblogcn.html</a> <br /> 7c7c57b825059d896468509f4b24886f]]></content>
		<link rel="replies" type="text/html" href="http://www.kder.info/yo2%e5%92%8cblogcn.html#comments" thr:count="0"/>
		<link rel="replies" type="application/atom+xml" href="http://www.kder.info/yo2%e5%92%8cblogcn.html/feed/atom" thr:count="0"/>
		<thr:total>0</thr:total>
	</entry>
		<entry>
		<author>
			<name>Kder</name>
					</author>
		<title type="html"><![CDATA[解决MicroEmulator不能输入中文的问题]]></title>
		<link rel="alternate" type="text/html" href="http://www.kder.info/microemulator-chinese-input-solution.html" />
		<id>http://www.kder.info/?p=37291</id>
		<updated>2010-06-14T16:35:18Z</updated>
		<published>2010-06-14T16:35:18Z</published>
		<category scheme="http://www.kder.info" term="解决问题" /><category scheme="http://www.kder.info" term="Java" /><category scheme="http://www.kder.info" term="编程" />		<summary type="html"><![CDATA[MicroEmulator无法输入中文的问题出在这个文件上：<br />
microemulator-3.0.0-SNAPSHOT/microemu-javase-swing/src/main/java/org/microemu/app/ui/swing/SwingDeviceComponent.java<br />
我写了个补丁，已经提交给了MicroEmulator的项... ]]></summary>
		<content type="html" xml:base="http://www.kder.info/microemulator-chinese-input-solution.html"><![CDATA[<p>MicroEmulator无法输入中文的问题出在这个文件上：<br>
microemulator-3.0.0-SNAPSHOT/microemu-javase-swing/src/main/java/org/microemu/app/ui/swing/SwingDeviceComponent.java</p>
<p>我写了个补丁，已经提交给了MicroEmulator的项目管理员：<br>
<a href="http://groups.google.com/group/microemulator-developers/browse_thread/thread/2388eefc279b82c5">http://groups.google.com/group/microemulator-developers/browse_thread/thread/2388eefc279b82c5</a></p>
<p>代码已并入主线，现在checkout的版本应该支持中文输入了，我在WindowsXP SP3 + Java1.6上测试通过。</p>
<p>附：</p>
<p>MicroEmulator checkout地址：<br>
svn checkout http://microemu.googlecode.com/svn/trunk/ microemu-read-only</p>
<p>下面这个Issue已经Fixed：<br>
Issue 41: MicroEmulator can't input chinese character<br>
http://code.google.com/p/microemu/issues/detail?id=41</p>
<p>SwingDeviceComponent.java的diff：<br>
http://code.google.com/p/microemu/source/diff?spec=svn2388&amp;r=2388&amp;format=side&amp;path=/trunk/microemulator/microemu-javase-swing/src/main/java/org/microemu/app/ui/swing/SwingDeviceComponent.java</p>
<p>patch链接：<br>
http://www.google.com/url?sa=D&amp;q=http://groups.google.com/group/microemulator-developers/web/InputSupportPatch.diff&amp;usg=AFQjCNHzC5ucsksSA5lVuSdShOj50IxN3A</p>
<br />转载请注明：作者：<a href="http://www.kder.info/">Kder</a> [&nbsp;<a href="http://www.kder.info/">http://www.kder.info/</a>]&nbsp; ，并以链接形式标明原文出处:<a href="http://www.kder.info/microemulator-chinese-input-solution.html">http://www.kder.info/microemulator-chinese-input-solution.html</a> <br /> 7c7c57b825059d896468509f4b24886f]]></content>
		<link rel="replies" type="text/html" href="http://www.kder.info/microemulator-chinese-input-solution.html#comments" thr:count="0"/>
		<link rel="replies" type="application/atom+xml" href="http://www.kder.info/microemulator-chinese-input-solution.html/feed/atom" thr:count="0"/>
		<thr:total>0</thr:total>
	</entry>
		<entry>
		<author>
			<name>Kder</name>
					</author>
		<title type="html"><![CDATA[体验Office Web App：兼容性出色，功能尚可]]></title>
		<link rel="alternate" type="text/html" href="http://www.kder.info/office-web-app.html" />
		<id>http://www.kder.info/?p=37284</id>
		<updated>2010-06-08T11:37:07Z</updated>
		<published>2010-06-08T10:15:29Z</published>
		<category scheme="http://www.kder.info" term="经验体会" /><category scheme="http://www.kder.info" term="Office" /><category scheme="http://www.kder.info" term="服务" />		<summary type="html"><![CDATA[微软今天宣布，在线版的Office 2010——Office Web Apps on SkyDrive正式启用。点击进入Office Web App：http://office.live.com/<br />
下面是Kder的一点试用体会。<br />

支持格式：目前支持创建和编辑Word/Excel/Power... ]]></summary>
		<content type="html" xml:base="http://www.kder.info/office-web-app.html"><![CDATA[<p>微软今天宣布，在线版的Office 2010——Office Web Apps on SkyDrive正式启用。点击进入Office Web App：<a href="http://office.live.com/">http://office.live.com/</a></p>
<p>下面是Kder的一点试用体会。</p>
<ol>
<li>支持格式：目前支持创建和编辑Word/Excel/PowerPoint/OneNote四种格式的文件</li>
<li>界面：类似Office 2007的Ribbon界面，如图：<br>
<img src="http://image-001.yo2cdn.com/wp-content/uploads/450/45032/2010/06/office_web_app_small.png" alt="office_web_app_small" title="office_web_app_small" width="504" height="300"></li>
<li>兼容性：微软官方的东西，兼容性自然没的说，我用一个有表格的word的doc文档测试了一下:
<ul>
<li>本机上OpenOffice和RedOffice打开后表格“消失”了；<br>
<img src="http://image-001.yo2cdn.com/wp-content/uploads/450/45032/2010/06/openoffice-300x217.png" alt="openoffice" title="openoffice" width="300" height="217"></li>
<li>WPS还不错，完整地还原；<br>
<img src="http://image-001.yo2cdn.com/wp-content/uploads/450/45032/2010/06/wps_effect-300x217.png" alt="wps_effect" title="wps_effect" width="300" height="217"></li>
<li>Google Docs能显示表格，但是排版略微有些偏差；<br>
<img src="http://image-001.yo2cdn.com/wp-content/uploads/450/45032/2010/06/google_docs-300x201.png" alt="google_docs" title="google_docs" width="300" height="201"></li>
<li>Microsoft Office Web App：格式与排版完整还原。<br>
<img src="http://image-001.yo2cdn.com/wp-content/uploads/450/45032/2010/06/office_web_app_view-300x178.png" alt="office_web_app_view" title="office_web_app_view" width="300" height="178"></li>
</ul>
</li>
<li>功能：除了一般的字体、颜色、段落、表格、公式编辑等，当然还有必不可少的多人在线协作，目前总体上功能没有Google Docs丰富（暂时不要想奢求更强大的特性了，毕竟MS还有自己的Office桌面版呢）。</li>
</ol>
<p><strong>总结：</strong>Office Web App应该能够满足一般用户查看和简单编辑文档的需求了，尤其是查看文档功能，对本机没有安装Office的用户或者对于有些不兼容其他Office产品的文档，就显得非常有用。作为微软Web战略的重要部分，相信Office Web App以后还会有很大的发展空间。</p>
<br />转载请注明：作者：<a href="http://www.kder.info/">Kder</a> [&nbsp;<a href="http://www.kder.info/">http://www.kder.info/</a>]&nbsp; ，并以链接形式标明原文出处:<a href="http://www.kder.info/office-web-app.html">http://www.kder.info/office-web-app.html</a> <br /> 7c7c57b825059d896468509f4b24886f]]></content>
		<link rel="replies" type="text/html" href="http://www.kder.info/office-web-app.html#comments" thr:count="0"/>
		<link rel="replies" type="application/atom+xml" href="http://www.kder.info/office-web-app.html/feed/atom" thr:count="0"/>
		<thr:total>0</thr:total>
	</entry>
		<entry>
		<author>
			<name>Kder</name>
					</author>
		<title type="html"><![CDATA[vbs脚本+计划任务实现自动关机]]></title>
		<link rel="alternate" type="text/html" href="http://www.kder.info/vbs-for-scheduled-shutdown.html" />
		<id>http://www.kder.info/?p=37282</id>
		<updated>2010-05-26T08:36:18Z</updated>
		<published>2010-05-26T08:36:18Z</published>
		<category scheme="http://www.kder.info" term="经验体会" /><category scheme="http://www.kder.info" term="资源分享" /><category scheme="http://www.kder.info" term="vbs" /><category scheme="http://www.kder.info" term="Windows" /><category scheme="http://www.kder.info" term="编程" />		<summary type="html"><![CDATA[用计划任务实现自动关机本来很简单，一个shutdown -s -t xxx命令，再设置个计划任务（如每天10点自动关机），就搞定了。但是，这里有个问题，这个命令只能在管理员权限下运行，普通用户运行... ]]></summary>
		<content type="html" xml:base="http://www.kder.info/vbs-for-scheduled-shutdown.html"><![CDATA[<p>用计划任务实现自动关机本来很简单，一个<code>shutdown -s -t xxx</code>命令，再设置个计划任务（如每天10点自动关机），就搞定了。但是，这里有个问题，这个命令只能在管理员权限下运行，普通用户运行会出错。于是我找了一个vbs脚本来实现关机的功能，可以解决权限的问题，普通用户也可以使用计划关机的功能了。脚本如下：<br>
<code><br>
Const Shutdown_Mod = 5<br>
Set objNet = WScript.CreateObject( "WScript.Network" )<br>
Set objWMIService = GetObject("winmgmts:{impersonationLevel=impersonate," &amp; _<br>
"(Shutdown)}!\\" &amp; objNet.ComputerName &amp; "\root\cimv2") '获得对象<br>
Set colOSes = objWMIService.ExecQuery("SELECT * FROM Win32_OperatingSystem")<br>
For Each objOS In colOSes '只可能有一个 objOS 在colOSes集合中<br>
intReturn = objOS.Win32Shutdown(Shutdown_Mod)<br>
If intReturn &lt;&gt; 0 Then<br>
msgbox "操作失败"<br>
End If<br>
Next</code></p>
<p><code>'本代码来自: http://hi.baidu.com/zhaoshuhang/blog/item/d35eaf345a4fb3b7d0a2d383.html<br></code></p>
<p>将上述代码保存为shutdown.vbs，然后在控制面板的计划任务中添加任务，设置好执行时间、重复次数等参数就可以了。Windows Xp sp3下测试通过。</p>
<br />转载请注明：作者：<a href="http://www.kder.info/">Kder</a> [&nbsp;<a href="http://www.kder.info/">http://www.kder.info/</a>]&nbsp; ，并以链接形式标明原文出处:<a href="http://www.kder.info/vbs-for-scheduled-shutdown.html">http://www.kder.info/vbs-for-scheduled-shutdown.html</a> <br /> 7c7c57b825059d896468509f4b24886f]]></content>
		<link rel="replies" type="text/html" href="http://www.kder.info/vbs-for-scheduled-shutdown.html#comments" thr:count="0"/>
		<link rel="replies" type="application/atom+xml" href="http://www.kder.info/vbs-for-scheduled-shutdown.html/feed/atom" thr:count="0"/>
		<thr:total>0</thr:total>
	</entry>
		<entry>
		<author>
			<name>Kder</name>
					</author>
		<title type="html"><![CDATA[Dropbox.com惨遭墙手]]></title>
		<link rel="alternate" type="text/html" href="http://www.kder.info/dropbox-blocked.html" />
		<id>http://www.kder.info/?p=37277</id>
		<updated>2010-05-10T13:04:07Z</updated>
		<published>2010-05-10T12:46:08Z</published>
		<category scheme="http://www.kder.info" term="杂七杂八" /><category scheme="http://www.kder.info" term="Dropbox" /><category scheme="http://www.kder.info" term="免费" /><category scheme="http://www.kder.info" term="服务" />		<summary type="html"><![CDATA[2010年5月10日，又一个难忘的日子。<br />
今天，伟大的长城对Dropbox下手了。<br />
又一个优秀的服务离我们远去了……<br />
立存此照。<br />
附：<br />
路由测试<br />
（电信线路,结果来自：http://w... ]]></summary>
		<content type="html" xml:base="http://www.kder.info/dropbox-blocked.html"><![CDATA[<p>2010年5月10日，又一个难忘的日子。</p>
<p>今天，伟大的长城对Dropbox下手了。</p>
<p>又一个优秀的服务离我们远去了……</p>
<p>立存此照。</p>
<p>附：</p>
<p>路由测试<br>
（电信线路,结果来自：<a href="http://www.speedtest.cn/traceroute/www.dropbox.com">http://www.speedtest.cn/traceroute/www.dropbox.com</a>）：</p>
<p>到 <span style="color: #0000ff;"><strong>www.dropbox.com</strong></span> (<span style="color: #0000ff;"><strong>174.36.30.70</strong></span>)的路由测试 (traceroute), <span style="color: #0000ff;"><strong>30</strong></span> hops 最大, 每个网络包<span style="color: #0000ff;"><strong>40</strong></span>字节</p>
<p><!-- traceroute to myip.cn (218.6.19.3), 30 hops max, 40 byte packets--></p>
<table border="1" width="500">
<thead>
<tr>
<th>Hop</th>
<th>响应时间 1</th>
<th>响应时间 2</th>
<th>IP地址</th>
<th>IP所在地</th>
<th>响应速度</th>
</tr>
</thead>
<tbody>
<tr class="even">
<td align="left">1</td>
<td align="left">8.532 ms</td>
<td align="left">5.009 ms</td>
<td align="left">218.6.19.1</td>
<td align="left">福建省莆田市 电信ADSL.</td>
<td align="left">很快</td>
</tr>
<tr class="odd">
<td align="left">2</td>
<td align="left">0.955 ms</td>
<td align="left">0.734 ms</td>
<td align="left">218.6.10.25</td>
<td align="left">福建省莆田市 电信ADSL.</td>
<td align="left">很快</td>
</tr>
<tr class="even">
<td align="left">3</td>
<td align="left">0.283 ms</td>
<td align="left">2.526 ms</td>
<td align="left">218.6.10.241</td>
<td align="left">福建省莆田市 电信ADSL.</td>
<td align="left">很快</td>
</tr>
<tr class="odd">
<td align="left">4</td>
<td align="left">2.874 ms</td>
<td align="left">2.833 ms</td>
<td align="left">218.86.43.201</td>
<td align="left">福建省莆田市 电信ADSL.</td>
<td align="left">很快</td>
</tr>
<tr class="even">
<td align="left">5</td>
<td align="left">12.01 ms</td>
<td align="left">12.657 ms</td>
<td align="left">202.97.41.146</td>
<td align="left"><strong>中国电信 骨干网.</strong></td>
<td align="left">很快</td>
</tr>
<tr class="odd">
<td align="left">6</td>
<td align="left">*</td>
<td align="left">*</td>
<td align="left">*</td>
<td align="left">*</td>
<td align="left">无响应</td>
</tr>
<tr class="even">
<td align="left">7</td>
<td align="left">*</td>
<td align="left">*</td>
<td align="left">*</td>
<td align="left">*</td>
<td align="left">无响应</td>
</tr>
<tr class="odd">
<td align="left">8</td>
<td align="left">*</td>
<td align="left">*</td>
<td align="left">*</td>
<td align="left">*</td>
<td align="left">无响应</td>
</tr>
</tbody>
</table>
<br />转载请注明：作者：<a href="http://www.kder.info/">Kder</a> [&nbsp;<a href="http://www.kder.info/">http://www.kder.info/</a>]&nbsp; ，并以链接形式标明原文出处:<a href="http://www.kder.info/dropbox-blocked.html">http://www.kder.info/dropbox-blocked.html</a> <br /> 7c7c57b825059d896468509f4b24886f]]></content>
		<link rel="replies" type="text/html" href="http://www.kder.info/dropbox-blocked.html#comments" thr:count="0"/>
		<link rel="replies" type="application/atom+xml" href="http://www.kder.info/dropbox-blocked.html/feed/atom" thr:count="0"/>
		<thr:total>0</thr:total>
	</entry>
		<entry>
		<author>
			<name>Kder</name>
					</author>
		<title type="html"><![CDATA[杯具的Silverlight]]></title>
		<link rel="alternate" type="text/html" href="http://www.kder.info/cpu-unsupported-for-silverlight.html" />
		<id>http://www.kder.info/?p=37273</id>
		<updated>2010-05-08T04:03:09Z</updated>
		<published>2010-05-08T04:03:09Z</published>
		<category scheme="http://www.kder.info" term="经验体会" /><category scheme="http://www.kder.info" term="Silverlight" />		<summary type="html"><![CDATA[听说微软亚洲研究院开了个上海世博专题，想看看，但必须要安装Silverlight。结果千辛万苦下了个6M的安装包，打开之后出现了下面的杯具画面：<br />
<br />
一查官方的FAQ: http://www.microsoft.com/getsi... ]]></summary>
		<content type="html" xml:base="http://www.kder.info/cpu-unsupported-for-silverlight.html"><![CDATA[<p>听说<a href="http://msra.cn">微软亚洲研究院</a>开了个上海世博专题，想看看，但必须要安装Silverlight。结果千辛万苦下了个6M的安装包，打开之后出现了下面的杯具画面：<br>
<img src="http://img.kder.info/soft/CPU_NOT_Support_Silverlight.PNG" alt="CPU NOT Support Silverlight"></p>
<p>一查官方的FAQ: <a href="http://www.microsoft.com/getsilverlight/resources/help.aspx?errorID=1503">http://www.microsoft.com/getsilverlight/resources/help.aspx?errorID=1503</a></p>
<blockquote>
<p>消息 ID： 1503<br>
您的计算机不支持 Microsoft Silverlight。您的 CPU 不支持 Silverlight 所要求的 SSE 指令集。</p>
</blockquote>
<p>我的AMD老爷机内牛满面……</p>
<br />转载请注明：作者：<a href="http://www.kder.info/">Kder</a> [&nbsp;<a href="http://www.kder.info/">http://www.kder.info/</a>]&nbsp; ，并以链接形式标明原文出处:<a href="http://www.kder.info/cpu-unsupported-for-silverlight.html">http://www.kder.info/cpu-unsupported-for-silverlight.html</a> <br /> 7c7c57b825059d896468509f4b24886f]]></content>
		<link rel="replies" type="text/html" href="http://www.kder.info/cpu-unsupported-for-silverlight.html#comments" thr:count="0"/>
		<link rel="replies" type="application/atom+xml" href="http://www.kder.info/cpu-unsupported-for-silverlight.html/feed/atom" thr:count="0"/>
		<thr:total>0</thr:total>
	</entry>
		<entry>
		<author>
			<name>Kder</name>
					</author>
		<title type="html"><![CDATA[使用批处理批量安装Windows XP补丁]]></title>
		<link rel="alternate" type="text/html" href="http://www.kder.info/windows-xp-hotfixes-batch-install.html" />
		<id>http://www.kder.info/?p=37272</id>
		<updated>2010-05-03T12:30:46Z</updated>
		<published>2010-05-03T12:30:46Z</published>
		<category scheme="http://www.kder.info" term="资源分享" /><category scheme="http://www.kder.info" term="Windows" /><category scheme="http://www.kder.info" term="系统" /><category scheme="http://www.kder.info" term="编程" />		<summary type="html"><![CDATA[Kder比较爱折腾，喜欢用原版的XP，当然时不时地要重装，各种补丁一大堆，一个一个手动安装？不太现实，于是就网上找了个bat脚本，可以一键安装同一目录下的所有hotfix，代码如下：<br />

<br... ]]></summary>
		<content type="html" xml:base="http://www.kder.info/windows-xp-hotfixes-batch-install.html"><![CDATA[<p>Kder比较爱折腾，喜欢用原版的XP，当然时不时地要重装，各种补丁一大堆，一个一个手动安装？不太现实，于是就网上找了个bat脚本，可以一键安装同一目录下的所有hotfix，代码如下：</p>
<blockquote>
<p><code><br>
@echo off<br>
title 系统补丁批量自动安装<br>
color 1f<br>
cls<br>
MODE con: COLS=60 LINES=25<br>
set tm1=%time:~0,2%<br>
set tm2=%time:~3,2%<br>
set tm3=%time:~6,2%<br>
ECHO %date% %tm1%点%tm2%分%tm3%秒<br>
echo 补丁安装中......<br>
echo.<br>
for %%i in (*.exe) do %%i /passive /norestart /nobackup<br>
ECHO %date% %tm1%点%tm2%分%tm3%秒<br>
echo 补丁已经全部安装完毕！<br>
echo 请按任意键重启电脑！<br>
echo ......<br>
PAUSE &gt;nul<br>
shutdown -r</code></p>
<p><code>rem 此脚本来自：<a href="http://ishare.iask.sina.com.cn/f/7458958.html">http://ishare.iask.sina.com.cn/f/7458958.html</a><br></code></p>
</blockquote>
<br />转载请注明：作者：<a href="http://www.kder.info/">Kder</a> [&nbsp;<a href="http://www.kder.info/">http://www.kder.info/</a>]&nbsp; ，并以链接形式标明原文出处:<a href="http://www.kder.info/windows-xp-hotfixes-batch-install.html">http://www.kder.info/windows-xp-hotfixes-batch-install.html</a> <br /> 7c7c57b825059d896468509f4b24886f]]></content>
		<link rel="replies" type="text/html" href="http://www.kder.info/windows-xp-hotfixes-batch-install.html#comments" thr:count="0"/>
		<link rel="replies" type="application/atom+xml" href="http://www.kder.info/windows-xp-hotfixes-batch-install.html/feed/atom" thr:count="0"/>
		<thr:total>0</thr:total>
	</entry>
		<entry>
		<author>
			<name>Kder</name>
					</author>
		<title type="html"><![CDATA[Yo2至今仍在墙外，Kder.info也“被优待“]]></title>
		<link rel="alternate" type="text/html" href="http://www.kder.info/kderinfo-with-yo2-outside-wall.html" />
		<id>http://www.kder.info/?p=37280</id>
		<updated>2010-05-26T08:20:22Z</updated>
		<published>2010-04-25T09:19:40Z</published>
		<category scheme="http://www.kder.info" term="杂七杂八" /><category scheme="http://www.kder.info" term="随便说说" />		<summary type="html"><![CDATA[更新：现在kder.info在国内可以正常访问了。<br />
我的kder.info自从托管到yo2上之后就命途多舛，又经历过两次搬家，现在，随着Yo2被墙，kder.info在国内大部分线路也无法访问。目前Kder正在想办法... ]]></summary>
		<content type="html" xml:base="http://www.kder.info/kderinfo-with-yo2-outside-wall.html"><![CDATA[<p><strong>更新：现在<a href="http://www.kder.info">kder.info</a></strong><strong>在国内可以正常访问了。</strong></p>
<p>我的kder.info自从托管到yo2上之后就<a href="http://www.kder.info/so-tired.html">命途多舛</a>，又经历过两次<a href="http://www.kder.info/move-back-to-yo2.html">搬家</a>，现在，随着Yo2被墙，kder.info在国内大部分线路也无法访问。目前Kder正在想办法，争取使Kder.info早日回归。</p>
<p>以下就是残酷的现实——</p>
<h2>国内线路到kder.info的Tracert测试结果：</h2>
<h3>联通/网通线路：</h3>
<table border="0" cellpadding="2" width="100%" align="center">
<tbody>
<tr bgcolor="#E6F2FB">
<td colspan="5" align="center"><span style="color: #0075b7;"><strong>从 61.4.82.22（世界网络北京双线路服务器）到 110.165.43.10（www.kder.info） 的路由信息</strong></span></td>
</tr>
<tr align="center" bgcolor="#F0F0F0">
<td width="52">Hop</td>
<td width="116">IP地址</td>
<td>节点域名</td>
<td width="121">所在地</td>
<td width="84">耗时(ms)</td>
</tr>
<tr align="center">
<td width="52">1</td>
<td width="116"><a class="a02" title="点击在本站查询此IP详细信息" href="http://nc.linkwan.com/gb/broadmeter/VisitorInfo/QureyIP.asp?QureyIP=61.4.82.1" target="_blank">61.4.82.1</a></td>
<td><a title="&nbsp;"></a></td>
<td width="121">北京市</td>
<td width="84"><span style="color: green;">3ms</span></td>
</tr>
<tr align="center" bgcolor="#F0F0F0">
<td width="52">2</td>
<td width="116"><a class="a02" title="点击在本站查询此IP详细信息" href="http://nc.linkwan.com/gb/broadmeter/VisitorInfo/QureyIP.asp?QureyIP=172.31.31.9" target="_blank">172.31.31.9</a></td>
<td><a title="linktom070517">linktom070517</a></td>
<td width="121">北京市</td>
<td width="84"><span style="color: green;">1ms</span></td>
</tr>
<tr align="center">
<td width="52">3</td>
<td width="116"><a class="a02" title="点击在本站查询此IP详细信息" href="http://nc.linkwan.com/gb/broadmeter/VisitorInfo/QureyIP.asp?QureyIP=218.241.152.89" target="_blank">218.241.152.89</a></td>
<td><a title="&nbsp;"></a></td>
<td width="121">北京市</td>
<td width="84"><span style="color: green;">0ms</span></td>
</tr>
<tr align="center" bgcolor="#F0F0F0">
<td width="52">4</td>
<td width="116"><a class="a02" title="点击在本站查询此IP详细信息" href="http://nc.linkwan.com/gb/broadmeter/VisitorInfo/QureyIP.asp?QureyIP=202.99.1.150" target="_blank">202.99.1.150</a></td>
<td><a title="&nbsp;"></a></td>
<td width="121">北京市</td>
<td width="84"><span style="color: green;">0ms</span></td>
</tr>
<tr align="center">
<td width="52">5</td>
<td width="116"><a class="a02" title="点击在本站查询此IP详细信息" href="http://nc.linkwan.com/gb/broadmeter/VisitorInfo/QureyIP.asp?QureyIP=202.99.57.145" target="_blank">202.99.57.145</a></td>
<td><a title="&nbsp;"></a></td>
<td width="121">北京市</td>
<td width="84"><span style="color: green;">1ms</span></td>
</tr>
<tr align="center" bgcolor="#F0F0F0">
<td width="52">6</td>
<td width="116"><a class="a02" title="点击在本站查询此IP详细信息" href="http://nc.linkwan.com/gb/broadmeter/VisitorInfo/QureyIP.asp?QureyIP=211.99.57.33" target="_blank">211.99.57.33</a></td>
<td><a title="&nbsp;"></a></td>
<td width="121">北京市</td>
<td width="84"><span style="color: green;">1ms</span></td>
</tr>
<tr align="center">
<td width="52">7</td>
<td width="116"><a class="a02" title="点击在本站查询此IP详细信息" href="http://nc.linkwan.com/gb/broadmeter/VisitorInfo/QureyIP.asp?QureyIP=202.96.13.169" target="_blank">202.96.13.169</a></td>
<td><a title="&nbsp;"></a></td>
<td width="121">北京市</td>
<td width="84"><span style="color: green;">1ms</span></td>
</tr>
<tr align="center" bgcolor="#F0F0F0">
<td width="52">8</td>
<td width="116"><a class="a02" title="点击在本站查询此IP详细信息" href="http://nc.linkwan.com/gb/broadmeter/VisitorInfo/QureyIP.asp?QureyIP=61.148.156.165" target="_blank">61.148.156.165</a></td>
<td><a title="&nbsp;"></a></td>
<td width="121">北京市</td>
<td width="84"><span style="color: green;">1ms</span></td>
</tr>
<tr align="center">
<td width="52">9</td>
<td width="116"><a class="a02" title="点击在本站查询此IP详细信息" href="http://nc.linkwan.com/gb/broadmeter/VisitorInfo/QureyIP.asp?QureyIP=202.96.12.61" target="_blank">202.96.12.61</a></td>
<td><a title="&nbsp;"></a></td>
<td width="121">北京市</td>
<td width="84"><span style="color: green;">2ms</span></td>
</tr>
<tr align="center" bgcolor="#F0F0F0">
<td width="52">10</td>
<td width="116"><a class="a02" title="点击在本站查询此IP详细信息" href="http://nc.linkwan.com/gb/broadmeter/VisitorInfo/QureyIP.asp?QureyIP=219.158.4.38" target="_blank">219.158.4.38</a></td>
<td><a title="&nbsp;"></a></td>
<td width="121">网通骨干网</td>
<td width="84">43ms</td>
</tr>
<tr align="center">
<td width="52">11</td>
<td width="116"><a class="a02" title="点击在本站查询此IP详细信息" href="http://nc.linkwan.com/gb/broadmeter/VisitorInfo/QureyIP.asp?QureyIP=-" target="_blank">-</a></td>
<td><a title="-">-</a></td>
<td width="121">-</td>
<td width="84"><span style="color: red;">超时</span></td>
</tr>
<tr align="center" bgcolor="#F0F0F0">
<td width="52">12</td>
<td width="116"><a class="a02" title="点击在本站查询此IP详细信息" href="http://nc.linkwan.com/gb/broadmeter/VisitorInfo/QureyIP.asp?QureyIP=-" target="_blank">-</a></td>
<td><a title="-">-</a></td>
<td width="121">-</td>
<td width="84"><span style="color: red;">超时</span></td>
</tr>
<tr align="center">
<td width="52">13</td>
<td width="116"><a class="a02" title="点击在本站查询此IP详细信息" href="http://nc.linkwan.com/gb/broadmeter/VisitorInfo/QureyIP.asp?QureyIP=-" target="_blank">-</a></td>
<td><a title="-">-</a></td>
<td width="121">-</td>
<td width="84"><span style="color: red;">超时</span></td>
</tr>
<tr bgcolor="#E6F2FB">
<td colspan="5" align="center">连续3个超时,Traceroute中止!</td>
</tr>
</tbody>
</table>
<h3>电信线路：</h3>
<table border="0" cellpadding="2" width="100%" align="center">
<tbody>
<tr bgcolor="#E6F2FB">
<td colspan="5" align="center"><span style="color: #0075b7;"><strong>从 61.142.80.175（太阳网中山电信服务器）到 110.165.43.10（www.kder.info） 的路由信息</strong></span></td>
</tr>
<tr align="center" bgcolor="#F0F0F0">
<td width="52">Hop</td>
<td width="116">IP地址</td>
<td>节点域名</td>
<td width="121">所在地</td>
<td width="84">耗时(ms)</td>
</tr>
<tr align="center">
<td width="52">1</td>
<td width="116"><a class="a02" title="点击在本站查询此IP详细信息" href="http://nc.linkwan.com/gb/broadmeter/VisitorInfo/QureyIP.asp?QureyIP=61.142.80.190" target="_blank">61.142.80.190</a></td>
<td><a title="&nbsp;"></a></td>
<td width="121">广东省中山市</td>
<td width="84"><span style="color: green;">6ms</span></td>
</tr>
<tr align="center" bgcolor="#F0F0F0">
<td width="52">2</td>
<td width="116"><a class="a02" title="点击在本站查询此IP详细信息" href="http://nc.linkwan.com/gb/broadmeter/VisitorInfo/QureyIP.asp?QureyIP=59.33.32.246" target="_blank">59.33.32.246</a></td>
<td><a title="246.32.33.59.broad.zs.gd.dynamic.163data.com.cn">246.32.33.59.broad.zs.gd.dy...</a></td>
<td width="121">广东省中山市</td>
<td width="84"><span style="color: green;">1ms</span></td>
</tr>
<tr align="center">
<td width="52">3</td>
<td width="116"><a class="a02" title="点击在本站查询此IP详细信息" href="http://nc.linkwan.com/gb/broadmeter/VisitorInfo/QureyIP.asp?QureyIP=59.33.85.169" target="_blank">59.33.85.169</a></td>
<td><a title="169.85.33.59.broad.zs.gd.dynamic.163data.com.cn">169.85.33.59.broad.zs.gd.dy...</a></td>
<td width="121">广东省中山市</td>
<td width="84"><span style="color: green;">0ms</span></td>
</tr>
<tr align="center" bgcolor="#F0F0F0">
<td width="52">4</td>
<td width="116"><a class="a02" title="点击在本站查询此IP详细信息" href="http://nc.linkwan.com/gb/broadmeter/VisitorInfo/QureyIP.asp?QureyIP=183.59.0.130" target="_blank">183.59.0.130</a></td>
<td><a title="&nbsp;"></a></td>
<td width="121">广东省</td>
<td width="84"><span style="color: green;">2ms</span></td>
</tr>
<tr align="center">
<td width="52">5</td>
<td width="116"><a class="a02" title="点击在本站查询此IP详细信息" href="http://nc.linkwan.com/gb/broadmeter/VisitorInfo/QureyIP.asp?QureyIP=183.59.0.42" target="_blank">183.59.0.42</a></td>
<td><a title="&nbsp;"></a></td>
<td width="121">广东省</td>
<td width="84"><span style="color: green;">2ms</span></td>
</tr>
<tr align="center" bgcolor="#F0F0F0">
<td width="52">6</td>
<td width="116"><a class="a02" title="点击在本站查询此IP详细信息" href="http://nc.linkwan.com/gb/broadmeter/VisitorInfo/QureyIP.asp?QureyIP=202.97.35.49" target="_blank">202.97.35.49</a></td>
<td><a title="&nbsp;"></a></td>
<td width="121">电信骨干网</td>
<td width="84">27ms</td>
</tr>
<tr align="center">
<td width="52">7</td>
<td width="116"><a class="a02" title="点击在本站查询此IP详细信息" href="http://nc.linkwan.com/gb/broadmeter/VisitorInfo/QureyIP.asp?QureyIP=202.97.48.22" target="_blank">202.97.48.22</a></td>
<td><a title="&nbsp;"></a></td>
<td width="121">电信骨干网</td>
<td width="84">30ms</td>
</tr>
<tr align="center" bgcolor="#F0F0F0">
<td width="52">8</td>
<td width="116"><a class="a02" title="点击在本站查询此IP详细信息" href="http://nc.linkwan.com/gb/broadmeter/VisitorInfo/QureyIP.asp?QureyIP=-" target="_blank">-</a></td>
<td><a title="-">-</a></td>
<td width="121">-</td>
<td width="84"><span style="color: red;">超时</span></td>
</tr>
<tr align="center">
<td width="52">9</td>
<td width="116"><a class="a02" title="点击在本站查询此IP详细信息" href="http://nc.linkwan.com/gb/broadmeter/VisitorInfo/QureyIP.asp?QureyIP=-" target="_blank">-</a></td>
<td><a title="-">-</a></td>
<td width="121">-</td>
<td width="84"><span style="color: red;">超时</span></td>
</tr>
<tr align="center" bgcolor="#F0F0F0">
<td width="52">10</td>
<td width="116"><a class="a02" title="点击在本站查询此IP详细信息" href="http://nc.linkwan.com/gb/broadmeter/VisitorInfo/QureyIP.asp?QureyIP=-" target="_blank">-</a></td>
<td><a title="-">-</a></td>
<td width="121">-</td>
<td width="84"><span style="color: red;">超时</span></td>
</tr>
<tr bgcolor="#E6F2FB">
<td colspan="5" align="center">连续3个超时,Traceroute中止!</td>
</tr>
</tbody>
</table>
<br />转载请注明：作者：<a href="http://www.kder.info/">Kder</a> [&nbsp;<a href="http://www.kder.info/">http://www.kder.info/</a>]&nbsp; ，并以链接形式标明原文出处:<a href="http://www.kder.info/kderinfo-with-yo2-outside-wall.html">http://www.kder.info/kderinfo-with-yo2-outside-wall.html</a> <br /> 7c7c57b825059d896468509f4b24886f]]></content>
		<link rel="replies" type="text/html" href="http://www.kder.info/kderinfo-with-yo2-outside-wall.html#comments" thr:count="0"/>
		<link rel="replies" type="application/atom+xml" href="http://www.kder.info/kderinfo-with-yo2-outside-wall.html/feed/atom" thr:count="0"/>
		<thr:total>0</thr:total>
	</entry>
	</feed>