<?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>砂山赵</title>
	<atom:link href="http://shashanzhao.com/feed" rel="self" type="application/rss+xml" />
	<link>http://shashanzhao.com</link>
	<description>分享程序、软件、互联网</description>
	<lastBuildDate>Sat, 07 Jan 2012 10:59:41 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>gnome3下修改窗口背景为保护色</title>
		<link>http://shashanzhao.com/archives/525.html</link>
		<comments>http://shashanzhao.com/archives/525.html#comments</comments>
		<pubDate>Sat, 07 Jan 2012 10:59:41 +0000</pubDate>
		<dc:creator>hgyxbll</dc:creator>
				<category><![CDATA[软件使用]]></category>
		<category><![CDATA[deepin]]></category>
		<category><![CDATA[gnome3]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[窗口背景]]></category>
		<category><![CDATA[颜色]]></category>

		<guid isPermaLink="false">http://shashanzhao.com/archives/525.html</guid>
		<description><![CDATA[linux Deepin使用了gnome3,在系统设置里找不到如何更改窗口背景色。
为了保持习惯，我特意寻找一番，终于找到了方法。

在/usr/share/themes目录里找到使用的主题。
比如：Deepin
然后
在此目录下的gtk-3.0/gtk.css中修改以下行：
@define-color base_color #cce8cf;
注：base_color就是窗口背景色，#cce8cf就是保护色
在此目录下的gtk-2.0/gtkrc中修改以下行：
gtk_color_scheme = &#8220;bg_color:#dcdcdc\nselected_bg_color:#accd8a\nbase_color:#cce8cf&#8221; # Background, base.
注：base_color就是窗口背景色，#cce8cf就是保护色,其他的不要修改
&#160;

	相关文章
	
	更新linux系统 (2)


]]></description>
			<content:encoded><![CDATA[<p>linux Deepin使用了gnome3,在系统设置里找不到如何更改窗口背景色。</p>
<p>为了保持习惯，我特意寻找一番，终于找到了方法。</p>
<p><span id="more-525"></span></p>
<p>在/usr/share/themes目录里找到使用的主题。<br />
比如：Deepin<br />
然后</p>
<p>在此目录下的gtk-3.0/gtk.css中修改以下行：<br />
<strong>@define-color base_color #cce8cf;</strong><br />
注：base_color就是窗口背景色，#cce8cf就是保护色</p>
<p>在此目录下的gtk-2.0/gtkrc中修改以下行：<br />
<strong>gtk_color_scheme = &#8220;bg_color:#dcdcdc\nselected_bg_color:#accd8a\nbase_color:#cce8cf&#8221; # Background, base.</strong><br />
注：base_color就是窗口背景色，#cce8cf就是保护色,其他的不要修改</p>
<p>&nbsp;</p>

	<h4>相关文章</h4>
	<ul class="st-related-posts">
	<li><a href="http://shashanzhao.com/archives/520.html" title="更新linux系统 (2012年01月2日)">更新linux系统</a> (2)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://shashanzhao.com/archives/525.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>更新linux系统</title>
		<link>http://shashanzhao.com/archives/520.html</link>
		<comments>http://shashanzhao.com/archives/520.html#comments</comments>
		<pubDate>Mon, 02 Jan 2012 03:58:55 +0000</pubDate>
		<dc:creator>hgyxbll</dc:creator>
				<category><![CDATA[软件使用]]></category>
		<category><![CDATA[deepin]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://shashanzhao.com/archives/520.html</guid>
		<description><![CDATA[最近linux Deepin更新到11.12了，基于对deepin的信任，我决定把在用的linux Deepin11.06更新一下。
deepin说必须全新安装来更新。

那就是必须下载镜像，不过我不愿意刻盘安装，最喜欢硬盘安装，又快又便捷。
网上一找，大部分都是在windows平台下安装linux。我可不愿意。
OK，研究如何在linux Deepin下安装新的linux Deepin。
最终方法如下：
1. 将linux deepin的iso文件重命名为new_os.iso放在某个分区的根目录。（一定要放在分区根目录下）
比如放在：/
2.在/etc/grub.d/40_custom文件最后面添加
menuentry &#8220;Install new OS&#8221; {
search -f /new_os.iso -s
loopback loop /new_os.iso
linux (loop)/casper/vmlinuz boot=casper iso-scan/filename=/new_os.iso
initrd (loop)/casper/initrd.lz
}
然后sudo update-grub。这样可以生成grub.cfg，重启后就可以在启动菜单中发现新的Install new OS菜单了。
3. 重启，在grub的系统选择界面选择Install new OS，这样就进入了iso里的系统。
4.进入系统后，运行命令sudo umount -l /isodevice来卸载iso文件
5. 双击桌面上的安装系统图标，就可以安装新的系统了。
注意：以上是基于以下条件：
1.系统镜像是live CD（即无需安装就能体验操作系统的CD，基于ubuntu的系统都是此类型）
2.系统上使用的grub是grub2.（grub1就不介绍了，grub1网上有很多的介绍,且ubuntu目前都是使用grub2的）
3.内存大于iso文件
附：
我的 /etc/grub.d/40_custom（如果你没有这个文件，说明你装的不是grub2）
################开始###################
#!/bin/sh
exec tail -n +3 $0
# This file provides an easy way to add custom menu entries.  Simply type the
# menu entries you want [...]]]></description>
			<content:encoded><![CDATA[<p>最近linux Deepin更新到11.12了，基于对deepin的信任，我决定把在用的linux Deepin11.06更新一下。</p>
<p>deepin说必须全新安装来更新。</p>
<p><span id="more-520"></span></p>
<p>那就是必须下载镜像，不过我不愿意刻盘安装，最喜欢硬盘安装，又快又便捷。</p>
<p>网上一找，大部分都是在windows平台下安装linux。我可不愿意。</p>
<p>OK，研究如何在linux Deepin下安装新的linux Deepin。</p>
<p><strong>最终方法如下：</strong></p>
<p>1. 将linux deepin的iso文件重命名为new_os.iso放在某个分区的根目录。（一定要放在分区根目录下）</p>
<p>比如放在：/</p>
<p>2.在/etc/grub.d/40_custom文件最后面添加</p>
<p>menuentry &#8220;Install new OS&#8221; {<br />
search -f /new_os.iso -s<br />
loopback loop /new_os.iso<br />
linux (loop)/casper/vmlinuz boot=casper iso-scan/filename=/new_os.iso<br />
initrd (loop)/casper/initrd.lz<br />
}</p>
<p>然后sudo update-grub。这样可以生成grub.cfg，重启后就可以在启动菜单中发现新的Install new OS菜单了。</p>
<p>3. 重启，在grub的系统选择界面选择Install new OS，这样就进入了iso里的系统。</p>
<p>4.进入系统后，运行命令sudo umount -l /isodevice来卸载iso文件</p>
<p>5. 双击桌面上的安装系统图标，就可以安装新的系统了。</p>
<p>注意：以上是基于以下条件：</p>
<p>1.系统镜像是live CD（即无需安装就能体验操作系统的CD，基于ubuntu的系统都是此类型）</p>
<p>2.系统上使用的grub是grub2.（grub1就不介绍了，grub1网上有很多的介绍,且ubuntu目前都是使用grub2的）</p>
<p>3.内存大于iso文件</p>
<p><strong>附：</strong></p>
<p>我的 /etc/grub.d/40_custom（如果你没有这个文件，说明你装的不是grub2）</p>
<p>################开始###################</p>
<p>#!/bin/sh<br />
exec tail -n +3 $0<br />
# This file provides an easy way to add custom menu entries.  Simply type the<br />
# menu entries you want to add after this comment.  Be careful not to change<br />
# the &#8216;exec tail&#8217; line above.</p>
<p>menuentry &#8220;Install new OS&#8221; {<br />
search -f /new_os.iso -s<br />
loopback loop /new_os.iso<br />
linux (loop)/casper/vmlinuz boot=casper iso-scan/filename=/new_os.iso<br />
initrd (loop)/casper/initrd.lz<br />
}</p>
<p>###############结束####################</p>
<p><strong>命令详解：</strong></p>
<p>menuentry &#8220;Install new OS&#8221; {           菜单名称<br />
search -f /new_os.iso -s               搜索new_os.iso在所有分区的根目录下，搜索到后将分区设为root目录<br />
loopback loop /new_os.iso         将new_os.iso加载到内存<br />
linux (loop)/casper/vmlinuz boot=casper iso-scan/filename=/new_os.iso<br />
initrd (loop)/casper/initrd.lz<br />
}</p>
<p>sudo update-grub   根据 /etc/grub.d/下的文件生成grub.cfg，grub.cfg是真正用于grub显示的配置文件。</p>

	<h4>相关文章</h4>
	<ul class="st-related-posts">
	<li><a href="http://shashanzhao.com/archives/525.html" title="gnome3下修改窗口背景为保护色 (2012年01月7日)">gnome3下修改窗口背景为保护色</a> (1)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://shashanzhao.com/archives/520.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>comodo与gdb的冲突</title>
		<link>http://shashanzhao.com/archives/513.html</link>
		<comments>http://shashanzhao.com/archives/513.html#comments</comments>
		<pubDate>Tue, 09 Aug 2011 12:24:00 +0000</pubDate>
		<dc:creator>hgyxbll</dc:creator>
				<category><![CDATA[软件使用]]></category>
		<category><![CDATA[comodo]]></category>
		<category><![CDATA[gdb]]></category>

		<guid isPermaLink="false">http://shashanzhao.com/archives/513.html</guid>
		<description><![CDATA[一直没注意，以为自己程序有问题。原来是comodo搞的鬼！

win7下我使用gdb调试，出现如下错误。
(gdb) r
Starting program: E:\code/a.exe
[New thread 1916.0xddc]
Program received signal SIGSEGV, Segmentation fault.
0&#215;100127c3 in ?? () from C:\Windows\SysWOW64\guard32.dll
(gdb) Error: dll starting at 0&#215;774c0000 not found.
Error: dll starting at 0&#215;76590000 not found.
Error: dll starting at 0&#215;774c0000 not found.
Error: dll starting at 0&#215;773c0000 not found.
我一直以为我程序有问题，搞了很久，突然想网上查查。
结果就发现原来是comodo这厮搞的鬼。
解决方案也找到了 。
链接：
http://forums.comodo.com/defense-sandbox-help-cis/gdb-problem-solved-t47299.15.html
其实就是把工程文件排除在控制之外。
如图：


在排除里添加工程文件夹就可以了。

	相关文章
	
	没有相关文章.
	

]]></description>
			<content:encoded><![CDATA[<p>一直没注意，以为自己程序有问题。原来是comodo搞的鬼！</p>
<p><span id="more-513"></span></p>
<p>win7下我使用gdb调试，出现如下错误。</p>
<p>(gdb) r<br />
Starting program: E:\code/a.exe<br />
[New thread 1916.0xddc]</p>
<p>Program received signal SIGSEGV, Segmentation fault.<br />
0&#215;100127c3 in ?? () from C:\Windows\SysWOW64\guard32.dll<br />
(gdb) Error: dll starting at 0&#215;774c0000 not found.<br />
Error: dll starting at 0&#215;76590000 not found.<br />
Error: dll starting at 0&#215;774c0000 not found.<br />
Error: dll starting at 0&#215;773c0000 not found.</p>
<p>我一直以为我程序有问题，搞了很久，突然想网上查查。</p>
<p>结果就发现原来是comodo这厮搞的鬼。</p>
<p>解决方案也找到了 。</p>
<p>链接：</p>
<p>http://forums.comodo.com/defense-sandbox-help-cis/gdb-problem-solved-t47299.15.html</p>
<p>其实就是把工程文件排除在控制之外。</p>
<p>如图：</p>
<p><a href="http://shashanzhao.com/wp-content/uploads/2011/08/1.png"><img class="alignnone size-medium wp-image-514" title="1" src="http://shashanzhao.com/wp-content/uploads/2011/08/1-300x215.png" alt="" width="300" height="215" /></a></p>
<p><a href="http://shashanzhao.com/wp-content/uploads/2011/08/2.png"><img class="alignnone size-medium wp-image-516" title="2" src="http://shashanzhao.com/wp-content/uploads/2011/08/2-297x300.png" alt="" width="297" height="300" /></a></p>
<p>在排除里添加工程文件夹就可以了。</p>

	<h4>相关文章</h4>
	<ul class="st-related-posts">
	<li>没有相关文章.</li>
	</ul>

]]></content:encoded>
			<wfw:commentRss>http://shashanzhao.com/archives/513.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>opera看来慢慢想要舍弃插件了</title>
		<link>http://shashanzhao.com/archives/508.html</link>
		<comments>http://shashanzhao.com/archives/508.html#comments</comments>
		<pubDate>Mon, 06 Jun 2011 12:47:38 +0000</pubDate>
		<dc:creator>hgyxbll</dc:creator>
				<category><![CDATA[npviewinie]]></category>
		<category><![CDATA[opera]]></category>
		<category><![CDATA[插件]]></category>

		<guid isPermaLink="false">http://shashanzhao.com/archives/508.html</guid>
		<description><![CDATA[最近网友反映npviewinie不能用,打开一片空白。

我查了一下，javascript启用了，插件识别了，但就是不能用。
进程中看了一下，没发现npviewinie.dll文件。
看来opera没有加载。
至于原因，找了好久发现原来是开了这个选项。
 
这个选项以前是没有的。
开了后，发现flash播放需要点击才能加载flash插件播放了。
npviewinie不加载插件了。
看来Opera慢慢想要舍弃插件了，Opera想要彻底的跨平台，所以必须去掉插件。
唉，想法是好，但不知道它有没有注意到很多东西是需要插件的。
比如支付宝，迅雷看看，迅雷下载等等，靠浏览器是实现不了的。
真不明白Opera是怎么想的。
不过Opera桌面版又远离了中国用户一步 。

	相关文章
	
	无法放到opera扩展库里了 (7)
	opera10.5之前版本的viewinie按钮修正 (4)
	opera的扩展的位置 (1)
	npviewinie_FAQ (0)
	欢迎使用npviewinie (3)
	使用npviewinie常崩溃的解决方案 (15)
	另一种更强大简单的安装npviewinie的方法 (2)
	npviewinie &#8211; Opera/Chrome的ie插件 (242)
	打开发生了错误 (0)
	你应该安装npviewinie插件 (2)


]]></description>
			<content:encoded><![CDATA[<p>最近网友反映npviewinie不能用,打开一片空白。</p>
<p><span id="more-508"></span></p>
<p>我查了一下，javascript启用了，插件识别了，但就是不能用。</p>
<p>进程中看了一下，没发现npviewinie.dll文件。</p>
<p>看来opera没有加载。</p>
<p>至于原因，找了好久发现原来是开了这个选项。</p>
<p> <a href="http://shashanzhao.com/wp-content/uploads/2011/06/opera2011.6.6.png"><img class="alignnone size-medium wp-image-510" title="opera2011.6.6" src="http://shashanzhao.com/wp-content/uploads/2011/06/opera2011.6.6-300x222.png" alt="" /></a></p>
<p>这个选项以前是没有的。</p>
<p>开了后，发现flash播放需要点击才能加载flash插件播放了。</p>
<p>npviewinie不加载插件了。</p>
<p>看来Opera慢慢想要舍弃插件了，Opera想要彻底的跨平台，所以必须去掉插件。</p>
<p>唉，想法是好，但不知道它有没有注意到很多东西是需要插件的。</p>
<p>比如支付宝，迅雷看看，迅雷下载等等，靠浏览器是实现不了的。</p>
<p>真不明白Opera是怎么想的。</p>
<p>不过Opera桌面版又远离了中国用户一步 。</p>

	<h4>相关文章</h4>
	<ul class="st-related-posts">
	<li><a href="http://shashanzhao.com/archives/505.html" title="无法放到opera扩展库里了 (2011年04月23日)">无法放到opera扩展库里了</a> (7)</li>
	<li><a href="http://shashanzhao.com/archives/222.html" title="opera10.5之前版本的viewinie按钮修正 (2010年04月17日)">opera10.5之前版本的viewinie按钮修正</a> (4)</li>
	<li><a href="http://shashanzhao.com/archives/458.html" title="opera的扩展的位置 (2011年03月19日)">opera的扩展的位置</a> (1)</li>
	<li><a href="http://shashanzhao.com/archives/214.html" title="npviewinie_FAQ (2010年04月15日)">npviewinie_FAQ</a> (0)</li>
	<li><a href="http://shashanzhao.com/npviewinie/install_success" title="欢迎使用npviewinie (2011年03月24日)">欢迎使用npviewinie</a> (3)</li>
	<li><a href="http://shashanzhao.com/archives/397.html" title="使用npviewinie常崩溃的解决方案 (2010年08月2日)">使用npviewinie常崩溃的解决方案</a> (15)</li>
	<li><a href="http://shashanzhao.com/archives/89.html" title="另一种更强大简单的安装npviewinie的方法 (2010年04月1日)">另一种更强大简单的安装npviewinie的方法</a> (2)</li>
	<li><a href="http://shashanzhao.com/npviewinie" title="npviewinie &#8211; Opera/Chrome的ie插件 (2010年03月21日)">npviewinie &#8211; Opera/Chrome的ie插件</a> (242)</li>
	<li><a href="http://shashanzhao.com/npviewinie/open_url_error" title="打开发生了错误 (2011年03月24日)">打开发生了错误</a> (0)</li>
	<li><a href="http://shashanzhao.com/npviewinie/not_install" title="你应该安装npviewinie插件 (2011年03月24日)">你应该安装npviewinie插件</a> (2)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://shashanzhao.com/archives/508.html/feed</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>无法放到opera扩展库里了</title>
		<link>http://shashanzhao.com/archives/505.html</link>
		<comments>http://shashanzhao.com/archives/505.html#comments</comments>
		<pubDate>Sat, 23 Apr 2011 01:56:20 +0000</pubDate>
		<dc:creator>hgyxbll</dc:creator>
				<category><![CDATA[npviewinie]]></category>
		<category><![CDATA[扩展]]></category>

		<guid isPermaLink="false">http://shashanzhao.com/archives/505.html</guid>
		<description><![CDATA[刚刚收到opera扩展的邮件。
邮件原文：
Hi! lonedev posted on your wall:
This extension is quite controversial.
1. It is windows-only. Extensions are usually cross platform.
2. It requires additional plugin to work. We can&#8217;t verify whether this plugin is secure.
3. It runs Internet Explorer.
Technically it seems fine, but I&#8217;m afraid it can&#8217;t be published here. Sorry.
看来不能放到扩展库里了。&#160;

	相关文章
	
	打开发生了错误 (0)
	npviewinie &#8211; Opera/Chrome的ie插件 (242)
	opera的扩展的位置 (1)
	另一种更强大简单的安装npviewinie的方法 (2)
	opera看来慢慢想要舍弃插件了 (13)
	使用npviewinie常崩溃的解决方案 [...]]]></description>
			<content:encoded><![CDATA[<p>刚刚收到opera扩展的邮件。<span id="more-505"></span></p>
<p>邮件原文：</p>
<p><span class="Apple-style-span" style="border-collapse: separate; color: #000000; font-family: Simsun; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;"><span class="Apple-style-span" style="font-family: 'lucida Grande', Verdana; font-size: 14px; line-height: 23px;">Hi! lonedev posted on your wall:</p>
<p>This extension is quite controversial.</p>
<p>1. It is windows-only. Extensions are usually cross platform.</p>
<p>2. It requires additional plugin to work. We can&#8217;t verify whether this plugin is secure.</p>
<p>3. It runs Internet Explorer.</p>
<p>Technically it seems fine, but I&#8217;m afraid it can&#8217;t be published here. Sorry.</span></span></p>
<p><span class="Apple-style-span" style="border-collapse: separate; color: #000000; font-family: Simsun; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;"><span class="Apple-style-span" style="font-family: 'lucida Grande', Verdana; font-size: 14px; line-height: 23px;">看来不能放到扩展库里了。&nbsp;</span></span></p>

	<h4>相关文章</h4>
	<ul class="st-related-posts">
	<li><a href="http://shashanzhao.com/npviewinie/open_url_error" title="打开发生了错误 (2011年03月24日)">打开发生了错误</a> (0)</li>
	<li><a href="http://shashanzhao.com/npviewinie" title="npviewinie &#8211; Opera/Chrome的ie插件 (2010年03月21日)">npviewinie &#8211; Opera/Chrome的ie插件</a> (242)</li>
	<li><a href="http://shashanzhao.com/archives/458.html" title="opera的扩展的位置 (2011年03月19日)">opera的扩展的位置</a> (1)</li>
	<li><a href="http://shashanzhao.com/archives/89.html" title="另一种更强大简单的安装npviewinie的方法 (2010年04月1日)">另一种更强大简单的安装npviewinie的方法</a> (2)</li>
	<li><a href="http://shashanzhao.com/archives/508.html" title="opera看来慢慢想要舍弃插件了 (2011年06月6日)">opera看来慢慢想要舍弃插件了</a> (13)</li>
	<li><a href="http://shashanzhao.com/archives/397.html" title="使用npviewinie常崩溃的解决方案 (2010年08月2日)">使用npviewinie常崩溃的解决方案</a> (15)</li>
	<li><a href="http://shashanzhao.com/npviewinie/install_success" title="欢迎使用npviewinie (2011年03月24日)">欢迎使用npviewinie</a> (3)</li>
	<li><a href="http://shashanzhao.com/npviewinie/not_install" title="你应该安装npviewinie插件 (2011年03月24日)">你应该安装npviewinie插件</a> (2)</li>
	<li><a href="http://shashanzhao.com/archives/214.html" title="npviewinie_FAQ (2010年04月15日)">npviewinie_FAQ</a> (0)</li>
	<li><a href="http://shashanzhao.com/archives/40.html" title="如何安装npviewinie (2010年03月27日)">如何安装npviewinie</a> (4)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://shashanzhao.com/archives/505.html/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>cmd窗口打字移动特慢</title>
		<link>http://shashanzhao.com/archives/504.html</link>
		<comments>http://shashanzhao.com/archives/504.html#comments</comments>
		<pubDate>Tue, 19 Apr 2011 00:38:23 +0000</pubDate>
		<dc:creator>hgyxbll</dc:creator>
				<category><![CDATA[软件使用]]></category>
		<category><![CDATA[cmd]]></category>
		<category><![CDATA[TrustView]]></category>
		<category><![CDATA[命令行窗口]]></category>

		<guid isPermaLink="false">http://shashanzhao.com/archives/504.html</guid>
		<description><![CDATA[因为经常需要使用命令行窗口。
&#160;所以比较关注命令行窗口的速度。
&#160;最近发现cmd窗口打字很慢，就是打完了，字才一个个显示出来。
拖动窗口也是很慢。
有时候又很快。
我决定研究一下为什么，首先猜测是其他程序影响。
所以一个个关掉，再看效果。
终于发现是TrustView程序作怪。
只要把这个程序关掉，过一会就好了。

	相关文章
	
	没有相关文章.
	

]]></description>
			<content:encoded><![CDATA[<p>因为经常需要使用命令行窗口。</p>
<p>&nbsp;所以比较关注命令行窗口的速度。<span id="more-504"></span></p>
<p>&nbsp;最近发现cmd窗口打字很慢，就是打完了，字才一个个显示出来。</p>
<p>拖动窗口也是很慢。</p>
<p>有时候又很快。</p>
<p>我决定研究一下为什么，首先猜测是其他程序影响。</p>
<p>所以一个个关掉，再看效果。</p>
<p>终于发现是TrustView程序作怪。</p>
<p>只要把这个程序关掉，过一会就好了。</p>

	<h4>相关文章</h4>
	<ul class="st-related-posts">
	<li>没有相关文章.</li>
	</ul>

]]></content:encoded>
			<wfw:commentRss>http://shashanzhao.com/archives/504.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ie应用默认设置失败</title>
		<link>http://shashanzhao.com/archives/501.html</link>
		<comments>http://shashanzhao.com/archives/501.html#comments</comments>
		<pubDate>Mon, 18 Apr 2011 13:01:29 +0000</pubDate>
		<dc:creator>hgyxbll</dc:creator>
				<category><![CDATA[软件使用]]></category>
		<category><![CDATA[ie]]></category>
		<category><![CDATA[应用默认设置]]></category>

		<guid isPermaLink="false">http://shashanzhao.com/archives/501.html</guid>
		<description><![CDATA[每次重新设置ie，总是出现应用默认设置失败。


今天决定查查到底啥原因。
直接操作注册表。
删
HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer
发现以下注册表删除不了。
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\AutoComplete\Client
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Low Rights\ElevationPolicy
查到一篇文章
http://answers.microsoft.com/zh-hans/ie/forum/ie8-windows_other/ie默认设置问题/55cd3d6d-bc91-4e69-b04a-beb1a3259161
说要先卸载ie，删了注册表，然后再装ie。
我试了下，还是不行 。
不过注册表通过更改所有者倒是全部删除了。
但应用默认设置还是出错。
是不是笔记本厂商预设了一些设置呢？

	相关文章
	
	没有相关文章.
	

]]></description>
			<content:encoded><![CDATA[<p>每次重新设置ie，总是出现应用默认设置失败。</p>
<p><span id="more-501"></span></p>
<p><img src="http://shashanzhao.com/wp-content/uploads/2011/04/qq.png" alt="" width="291" height="193" /></p>
<p>今天决定查查到底啥原因。</p>
<p>直接操作注册表。</p>
<p>删</p>
<p>HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer</p>
<p>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer</p>
<p>发现以下注册表删除不了。</p>
<p>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\AutoComplete\Client</p>
<p>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Low Rights\ElevationPolicy</p>
<p>查到一篇文章</p>
<p>http://answers.microsoft.com/zh-hans/ie/forum/ie8-windows_other/ie默认设置问题/55cd3d6d-bc91-4e69-b04a-beb1a3259161</p>
<p>说要先卸载ie，删了注册表，然后再装ie。</p>
<p>我试了下，还是不行 。</p>
<p>不过注册表通过更改所有者倒是全部删除了。</p>
<p>但应用默认设置还是出错。</p>
<p>是不是笔记本厂商预设了一些设置呢？</p>

	<h4>相关文章</h4>
	<ul class="st-related-posts">
	<li>没有相关文章.</li>
	</ul>

]]></content:encoded>
			<wfw:commentRss>http://shashanzhao.com/archives/501.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>opera的扩展的位置</title>
		<link>http://shashanzhao.com/archives/458.html</link>
		<comments>http://shashanzhao.com/archives/458.html#comments</comments>
		<pubDate>Sat, 19 Mar 2011 07:20:13 +0000</pubDate>
		<dc:creator>hgyxbll</dc:creator>
				<category><![CDATA[程序开发]]></category>
		<category><![CDATA[opera]]></category>
		<category><![CDATA[扩展]]></category>

		<guid isPermaLink="false">http://shashanzhao.com/archives/458.html</guid>
		<description><![CDATA[最近在写opera的扩展，好难写啊，比chrome难写多了。
有好多限制。
opera的在线文档也不全面。

只能先看看其他的怎么写的，然后参考学习一下。
opera的扩展下载后存放在
%userprofile%\Local Settings\Application Data\Opera\Opera\widgets\
将文件名改为zip，然后解压出来就可以看到了。

	相关文章
	
	让程序使用系统风格界面 (4)
	Unix移植到windows的一些研究 (0)
	无法放到opera扩展库里了 (7)
	工具栏不停刷新 (4)
	HP-UX 查看硬盘信息 (0)
	程序的PATH变量 (1)
	程序编码的一些小技巧 (0)
	Oracle很脆弱 (9)
	调试启动突然变得很慢 (0)
	将对话框单位转换到屏幕像素 (0)


]]></description>
			<content:encoded><![CDATA[<p>最近在写opera的扩展，好难写啊，比chrome难写多了。</p>
<p>有好多限制。</p>
<p>opera的在线文档也不全面。</p>
<p><span id="more-458"></span></p>
<p>只能先看看其他的怎么写的，然后参考学习一下。</p>
<p>opera的扩展下载后存放在</p>
<p>%userprofile%\Local Settings\Application Data\Opera\Opera\widgets\</p>
<p>将文件名改为zip，然后解压出来就可以看到了。</p>

	<h4>相关文章</h4>
	<ul class="st-related-posts">
	<li><a href="http://shashanzhao.com/archives/402.html" title="让程序使用系统风格界面 (2010年08月4日)">让程序使用系统风格界面</a> (4)</li>
	<li><a href="http://shashanzhao.com/archives/384.html" title="Unix移植到windows的一些研究 (2010年07月31日)">Unix移植到windows的一些研究</a> (0)</li>
	<li><a href="http://shashanzhao.com/archives/505.html" title="无法放到opera扩展库里了 (2011年04月23日)">无法放到opera扩展库里了</a> (7)</li>
	<li><a href="http://shashanzhao.com/archives/353.html" title="工具栏不停刷新 (2010年06月8日)">工具栏不停刷新</a> (4)</li>
	<li><a href="http://shashanzhao.com/archives/269.html" title="HP-UX 查看硬盘信息 (2010年04月27日)">HP-UX 查看硬盘信息</a> (0)</li>
	<li><a href="http://shashanzhao.com/archives/343.html" title="程序的PATH变量 (2010年05月27日)">程序的PATH变量</a> (1)</li>
	<li><a href="http://shashanzhao.com/archives/382.html" title="程序编码的一些小技巧 (2010年07月31日)">程序编码的一些小技巧</a> (0)</li>
	<li><a href="http://shashanzhao.com/archives/393.html" title="Oracle很脆弱 (2010年08月2日)">Oracle很脆弱</a> (9)</li>
	<li><a href="http://shashanzhao.com/archives/417.html" title="调试启动突然变得很慢 (2010年11月13日)">调试启动突然变得很慢</a> (0)</li>
	<li><a href="http://shashanzhao.com/archives/272.html" title="将对话框单位转换到屏幕像素 (2010年05月2日)">将对话框单位转换到屏幕像素</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://shashanzhao.com/archives/458.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>让perl文件像bat文件一样变成系统可执行文件</title>
		<link>http://shashanzhao.com/archives/454.html</link>
		<comments>http://shashanzhao.com/archives/454.html#comments</comments>
		<pubDate>Fri, 18 Mar 2011 00:04:37 +0000</pubDate>
		<dc:creator>hgyxbll</dc:creator>
				<category><![CDATA[软件使用]]></category>
		<category><![CDATA[perl]]></category>
		<category><![CDATA[可执行文件]]></category>

		<guid isPermaLink="false">http://shashanzhao.com/archives/454.html</guid>
		<description><![CDATA[看标题有些模糊，我们直接点，看例子。我把一个perl文件dopatch.pl放在path目录下，然后在任何目录打命令dopatch aaa.exe.可以执行吗？实践告诉我们不能，但如果你把dopatch.bat放在path目录下就可以了。为啥，都是脚本文件，区别咋就这么大呢？我不信，因此我找啊找，嘿，还真被我找到了。可执行文件后缀原来可以改的。后缀放在系统变量PATHEXT里。我们查看一下有哪些可执行文件后缀。命令：echo %PATHEXT%输出：.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC哈哈，怪不得的，只要将这个系统变量里再添加.pl就可以直接执行pl文件了。
附：最近学习perl，真是好东西啊，可以很轻松的写出许多处理文件的脚本。我很喜欢命令行，因为很多事情使用命令行速度快，比如我想知道perl.exe在哪，我可以直接打命令:whereis perl.我还特地写了很多程序来补充Windows的命令行：hgy命令行程序集。有了perl，以后就直接使用perl写命令行程序了。



	相关文章
	
	让sourceinsight与VC结合 (0)
	计算一下几天后的日期是多少 (1)
	wordpress安装无反应 (1)
	qq新版本太慢了 (7)
	在Windows 7上将eml文件导入到OutLook2007 (0)
	编辑常用快捷键 (0)
	win7以管理员身份运行失效 (3)
	搞了个批处理来替换系统记事本 (2)
	Unable to load dynamic library &#8216;C:\php5\php_mysql.dll&#8217; (0)


]]></description>
			<content:encoded><![CDATA[<p>看标题有些模糊，我们直接点，看例子。<br />我把一个perl文件dopatch.pl放在path目录下，然后在任何目录打命令dopatch aaa.exe.<br />可以执行吗？<br /><span id="more-454"></span>实践告诉我们不能，但如果你把dopatch.bat放在path目录下就可以了。<br />为啥，都是脚本文件，区别咋就这么大呢？<br />我不信，因此我找啊找，嘿，还真被我找到了。<br />可执行文件后缀原来可以改的。<br />后缀放在系统变量PATHEXT里。<br />我们查看一下有哪些可执行文件后缀。<br />命令：echo %PATHEXT%<br />输出：.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC<br />哈哈，怪不得的，只要将这个系统变量里再添加.pl就可以直接执行pl文件了。</p>
<p>附：最近学习perl，真是好东西啊，可以很轻松的写出许多处理文件的脚本。<br />我很喜欢命令行，因为很多事情使用命令行速度快，<br />比如我想知道perl.exe在哪，我可以直接打命令:whereis perl.<br />我还特地写了很多程序来补充Windows的命令行：<a target="_blank" href="http://shashanzhao.com/hgycommand">hgy命令行程序集</a>。<br />有了perl，以后就直接使用perl写命令行程序了。</p>
<p>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" alt="" src="http://img.zemanta.com/pixy.gif?x-id=edf66004-6b57-8c12-8a3c-08f46eb2a4b1" /></div>

	<h4>相关文章</h4>
	<ul class="st-related-posts">
	<li><a href="http://shashanzhao.com/archives/424.html" title="让sourceinsight与VC结合 (2010年11月26日)">让sourceinsight与VC结合</a> (0)</li>
	<li><a href="http://shashanzhao.com/archives/447.html" title="计算一下几天后的日期是多少 (2011年01月15日)">计算一下几天后的日期是多少</a> (1)</li>
	<li><a href="http://shashanzhao.com/archives/432.html" title="wordpress安装无反应 (2010年11月28日)">wordpress安装无反应</a> (1)</li>
	<li><a href="http://shashanzhao.com/archives/421.html" title="qq新版本太慢了 (2010年11月14日)">qq新版本太慢了</a> (7)</li>
	<li><a href="http://shashanzhao.com/archives/391.html" title="在Windows 7上将eml文件导入到OutLook2007 (2010年08月1日)">在Windows 7上将eml文件导入到OutLook2007</a> (0)</li>
	<li><a href="http://shashanzhao.com/archives/380.html" title="编辑常用快捷键 (2010年07月31日)">编辑常用快捷键</a> (0)</li>
	<li><a href="http://shashanzhao.com/archives/404.html" title="win7以管理员身份运行失效 (2010年09月13日)">win7以管理员身份运行失效</a> (3)</li>
	<li><a href="http://shashanzhao.com/archives/307.html" title="搞了个批处理来替换系统记事本 (2010年05月13日)">搞了个批处理来替换系统记事本</a> (2)</li>
	<li><a href="http://shashanzhao.com/archives/428.html" title="Unable to load dynamic library &#8216;C:\php5\php_mysql.dll&#8217; (2010年11月28日)">Unable to load dynamic library &#8216;C:\php5\php_mysql.dll&#8217;</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://shashanzhao.com/archives/454.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>计算一下几天后的日期是多少</title>
		<link>http://shashanzhao.com/archives/447.html</link>
		<comments>http://shashanzhao.com/archives/447.html#comments</comments>
		<pubDate>Sat, 15 Jan 2011 11:14:17 +0000</pubDate>
		<dc:creator>hgyxbll</dc:creator>
				<category><![CDATA[软件使用]]></category>

		<guid isPermaLink="false">http://shashanzhao.com/?p=447</guid>
		<description><![CDATA[你需要计算几天后的日期是多少吗？
如果你有这需要，可以看看我最近做的web应用。
地址： http://shashanzhao.com/evalutedate
小作，希望大家喜欢。

	相关文章
	
	wordpress安装无反应 (1)
	编辑常用快捷键 (0)
	qq新版本太慢了 (7)
	win7以管理员身份运行失效 (3)
	让sourceinsight与VC结合 (0)
	Unable to load dynamic library &#8216;C:\php5\php_mysql.dll&#8217; (0)
	让perl文件像bat文件一样变成系统可执行文件 (0)
	搞了个批处理来替换系统记事本 (2)
	在Windows 7上将eml文件导入到OutLook2007 (0)


]]></description>
			<content:encoded><![CDATA[<p>你需要计算几天后的日期是多少吗？</p>
<p>如果你有这需要，可以看看我最近做的web应用。</p>
<p>地址： <a href="http://shashanzhao.com/evalutedate">http://shashanzhao.com/evalutedate</a></p>
<p>小作，希望大家喜欢。</p>

	<h4>相关文章</h4>
	<ul class="st-related-posts">
	<li><a href="http://shashanzhao.com/archives/432.html" title="wordpress安装无反应 (2010年11月28日)">wordpress安装无反应</a> (1)</li>
	<li><a href="http://shashanzhao.com/archives/380.html" title="编辑常用快捷键 (2010年07月31日)">编辑常用快捷键</a> (0)</li>
	<li><a href="http://shashanzhao.com/archives/421.html" title="qq新版本太慢了 (2010年11月14日)">qq新版本太慢了</a> (7)</li>
	<li><a href="http://shashanzhao.com/archives/404.html" title="win7以管理员身份运行失效 (2010年09月13日)">win7以管理员身份运行失效</a> (3)</li>
	<li><a href="http://shashanzhao.com/archives/424.html" title="让sourceinsight与VC结合 (2010年11月26日)">让sourceinsight与VC结合</a> (0)</li>
	<li><a href="http://shashanzhao.com/archives/428.html" title="Unable to load dynamic library &#8216;C:\php5\php_mysql.dll&#8217; (2010年11月28日)">Unable to load dynamic library &#8216;C:\php5\php_mysql.dll&#8217;</a> (0)</li>
	<li><a href="http://shashanzhao.com/archives/454.html" title="让perl文件像bat文件一样变成系统可执行文件 (2011年03月18日)">让perl文件像bat文件一样变成系统可执行文件</a> (0)</li>
	<li><a href="http://shashanzhao.com/archives/307.html" title="搞了个批处理来替换系统记事本 (2010年05月13日)">搞了个批处理来替换系统记事本</a> (2)</li>
	<li><a href="http://shashanzhao.com/archives/391.html" title="在Windows 7上将eml文件导入到OutLook2007 (2010年08月1日)">在Windows 7上将eml文件导入到OutLook2007</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://shashanzhao.com/archives/447.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

