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

<channel>
	<title>盆地观察 &#187; 软件</title>
	<atom:link href="http://www.penddy.com/category/software/feed" rel="self" type="application/rss+xml" />
	<link>http://www.penddy.com</link>
	<description></description>
	<lastBuildDate>Wed, 28 Sep 2011 14:42:44 +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>批量删除Windows 7中用ipconfig看到的隧道适配器的方法</title>
		<link>http://www.penddy.com/batch-delete-using-ipconfig-windows-7-ways-to-see-the-tunnel-adapter.html</link>
		<comments>http://www.penddy.com/batch-delete-using-ipconfig-windows-7-ways-to-see-the-tunnel-adapter.html#comments</comments>
		<pubDate>Sat, 12 Mar 2011 08:58:57 +0000</pubDate>
		<dc:creator>penddy</dc:creator>
				<category><![CDATA[软件]]></category>
		<category><![CDATA[ipconfig]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[隧道适配器]]></category>

		<guid isPermaLink="false">http://www.penddy.com/%e6%89%b9%e9%87%8f%e5%88%a0%e9%99%a4windows-7%e4%b8%ad%e7%94%a8ipconfig%e7%9c%8b%e5%88%b0%e7%9a%84%e9%9a%a7%e9%81%93%e9%80%82%e9%85%8d%e5%99%a8%e7%9a%84%e6%96%b9%e6%b3%95.html</guid>
		<description><![CDATA[<p>&#160;&#160;&#160; 今日想看机器中网卡的MAC地址，结果用ipconfig /all后发现有一堆的隧道适配器，实在是难以找到需要的数据，一番查找后，网上常见的方法有如下几种：</p>
<p>&#160;&#160; 1.&#160; 在网卡属性的“网络”中，将“Internet协议版本(TCP/IPv6)”前面的勾去掉，结果发现不起作用。</p>
<p>&#160;&#160; 2.在命令行模式下分别执行如下三条命令，结果发现显示的信息会少一些，但依然可以看到很多内容</p>
<span class="readmore"><a href="http://www.penddy.com/batch-delete-using-ipconfig-windows-7-ways-to-see-the-tunnel-adapter.html" title="批量删除Windows 7中用ipconfig看到的隧道适配器的方法">阅读全文（874字）</a></span>]]></description>
			<content:encoded><![CDATA[<p>&#160;&#160;&#160; 今日想看机器中网卡的MAC地址，结果用ipconfig /all后发现有一堆的隧道适配器，实在是难以找到需要的数据，一番查找后，网上常见的方法有如下几种：</p>
<p>&#160;&#160; 1.&#160; 在网卡属性的“网络”中，将“Internet协议版本(TCP/IPv6)”前面的勾去掉，结果发现不起作用。</p>
<p>&#160;&#160; 2.在命令行模式下分别执行如下三条命令，结果发现显示的信息会少一些，但依然可以看到很多内容</p>
<p>&#160;&#160;&#160; netsh interface teredo set state disable   <br />&#160;&#160;&#160; netsh interface 6to4 set state disabled    <br />&#160;&#160;&#160; netsh interface isatap set state disabled</p>
<p>&#160;&#160; 3.在“设备管理器”中先在“查看”菜单中选择“显示隐藏的设备”，然后在网络适配器中可以看到很多“Microsoft 6to4 Adapter”开通的设备。删掉所有看到的，用ipconfig就不会看到这些东西了。</p>
<p>&#160;&#160;&#160; 可是一个个删实在是太痛苦，比如<a href="http://www.penddy.com" target="_blank">盆地</a>的机器上居然有40多个隧道适配器。再次搜索，终于找到方案。</p>
<p>  <span id="more-2449"></span>
<p>&#160;&#160;&#160; 微软提供了命令行下对设备管理的工具，名字叫做DevCon.exe，可以在如下地址中下载：</p>
<p>&#160;&#160;&#160; <a title="http://support.microsoft.com/kb/311272" href="http://support.microsoft.com/kb/311272" target="_blank">http://support.microsoft.com/kb/311272</a></p>
<p>&#160;&#160;&#160; 下载后，其中包括32位和64位使用的版本，选择适合自己的版本，然后在命令行中运行如下命令：</p>
<p>&#160;&#160;&#160; devcon remove *6to4mp</p>
<p>&#160;&#160;&#160; 作用就是删除所有的通道适配器。</p>
<p>&#160;&#160;&#160; 也可以通过批处理的方式处理，文末的参考源处提供了一个批处理文件，只需要放到和DevCon.exe一样的目录中，就可以批量删除。</p>
<p>&#160;&#160;&#160; 下面地址是DevCon和批处理的skydrive下载地址：</p>
<p>&#160;&#160;&#160;&#160; <a href="http://cid-331479048cf34aad.office.live.com/self.aspx/.Public/201103/devcon.zip" target="_blank">DevCon和批量删除隧道适配器脚本下载</a></p>
<p>(完)</p>
<p>参考：</p>
<p>1.<a title="http://www.ryanvictory.com/posts/automating-6to4-adapter-removal-in-windows/" href="http://www.ryanvictory.com/posts/automating-6to4-adapter-removal-in-windows/" target="_blank">http://www.ryanvictory.com/posts/automating-6to4-adapter-removal-in-windows/</a></p>
<p>2.<a title="http://support.microsoft.com/kb/311272" href="http://support.microsoft.com/kb/311272" target="_blank">http://support.microsoft.com/kb/311272</a></p>
<h3  class="related_post_title">相关文章</h3><ul class="related_post"><li><a href="http://www.penddy.com/windows-7-network-places-to-access-the-password-prompt-the-wrong-solution.html" title="Windows 7网上邻居访问提示密码错误的解决方法">Windows 7网上邻居访问提示密码错误的解决方法</a></li><li><a href="http://www.penddy.com/windows-7-to-be-manually-deleted-files-do-not-disappear-refresh-solution-to-the-problem.html" title="Windows 7删除文件不消失需手动刷新问题的解决方法">Windows 7删除文件不消失需手动刷新问题的解决方法</a></li><li><a href="http://www.penddy.com/windows-7-to-install-and-use-s60-v3-and-s60-v5-simulator-experience-and-lessons-learned.html" title="Windows 7下安装和使用S60 v3和S60 V5模拟器的经验和教训">Windows 7下安装和使用S60 v3和S60 V5模拟器的经验和教训</a></li><li><a href="http://www.penddy.com/a-beautiful-desktop-wallpaper-windows-7.html" title="一款漂亮的Windows 7桌面壁纸">一款漂亮的Windows 7桌面壁纸</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.penddy.com/batch-delete-using-ipconfig-windows-7-ways-to-see-the-tunnel-adapter.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Windows 7网上邻居访问提示密码错误的解决方法</title>
		<link>http://www.penddy.com/windows-7-network-places-to-access-the-password-prompt-the-wrong-solution.html</link>
		<comments>http://www.penddy.com/windows-7-network-places-to-access-the-password-prompt-the-wrong-solution.html#comments</comments>
		<pubDate>Mon, 07 Mar 2011 04:56:31 +0000</pubDate>
		<dc:creator>penddy</dc:creator>
				<category><![CDATA[软件]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[网上邻居]]></category>

		<guid isPermaLink="false">http://www.penddy.com/windows-7%e7%bd%91%e4%b8%8a%e9%82%bb%e5%b1%85%e8%ae%bf%e9%97%ae%e6%8f%90%e7%a4%ba%e5%af%86%e7%a0%81%e9%94%99%e8%af%af%e7%9a%84%e8%a7%a3%e5%86%b3%e6%96%b9%e6%b3%95.html</guid>
		<description><![CDATA[<p>&#160;&#160;&#160; 之前访问网上邻居的某台机器一直正常，近几日那台机器的硬盘做了升级，结果今天访问时虽然我输入正确了用户名和密码，但是仍然提示密码错误，而同事则访问正常。</p>
<p>&#160;&#160;&#160; 尝试重启了机器，仍然不行，求教google大神，终于获得解决，方法如下：</p>
<p>1) 在[开始] – [运行]中输入gpedit.msc调出组策略编辑器   <br />2）依次点击[windows设置] &#8212; [安全设置] &#8212; [本地策略] &#8212; [安全选项]    <br />3）点击安全选项可以在右侧窗口看到策略列表，找到[网络安全：LAN管理器身份验证级别]    <br />4） 默认为未定义，双击该策略，将值改为：发送LM和NTLM响应（&#38;）</p>
<span class="readmore"><a href="http://www.penddy.com/windows-7-network-places-to-access-the-password-prompt-the-wrong-solution.html" title="Windows 7网上邻居访问提示密码错误的解决方法">阅读全文（371字）</a></span>]]></description>
			<content:encoded><![CDATA[<p>&#160;&#160;&#160; 之前访问网上邻居的某台机器一直正常，近几日那台机器的硬盘做了升级，结果今天访问时虽然我输入正确了用户名和密码，但是仍然提示密码错误，而同事则访问正常。</p>
<p>&#160;&#160;&#160; 尝试重启了机器，仍然不行，求教google大神，终于获得解决，方法如下：</p>
<p>1) 在[开始] – [运行]中输入gpedit.msc调出组策略编辑器   <br />2）依次点击[windows设置] &#8212; [安全设置] &#8212; [本地策略] &#8212; [安全选项]    <br />3）点击安全选项可以在右侧窗口看到策略列表，找到[网络安全：LAN管理器身份验证级别]    <br />4） 默认为未定义，双击该策略，将值改为：发送LM和NTLM响应（&amp;）</p>
<p>&#160;&#160; 退出后，重新访问网上邻居，终于恢复正常了。</p>
<p>&#160;&#160; (完)</p>
<p>参考源：<a title="http://hi.baidu.com/igoogledyou/blog/item/3e46c3ce54c8b40e92457e99.html" href="http://hi.baidu.com/igoogledyou/blog/item/3e46c3ce54c8b40e92457e99.html" target="_blank">http://hi.baidu.com/igoogledyou/blog/item/3e46c3ce54c8b40e92457e99.html</a></p>
<h3  class="related_post_title">相关文章</h3><ul class="related_post"><li><a href="http://www.penddy.com/batch-delete-using-ipconfig-windows-7-ways-to-see-the-tunnel-adapter.html" title="批量删除Windows 7中用ipconfig看到的隧道适配器的方法">批量删除Windows 7中用ipconfig看到的隧道适配器的方法</a></li><li><a href="http://www.penddy.com/windows-7-to-be-manually-deleted-files-do-not-disappear-refresh-solution-to-the-problem.html" title="Windows 7删除文件不消失需手动刷新问题的解决方法">Windows 7删除文件不消失需手动刷新问题的解决方法</a></li><li><a href="http://www.penddy.com/windows-7-to-install-and-use-s60-v3-and-s60-v5-simulator-experience-and-lessons-learned.html" title="Windows 7下安装和使用S60 v3和S60 V5模拟器的经验和教训">Windows 7下安装和使用S60 v3和S60 V5模拟器的经验和教训</a></li><li><a href="http://www.penddy.com/a-beautiful-desktop-wallpaper-windows-7.html" title="一款漂亮的Windows 7桌面壁纸">一款漂亮的Windows 7桌面壁纸</a></li><li><a href="http://www.penddy.com/network-failure-solution.html" title="“网络不存在或尚未启动”故障解决方法">“网络不存在或尚未启动”故障解决方法</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.penddy.com/windows-7-network-places-to-access-the-password-prompt-the-wrong-solution.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>福昕阅读器全屏模式下使用&#8220;连续&#8221;页面显示模式的方法</title>
		<link>http://www.penddy.com/foxit-reader-full-screen-mode-u0026quotcontinuousu0026quot-method-of-the-page-display-mode.html</link>
		<comments>http://www.penddy.com/foxit-reader-full-screen-mode-u0026quotcontinuousu0026quot-method-of-the-page-display-mode.html#comments</comments>
		<pubDate>Sat, 05 Mar 2011 13:00:24 +0000</pubDate>
		<dc:creator>penddy</dc:creator>
				<category><![CDATA[软件]]></category>
		<category><![CDATA[Foxit]]></category>
		<category><![CDATA[Foxit reader]]></category>
		<category><![CDATA[福昕]]></category>
		<category><![CDATA[福昕阅读器]]></category>

		<guid isPermaLink="false">http://www.penddy.com/%e7%a6%8f%e6%98%95%e9%98%85%e8%af%bb%e5%99%a8%e5%85%a8%e5%b1%8f%e6%a8%a1%e5%bc%8f%e4%b8%8b%e4%bd%bf%e7%94%a8%e8%bf%9e%e7%bb%ad%e9%a1%b5%e9%9d%a2%e6%98%be%e7%a4%ba%e6%a8%a1%e5%bc%8f.html</guid>
		<description><![CDATA[<p>&#160;&#160;&#160; 福昕阅读器是一款很轻量级的PDF阅读器，相对于臃肿的Adobe Acrobat/Acrobat Reader来说，要精巧的多，<a href="http://www.penddy.com" target="_blank">盆地</a>一直以来都将其作为阅读pdf文件的首选。</p>
<p>&#160;&#160;&#160; 福昕阅读器针对页面显示模式提供了四种模式“单页”、“连续”、“连续对开”、“对开”，其中<a href="http://www.penddy.com" target="_blank">盆地</a>习惯使用“连续”模式，因为感觉各页之间更有连续性一些，上下文的联系也会更强。</p>
<span class="readmore"><a href="http://www.penddy.com/foxit-reader-full-screen-mode-u0026quotcontinuousu0026quot-method-of-the-page-display-mode.html" title="福昕阅读器全屏模式下使用&#8220;连续&#8221;页面显示模式的方法">阅读全文（688字）</a></span>]]></description>
			<content:encoded><![CDATA[<p>&#160;&#160;&#160; 福昕阅读器是一款很轻量级的PDF阅读器，相对于臃肿的Adobe Acrobat/Acrobat Reader来说，要精巧的多，<a href="http://www.penddy.com" target="_blank">盆地</a>一直以来都将其作为阅读pdf文件的首选。</p>
<p>&#160;&#160;&#160; 福昕阅读器针对页面显示模式提供了四种模式“单页”、“连续”、“连续对开”、“对开”，其中<a href="http://www.penddy.com" target="_blank">盆地</a>习惯使用“连续”模式，因为感觉各页之间更有连续性一些，上下文的联系也会更强。</p>
<p>&#160;&#160;&#160; 不过，在一旦在全屏模式下，会发现只有一种显示模式，即“单页”&#160;&#160;&#160; 的页面显示模式。</p>
<p>&#160;&#160;&#160; 经过一番摸索，终于找到了在全屏模式下也可以采用“连续”的模式浏览pdf文档的方法。</p>
<p>&#160;&#160;&#160; 在福昕阅读器(Foxit Reader)5.0之前的版本中，不能针对各功能自行设置阅读器，此时，我们只有一种方法。</p>
<p>  <span id="more-2447"></span>
<p>&#160;&#160;&#160; 在“编辑”菜单下有“自动滚屏”的功能，其快捷键是“Ctrl+Shift+H”，一旦自动滚屏，就会使用连续模式。</p>
<p>&#160;&#160;&#160; 因此在全屏模式下，按上述快捷键滚屏，再按下同样的快捷键停止滚屏，此时你会发现页面显示模式已经变成了“连续”。</p>
<p>&#160;&#160;&#160; 在福昕阅读器(Foxit Reader)5.0中，可以设定各个功能的快捷键，此时你可以为“视图”—&gt;“页面显示”下的“连续”指定快捷键，这样在全屏模式下，直接按设定的快捷键，既可以以“连续”模式浏览。</p>
<p>&#160;&#160; 一点小经验，但在没有方案的时候是在是很郁闷，比如目前始终没找到iOS中的GoodReader中以“连续”方式显示pdf文档的方法，这个，也许是软件不支持的缘故，也许是自己没找到的缘故。还有iOS中iBunko软件如何在横屏时不显示为“对开”模式，这个也没有找到答案。</p>
<p>&#160;&#160; 记录以备以后自己参考。</p>
<p>（完）</p>
<h3  class="related_post_title">相关文章</h3><ul class="related_post"><li><a href="http://www.penddy.com/more-map-foxit-reader-profile-foxit-eslick.html" title="[多图]福昕电子书阅读器实拍和简介(Foxit eSlick)">[多图]福昕电子书阅读器实拍和简介(Foxit eSlick)</a></li><li><a href="http://www.penddy.com/foxit-e-book-reader-foxit-eslick-read-the-scanned-version-of-pdf-effects-of-test-pattern.html" title="福昕电子书阅读器(Foxit eSlick)阅读扫描版PDF效果测试图">福昕电子书阅读器(Foxit eSlick)阅读扫描版PDF效果测试图</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.penddy.com/foxit-reader-full-screen-mode-u0026quotcontinuousu0026quot-method-of-the-page-display-mode.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Windows XP中找回&#8220;显示桌面&#8221;的方法</title>
		<link>http://www.penddy.com/windows-xp-to-get-back-the-u0026quotshow-desktopu0026quot-approach.html</link>
		<comments>http://www.penddy.com/windows-xp-to-get-back-the-u0026quotshow-desktopu0026quot-approach.html#comments</comments>
		<pubDate>Wed, 09 Feb 2011 09:07:14 +0000</pubDate>
		<dc:creator>penddy</dc:creator>
				<category><![CDATA[软件]]></category>
		<category><![CDATA[显示桌面]]></category>

		<guid isPermaLink="false">http://www.penddy.com/windows-xp%e4%b8%ad%e6%89%be%e5%9b%9e%e6%98%be%e7%a4%ba%e6%a1%8c%e9%9d%a2%e7%9a%84%e6%96%b9%e6%b3%95.html</guid>
		<description><![CDATA[<p>1. 点击“开始”－“运行”</p>
<p>2. 输入 &#34;regsvr32 /n /i:u shell32&#34;（无引号），点“确定”</p>
<p>3. 快速启动栏中显示桌面图标出现</p>
<span class="readmore"><a href="http://www.penddy.com/windows-xp-to-get-back-the-u0026quotshow-desktopu0026quot-approach.html" title="Windows XP中找回&#8220;显示桌面&#8221;的方法">阅读全文（70字）</a></span>]]></description>
			<content:encoded><![CDATA[<p>1. 点击“开始”－“运行”</p>
<p>2. 输入 &quot;regsvr32 /n /i:u shell32&quot;（无引号），点“确定”</p>
<p>3. 快速启动栏中显示桌面图标出现</p>
<p>(完)</p>
<h3  class="related_post_title">随机文章</h3><ul class="related_post"><li><a href="http://www.penddy.com/basin-observation-toss-blog-entry-b-the-subject-of-backup-is-also-important.html" title="盆地观察博客折腾记:(二)主题备份也很重要">盆地观察博客折腾记:(二)主题备份也很重要</a></li><li><a href="http://www.penddy.com/iphone-product-design-notes-1.html" title="iPhone产品设计手记（一）：外观和样式两则">iPhone产品设计手记（一）：外观和样式两则</a></li><li><a href="http://www.penddy.com/information-axure-rp-common-template.html" title="[资料]Axure RP常用模板">[资料]Axure RP常用模板</a></li><li><a href="http://www.penddy.com/read-remarks-also-play-dual-display.html" title="[看图说话]也玩双显示器">[看图说话]也玩双显示器</a></li><li><a href="http://www.penddy.com/sina-cn-small-smart-mailbox.html" title="新浪CN邮箱的小聪明">新浪CN邮箱的小聪明</a></li><li><a href="http://www.penddy.com/information-axure-rp-55-widget-library-like-yahoo-template-design-kit.html" title="[资料]Axure RP 5.5 widget Library: 仿雅虎模板设计工具包">[资料]Axure RP 5.5 widget Library: 仿雅虎模板设计工具包</a></li><li><a href="http://www.penddy.com/two-android-user-interface-design-information.html" title="两份Android用户界面设计的资料">两份Android用户界面设计的资料</a></li><li><a href="http://www.penddy.com/plug-in-to-speak-tm2009-a-clerical-error-in.html" title="[看图说话]TM2009的笔误?">[看图说话]TM2009的笔误?</a></li><li><a href="http://www.penddy.com/wordpress-plugins-page-link-error-in-pagenavi-simple-analysis.html" title="WordPress中PageNavi插件页面链接错误的简单分析">WordPress中PageNavi插件页面链接错误的简单分析</a></li><li><a href="http://www.penddy.com/axure-rp-road-team-c-svn-server-based-on-shared-projects-under.html" title="Axure RP团队协作之路:(三)基于Svn Server的共享项目(下)">Axure RP团队协作之路:(三)基于Svn Server的共享项目(下)</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.penddy.com/windows-xp-to-get-back-the-u0026quotshow-desktopu0026quot-approach.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefox 4.0 beta 扩展兼容性解决方案</title>
		<link>http://www.penddy.com/firefox-4-0-beta-extension-compatibility-solutions.html</link>
		<comments>http://www.penddy.com/firefox-4-0-beta-extension-compatibility-solutions.html#comments</comments>
		<pubDate>Sat, 22 Jan 2011 14:07:47 +0000</pubDate>
		<dc:creator>penddy</dc:creator>
				<category><![CDATA[软件]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[扩展]]></category>

		<guid isPermaLink="false">http://www.penddy.com/firefox-4-0-beta-%e6%89%a9%e5%b1%95%e5%85%bc%e5%ae%b9%e6%80%a7%e8%a7%a3%e5%86%b3%e6%96%b9%e6%a1%88.html</guid>
		<description><![CDATA[<h3>一、已验证</h3>
<p>1、在地址栏输入 about:config    <br />2、点右键，新建一个“布尔”，名称为 extensions.checkCompatibility.4.0b     <br />3、值为false</p>
<h3>二、未验证</h3>
<span class="readmore"><a href="http://www.penddy.com/firefox-4-0-beta-extension-compatibility-solutions.html" title="Firefox 4.0 beta 扩展兼容性解决方案">阅读全文（635字）</a></span>]]></description>
			<content:encoded><![CDATA[<h3>一、已验证</h3>
<p>1、在地址栏输入 about:config    <br />2、点右键，新建一个“布尔”，名称为 extensions.checkCompatibility.4.0b     <br />3、值为false</p>
<h3>二、未验证</h3>
<p>不同Firefox版本的兼容性解决方案：</p>
<p>  <span id="more-2439"></span>
<p>1. 在地址栏输入 <strong>about:config</strong></p>
<p>2.点击右键，选择“新建→布尔”，在弹出窗口输入<b>extensions.checkCompatibility.&lt;version&gt;</b>，确定之后，选择 <b>false</b>。</p>
<p>3.按照不同版本，<strong>&lt;version&gt; </strong>按照下面的形式设置</p>
<p><b>Firefox 3.6b2</b> -&gt; <b>extensions.checkCompatibility.3.6b</b>     <br /><b>Firefox 3.6pre</b> -&gt; <b>extensions.checkCompatibility.3.6p</b>     <br /><b>Firefox 3.6</b> 和 <b>Firefox 3.6.8</b> -&gt; <b>extensions.checkCompatibility.3.6</b>     <br /><b>Firefox 3.7a1</b> -&gt; <b>extensions.checkCompatibility.3.7a</b>     <br /><b>Firefox 4.0b2pre</b> -&gt; <b>extensions.checkCompatibility.4.0b</b>     <br /><b>SeaMonkey 2.1a1</b> -&gt; <b>extensions.checkCompatibility.2.1a</b>     <br /><b>&lt;version&gt; </b>的规律是：取版本号前三个字符组成的小数 + 1 个字母 </p>
<p>参考网址：</p>
<p><a title="http://kb.mozillazine.org/Extensions.checkCompatibility" href="http://kb.mozillazine.org/Extensions.checkCompatibility" target="_blank">http://kb.mozillazine.org/Extensions.checkCompatibility</a></p>
<p>(完) </p>
<h3  class="related_post_title">相关文章</h3><ul class="related_post"><li><a href="http://www.penddy.com/i-am-currently-using-firefox-extensions-and-themes.html" title="我当前使用的firefox扩展和主题">我当前使用的firefox扩展和主题</a></li><li><a href="http://www.penddy.com/firofox-expansion-flash-video-and-download-tool-video-downloadhelper.html" title="[Firofox扩展]视频和Flash下载利器: Video DownloadHelper">[Firofox扩展]视频和Flash下载利器: Video DownloadHelper</a></li><li><a href="http://www.penddy.com/one-key-to-use-in-firefox-https-googleu002639s-search.html" title="在firefox中一键使用google的https搜索">在firefox中一键使用google的https搜索</a></li><li><a href="http://www.penddy.com/modify-the-firefox-default-search-engineu002639s-address.html" title="修改firefox默认搜索引擎的地址">修改firefox默认搜索引擎的地址</a></li><li><a href="http://www.penddy.com/firefox-in-the-user-agent-settings-and-use.html" title="Firefox中User-Agent设置和用途">Firefox中User-Agent设置和用途</a></li><li><a href="http://www.penddy.com/i-use-the-browser-history.html" title="我的浏览器使用史">我的浏览器使用史</a></li><li><a href="http://www.penddy.com/firefox-will-be-built-for-the-chrome-style.html" title="将firefox打造为chrome样式">将firefox打造为chrome样式</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.penddy.com/firefox-4-0-beta-extension-compatibility-solutions.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>宏碁4745G的Harware D.E.P.和Hardware Virtualization支持</title>
		<link>http://www.penddy.com/acer-4745gu002639s-harware-dep-and-hardware-virtualization-support.html</link>
		<comments>http://www.penddy.com/acer-4745gu002639s-harware-dep-and-hardware-virtualization-support.html#comments</comments>
		<pubDate>Sat, 22 Jan 2011 13:51:24 +0000</pubDate>
		<dc:creator>penddy</dc:creator>
				<category><![CDATA[软件]]></category>
		<category><![CDATA[Hardware D.E.P.]]></category>
		<category><![CDATA[Hardware Virtualization]]></category>
		<category><![CDATA[SecurAble]]></category>

		<guid isPermaLink="false">http://www.penddy.com/%e5%ae%8f%e7%a2%814745g%e7%9a%84harware-d-e-p-%e5%92%8chardware-virtualization%e6%94%af%e6%8c%81.html</guid>
		<description><![CDATA[<h3>一、查看是否支持虚拟化</h3>
<p>&#160;&#160; 可以通过SecurAble工具来查看是否支持Harware D.E.P.和Hardware Virtualization，所了解到的用途，一个是可以在硬件上支持XP Mode，另外一个是在通过虚拟机安装Mac OS的时候需要此项支持。</p>
<p>&#160;&#160; 此工具可以在如下地址下载：</p>
<span class="readmore"><a href="http://www.penddy.com/acer-4745gu002639s-harware-dep-and-hardware-virtualization-support.html" title="宏碁4745G的Harware D.E.P.和Hardware Virtualization支持">阅读全文（484字）</a></span>]]></description>
			<content:encoded><![CDATA[<h3>一、查看是否支持虚拟化</h3>
<p>&#160;&#160; 可以通过SecurAble工具来查看是否支持Harware D.E.P.和Hardware Virtualization，所了解到的用途，一个是可以在硬件上支持XP Mode，另外一个是在通过虚拟机安装Mac OS的时候需要此项支持。</p>
<p>&#160;&#160; 此工具可以在如下地址下载：</p>
<p>&#160;&#160; <a title="http://www.grc.com/securable.htm" href="http://www.grc.com/securable.htm" target="_blank">http://www.grc.com/securable.htm</a></p>
<p>&#160;&#160; <img src="https://lh6.googleusercontent.com/_GWPucix6f8U/TTre6ABHHeI/AAAAAAAABhU/W4VJhNkA_Rc/s800/SecurAble-2.png" /></p>
<h3>二、宏碁4745G的Harware D.E.P.和Hardware Virtualization支持</h3>
<p>  <span id="more-2438"></span><br />
<h3></h3>
<p>&#160;&#160; 开始的时候，查了一下发现是不支持虚拟化的，后来网上查了下，有人说刷1.1.8的BIOS可以支持，刷了后发现确实支持了。</p>
<p>&#160;&#160; 下面是下载地址，</p>
<p>&#160;&#160; <a href="http://global-download.acer.com/GDFiles/BIOS/BIOS/BIOS_Acer_1.18_A_A.zip?acerid=634193563571898790&amp;Step1=Notebook&amp;Step2=Aspire&amp;Step3=Aspire%204745G&amp;OS=721&amp;LC=zh-chs&amp;BC=Acer&amp;SC=CHINA_1" target="_blank">http://global-download.acer.com/GDFiles/BIOS/BIOS/BIOS_Acer_1.18_A_A.zip?acerid=634193563571898790&amp;Step1=Notebook&amp;Step2=Aspire&amp;Step3=Aspire%204745G&amp;OS=721&amp;LC=zh-chs&amp;BC=Acer&amp;SC=CHINA_1</a></p>
<p> (完)</p>
<h3  class="related_post_title">随机文章</h3><ul class="related_post"><li><a href="http://www.penddy.com/plug-in-to-speak-alloy-sharpener.html" title="[看图说话]合金转笔刀">[看图说话]合金转笔刀</a></li><li><a href="http://www.penddy.com/hd-detail.html" title="高清详细介绍">高清详细介绍</a></li><li><a href="http://www.penddy.com/several-felt-the-money-and-life.html" title="钱与人生有感几则">钱与人生有感几则</a></li><li><a href="http://www.penddy.com/fatheru002639s-day-discount-code-name-com.html" title="name.com父亲节优惠码">name.com父亲节优惠码</a></li><li><a href="http://www.penddy.com/installation-package-from-the-s60-v3v5-tool-to-extract-image-files-sisxplorer.html" title="从S60 V3/V5安装包中提取图片文件的工具SISXplorer">从S60 V3/V5安装包中提取图片文件的工具SISXplorer</a></li><li><a href="http://www.penddy.com/read-remarks-beacon-hill-park-a-visit.html" title="[看图说话]笔架山公园一游">[看图说话]笔架山公园一游</a></li><li><a href="http://www.penddy.com/umpc-mind-of-jun-wibrain-b1h.html" title="记umpc之wibrain b1h 君">记umpc之wibrain b1h 君</a></li><li><a href="http://www.penddy.com/the-design-of-mobile-awareness-client-b-start-the-client.html" title="浅议手机客户端设计:(二)客户端启动">浅议手机客户端设计:(二)客户端启动</a></li><li><a href="http://www.penddy.com/i-translated-the-u0026quotiphone-human-interface-guidelinesu0026quot-pdf-version.html" title="我翻译的《iPhone Human Interface Guidelines》PDF版">我翻译的《iPhone Human Interface Guidelines》PDF版</a></li><li><a href="http://www.penddy.com/so-far-the-practice-of-wangzhuan.html" title="迄今为止网赚的实践情况">迄今为止网赚的实践情况</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.penddy.com/acer-4745gu002639s-harware-dep-and-hardware-virtualization-support.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>从S60 V3/V5安装包中提取图片文件的工具SISXplorer</title>
		<link>http://www.penddy.com/installation-package-from-the-s60-v3v5-tool-to-extract-image-files-sisxplorer.html</link>
		<comments>http://www.penddy.com/installation-package-from-the-s60-v3v5-tool-to-extract-image-files-sisxplorer.html#comments</comments>
		<pubDate>Wed, 22 Dec 2010 01:19:25 +0000</pubDate>
		<dc:creator>penddy</dc:creator>
				<category><![CDATA[软件]]></category>
		<category><![CDATA[SISXplorer]]></category>
		<category><![CDATA[Symbian]]></category>

		<guid isPermaLink="false">http://www.penddy.com/%e4%bb%8es60-v3v5%e5%ae%89%e8%a3%85%e5%8c%85%e4%b8%ad%e6%8f%90%e5%8f%96%e5%9b%be%e7%89%87%e6%96%87%e4%bb%b6%e7%9a%84%e5%b7%a5%e5%85%b7sisxplorer.html</guid>
		<description><![CDATA[<p>&#160;&#160;&#160; SISXplorer是一款免费软件，软件的官方地址如下，可直接至官网下载：</p>
<p>&#160;&#160;&#160; <a title="http://www.symbian-toys.com/sisxplorer.aspx" href="http://www.symbian-toys.com/sisxplorer.aspx" target="_blank">http://www.symbian-toys.com/sisxplorer.aspx</a></p>
<span class="readmore"><a href="http://www.penddy.com/installation-package-from-the-s60-v3v5-tool-to-extract-image-files-sisxplorer.html" title="从S60 V3/V5安装包中提取图片文件的工具SISXplorer">阅读全文（503字）</a></span>]]></description>
			<content:encoded><![CDATA[<p>&#160;&#160;&#160; SISXplorer是一款免费软件，软件的官方地址如下，可直接至官网下载：</p>
<p>&#160;&#160;&#160; <a title="http://www.symbian-toys.com/sisxplorer.aspx" href="http://www.symbian-toys.com/sisxplorer.aspx" target="_blank">http://www.symbian-toys.com/sisxplorer.aspx</a></p>
<p>&#160;&#160;&#160; 最主要的功能有如下几个：</p>
<p>&#160;&#160;&#160; 1.可以浏览S60 V3/V5安装包中的文件构成</p>
<p>&#160;&#160;&#160; 2.可以将安装包中所有文件提取出来</p>
<p>&#160;&#160;&#160; 3.可以从安装包的MBM文件中直接提取出文件</p>
<p>  <span id="more-2436"></span>
<p>&#160;&#160;&#160; 4.可以从MIF文件中提取SVG图标，不过V5的图标提取出来似乎有些问题，V3是正常的</p>
<p>&#160;&#160;&#160; 5.其他一些和文件提取关系不大但可能很有用的功能，比如SIS文件的基本信息、十六进制浏览文件、每个文件的目标路径等等。</p>
<p>&#160;&#160;&#160; 用法很简单，直接用File菜单中的Open打开或者将SIS文件拖入SISXploer中即可浏览文件，可以选择文件、文件中的图片，进行全部提取或者部分提取。</p>
<p>&#160;&#160;&#160;&#160; 下图是查看UCWEB安装包中MBM文件中图片的示意图。</p>
<p><a href="http://picasaweb.google.com/lh/photo/LY-dILGyVH_VU9XXu5-lPg?feat=embedwebsite"><img src="http://lh4.ggpht.com/_GWPucix6f8U/TRFO-PJSKbI/AAAAAAAABgU/pv7i1-3qXzs/s512/SISXplorer.png" /></a></p>
<p>&#160;&#160;&#160; 如果想要对安装包进行一些修改、替换，则可以考虑使用更为强大的SISWare，不仅有上述功能，而且还可以将解出并修改过的安装包文件重新打包为安装包，对于普通使用者来说，用到的机会不多，如有需要，请自行搜索相关介绍。</p>
<p>(完)</p>
<h3  class="related_post_title">相关文章</h3><ul class="related_post"><li><a href="http://www.penddy.com/online-self-service-applications-for-certificates-and-symbian-signed-website.html" title="Symbian在线自助申请证书和签名的网站">Symbian在线自助申请证书和签名的网站</a></li><li><a href="http://www.penddy.com/windows-7-to-install-and-use-s60-v3-and-s60-v5-simulator-experience-and-lessons-learned.html" title="Windows 7下安装和使用S60 v3和S60 V5模拟器的经验和教训">Windows 7下安装和使用S60 v3和S60 V5模拟器的经验和教训</a></li><li><a href="http://www.penddy.com/iphone-and-symbianu002639s-proxy-settings-and-http-packet-capture.html" title="iPhone和Symbian的代理设置及HTTP包抓取">iPhone和Symbian的代理设置及HTTP包抓取</a></li><li><a href="http://www.penddy.com/signatures-and-certificates-on-the-symbian-thing-to-understand.html" title="对symbian签名和证书的一点理解">对symbian签名和证书的一点理解</a></li><li><a href="http://www.penddy.com/phonescreen-excellent-cell-phone-software-screenshot.html" title="PhoneScreen: 绝佳的手机截屏软件">PhoneScreen: 绝佳的手机截屏软件</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.penddy.com/installation-package-from-the-s60-v3v5-tool-to-extract-image-files-sisxplorer.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Windows 7删除文件不消失需手动刷新问题的解决方法</title>
		<link>http://www.penddy.com/windows-7-to-be-manually-deleted-files-do-not-disappear-refresh-solution-to-the-problem.html</link>
		<comments>http://www.penddy.com/windows-7-to-be-manually-deleted-files-do-not-disappear-refresh-solution-to-the-problem.html#comments</comments>
		<pubDate>Mon, 20 Dec 2010 05:37:58 +0000</pubDate>
		<dc:creator>penddy</dc:creator>
				<category><![CDATA[软件]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://www.penddy.com/windows-7%e5%88%a0%e9%99%a4%e6%96%87%e4%bb%b6%e4%b8%8d%e6%b6%88%e5%a4%b1%e9%9c%80%e6%89%8b%e5%8a%a8%e5%88%b7%e6%96%b0%e9%97%ae%e9%a2%98%e7%9a%84%e8%a7%a3%e5%86%b3%e6%96%b9%e6%b3%95.html</guid>
		<description><![CDATA[<p>1.点击开始运行，在对话框中输入regedit启动注册表编辑器</p>
<p>2.展开HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Update&#160; <br />&#160;&#160; 注：若无Update目录则可自行建立</p>
<p>3. 在右面找到或建立一个名为UpdateMode的DWORD32值，设定为0    </p>
<span class="readmore"><a href="http://www.penddy.com/windows-7-to-be-manually-deleted-files-do-not-disappear-refresh-solution-to-the-problem.html" title="Windows 7删除文件不消失需手动刷新问题的解决方法">阅读全文（216字）</a></span>]]></description>
			<content:encoded><![CDATA[<p>1.点击开始运行，在对话框中输入regedit启动注册表编辑器</p>
<p>2.展开HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Update&#160; <br />&#160;&#160; 注：若无Update目录则可自行建立</p>
<p>3. 在右面找到或建立一个名为UpdateMode的DWORD32值，设定为0    </p>
<p>&#160;&#160; 注：用于设置是否自动刷新窗口显示的，为1表示手工刷新，该值若为0则表示自动刷新</p>
<p>4.注销或重启系统即可</p>
<p>(完)</p>
<p>来源：<a href="http://bbs.pcbeta.com/thread-738215-1-1.html" target="_blank">pcbeat</a></p>
<h3  class="related_post_title">相关文章</h3><ul class="related_post"><li><a href="http://www.penddy.com/batch-delete-using-ipconfig-windows-7-ways-to-see-the-tunnel-adapter.html" title="批量删除Windows 7中用ipconfig看到的隧道适配器的方法">批量删除Windows 7中用ipconfig看到的隧道适配器的方法</a></li><li><a href="http://www.penddy.com/windows-7-network-places-to-access-the-password-prompt-the-wrong-solution.html" title="Windows 7网上邻居访问提示密码错误的解决方法">Windows 7网上邻居访问提示密码错误的解决方法</a></li><li><a href="http://www.penddy.com/windows-7-to-install-and-use-s60-v3-and-s60-v5-simulator-experience-and-lessons-learned.html" title="Windows 7下安装和使用S60 v3和S60 V5模拟器的经验和教训">Windows 7下安装和使用S60 v3和S60 V5模拟器的经验和教训</a></li><li><a href="http://www.penddy.com/a-beautiful-desktop-wallpaper-windows-7.html" title="一款漂亮的Windows 7桌面壁纸">一款漂亮的Windows 7桌面壁纸</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.penddy.com/windows-7-to-be-manually-deleted-files-do-not-disappear-refresh-solution-to-the-problem.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>西部数据硬盘的C1门和应对措施</title>
		<link>http://www.penddy.com/western-digital-hard-drive-c1-doors-and-response-measures.html</link>
		<comments>http://www.penddy.com/western-digital-hard-drive-c1-doors-and-response-measures.html#comments</comments>
		<pubDate>Sat, 18 Sep 2010 05:31:46 +0000</pubDate>
		<dc:creator>penddy</dc:creator>
				<category><![CDATA[软件]]></category>
		<category><![CDATA[C1]]></category>
		<category><![CDATA[西部数据]]></category>

		<guid isPermaLink="false">http://www.penddy.com/%e8%a5%bf%e9%83%a8%e6%95%b0%e6%8d%ae%e7%a1%ac%e7%9b%98%e7%9a%84c1%e9%97%a8%e5%92%8c%e5%ba%94%e5%af%b9%e6%8e%aa%e6%96%bd.html</guid>
		<description><![CDATA[<p>&#160;&#160;&#160; 新买的笔记本用的是西部数据的硬盘，据闻西部数据的硬盘有C1门，查找资料后整理如下。</p>
<h3>一、什么是西部数据硬盘的C1门</h3>
<p>&#160;&#160;&#160; C1其实是硬盘Smart属性里的一个参数，具体一些的话是指&#34;load/unload cycle count&#34;，代表硬盘的磁头收起和放下的次数。</p>
<span class="readmore"><a href="http://www.penddy.com/western-digital-hard-drive-c1-doors-and-response-measures.html" title="西部数据硬盘的C1门和应对措施">阅读全文（676字）</a></span>]]></description>
			<content:encoded><![CDATA[<p>&#160;&#160;&#160; 新买的笔记本用的是西部数据的硬盘，据闻西部数据的硬盘有C1门，查找资料后整理如下。</p>
<h3>一、什么是西部数据硬盘的C1门</h3>
<p>&#160;&#160;&#160; C1其实是硬盘Smart属性里的一个参数，具体一些的话是指&quot;load/unload cycle count&quot;，代表硬盘的磁头收起和放下的次数。</p>
<p>&#160;&#160; 所谓西数硬盘的C1门，是西数硬盘的智能电源管理（APM）所导致的，简单来讲，就是系统在不读取硬盘数据的时候，西数的硬盘磁头会自动收回去，当要再次读取数的时候硬盘磁头又搭接到盘片上，从而会引起C1数值快速增加。</p>
<p>&#160;&#160; 同时由于磁头的收起和放下，会出现硬盘发出声音和卡顿的现象，另外，由于一般硬盘的C1值最大只有30万-60W万，超过这个值存在丢失数据的危险，所以C1数据的快速增加可能会降低硬盘的寿命，增加丢失数据的可能性。</p>
<p>&#160;&#160;&#160; 下图中选中部分即为硬盘Smart属性的C1参数。</p>
<p><a href="http://picasaweb.google.ca/lh/photo/1ymtpcXq4bECNzowYmfPng?feat=embedwebsite"><img src="http://lh6.ggpht.com/_GWPucix6f8U/TJRMMA4VogI/AAAAAAAABd4/KOriILfXWlw/s512/WD-C1.png" /></a></p>
<h3>二、怎么解决C1门</h3>
<p>&#160;&#160;&#160; 网上可以查到的资料主要有三种解决方法：</p>
<p>&#160;&#160;&#160; 1. CrystalDiskInfo软件，安装后在高级功能中把AMP值调到最大或者选择关闭AMP，再把高级功能中自动AAP AMP选项选上，随后选择开机启动。</p>
<p>&#160;&#160;&#160; 2.使用widdle软件在dos下面改，更具体的方法可以搜索，据说此种方法使用后硬盘则不在保修，另外据说有人修改出问题。</p>
<p>&#160;&#160; 3.<a href="http://www.penddy.com" target="_blank">盆地</a>使用的是第三种方法，安装quietHDD软件，官方网址如下，因为使用google site搭建的，所以无法直接访问，安装后默认设置即可，记得加到自动启动中。</p>
<p>&#160;&#160;&#160; <a href="http://sites.google.com/site/quiethdd/Home">http://sites.google.com/site/quiethdd/Home</a>&#160;&#160; </p>
<h3>（完）</h3>
<h3  class="related_post_title">随机文章</h3><ul class="related_post"><li><a href="http://www.penddy.com/china-merchants-bank-credit-card-case-c-the-interpretation-of-flaws.html" title="招商银行信用卡事件:(三)漏洞百出的解释">招商银行信用卡事件:(三)漏洞百出的解释</a></li><li><a href="http://www.penddy.com/the-design-of-mobile-awareness-client-b-start-the-client.html" title="浅议手机客户端设计:(二)客户端启动">浅议手机客户端设计:(二)客户端启动</a></li><li><a href="http://www.penddy.com/so-far-the-practice-of-wangzhuan.html" title="迄今为止网赚的实践情况">迄今为止网赚的实践情况</a></li><li><a href="http://www.penddy.com/ability-that-little-circle.html" title="那小小的能力圈">那小小的能力圈</a></li><li><a href="http://www.penddy.com/signatures-and-certificates-on-the-symbian-thing-to-understand.html" title="对symbian签名和证书的一点理解">对symbian签名和证书的一点理解</a></li><li><a href="http://www.penddy.com/information-axure-rp-common-template.html" title="[资料]Axure RP常用模板">[资料]Axure RP常用模板</a></li><li><a href="http://www.penddy.com/plug-in-to-speak-a-dead-letter-taobao-malicious-id-reporting-function.html" title="[看图说话]形同虚设的淘宝恶意ID举报功能">[看图说话]形同虚设的淘宝恶意ID举报功能</a></li><li><a href="http://www.penddy.com/wordpress-blog-to-add-wap-support-of-the-two-methods.html" title="为WordPress博客添加wap支持的两种方法">为WordPress博客添加wap支持的两种方法</a></li><li><a href="http://www.penddy.com/name-com-2010%e5%b9%b48%e6%9c%88%e4%bb%bd%e6%b3%a8%e5%86%8c%e5%92%8c%e7%bb%ad%e8%b4%b9%e4%bc%98%e6%83%a0%e7%a0%81.html" title="name.com 2010年8月份注册和续费优惠码">name.com 2010年8月份注册和续费优惠码</a></li><li><a href="http://www.penddy.com/on-the-design-of-mobile-phone-client-vi-design-flow-and-design-of-the-division-of-labor.html" title="浅议手机客户端设计:(六)设计流程和设计分工">浅议手机客户端设计:(六)设计流程和设计分工</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.penddy.com/western-digital-hard-drive-c1-doors-and-response-measures.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>用Daemon Tools载入APE/CUE的方法</title>
		<link>http://www.penddy.com/%e7%94%a8daemon-tools%e8%bd%bd%e5%85%a5apecue%e7%9a%84%e6%96%b9%e6%b3%95.html</link>
		<comments>http://www.penddy.com/%e7%94%a8daemon-tools%e8%bd%bd%e5%85%a5apecue%e7%9a%84%e6%96%b9%e6%b3%95.html#comments</comments>
		<pubDate>Mon, 09 Aug 2010 06:31:21 +0000</pubDate>
		<dc:creator>penddy</dc:creator>
				<category><![CDATA[软件]]></category>
		<category><![CDATA[APE]]></category>
		<category><![CDATA[Daemon Tools]]></category>

		<guid isPermaLink="false">http://www.penddy.com/%e7%94%a8daemon-tools%e8%bd%bd%e5%85%a5apecue%e7%9a%84%e6%96%b9%e6%b3%95.html</guid>
		<description><![CDATA[<p>&#160;&#160;&#160; 因为前些天买了一个Nokia的蓝牙立体声耳机，所以下载了几张APE格式的试音碟想试验下效果。</p>
<p>&#160;&#160;&#160; 根据<a href="http://www.xiami.com" target="_blank">虾米网</a>帮助文档中的介绍(<a href="http://www.xiami.com/softwarehelp#help7_3" target="_blank">如何使用iTunes将CD转换为高品质MP3?</a>)，用iTunes来转制MP3的效果较好，iTunes本身并不直接支持APE，但支持CD的导入，这就需要用到虚拟光驱的软件来载入APE模拟CD。</p>
<span class="readmore"><a href="http://www.penddy.com/%e7%94%a8daemon-tools%e8%bd%bd%e5%85%a5apecue%e7%9a%84%e6%96%b9%e6%b3%95.html" title="用Daemon Tools载入APE/CUE的方法">阅读全文（746字）</a></span>]]></description>
			<content:encoded><![CDATA[<p>&#160;&#160;&#160; 因为前些天买了一个Nokia的蓝牙立体声耳机，所以下载了几张APE格式的试音碟想试验下效果。</p>
<p>&#160;&#160;&#160; 根据<a href="http://www.xiami.com" target="_blank">虾米网</a>帮助文档中的介绍(<a href="http://www.xiami.com/softwarehelp#help7_3" target="_blank">如何使用iTunes将CD转换为高品质MP3?</a>)，用iTunes来转制MP3的效果较好，iTunes本身并不直接支持APE，但支持CD的导入，这就需要用到虚拟光驱的软件来载入APE模拟CD。</p>
<p>&#160;&#160;&#160; 可惜<a href="http://www.penddy.com" target="_blank">盆地</a>常用的Daemon Tools并不直接支持APE/CUE，一番查找后终于找到了处理方法。</p>
<p>&#160;&#160;&#160; 1.一般APE文件都会附带一个CUE文件，这个也要下载下来，这个CUE文件其实是一个文本文件，可以用编辑器打开，里面的内容是相应的APE文件资料、内附的各首歌曲信息。</p>
<p>  <span id="more-2419"></span>
<p>&#160;&#160;&#160; 2.下载Monkey&#8217;s Audio，盆地在<a href="http://www.greendown.cn/default.html">http://www.greendown.cn/default.html</a>下载的Monkey&#8217;s Audio 4.06。</p>
<p>&#160;&#160;&#160; 3.参照<a href="http://www.wangchao.net.cn/bbsdetail_79802.html" target="_blank">用Monkey&#8217;s audio把APE转换为WAV</a>一文来进行APE到WAV的转换，简单来说就是在Monekey’s Audio中将模式选择为“解压缩”，然后加入待转为WAV的APE，观察其是否为Monkey’s Audio转制的格式，是的话则可以进行转制。</p>
<p>&#160;&#160;&#160; 4.转制后用原来APE所在的目录会多出一个同名但后缀不同的wav文件，此时用文本编辑器打开同名的CUE文件，将其中&quot;File ….&quot;一行中文件名最后的&quot;.ape&quot;改为&quot;.wav&quot;，保存cue文件.</p>
<p>&#160;&#160;&#160; 5.此时用Daemon Tools既载入CUE文件即可。</p>
<p>&#160;&#160; 注：iTunes转制Mp3在Windows 7中默认放在如下目录：</p>
<p>&#160;&#160;&#160; C:\Users\Administrator\Music\iTunes\iTunes Media\Music\Compilations</p>
<p>(完)</p>
<h3  class="related_post_title">随机文章</h3><ul class="related_post"><li><a href="http://www.penddy.com/compiled-version-of-mplayer-ww-skin-three.html" title="Mplayer WW编译版皮肤三款">Mplayer WW编译版皮肤三款</a></li><li><a href="http://www.penddy.com/china-merchants-bank-debit-card-malicious-consumer-vulnerability-b-as-early-as-january-2008.html" title="招商银行借记卡的恶意消费漏洞:(二)早在2008年1月……">招商银行借记卡的恶意消费漏洞:(二)早在2008年1月……</a></li><li><a href="http://www.penddy.com/install-word-2003-equation-editor-icon-of-methods.html" title="Word 2003中安装公式编辑器的方法图示">Word 2003中安装公式编辑器的方法图示</a></li><li><a href="http://www.penddy.com/sogou-the-leader-in-mobile-phone-input-method.html" title="搜狗手机输入法: 手机输入法的佼佼者">搜狗手机输入法: 手机输入法的佼佼者</a></li><li><a href="http://www.penddy.com/data-marketing-baidu-juhangtianxia-ppt.html" title="[资料]百度营销车行天下ppt">[资料]百度营销车行天下ppt</a></li><li><a href="http://www.penddy.com/basin-observation-logo-and-favicon-replacement.html" title="盆地观察更换Logo和Favicon">盆地观察更换Logo和Favicon</a></li><li><a href="http://www.penddy.com/embarrassed-wps-ad-on-msn.html" title="[看图说话]无语,Msn上的WPS广告">[看图说话]无语,Msn上的WPS广告</a></li><li><a href="http://www.penddy.com/installation-package-from-the-s60-v3v5-tool-to-extract-image-files-sisxplorer.html" title="从S60 V3/V5安装包中提取图片文件的工具SISXplorer">从S60 V3/V5安装包中提取图片文件的工具SISXplorer</a></li><li><a href="http://www.penddy.com/talk-about-the-productu002639s-competitive-edge.html" title="说说产品的竞争优势">说说产品的竞争优势</a></li><li><a href="http://www.penddy.com/information-from-excel-to-extract-flash-documents.html" title="[资料]从Excel中提取Flash文件的方法">[资料]从Excel中提取Flash文件的方法</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.penddy.com/%e7%94%a8daemon-tools%e8%bd%bd%e5%85%a5apecue%e7%9a%84%e6%96%b9%e6%b3%95.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

