<?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>Tue, 08 May 2012 11:47:09 +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>fcitx没有托盘图标</title>
		<link>http://shashanzhao.com/archives/527.html</link>
		<comments>http://shashanzhao.com/archives/527.html#comments</comments>
		<pubDate>Tue, 08 May 2012 11:47:09 +0000</pubDate>
		<dc:creator>hgyxbll</dc:creator>
				<category><![CDATA[软件使用]]></category>
		<category><![CDATA[fcitx]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://shashanzhao.com/?p=527</guid>
		<description><![CDATA[装了Ubuntu12.04, 输入法马上换成了fcitx。
悲剧的是启动fcitx后，托盘没有fcitx图标。
后来发现连opera图标也没有，图标都到哪去了？
网上一查，我靠，ubuntu真是变态。
图标显示还需要参考白名单，只有他们认可的才可以显示，或者加入白名单。
变态啊！！！！！
附解决方案：
在终端输入：
gsettings set com.canonical.Unity.Panel systray-whitelist &#8220;['all']&#8221;
注销后重新登录即可。

	相关文章
	
	更新linux系统 (2)
	gnome3下修改窗口背景为保护色 (2)


]]></description>
			<content:encoded><![CDATA[<p>装了Ubuntu12.04, 输入法马上换成了fcitx。</p>
<p>悲剧的是启动fcitx后，托盘没有fcitx图标。</p>
<p><span id="more-527"></span>后来发现连opera图标也没有，图标都到哪去了？</p>
<p>网上一查，我靠，ubuntu真是变态。</p>
<p>图标显示还需要参考白名单，只有他们认可的才可以显示，或者加入白名单。</p>
<p>变态啊！！！！！</p>
<p>附解决方案：</p>
<p>在终端输入：</p>
<p>gsettings set com.canonical.Unity.Panel systray-whitelist &#8220;['all']&#8221;</p>
<p>注销后重新登录即可。</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>
	<li><a href="http://shashanzhao.com/archives/525.html" title="gnome3下修改窗口背景为保护色 (2012年01月7日)">gnome3下修改窗口背景为保护色</a> (2)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://shashanzhao.com/archives/527.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>bt2gbk &#8211; bt种子编码转换（解决迅雷打开乱码问题）</title>
		<link>http://shashanzhao.com/archives/526.html</link>
		<comments>http://shashanzhao.com/archives/526.html#comments</comments>
		<pubDate>Fri, 16 Mar 2012 12:11:50 +0000</pubDate>
		<dc:creator>hgyxbll</dc:creator>
				<category><![CDATA[软件使用]]></category>
		<category><![CDATA[bt]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[下载]]></category>
		<category><![CDATA[乱码]]></category>
		<category><![CDATA[种子]]></category>
		<category><![CDATA[迅雷]]></category>

		<guid isPermaLink="false">http://shashanzhao.com/archives/526.html</guid>
		<description><![CDATA[在LD系统下，经常使用迅雷下载东西，习惯了，速度快。
不过终究是wine，迅雷软件存在许多问题，其中关系到下载的就是bt种子打开会乱码。

忍受多日，想寻找其他软件来代替，无奈，linux下软件实在少，国内做下载工具的也不愿意出linux版。
最近又经常需要下载bt文件。
忍无可忍，遂决定写一小软件来转换bt种子编码到gtk，这样迅雷就能正确读取了。
软件使用方法：
在终端输入：
bt2gbk 1331361990.torrent
在种子的目录下就会生成1331361990_gbk.torrent文件。
将此文件拖到迅雷里面就可以正确下载了。
软件下载地址：
bt2gbk
&#160;

	相关文章
	
	更新linux系统 (2)
	gnome3下修改窗口背景为保护色 (2)


]]></description>
			<content:encoded><![CDATA[<p>在LD系统下，经常使用迅雷下载东西，习惯了，速度快。</p>
<p>不过终究是wine，迅雷软件存在许多问题，其中关系到下载的就是bt种子打开会乱码。</p>
<p><span id="more-526"></span></p>
<p>忍受多日，想寻找其他软件来代替，无奈，linux下软件实在少，国内做下载工具的也不愿意出linux版。</p>
<p>最近又经常需要下载bt文件。</p>
<p>忍无可忍，遂决定写一小软件来转换bt种子编码到gtk，这样迅雷就能正确读取了。</p>
<p>软件使用方法：<br />
在终端输入：<br />
bt2gbk 1331361990.torrent<br />
在种子的目录下就会生成1331361990_gbk.torrent文件。<br />
将此文件拖到迅雷里面就可以正确下载了。<br />
软件下载地址：</p>
<p><a title="bt2gbk" href="http://shashanzhao.googlecode.com/files/bt2gbk.zip">bt2gbk</a></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>
	<li><a href="http://shashanzhao.com/archives/525.html" title="gnome3下修改窗口背景为保护色 (2012年01月7日)">gnome3下修改窗口背景为保护色</a> (2)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://shashanzhao.com/archives/526.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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;

	相关文章
	
	fcitx没有托盘图标 (1)
	bt2gbk &#8211; bt种子编码转换（解决迅雷打开乱码问题） (0)
	更新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/527.html" title="fcitx没有托盘图标 (2012年05月8日)">fcitx没有托盘图标</a> (1)</li>
	<li><a href="http://shashanzhao.com/archives/526.html" title="bt2gbk &#8211; bt种子编码转换（解决迅雷打开乱码问题） (2012年03月16日)">bt2gbk &#8211; bt种子编码转换（解决迅雷打开乱码问题）</a> (0)</li>
	<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>2</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/527.html" title="fcitx没有托盘图标 (2012年05月8日)">fcitx没有托盘图标</a> (1)</li>
	<li><a href="http://shashanzhao.com/archives/525.html" title="gnome3下修改窗口背景为保护色 (2012年01月7日)">gnome3下修改窗口背景为保护色</a> (2)</li>
	<li><a href="http://shashanzhao.com/archives/526.html" title="bt2gbk &#8211; bt种子编码转换（解决迅雷打开乱码问题） (2012年03月16日)">bt2gbk &#8211; bt种子编码转换（解决迅雷打开乱码问题）</a> (0)</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桌面版又远离了中国用户一步 。

	相关文章
	
	在线听音乐 (0)
	自动使用IE浏览网址设置 for opera (65)
	opera10.5之前版本的viewinie按钮修正 (4)
	使用npviewinie常崩溃的解决方案 (15)
	另一种更强大简单的安装npviewinie的方法 (2)
	如何安装npviewinie (4)
	打开发生了错误 (0)
	npviewinie_FAQ (0)
	你应该安装npviewinie插件 (2)
	opera的扩展的位置 (1)


]]></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/370.html" title="在线听音乐 (2010年07月3日)">在线听音乐</a> (0)</li>
	<li><a href="http://shashanzhao.com/ie_script" title="自动使用IE浏览网址设置 for opera (2010年04月5日)">自动使用IE浏览网址设置 for opera</a> (65)</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/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/archives/40.html" title="如何安装npviewinie (2010年03月27日)">如何安装npviewinie</a> (4)</li>
	<li><a href="http://shashanzhao.com/npviewinie/open_url_error" title="打开发生了错误 (2011年03月24日)">打开发生了错误</a> (0)</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/not_install" title="你应该安装npviewinie插件 (2011年03月24日)">你应该安装npviewinie插件</a> (2)</li>
	<li><a href="http://shashanzhao.com/archives/458.html" title="opera的扩展的位置 (2011年03月19日)">opera的扩展的位置</a> (1)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://shashanzhao.com/archives/508.html/feed</wfw:commentRss>
		<slash:comments>15</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的方法 (2)
	如何安装npviewinie (4)
	npviewinie效果查看页面 (6)
	你应该安装npviewinie插件 (2)
	opera看来慢慢想要舍弃插件了 (15)
	自动使用IE浏览网址设置 for [...]]]></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/archives/89.html" title="另一种更强大简单的安装npviewinie的方法 (2010年04月1日)">另一种更强大简单的安装npviewinie的方法</a> (2)</li>
	<li><a href="http://shashanzhao.com/archives/40.html" title="如何安装npviewinie (2010年03月27日)">如何安装npviewinie</a> (4)</li>
	<li><a href="http://shashanzhao.com/archives/51.html" title="npviewinie效果查看页面 (2010年03月27日)">npviewinie效果查看页面</a> (6)</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/508.html" title="opera看来慢慢想要舍弃插件了 (2011年06月6日)">opera看来慢慢想要舍弃插件了</a> (15)</li>
	<li><a href="http://shashanzhao.com/ie_script" title="自动使用IE浏览网址设置 for opera (2010年04月5日)">自动使用IE浏览网址设置 for opera</a> (65)</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/222.html" title="opera10.5之前版本的viewinie按钮修正 (2010年04月17日)">opera10.5之前版本的viewinie按钮修正</a> (4)</li>
	<li><a href="http://shashanzhao.com/npviewinie" title="npviewinie &#8211; Opera/Chrome的ie插件 (2010年03月21日)">npviewinie &#8211; Opera/Chrome的ie插件</a> (244)</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，然后解压出来就可以看到了。

	相关文章
	
	调试启动突然变得很慢 (0)
	Unix移植到windows的信号处理 (0)
	程序的PATH变量 (1)
	程序编码的一些小技巧 (0)
	在线听音乐 (0)
	无法放到opera扩展库里了 (7)
	让程序使用系统风格界面 (4)
	慎用_mbsncpy (0)
	Unix移植到windows的一些研究 (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/417.html" title="调试启动突然变得很慢 (2010年11月13日)">调试启动突然变得很慢</a> (0)</li>
	<li><a href="http://shashanzhao.com/archives/386.html" title="Unix移植到windows的信号处理 (2010年08月1日)">Unix移植到windows的信号处理</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/370.html" title="在线听音乐 (2010年07月3日)">在线听音乐</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/402.html" title="让程序使用系统风格界面 (2010年08月4日)">让程序使用系统风格界面</a> (4)</li>
	<li><a href="http://shashanzhao.com/archives/336.html" title="慎用_mbsncpy (2010年05月26日)">慎用_mbsncpy</a> (0)</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/23.html" title="解决 单击已激活并使用控件 (2010年03月25日)">解决 单击已激活并使用控件</a> (0)</li>
</ul>

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

