<?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>SEO杂碎 &#187; Firefox</title>
	<atom:link href="http://blog.zxlm.cn/category/firefox/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.zxlm.cn</link>
	<description>一个经得起时间考验的人</description>
	<lastBuildDate>Mon, 30 Aug 2010 12:51:50 +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>Fix Cib Login油猴脚本：解决Firefox中无法通过兴业银行网上银行支付的问题</title>
		<link>http://blog.zxlm.cn/2010/07/fix-cib-login.html</link>
		<comments>http://blog.zxlm.cn/2010/07/fix-cib-login.html#comments</comments>
		<pubDate>Fri, 30 Jul 2010 06:16:50 +0000</pubDate>
		<dc:creator>cgSEO</dc:creator>
				<category><![CDATA[Firefox]]></category>
		<category><![CDATA[我的项目]]></category>
		<category><![CDATA[兴业银行]]></category>
		<category><![CDATA[网上银行]]></category>

		<guid isPermaLink="false">http://blog.zxlm.cn/?p=2658</guid>
		<description><![CDATA[兴业银行的支付页面的JS代码与Firefox不兼容，要解决此问题只需要在选择支付方式（借记卡、信用卡）的页面通过JavaScript设置一个变量即可顺利完成支付。]]></description>
			<content:encoded><![CDATA[<p>在Firefox中通过 兴业银行网上银行 进行支付时出现错误页面（截图见本文最后）：</p>
<p>Tag Error: Could not find operation &#8220;setHelp&#8221; with 1 parameter(s) on object named &#8220;CurrentPageFlow&#8221;</p>
<p>经过检查后发现是兴业银行的支付页面的<strong>JS</strong>代码与Firefox不兼容，要解决此问题只需要在选择支付方式（借记卡、信用卡）的页面通过JavaScript设置一个变量即可顺利完成支付。</p>
<p>安装了Greasemonkey的用户可以下载这个脚本：</p>
<ol>
<li>信用卡：<a href="http://blog.zxlm.cn/wp-content/uploads/2010/07/FixCib.user_.js">FixCib.user</a></li>
<li>借记卡：<a href="http://blog.zxlm.cn/wp-content/uploads/2010/07/FixCibJJK.user_.js">FixCibJJK.user</a></li>
</ol>
<p>直接在地址栏中执行的代码如下：<span id="more-2658"></span></p>
<p>如果您使用信用卡支付：<br />
javascript:document.getElementById(&#8216;path&#8217;).value=&#8221;/payonline2/creditCardindex.jsp&#8221;;return;</p>
<p>如果使用借记卡支付：<br />
javascript:document.getElementById(&#8216;path&#8217;).value=&#8221;/payonline2/index.jsp&#8221;;return;</p>
<p><strong>2010-8-16更新：</strong></p>
<p>Firefox升级至Firefox 4.0后之前提供的脚本执行有问题，请使用以下脚本替代：</p>
<p>如果您使用信用卡支付：<br />
javascript:document.getElementById(&#8216;path&#8217;).value=&#8221;/payonline2/creditCardindex.jsp&#8221;;alert(&#8220;OK&#8221;);</p>
<p>如果使用借记卡支付：<br />
javascript:document.getElementById(&#8216;path&#8217;).value=&#8221;/payonline2/index.jsp&#8221;;alert(&#8220;OK&#8221;);</p>
<p><a href="http://blog.zxlm.cn/wp-content/uploads/2010/07/Cib-Tag-Error.png"><img class="aligncenter size-full wp-image-2721" title="Cib-Tag-Error" src="http://blog.zxlm.cn/wp-content/uploads/2010/07/Cib-Tag-Error.png" alt="" width="539" height="374" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.zxlm.cn/2010/07/fix-cib-login.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>在Firefox 4.0 Beta中使用GreaseMonkey</title>
		<link>http://blog.zxlm.cn/2010/07/firefox-4-beta-greasemonkey.html</link>
		<comments>http://blog.zxlm.cn/2010/07/firefox-4-beta-greasemonkey.html#comments</comments>
		<pubDate>Thu, 08 Jul 2010 14:58:10 +0000</pubDate>
		<dc:creator>cgSEO</dc:creator>
				<category><![CDATA[Firefox]]></category>
		<category><![CDATA[GreaseMonkey]]></category>

		<guid isPermaLink="false">http://blog.zxlm.cn/?p=2654</guid>
		<description><![CDATA[通过安装“油猴”的每日构建版本来解决GreaseMonkey无法在Firefox 4 Beta 1中使用的问题，插件下载地址：https://arantius.com/misc/gm-nightly/]]></description>
			<content:encoded><![CDATA[<p>将Firefox更新到Firefox 4.0 Beta 1后通过 <a href="https://addons.mozilla.org/addon/15003?src=external-discovery-pane">Add-on Compatibility Reporter</a>使得大多数经常使用的插件“起死回生”（具体的操作方法见<a href="http://news.cnblogs.com/n/67776/">Firefox 4.0 beta1 使用过期扩展方法</a>），但是一个很重要的插件“油猴”（GreaseMonkey ）却仍旧无法使用。</p>
<p>如果您也遇到了这样的情况那么可以通过安装“油猴”的每日构建版本来解决此问题：</p>
<p>可以在Firefox 4中使用的“油猴”（GreaseMonkey ）插件下载地址：<a title="GreaseMonkey  nightly build" rel="nofollow" href="https://arantius.com/misc/gm-nightly/" target="_blank">https://arantius.com/misc/gm-nightly/</a></p>
<p>在打开.xpi文件时将出现安全提示，此时点击”允许“即可安装。</p>
<p>附我正在使用的”油猴“版本下载地址：<a href="https://arantius.com/misc/gm-nightly/greasemonkey-2010.07.07.beta.xpi">greasemonkey-2010.07.07.beta.xpi</a></p>
<p><span id="more-2654"></span>文章所涉及的方法来自：</p>
<div><strong><a title=" Is greasemonkey compatible with Firefox 4.0 beta " href="http://groups.google.com/group/greasemonkey-users/browse_thread/thread/90503c23f2a2581d#" target="_blank">Is greasemonkey compatible with Firefox 4.0 beta</a></strong></div>
]]></content:encoded>
			<wfw:commentRss>http://blog.zxlm.cn/2010/07/firefox-4-beta-greasemonkey.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>谷歌浏览器Chrome升级失败的另类解决办法</title>
		<link>http://blog.zxlm.cn/2009/07/%e8%b0%b7%e6%ad%8c%e6%b5%8f%e8%a7%88%e5%99%a8chrome%e5%8d%87%e7%ba%a7%e5%a4%b1%e8%b4%a5%e7%9a%84%e5%8f%a6%e7%b1%bb%e8%a7%a3%e5%86%b3%e5%8a%9e%e6%b3%95.html</link>
		<comments>http://blog.zxlm.cn/2009/07/%e8%b0%b7%e6%ad%8c%e6%b5%8f%e8%a7%88%e5%99%a8chrome%e5%8d%87%e7%ba%a7%e5%a4%b1%e8%b4%a5%e7%9a%84%e5%8f%a6%e7%b1%bb%e8%a7%a3%e5%86%b3%e5%8a%9e%e6%b3%95.html#comments</comments>
		<pubDate>Wed, 29 Jul 2009 09:36:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Firefox]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[谷歌]]></category>

		<guid isPermaLink="false">http://blog.zxlm.cn/2009/07/%e8%b0%b7%e6%ad%8c%e6%b5%8f%e8%a7%88%e5%99%a8chrome%e5%8d%87%e7%ba%a7%e5%a4%b1%e8%b4%a5%e7%9a%84%e5%8f%a6%e7%b1%bb%e8%a7%a3%e5%86%b3%e5%8a%9e%e6%b3%95.html</guid>
		<description><![CDATA[谷歌浏览器Chrome升级出现如下错误的另类解决方法： 谷歌浏览器Chrome升级出现如下错误：&#160; 无法获得更新服务器（错误：7）&#160; Update server not available (error 7)&#160; Google Update Installation failed with error 7&#160; 在之前一篇文章：谷歌浏览器Chrome升级失败的解决方法中介绍了通过设置系统的环境变量TMP为默认值来解决升级Chrome时出现&#8220;错误：7&#8221;的办法。不过在最近谷歌发布的chrome_installer.exe安装包已经能够解决TMP被修改到其它位置的情况。 然后在最近升级到3.0.193.1版本的Chrome时&#8220;无法获得更新服务器（错误：7） &#8221;的错误再次出现，尝试修改TMP变量为默认值仍旧无法升级成功。 经过一番折腾（主要是利用chrome_installer.exe &#8211;verbose-log生成的安装日志）经过成功升级。 解决办法： 将Chrome安装目录（C:\Documents and Settings\Administrator\Local Settings\Application Data\Google\Chrome\Application）中保留的旧版本的目录删除，如:3.0.195.1,3.0.193.1，只保留最新Chrome的版本的目录和&#8220;chrome.exe&#8221;、&#8220;First Run&#8221;文件，然后启动Chrome再次启动自动更新，或者使用下载版的chrome_installer.exe直接安装。 附chrome_installer.log： &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;安装失败时的日志&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; [0717/153439:ERROR:move_tree_work_item.cc(46)] failed moving D:\Documents and Settings\Administrator\Local Settings\Application Data\Google\Chrome\Application\3.0.193.1 to P:\Temp\chrome_10416\3C9.tmp [0717/153439:ERROR:work_item_list.cc(32)] list execution failed [0717/153439:ERROR:install.cc(484)] Install failed, rolling back&#8230;&#160; [0717/153439:ERROR:install.cc(486)] Rollback complete.&#160; [0717/153439:ERROR:install.cc(514)] Install failed.]]></description>
			<content:encoded><![CDATA[<p><strong>谷歌浏览器Chrome升级出现如下错误的另类解决方法：</strong><br />
谷歌浏览器Chrome升级出现如下错误：&nbsp;<br />
无法获得更新服务器（错误：7）&nbsp;<br />
Update server not available (error 7)&nbsp;<br />
Google Update Installation failed with error 7&nbsp;</p>
<p>在之前一篇文章：<a href="http://blog.zxlm.cn/show-12584-1.html">谷歌浏览器Chrome升级失败的解决方法</a>中介绍了通过设置系统的环境变量TMP为默认值来解决升级Chrome时出现&ldquo;错误：7&rdquo;的办法。不过在最近谷歌发布的chrome_installer.exe安装包已经能够解决TMP被修改到其它位置的情况。</p>
<p>然后在最近升级到3.0.193.1版本的Chrome时&ldquo;无法获得更新服务器（错误：7） &rdquo;的错误再次出现，尝试修改TMP变量为默认值仍旧无法升级成功。</p>
<p>经过一番折腾（主要是利用chrome_installer.exe &#8211;verbose-log生成的安装日志）经过成功升级。</p>
<p><strong>解决办法：</strong></p>
<p>将Chrome安装目录（C:\Documents and Settings\Administrator\Local Settings\Application Data\Google\Chrome\Application）中保留的旧版本的目录删除，如:3.0.195.1,3.0.193.1，只保留最新Chrome的版本的目录和&ldquo;chrome.exe&rdquo;、&ldquo;First Run&rdquo;文件，然后启动Chrome再次启动自动更新，或者使用下载版的chrome_installer.exe直接安装。</p>
<p><strong>附chrome_installer.log：</strong></p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;安装失败时的日志&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<div>
<div>[0717/153439:ERROR:move_tree_work_item.cc(46)] failed moving D:\Documents and Settings\Administrator\Local Settings\Application Data\Google\Chrome\Application\3.0.193.1 to P:\Temp\chrome_10416\3C9.tmp</div>
<div>[0717/153439:ERROR:work_item_list.cc(32)] list execution failed</div>
<div>[0717/153439:ERROR:install.cc(484)] Install failed, rolling back&#8230;&nbsp;</div>
<div>[0717/153439:ERROR:install.cc(486)] Rollback complete.&nbsp;</div>
<div>[0717/153439:ERROR:install.cc(514)] Install failed.</div>
</div>
<div>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-安装失败时的日志&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<div>
<div>[0717/155714:INFO:setup_main.cc(618)] system install is 0</div>
<div>[0717/155714:INFO:install_util.cc(82)] Windows Version: 3, Service Pack: 2.0</div>
<div>[0717/155714:INFO:install_util.cc(72)] Existing Chrome version found 3.0.193.0</div>
<div>[0717/155714:INFO:setup_main.cc(670)] version on the system: 3.0.193.0</div>
<div>[0717/155714:INFO:install_util.cc(67)] No existing Chrome install found.</div>
<div>[0717/155714:INFO:setup_main.cc(327)] Archive found to install Chrome C:\Documents and Settings\Administrator\Local Settings\Temp\CR_3DA.tmp\CHROME.PACKED.7Z</div>
<div>[0717/155714:INFO:setup_main.cc(341)] created path C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\chrome_14853</div>
<div>[0717/155714:INFO:setup_main.cc(98)] Opening archive C:\Documents and Settings\Administrator\Local Settings\Temp\CR_3DA.tmp\CHROME.PACKED.7Z</div>
<div>[0717/155714:INFO:setup_main.cc(102)] Uncompressing archive to path C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\chrome_14853</div>
<div>[0717/155716:INFO:setup_main.cc(142)] Opening archive C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\chrome_14853\chrome.7z</div>
<div>[0717/155716:INFO:setup_main.cc(147)] Unpacking archive to path C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\chrome_14853\source</div>
<div>[0717/155717:INFO:setup_main.cc(355)] unpacked to C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\chrome_14853\source</div>
<div>[0717/155717:INFO:setup_util.cc(14)] Looking for Chrome version folder under C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\chrome_14853\source\Chrome-bin</div>
<div>[0717/155717:INFO:setup_util.cc(27)] directory found: .</div>
<div>[0717/155717:INFO:setup_util.cc(27)] directory found: ..</div>
<div>[0717/155717:INFO:setup_util.cc(27)] directory found: 3.0.193.1</div>
<div>[0717/155717:INFO:setup_main.cc(367)] version to install: 3.0.193.1</div>
<div>[0717/155717:INFO:install.cc(501)] install destination path: D:\Documents and Settings\Administrator\Local Settings\Application Data\Google\Chrome\Application</div>
<div>[0717/155717:INFO:create_dir_work_item.cc(32)] creating directory C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\chrome_14853</div>
<div>[0717/155717:INFO:create_dir_work_item.cc(32)] creating directory D:\Documents and Settings\Administrator\Local Settings\Application Data\Google\Chrome\Application</div>
<div>[0717/155717:ERROR:move_tree_work_item.cc(46)] failed moving D:\Documents and Settings\Administrator\Local Settings\Application Data\Google\Chrome\Application\3.0.193.1 to C:\Documents and Settings\Administrator\Local Settings\Temp\chrome_14853\3DB.tmp</div>
<div>[0717/155717:ERROR:work_item_list.cc(32)] list execution failed</div>
<div>[0717/155717:ERROR:install.cc(484)] Install failed, rolling back&#8230;&nbsp;</div>
<div>[0717/155717:ERROR:install.cc(486)] Rollback complete.&nbsp;</div>
<div>[0717/155717:ERROR:install.cc(514)] Install failed.</div>
<div>[0717/155717:INFO:create_reg_key_work_item.cc(47)] Software exists</div>
<div>[0717/155717:INFO:create_reg_key_work_item.cc(47)] Software\Google exists</div>
<div>[0717/155717:INFO:create_reg_key_work_item.cc(47)] Software\Google\Update exists</div>
<div>[0717/155717:INFO:create_reg_key_work_item.cc(47)] Software\Google\Update\ClientState exists</div>
<div>[0717/155717:INFO:create_reg_key_work_item.cc(47)] Software\Google\Update\ClientState\{8A69D345-D564-463c-AFF1-A69D9E530F96} exists</div>
<div>[0717/155717:INFO:set_reg_value_work_item.cc(77)] overwritten value for InstallerResult</div>
<div>[0717/155717:INFO:set_reg_value_work_item.cc(77)] overwritten value for InstallerError</div>
<div>[0717/155717:INFO:set_reg_value_work_item.cc(77)] overwritten value for InstallerResultUIString</div>
<div>[0717/155717:INFO:set_reg_value_work_item.cc(77)] overwritten value for InstallerSuccessLaunchCmdLine</div>
<div>[0717/155717:INFO:work_item_list.cc(39)] list execution succeeded</div>
<div>[0717/155717:INFO:setup_main.cc(423)] Deleting temporary directory C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\chrome_14853</div>
<div>[0717/155721:INFO:work_item_list.cc(39)] list execution succeeded</div>
<div>[0717/155721:INFO:google_chrome_distribution.cc(246)] Incremental installer failure key already set.</div>
<div>[0717/155721:INFO:google_chrome_distribution.cc(252)] Removing failure key from value 2.0-dev-full</div>
<div>&nbsp;</div>
</div>
<div>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;安装成功的日志&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<div>
<div>见附件</div>
</div>
</div>
</div>
<p>&nbsp;</p>
<p><b>附件:</b><a href="http://blog.zxlm.cn/wp-content/uploads/2009/07/265_chrome_installer_03.log" target="_blank">chrome_installer_03.log</a>(8857 Byte)</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.zxlm.cn/2009/07/%e8%b0%b7%e6%ad%8c%e6%b5%8f%e8%a7%88%e5%99%a8chrome%e5%8d%87%e7%ba%a7%e5%a4%b1%e8%b4%a5%e7%9a%84%e5%8f%a6%e7%b1%bb%e8%a7%a3%e5%86%b3%e5%8a%9e%e6%b3%95.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>修改Firefox插件Down ThemAll重命名文件的方式</title>
		<link>http://blog.zxlm.cn/2009/03/%e4%bf%ae%e6%94%b9firefox%e6%8f%92%e4%bb%b6down-themall%e9%87%8d%e5%91%bd%e5%90%8d%e6%96%87%e4%bb%b6%e7%9a%84%e6%96%b9%e5%bc%8f.html</link>
		<comments>http://blog.zxlm.cn/2009/03/%e4%bf%ae%e6%94%b9firefox%e6%8f%92%e4%bb%b6down-themall%e9%87%8d%e5%91%bd%e5%90%8d%e6%96%87%e4%bb%b6%e7%9a%84%e6%96%b9%e5%bc%8f.html#comments</comments>
		<pubDate>Tue, 24 Mar 2009 15:30:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Firefox]]></category>
		<category><![CDATA[插件]]></category>

		<guid isPermaLink="false">http://blog.zxlm.cn/2009/03/%e4%bf%ae%e6%94%b9firefox%e6%8f%92%e4%bb%b6down-themall%e9%87%8d%e5%91%bd%e5%90%8d%e6%96%87%e4%bb%b6%e7%9a%84%e6%96%b9%e5%bc%8f.html</guid>
		<description><![CDATA[在使用Firefox插件Down ThemAll下载多个文件时希望能够重命名的文件名与数字序号之间使用破折号连接而不是默认的下划线，自己动手修改Down ThemAll的方法如下： Down ThemAll下载多个文件时原来的重命名方式如下： prim43215_001.jpg prim43215_002.jpg 需要修改成： prim43215-001.jpg prim43215-002.jpg 关键的文件： E:\Mozilla\Firefox\Profiles\xex5s159.default\extensions\{DDC359D1-844A-42a7-9AA1-88A850A938A8}\modules\utils.jsm 第131行 修改方法： E:\Mozilla\Firefox\Profiles\xex5s159.default\extensions\{DDC359D1-844A-42a7-9AA1-88A850A938A8}\chrome\chrome.jar\content\common\internalFunctions.js 中的第 227 行 &#160;return basename + &#8216;_&#8217; + Utils.formatNumber(conflicts) + ext; 修改为： &#160;return basename + &#8216;-&#8217; + Utils.formatNumber(conflicts) + ext; 注意：代码所在行数可能与Down ThemAll的版本有关，大家可以根据方法名称仔细找找。 自己动手，丰衣足食！]]></description>
			<content:encoded><![CDATA[<p>在使用Firefox插件<strong>Down ThemAll</strong>下载多个文件时希望能够重命名的文件名与数字序号之间使用破折号连接而不是默认的下划线，自己动手修改<strong>Down ThemAll</strong>的方法如下：</p>
<p><strong>Down ThemAll</strong>下载多个文件时原来的重命名方式如下：<br />
prim43215_001.jpg<br />
prim43215_002.jpg<br />
需要修改成：<br />
prim43215-001.jpg<br />
prim43215-002.jpg</p>
<p>
<strong>关键的文件：<br />
</strong>E:\Mozilla\Firefox\Profiles\xex5s159.default\extensions\{DDC359D1-844A-42a7-9AA1-88A850A938A8}\modules\utils.jsm 第131行</p>
<p><strong>修改方法：</strong><br />
E:\Mozilla\Firefox\Profiles\xex5s159.default\extensions\{DDC359D1-844A-42a7-9AA1-88A850A938A8}\chrome\chrome.jar\content\common\internalFunctions.js 中的第 227 行<br />
&nbsp;return basename + &#8216;_&#8217; + Utils.formatNumber(conflicts) + ext;<br />
修改为：<br />
&nbsp;return basename + &#8216;-&#8217; + Utils.formatNumber(conflicts) + ext;</p>
<p>注意：代码所在行数可能与Down ThemAll的版本有关，大家可以根据方法名称仔细找找。</p>
<p><font color="#993300" size="4"><strong>自己动手，丰衣足食！</strong></font></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.zxlm.cn/2009/03/%e4%bf%ae%e6%94%b9firefox%e6%8f%92%e4%bb%b6down-themall%e9%87%8d%e5%91%bd%e5%90%8d%e6%96%87%e4%bb%b6%e7%9a%84%e6%96%b9%e5%bc%8f.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>谷歌浏览器Chrome升级失败的解决方法</title>
		<link>http://blog.zxlm.cn/2009/03/%e8%b0%b7%e6%ad%8c%e6%b5%8f%e8%a7%88%e5%99%a8chrome%e5%8d%87%e7%ba%a7%e5%a4%b1%e8%b4%a5%e7%9a%84%e8%a7%a3%e5%86%b3%e6%96%b9%e6%b3%95.html</link>
		<comments>http://blog.zxlm.cn/2009/03/%e8%b0%b7%e6%ad%8c%e6%b5%8f%e8%a7%88%e5%99%a8chrome%e5%8d%87%e7%ba%a7%e5%a4%b1%e8%b4%a5%e7%9a%84%e8%a7%a3%e5%86%b3%e6%96%b9%e6%b3%95.html#comments</comments>
		<pubDate>Wed, 11 Mar 2009 16:03:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Firefox]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[错误]]></category>

		<guid isPermaLink="false">http://blog.zxlm.cn/2009/03/%e8%b0%b7%e6%ad%8c%e6%b5%8f%e8%a7%88%e5%99%a8chrome%e5%8d%87%e7%ba%a7%e5%a4%b1%e8%b4%a5%e7%9a%84%e8%a7%a3%e5%86%b3%e6%96%b9%e6%b3%95.html</guid>
		<description><![CDATA[问题： 谷歌浏览器Chrome升级出现如下错误： 无法获得更新服务器（错误：7） Update server not available (error 7) Google Update Installation failed with error 7 解决方法： 修改系统的环境变量 TMP 为默认值； &#160;&#160; 如果当前用户为Administrator，则修改TMP为： &#160;&#160;&#160;&#160;&#160; C:\Documents and Settings\Administrator\Local Settings\Temp 小知识： 安装Chrome时记录安装日志 chrome_installer.exe &#8211;verbose-log 安装结束后在系统的临时目录&#8220;%Temp%&#8221;生成文件名&#8220;chrome_installer.log&#8221;的安装日志 参考文章： http://code.google.com/p/chromium/issues/detail?id=8505 The log file (chrome_installer.log) says: [0307/122032:ERROR:move_tree_work_item.cc(57)] failed move C:\tmp\chrome_3079\source\Chrome-bin\2.0.168.0 to C:\Users\hansson\AppData\Local\Google\Chrome\Application\2.0.168.0 [0307/122032:ERROR:work_item_list.cc(32)] list execution failed [0307/122032:ERROR:install.cc(272)] Install failed, rolling back&#8230; [0307/122032:ERROR:install.cc(274)]]]></description>
			<content:encoded><![CDATA[<p><strong>问题：</strong><br />
谷歌浏览器Chrome升级出现如下错误：<br />
无法获得更新服务器（错误：7）<br />
Update server not available (error 7)<br />
Google Update Installation failed with error 7</p>
<p><strong>解决方法：<br />
</strong>修改系统的环境变量 TMP 为默认值；<br />
&nbsp;&nbsp; 如果当前用户为Administrator，则修改TMP为：<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; C:\Documents and Settings\Administrator\Local Settings\Temp</p>
<p><strong>小知识：<br />
</strong>安装Chrome时记录安装日志 <strong>chrome_installer</strong>.<strong>exe</strong> &#8211;verbose-<strong>log</strong> <br />
安装结束后在系统的临时目录&ldquo;%Temp%&rdquo;生成文件名&ldquo;chrome_installer.log&rdquo;的安装日志</p>
<p><strong>参考文章：</strong><br />
<a href="http://code.google.com/p/chromium/issues/detail?id=8505">http://code.google.com/p/chromium/issues/detail?id=8505</a></p>
<p>The log file (chrome_installer.log) says:</p>
<p>[0307/122032:ERROR:move_tree_work_item.cc(57)] failed move <br />
C:\tmp\chrome_3079\source\Chrome-bin\2.0.168.0 to <br />
C:\Users\hansson\AppData\Local\Google\Chrome\Application\2.0.168.0<br />
[0307/122032:ERROR:work_item_list.cc(32)] list execution failed<br />
[0307/122032:ERROR:install.cc(272)] Install failed, rolling back&#8230; <br />
[0307/122032:ERROR:install.cc(274)] Rollback complete. <br />
[0307/122032:ERROR:setup.cc(216)] Install failed.</p>
<p><b>附件:</b><a href="http://blog.zxlm.cn/wp-content/uploads/2009/03/256_4acffd41ffb5843b8cac35271266643c.txt" target="_blank">升级失败的解决方法.txt</a>(1816 Byte)</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.zxlm.cn/2009/03/%e8%b0%b7%e6%ad%8c%e6%b5%8f%e8%a7%88%e5%99%a8chrome%e5%8d%87%e7%ba%a7%e5%a4%b1%e8%b4%a5%e7%9a%84%e8%a7%a3%e5%86%b3%e6%96%b9%e6%b3%95.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Firefox性能优化之升级SQLite引擎</title>
		<link>http://blog.zxlm.cn/2009/03/firefox%e6%80%a7%e8%83%bd%e4%bc%98%e5%8c%96%e4%b9%8b%e5%8d%87%e7%ba%a7sqlite%e5%bc%95%e6%93%8e.html</link>
		<comments>http://blog.zxlm.cn/2009/03/firefox%e6%80%a7%e8%83%bd%e4%bc%98%e5%8c%96%e4%b9%8b%e5%8d%87%e7%ba%a7sqlite%e5%bc%95%e6%93%8e.html#comments</comments>
		<pubDate>Tue, 03 Mar 2009 13:25:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Firefox]]></category>
		<category><![CDATA[sqlite]]></category>

		<guid isPermaLink="false">http://blog.zxlm.cn/2009/03/firefox%e6%80%a7%e8%83%bd%e4%bc%98%e5%8c%96%e4%b9%8b%e5%8d%87%e7%ba%a7sqlite%e5%bc%95%e6%93%8e.html</guid>
		<description><![CDATA[SQLite是轻量级的开源数据库引擎，Firefox通过SQLite引擎将用户的大部分数据保存在后缀为.sqlite的文件数据库中，随着places.sqlite，formhistory.sqlite，urlclassifier3.sqlite等这些文件的不断增长，Firefox的性能也在慢慢降低。 通过删除places.sqlite，formhistory.sqlite，urlclassifier3.sqlite等这些数据库文件中的历史记录当然可以使Firefox的性能有所提升，不过做为开源软件的SQLite，辛勤的开发者在不断地对它进行完善、性能的优化。 比如，Firefox 3.0.6中使用的SQLite引擎的版本是：3.5.9，现在SQLite的最新版本是Version 3.6.11。所以一个能够提升Firefox性能的方法也就出来了：升级Firefox的SQLite引擎。 具体方法如下： 1.下载SQLite的最新版本：http://www.sqlite.org/download.html &#160;&#160;&#160; Windows用户下载sqlitedll-3_6_11.zip,Linux用户下载sqlite-3.6.11.so.gz 2.关闭Firefox后将下载到的压缩包里的sqlite3.dll（Windows）或sqlite3.so 替换Firefox安装目录下的相应文件。 再重新开启Firefox，看看是不是快很多了！！&#160;]]></description>
			<content:encoded><![CDATA[<p><a target="_blank" href="http://www.sqlite.org/index.html">SQLite</a>是轻量级的开源数据库引擎，Firefox通过SQLite引擎将用户的大部分数据保存在后缀为.sqlite的文件数据库中，随着places.sqlite，formhistory.sqlite，urlclassifier3.sqlite等这些文件的不断增长，Firefox的性能也在慢慢降低。</p>
<p>通过删除places.sqlite，formhistory.sqlite，urlclassifier3.sqlite等这些数据库文件中的历史记录当然可以使Firefox的性能有所提升，不过做为开源软件的SQLite，辛勤的开发者在不断地对它进行完善、性能的优化。</p>
<p>比如，Firefox 3.0.6中使用的SQLite引擎的版本是：3.5.9，现在<a target="_blank" href="http://www.sqlite.org/index.html">SQLite</a>的最新版本是<a href="http://www.sqlite.org/releaselog/3_6_11.html">Version 3.6.11</a>。所以一个能够提升Firefox性能的方法也就出来了：升级Firefox的SQLite引擎。</p>
<p>具体方法如下：</p>
<p>1.下载SQLite的最新版本：<a href="http://www.sqlite.org/download.html">http://www.sqlite.org/download.html</a><br />
&nbsp;&nbsp;&nbsp; Windows用户下载<a href="http://www.sqlite.org/sqlitedll-3_6_11.zip">sqlitedll-3_6_11.zip</a>,Linux用户下载<a href="http://www.sqlite.org/sqlite-3.6.11.so.gz">sqlite-3.6.11.so.gz</a></p>
<p>2.关闭Firefox后将下载到的压缩包里的sqlite3.dll（Windows）或sqlite3.so 替换Firefox安装目录下的相应文件。</p>
<p>再重新开启Firefox，看看是不是快很多了！！<img alt="" border="0" src="http://blog.zxlm.cn/images/smiles/teeth.gif" />&nbsp;<img alt="" border="0" src="http://blog.zxlm.cn/images/smiles/teeth.gif" /></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.zxlm.cn/2009/03/firefox%e6%80%a7%e8%83%bd%e4%bc%98%e5%8c%96%e4%b9%8b%e5%8d%87%e7%ba%a7sqlite%e5%bc%95%e6%93%8e.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>关于限制firefox3中urlclassifier3.sqlite文件大小</title>
		<link>http://blog.zxlm.cn/2008/10/%e5%85%b3%e4%ba%8e%e9%99%90%e5%88%b6firefox3%e4%b8%adurlclassifier3sqlite%e6%96%87%e4%bb%b6%e5%a4%a7%e5%b0%8f.html</link>
		<comments>http://blog.zxlm.cn/2008/10/%e5%85%b3%e4%ba%8e%e9%99%90%e5%88%b6firefox3%e4%b8%adurlclassifier3sqlite%e6%96%87%e4%bb%b6%e5%a4%a7%e5%b0%8f.html#comments</comments>
		<pubDate>Tue, 14 Oct 2008 12:44:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Firefox]]></category>
		<category><![CDATA[sqlite]]></category>
		<category><![CDATA[数据库]]></category>

		<guid isPermaLink="false">http://blog.zxlm.cn/2008/10/%e5%85%b3%e4%ba%8e%e9%99%90%e5%88%b6firefox3%e4%b8%adurlclassifier3sqlite%e6%96%87%e4%bb%b6%e5%a4%a7%e5%b0%8f.html</guid>
		<description><![CDATA[在限制Firefox中urlclassifier3.sqlite文件大小的方法一文提出了通过设置&#34;urlclassifier.updatecachemax&#34;来限制urlclassifier3.sqlite文件大小的方法,不过经过测试发现此方法无效. 通过测试发现当我把urlclassifier.updatecachemax设置为104857600 (即100MB)，然后将firefox3配置目录下的urlclassifier3.sqlite删除，随后经过一段时间，发现urlclassifier3.sqlite的大小为55036KB，小于100MB。 随后我再把urlclassifier.updatecachemax设置为10485760 (即10MB)，然后再把firefox3配置目录下的urlclassifier3.sqlite删除，随后经过一段时间后，发现urlclassifier3.sqlite的大小为55036KB，已经远远超过设定的&#160;10MB了。 所以通过设置&#34;urlclassifier.updatecachemax&#34;来限制urlclassifier3.sqlite文件大小的方法行不通了。 不过在我使用firefox3的过程中，发现urlclassifier3.sqlite的大小一直在50MB左右，所以大家也不用太担心此文件了。 BTW：urlclassifier3.sqlite文件用于记录Firefox从Google抓取的反钓鱼网站和恶意站点数据的，但一般情况下他会不断增长。]]></description>
			<content:encoded><![CDATA[<p>在<a href="http://blog.zxlm.cn/show-12506-1.html">限制Firefox中urlclassifier3.sqlite文件大小的方法</a>一文提出了通过设置&quot;urlclassifier.updatecachemax&quot;来限制urlclassifier3.sqlite文件大小的方法,不过经过测试发现此方法无效.</p>
<p>通过测试发现当我把<strong>urlclassifier.updatecachemax</strong>设置为104857600 (即100MB)，然后将firefox3配置目录下的urlclassifier3.sqlite删除，随后经过一段时间，发现urlclassifier3.sqlite的大小为55036KB，小于100MB。</p>
<p>随后我再把<strong>urlclassifier.updatecachemax</strong>设置为10485760 (即10MB)，然后再把firefox3配置目录下的urlclassifier3.sqlite删除，随后经过一段时间后，发现urlclassifier3.sqlite的大小为55036KB，已经远远超过设定的&nbsp;10MB了。</p>
<p>所以通过设置&quot;urlclassifier.updatecachemax&quot;来限制urlclassifier3.sqlite文件大小的方法行不通了。</p>
<p>不过在我使用firefox3的过程中，发现urlclassifier3.sqlite的大小一直在50MB左右，所以大家也不用太担心此文件了。</p>
<p>BTW：urlclassifier3.sqlite文件用于记录Firefox从Google抓取的反钓鱼网站和恶意站点数据的，但一般情况下他会不断增长。</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.zxlm.cn/2008/10/%e5%85%b3%e4%ba%8e%e9%99%90%e5%88%b6firefox3%e4%b8%adurlclassifier3sqlite%e6%96%87%e4%bb%b6%e5%a4%a7%e5%b0%8f.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>限制Firefox中urlclassifier3.sqlite文件大小的方法</title>
		<link>http://blog.zxlm.cn/2008/05/%e9%99%90%e5%88%b6firefox%e4%b8%adurlclassifier3sqlite%e6%96%87%e4%bb%b6%e5%a4%a7%e5%b0%8f%e7%9a%84%e6%96%b9%e6%b3%95.html</link>
		<comments>http://blog.zxlm.cn/2008/05/%e9%99%90%e5%88%b6firefox%e4%b8%adurlclassifier3sqlite%e6%96%87%e4%bb%b6%e5%a4%a7%e5%b0%8f%e7%9a%84%e6%96%b9%e6%b3%95.html#comments</comments>
		<pubDate>Tue, 27 May 2008 15:53:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Firefox]]></category>
		<category><![CDATA[sqlite]]></category>
		<category><![CDATA[urlclassifier]]></category>

		<guid isPermaLink="false">http://blog.zxlm.cn/2008/05/%e9%99%90%e5%88%b6firefox%e4%b8%adurlclassifier3sqlite%e6%96%87%e4%bb%b6%e5%a4%a7%e5%b0%8f%e7%9a%84%e6%96%b9%e6%b3%95.html</guid>
		<description><![CDATA[urlclassifier3.sqlite文件用于记录Firefox从Google抓取的反钓鱼网站和恶意站点数据的,但是这个文件大小在默认情况下会不断地增长,通过设置&#34;urlclassifier.updatecachemax&#34;可以限制urlclassifier3.sqlite的大小. 在Linux版本下&#34;urlclassifier.updatecachemax&#34;默认为104857600 (100 MB) 而Windows下的Firefox3中&#34;urlclassifier.updatecachemax&#34;默认为-1,即不限制urlclassifier3.sqlite的大小。 所以即不希望彻底禁止Firefox的反钓鱼功能，又不希望urlclassifier3.sqlite增长得疯狂的朋友可以把Firefox3中&#34;urlclassifier.updatecachemax&#34;的大小设置为一个合理的值。 不过经过测试Firefox3并不会把urlclassifier3.sqlite的大小严格限制在&#34;urlclassifier.updatecachemax&#34;设置的大小之内，估计是为了保证反钓鱼数据的完整性。 例如，我把&#34;urlclassifier.updatecachemax&#34;设置为&#34;20971520&#34;(20MB),实际的urlclassifier3.sqlite文件大小在 24MB左右。]]></description>
			<content:encoded><![CDATA[<p>urlclassifier3.sqlite文件用于记录Firefox从Google抓取的反钓鱼网站和恶意站点数据的,但是这个文件大小在默认情况下会不断地增长,通过设置&quot;urlclassifier.updatecachemax&quot;可以限制urlclassifier3.sqlite的大小.</p>
<p>在Linux版本下&quot;urlclassifier.updatecachemax&quot;默认为<strong>104857600</strong> (100 MB)</p>
<p>而Windows下的Firefox3中&quot;urlclassifier.updatecachemax&quot;默认为-1,即不限制urlclassifier3.sqlite的大小。</p>
<p>所以即不希望彻底禁止Firefox的反钓鱼功能，又不希望urlclassifier3.sqlite增长得疯狂的朋友可以把Firefox3中&quot;urlclassifier.updatecachemax&quot;的大小设置为一个合理的值。</p>
<p>不过经过测试Firefox3并不会把urlclassifier3.sqlite的大小严格限制在&quot;urlclassifier.updatecachemax&quot;设置的大小之内，估计是为了保证反钓鱼数据的完整性。</p>
<p>例如，我把&quot;urlclassifier.updatecachemax&quot;设置为&quot;20971520&quot;(20MB),实际的urlclassifier3.sqlite文件大小在 24MB左右。</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.zxlm.cn/2008/05/%e9%99%90%e5%88%b6firefox%e4%b8%adurlclassifier3sqlite%e6%96%87%e4%bb%b6%e5%a4%a7%e5%b0%8f%e7%9a%84%e6%96%b9%e6%b3%95.html/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>关于Firefox3的反钓鱼数据库urlclassifier3.sqlite</title>
		<link>http://blog.zxlm.cn/2008/05/%e5%85%b3%e4%ba%8efirefox3%e7%9a%84%e5%8f%8d%e9%92%93%e9%b1%bc%e6%95%b0%e6%8d%ae%e5%ba%93urlclassifier3sqlite.html</link>
		<comments>http://blog.zxlm.cn/2008/05/%e5%85%b3%e4%ba%8efirefox3%e7%9a%84%e5%8f%8d%e9%92%93%e9%b1%bc%e6%95%b0%e6%8d%ae%e5%ba%93urlclassifier3sqlite.html#comments</comments>
		<pubDate>Tue, 27 May 2008 14:48:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Firefox]]></category>
		<category><![CDATA[sqlite]]></category>
		<category><![CDATA[数据库]]></category>

		<guid isPermaLink="false">http://blog.zxlm.cn/2008/05/%e5%85%b3%e4%ba%8efirefox3%e7%9a%84%e5%8f%8d%e9%92%93%e9%b1%bc%e6%95%b0%e6%8d%ae%e5%ba%93urlclassifier3sqlite.html</guid>
		<description><![CDATA[urlclassifier3.sqlite是Firefox3生成的反钓鱼数据库,而urlclassifier2.sqlite则是Firefox2的反钓鱼数据库. urlclassifier3.sqlite位于&#8220;D:\Documents and Settings\Administrator\Local Settings\Application Data\Mozilla\Firefox\Profiles\随机字符串.default\urlclassifier3.sqlite&#8221; 而urlclassifier2.sqlite位于&#8220;D:\Documents and Settings\Administrator\Application Data\Mozilla\Firefox\Profiles\随机字符串.default&#8221; &#160; 不过Firefox3生成的这个数据库的体积有点吓人，比如我安装的Firefox生成的urlclassifier3.sqlite达到了53M，而且还有增长的趋势。 在查看了MozillaZine Knowledge Base知识库后，发现这个数据库是Firefox3从Google的一个服务中获取的(可以在about:config中查找&#8220;urlclassifier.keyupdatetime&#8221;)： https://sb-ssl.google.com/safebrowsing/newkey 而且发现有个参数&#8220;urlclassifier.updatecachemax&#8221;应该是控制urlclassifier3.sqlite文件的大小的： Firefox incorporates the Google Safe Browsing extension in its own Phishing Protection feature to detect and warn users of phishy web sites. In Linux, the periodic updates for the blacklist caused significant amounts of disk activity due to]]></description>
			<content:encoded><![CDATA[<p>urlclassifier3.sqlite是Firefox3生成的反钓鱼数据库,而urlclassifier2.sqlite则是Firefox2的反钓鱼数据库.</p>
<p>urlclassifier3.sqlite位于&ldquo;D:\Documents and Settings\Administrator\Local Settings\Application Data\Mozilla\Firefox\Profiles\随机字符串.default\urlclassifier3.sqlite&rdquo;</p>
<p>而urlclassifier2.sqlite位于&ldquo;D:\Documents and Settings\Administrator\Application Data\Mozilla\Firefox\Profiles\随机字符串.default&rdquo;</p>
<p>&nbsp;</p>
<p>不过Firefox3生成的这个数据库的体积有点吓人，比如我安装的Firefox生成的urlclassifier3.sqlite达到了53M，而且还有增长的趋势。</p>
<p>在查看了MozillaZine Knowledge Base知识库后，发现这个数据库是Firefox3从Google的一个服务中获取的(可以在about:config中查找&ldquo;urlclassifier.keyupdatetime&rdquo;)：</p>
<p><a href="https://sb-ssl.google.com/safebrowsing/newkey">https://sb-ssl.google.com/safebrowsing/newkey</a></p>
<p>而且发现有个参数&ldquo;urlclassifier.updatecachemax&rdquo;应该是控制urlclassifier3.sqlite文件的大小的：</p>
<p>Firefox incorporates the Google Safe Browsing extension in its own Phishing Protection feature to detect and warn users of phishy web sites.</p>
<p>In Linux, the periodic updates for the blacklist caused significant amounts of disk activity due to index and cache sizes for the underlying SQLite database. This preference controls a maximum cache size for SQLite that cuts down on the amount of disk activity required during an update.</p>
<p><strong>Maximum size of the SQLite cache during an update, in bytes. Default in Linux is 104857600 (100 MB); elsewhere, -1 (SQLite default).</strong></p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.zxlm.cn/2008/05/%e5%85%b3%e4%ba%8efirefox3%e7%9a%84%e5%8f%8d%e9%92%93%e9%b1%bc%e6%95%b0%e6%8d%ae%e5%ba%93urlclassifier3sqlite.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>删除Firefox地址栏下拉列表中的指定记录</title>
		<link>http://blog.zxlm.cn/2008/05/%e5%88%a0%e9%99%a4firefox%e5%9c%b0%e5%9d%80%e6%a0%8f%e4%b8%8b%e6%8b%89%e5%88%97%e8%a1%a8%e4%b8%ad%e7%9a%84%e6%8c%87%e5%ae%9a%e8%ae%b0%e5%bd%95.html</link>
		<comments>http://blog.zxlm.cn/2008/05/%e5%88%a0%e9%99%a4firefox%e5%9c%b0%e5%9d%80%e6%a0%8f%e4%b8%8b%e6%8b%89%e5%88%97%e8%a1%a8%e4%b8%ad%e7%9a%84%e6%8c%87%e5%ae%9a%e8%ae%b0%e5%bd%95.html#comments</comments>
		<pubDate>Tue, 27 May 2008 01:16:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Firefox]]></category>
		<category><![CDATA[地址栏]]></category>

		<guid isPermaLink="false">http://blog.zxlm.cn/2008/05/%e5%88%a0%e9%99%a4firefox%e5%9c%b0%e5%9d%80%e6%a0%8f%e4%b8%8b%e6%8b%89%e5%88%97%e8%a1%a8%e4%b8%ad%e7%9a%84%e6%8c%87%e5%ae%9a%e8%ae%b0%e5%bd%95.html</guid>
		<description><![CDATA[Firefox地址栏下拉列表(智能地址栏)中有时会出现并不是自己经常使用的记录，如何删除呢？ 当我遇到这个问题的时候，打算通过直接修改Firefox3的splaces.sqlite中的相关记录的信息，但是还没有成功，之后发现原来可以通过快捷键来删除的。 &#160; 打开Firefox地址栏下拉列表(智能地址栏)，将鼠标移动到需要删除的记录下，按下Shift + Delete 就可以删除了。]]></description>
			<content:encoded><![CDATA[<p>Firefox地址栏下拉列表(智能地址栏)中有时会出现并不是自己经常使用的记录，如何删除呢？</p>
<p>当我遇到这个问题的时候，打算通过直接修改Firefox3的splaces.sqlite中的相关记录的信息，但是还没有成功，之后发现原来可以通过快捷键来删除的。</p>
<p>&nbsp;</p>
<p>打开Firefox地址栏下拉列表(智能地址栏)，将鼠标移动到需要删除的记录下，按下Shift + Delete 就可以删除了。</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.zxlm.cn/2008/05/%e5%88%a0%e9%99%a4firefox%e5%9c%b0%e5%9d%80%e6%a0%8f%e4%b8%8b%e6%8b%89%e5%88%97%e8%a1%a8%e4%b8%ad%e7%9a%84%e6%8c%87%e5%ae%9a%e8%ae%b0%e5%bd%95.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Firefox3中可以使用的about命令</title>
		<link>http://blog.zxlm.cn/2008/04/firefox3%e4%b8%ad%e5%8f%af%e4%bb%a5%e4%bd%bf%e7%94%a8%e7%9a%84about%e5%91%bd%e4%bb%a4.html</link>
		<comments>http://blog.zxlm.cn/2008/04/firefox3%e4%b8%ad%e5%8f%af%e4%bb%a5%e4%bd%bf%e7%94%a8%e7%9a%84about%e5%91%bd%e4%bb%a4.html#comments</comments>
		<pubDate>Sun, 13 Apr 2008 16:47:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Firefox]]></category>
		<category><![CDATA[config]]></category>

		<guid isPermaLink="false">http://blog.zxlm.cn/2008/04/firefox3%e4%b8%ad%e5%8f%af%e4%bb%a5%e4%bd%bf%e7%94%a8%e7%9a%84about%e5%91%bd%e4%bb%a4.html</guid>
		<description><![CDATA[Firefox不但提供了丰富的插件和扩展，而且在地址栏中输入特定的命令还可以查看到Firefox中比较底层的东西： 比如在Firefox的地址栏中输入 about:config 可以打开Firefox的参数配置窗口，在这个页面你可以调整浏览器的隐藏设置，其中各个参数的功能见： http://kb.mozillazine.org/About:config_entries about:cache &#160;查看Firefox已经保存到硬盘或者内存中的网页数据的大小和具体的内容 about:cache?device=disk &#160;查看Firefox保存到硬盘上的数据,如下所示 about:cache?device=disk Disk&#160;cache&#160;device &#160;&#160; &#160;&#160; Number&#160;of&#160;entries:&#160;&#160;3099 &#160;&#160; Maximum&#160;storage&#160;size:&#160;&#160;&#160;50000&#160;KiB &#160;&#160; Storage&#160;in&#160;use:&#160;&#160;&#160;&#160;&#160;49998&#160;KiB &#160;&#160; Cache&#160;Directory:&#160;&#160;&#160;&#160;E:\Cache\FirefoxCache\Cache &#160;&#160; about:cache?device=memory &#160; 查看Firefox保存到内存中的数据 about:plugins &#160;查看Firefox已经安装的所有插件如：Flash、Quicktime、Java等。 about:blank &#160;将显示空白页面 about:mozilla &#160;显示的内容如下，在Firefox中显示为红底白字 about:mozilla Mammon&#160;slept.&#160;And&#160;the&#160;beast&#160;reborn&#160;spread&#160;over&#160;the&#160;earth&#160;and&#160;its&#160;numbers &#160;&#160; grew&#160;legion.&#160;And&#160;they&#160;proclaimed&#160;the&#160;times&#160;and&#160;sacrificed&#160;crops&#160;unto&#160;the &#160;&#160; fire,&#160;with&#160;the&#160;cunning&#160;of&#160;foxes.&#160;And&#160;they&#160;built&#160;a&#160;new&#160;world&#160;in&#160;their&#160;own &#160;&#160; image&#160;as&#160;promised&#160;by&#160;the&#160; &#160;&#160; sacred&#160;words,&#160;and&#160;spoke &#160;&#160; &#160;of&#160;the&#160;beast&#160;with&#160;their&#160;children.&#160;Mammon&#160;awoke,&#160;and&#160;lo!&#160;it&#160;was &#160;&#160; naught&#160;but&#160;a&#160;follower. &#160;&#160; &#160;&#160; from&#160;The&#160;Book&#160;of&#160;Mozilla,&#160;11:9 &#160;&#160; (10th&#160;Edition)&#160;&#160;]]></description>
			<content:encoded><![CDATA[<p>Firefox不但提供了丰富的插件和扩展，而且在地址栏中输入特定的命令还可以查看到Firefox中比较底层的东西：</p>
<p>比如在Firefox的地址栏中输入 <strong>about:config</strong> 可以打开Firefox的参数配置窗口，在这个页面你可以调整浏览器的隐藏设置，其中各个参数的功能见：</p>
<p><a href="http://kb.mozillazine.org/About:config_entries">http://kb.mozillazine.org/About:config_entries</a></p>
<p><strong>about:cache</strong></p>
<p>&nbsp;查看Firefox已经保存到硬盘或者内存中的网页数据的大小和具体的内容</p>
<p><strong>about:cache?device=disk</strong></p>
<p>&nbsp;查看Firefox保存到硬盘上的数据,如下所示</p>
<div class="codeText">
<div class="codeHead">about:cache?device=disk</div>
<ol class="dp-xml">
<li class="alt"><span><span>Disk&nbsp;cache&nbsp;device &nbsp;&nbsp;</span></span></li>
<li class=""><span>&nbsp;&nbsp;</span></li>
<li class="alt"><span>Number&nbsp;of&nbsp;entries:&nbsp;&nbsp;3099 &nbsp;&nbsp;</span></li>
<li class=""><span>Maximum&nbsp;storage&nbsp;size:&nbsp;&nbsp;&nbsp;50000&nbsp;KiB &nbsp;&nbsp;</span></li>
<li class="alt"><span>Storage&nbsp;in&nbsp;use:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;49998&nbsp;KiB &nbsp;&nbsp;</span></li>
<li class=""><span>Cache&nbsp;Directory:&nbsp;&nbsp;&nbsp;&nbsp;E:\Cache\FirefoxCache\Cache &nbsp;&nbsp;</span></li>
</ol>
</div>
<p><strong>about:cache?device=memory</strong></p>
<p>&nbsp; 查看Firefox保存到内存中的数据</p>
<p><strong>about:plugins</strong></p>
<p>&nbsp;查看Firefox已经安装的所有插件如：Flash、Quicktime、Java等。</p>
<p><strong>about:blank</strong></p>
<p>&nbsp;将显示空白页面</p>
<p><strong>about:mozilla</strong></p>
<p>&nbsp;显示的内容如下，在Firefox中显示为红底白字</p>
<div class="codeText">
<div class="codeHead">about:mozilla</div>
<ol class="dp-xml">
<li class="alt"><span><span>Mammon&nbsp;slept.&nbsp;And&nbsp;the&nbsp;beast&nbsp;reborn&nbsp;spread&nbsp;over&nbsp;the&nbsp;earth&nbsp;and&nbsp;its&nbsp;numbers &nbsp;&nbsp;</span></span></li>
<li class=""><span>grew&nbsp;legion.&nbsp;And&nbsp;they&nbsp;proclaimed&nbsp;the&nbsp;times&nbsp;and&nbsp;sacrificed&nbsp;crops&nbsp;unto&nbsp;the &nbsp;&nbsp;</span></li>
<li class="alt"><span>fire,&nbsp;with&nbsp;the&nbsp;cunning&nbsp;of&nbsp;foxes.&nbsp;And&nbsp;they&nbsp;built&nbsp;a&nbsp;new&nbsp;world&nbsp;in&nbsp;their&nbsp;own &nbsp;&nbsp;</span></li>
<li class=""><span>image&nbsp;as&nbsp;promised&nbsp;by&nbsp;the&nbsp; &nbsp;&nbsp;</span></li>
<li class="alt"><span>sacred&nbsp;words,&nbsp;and&nbsp;spoke &nbsp;&nbsp;</span></li>
<li class=""><span>&nbsp;of&nbsp;the&nbsp;beast&nbsp;with&nbsp;their&nbsp;children.&nbsp;Mammon&nbsp;awoke,&nbsp;and&nbsp;lo!&nbsp;it&nbsp;was &nbsp;&nbsp;</span></li>
<li class="alt"><span>naught&nbsp;but&nbsp;a&nbsp;follower. &nbsp;&nbsp;</span></li>
<li class=""><span>&nbsp;&nbsp;</span></li>
<li class="alt"><span>from&nbsp;The&nbsp;Book&nbsp;of&nbsp;Mozilla,&nbsp;11:9 &nbsp;&nbsp;</span></li>
<li class=""><span>(10th&nbsp;Edition)&nbsp;&nbsp;</span></li>
</ol>
</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.zxlm.cn/2008/04/firefox3%e4%b8%ad%e5%8f%af%e4%bb%a5%e4%bd%bf%e7%94%a8%e7%9a%84about%e5%91%bd%e4%bb%a4.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>firefox.exe应用程序错误,该内存不能为&quot;read&quot;</title>
		<link>http://blog.zxlm.cn/2007/11/firefoxexe%e5%ba%94%e7%94%a8%e7%a8%8b%e5%ba%8f%e9%94%99%e8%af%af%e8%af%a5%e5%86%85%e5%ad%98%e4%b8%8d%e8%83%bd%e4%b8%baread.html</link>
		<comments>http://blog.zxlm.cn/2007/11/firefoxexe%e5%ba%94%e7%94%a8%e7%a8%8b%e5%ba%8f%e9%94%99%e8%af%af%e8%af%a5%e5%86%85%e5%ad%98%e4%b8%8d%e8%83%bd%e4%b8%baread.html#comments</comments>
		<pubDate>Tue, 13 Nov 2007 01:20:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Firefox]]></category>
		<category><![CDATA[内存]]></category>
		<category><![CDATA[应用程序]]></category>
		<category><![CDATA[错误]]></category>

		<guid isPermaLink="false">http://blog.zxlm.cn/2007/11/firefoxexe%e5%ba%94%e7%94%a8%e7%a8%8b%e5%ba%8f%e9%94%99%e8%af%af%e8%af%a5%e5%86%85%e5%ad%98%e4%b8%8d%e8%83%bd%e4%b8%baread.html</guid>
		<description><![CDATA[启动Firefox时，出现如下错误，确定后Firefox自动关闭 引用: &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; firefox.exe &#8211; 应用程序错误 &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; &#34;0x0056bed0&#34; 指令引用的 &#34;0&#215;00000000&#34; 内存。该内存不能为 &#34;read&#34;。 要终止程序，请单击&#8220;确定&#8221;。 要调试程序，请单击&#8220;取消&#8221;。 &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; 确定&#160; &#160;取消&#160; &#160; &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; &#160; 因为在上次关闭Firefox之前，曾经更新了一个插件，所以估计问题是出在最近更新的那个插件上。 于是将Firefox的启动方式更改为&#8220;安全模式&#8221;&#160;&#160; 将Firefox启动的快捷方式更改为： &#34;E:\Program Files\Firefox Plus\App\firefox\firefox.exe&#34; -safe-mode 再双击Firefox的图标，将出现如图的对话框： 勾选其中的&#8220;禁用所有插件&#8221;然后再选择继续。 在正常后再把那个出问题的插件删掉，启用其它正常的插件。]]></description>
			<content:encoded><![CDATA[<p>启动<span class="t_tag" onclick="tagshow(event)" href="http://www.zxlm.cn/fh/tag.php?name=Firefox">Firefox</span>时，出现如下错误，确定后Firefox自动关闭</p>
<div class="quote">
<h5>引用:</h5>
<blockquote><p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; <br />
firefox.exe &#8211; 应用程序错误 <br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; <br />
&quot;0x0056bed0&quot; 指令引用的 &quot;0&#215;00000000&quot; 内存。该内存不能为 &quot;read&quot;。 <br />
要终止程序，请单击&ldquo;确定&rdquo;。 <br />
要调试程序，请单击&ldquo;取消&rdquo;。 <br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; <br />
确定&nbsp; &nbsp;取消&nbsp; &nbsp; <br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p></blockquote>
</div>
<p>&nbsp;</p>
<p>
<p><a rel="attachment wp-att-820" href="http://blog.zxlm.cn/2007/11/firefoxexe%e5%ba%94%e7%94%a8%e7%a8%8b%e5%ba%8f%e9%94%99%e8%af%af%e8%af%a5%e5%86%85%e5%ad%98%e4%b8%8d%e8%83%bd%e4%b8%baread.html/firefox-errorjpg/" title="firefox-error.jpg"><img src="http://blog.zxlm.cn/wp-content/uploads/2007/11/136_firefox-error.thumbnail.jpg" alt="firefox-error.jpg" /></a></p>
</p>
<p>因为在上次关闭Firefox之前，曾经更新了一个插件，所以估计问题是出在最近更新的那个插件上。 </p>
<p>于是将Firefox的启动方式更改为&ldquo;安全模式&rdquo;&nbsp;&nbsp; <br />
将Firefox启动的快捷方式更改为： &quot;E:\Program Files\Firefox Plus\App\firefox\firefox.exe&quot; <strong>-safe-mode</strong> <br />
再双击Firefox的图标，将出现如图的对话框：</p>
<p>
<p><a rel="attachment wp-att-821" href="http://blog.zxlm.cn/2007/11/firefoxexe%e5%ba%94%e7%94%a8%e7%a8%8b%e5%ba%8f%e9%94%99%e8%af%af%e8%af%a5%e5%86%85%e5%ad%98%e4%b8%8d%e8%83%bd%e4%b8%baread.html/firefox-safe-modejpg/" title="firefox-safe-mode.jpg"><img src="http://blog.zxlm.cn/wp-content/uploads/2007/11/137_firefox-safe-mode.thumbnail.jpg" alt="firefox-safe-mode.jpg" /></a></p>
<p>勾选其中的&ldquo;禁用所有插件&rdquo;然后再选择继续。 <br />
在正常后再把那个出问题的插件删掉，启用其它正常的插件。</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.zxlm.cn/2007/11/firefoxexe%e5%ba%94%e7%94%a8%e7%a8%8b%e5%ba%8f%e9%94%99%e8%af%af%e8%af%a5%e5%86%85%e5%ad%98%e4%b8%8d%e8%83%bd%e4%b8%baread.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
