<?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; 2009 &#187; 七月</title>
	<atom:link href="http://ale.net.cn/blog/2009/07/feed/" rel="self" type="application/rss+xml" />
	<link>http://ale.net.cn/blog</link>
	<description>没有句号的梦想</description>
	<lastBuildDate>Thu, 26 Aug 2010 15:15:52 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>IE浏览器网页兼容性测试工具（IE6、IE7、IE8共存软件）</title>
		<link>http://ale.net.cn/blog/2009/07/ie%e6%b5%8f%e8%a7%88%e5%99%a8%e7%bd%91%e9%a1%b5%e5%85%bc%e5%ae%b9%e6%80%a7%e6%b5%8b%e8%af%95%e5%b7%a5%e5%85%b7%ef%bc%88ie6%e3%80%81ie7%e3%80%81ie8%e5%85%b1%e5%ad%98%e8%bd%af%e4%bb%b6%ef%bc%89/</link>
		<comments>http://ale.net.cn/blog/2009/07/ie%e6%b5%8f%e8%a7%88%e5%99%a8%e7%bd%91%e9%a1%b5%e5%85%bc%e5%ae%b9%e6%80%a7%e6%b5%8b%e8%af%95%e5%b7%a5%e5%85%b7%ef%bc%88ie6%e3%80%81ie7%e3%80%81ie8%e5%85%b1%e5%ad%98%e8%bd%af%e4%bb%b6%ef%bc%89/#comments</comments>
		<pubDate>Fri, 31 Jul 2009 05:33:14 +0000</pubDate>
		<dc:creator>ale</dc:creator>
				<category><![CDATA[软件]]></category>

		<guid isPermaLink="false">http://ale.net.cn/blog/?p=83</guid>
		<description><![CDATA[最佳网页IE浏览器兼容性测试工具(IE6 IE7 IE8共存)
IE Tester v0.3 多国语言版  
]]></description>
			<content:encoded><![CDATA[<p>最佳网页IE浏览器兼容性测试工具(IE6 IE7 IE8共存)</p>
<p><a href="http://www.my-debugbar.com/ietester/install-ietester-v0.3.exe" target="_blank"><strong><span style="color: #ff0000; font-size: large;">IE Tester v0.3 多国语言版</span></strong></a><strong>  </strong></p>
]]></content:encoded>
			<wfw:commentRss>http://ale.net.cn/blog/2009/07/ie%e6%b5%8f%e8%a7%88%e5%99%a8%e7%bd%91%e9%a1%b5%e5%85%bc%e5%ae%b9%e6%80%a7%e6%b5%8b%e8%af%95%e5%b7%a5%e5%85%b7%ef%bc%88ie6%e3%80%81ie7%e3%80%81ie8%e5%85%b1%e5%ad%98%e8%bd%af%e4%bb%b6%ef%bc%89/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IE浏览器版本判断代码（if IE ）</title>
		<link>http://ale.net.cn/blog/2009/07/ie%e6%b5%8f%e8%a7%88%e5%99%a8%e7%89%88%e6%9c%ac%e5%88%a4%e6%96%ad%e4%bb%a3%e7%a0%81%ef%bc%88if-ie-%ef%bc%89/</link>
		<comments>http://ale.net.cn/blog/2009/07/ie%e6%b5%8f%e8%a7%88%e5%99%a8%e7%89%88%e6%9c%ac%e5%88%a4%e6%96%ad%e4%bb%a3%e7%a0%81%ef%bc%88if-ie-%ef%bc%89/#comments</comments>
		<pubDate>Fri, 31 Jul 2009 04:52:46 +0000</pubDate>
		<dc:creator>ale</dc:creator>
				<category><![CDATA[程序]]></category>
		<category><![CDATA[IE浏览器]]></category>

		<guid isPermaLink="false">http://ale.net.cn/blog/?p=80</guid>
		<description><![CDATA[微软说明地址http://msdn.microsoft.com/en-us/library/ms537512(VS.85).aspx
另附：IE浏览器网页兼容性测试工具
1. &#60;!&#8211;[if !IE]&#62;&#60;!&#8211;&#62; 除IE外都可识别 &#60;!&#8211;&#60;![endif]&#8211;&#62;
2. &#60;!&#8211;[if IE]&#62; 所有的IE可识别 &#60;![endif]&#8211;&#62;
3. &#60;!&#8211;[if IE 5.0]&#62; 只有IE5.0可以识别 &#60;![endif]&#8211;&#62;
4. &#60;!&#8211;[if IE 5]&#62; 仅IE5.0与IE5.5可以识别 &#60;![endif]&#8211;&#62;
5. &#60;!&#8211;[if gt IE 5.0]&#62; IE5.0以及IE5.0以上版本都可以识别 &#60;![endif]&#8211;&#62;
6. &#60;!&#8211;[if IE 6]&#62; 仅IE6可识别 &#60;![endif]&#8211;&#62;
7. &#60;!&#8211;[if lt IE 6]&#62; IE6以及IE6以下版本可识别 &#60;![endif]&#8211;&#62;
8. &#60;!&#8211;[if gte IE 6]&#62; IE6以及IE6以上版本可识别 &#60;![endif]&#8211;&#62;
9. &#60;!&#8211;[if IE 7]&#62; 仅IE7可识别 &#60;![endif]&#8211;&#62;
10. &#60;!&#8211;[if lt IE 7]&#62; IE7以及IE7以下版本可识别 &#60;![endif]&#8211;&#62;
11. &#60;!&#8211;[if gte [...]]]></description>
			<content:encoded><![CDATA[<p>微软说明地址<a href="http://msdn.microsoft.com/en-us/library/ms537512(VS.85).aspx">http://msdn.microsoft.com/en-us/library/ms537512(VS.85).aspx</a></p>
<p>另附：<a href="http://ale.net.cn/blog/2009/07/ie%e6%b5%8f%e8%a7%88%e5%99%a8%e7%bd%91%e9%a1%b5%e5%85%bc%e5%ae%b9%e6%80%a7%e6%b5%8b%e8%af%95%e5%b7%a5%e5%85%b7%ef%bc%88ie6%e3%80%81ie7%e3%80%81ie8%e5%85%b1%e5%ad%98%e8%bd%af%e4%bb%b6%ef%bc%89/">IE浏览器网页兼容性测试工具</a></p>
<p>1. &lt;!&#8211;[if !IE]&gt;&lt;!&#8211;&gt; 除IE外都可识别 &lt;!&#8211;&lt;![endif]&#8211;&gt;<br />
2. &lt;!&#8211;[if IE]&gt; 所有的IE可识别 &lt;![endif]&#8211;&gt;<br />
3. &lt;!&#8211;[if IE 5.0]&gt; 只有IE5.0可以识别 &lt;![endif]&#8211;&gt;<br />
4. &lt;!&#8211;[if IE 5]&gt; 仅IE5.0与IE5.5可以识别 &lt;![endif]&#8211;&gt;<br />
5. &lt;!&#8211;[if gt IE 5.0]&gt; IE5.0以及IE5.0以上版本都可以识别 &lt;![endif]&#8211;&gt;<br />
6. &lt;!&#8211;[if IE 6]&gt; 仅IE6可识别 &lt;![endif]&#8211;&gt;<br />
7. &lt;!&#8211;[if lt IE 6]&gt; IE6以及IE6以下版本可识别 &lt;![endif]&#8211;&gt;<br />
8. &lt;!&#8211;[if gte IE 6]&gt; IE6以及IE6以上版本可识别 &lt;![endif]&#8211;&gt;<br />
9. &lt;!&#8211;[if IE 7]&gt; 仅IE7可识别 &lt;![endif]&#8211;&gt;<br />
10. &lt;!&#8211;[if lt IE 7]&gt; IE7以及IE7以下版本可识别 &lt;![endif]&#8211;&gt;<br />
11. &lt;!&#8211;[if gte IE 7]&gt; IE7以及IE7以上版本可识别 &lt;![endif]&#8211;&gt;</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>gt = Great Then 大于<br />
&amp;gt; = &gt; 大于号<br />
lt = Less Then 小于<br />
&amp;lt; = &lt; 小于号<br />
gte = Great Then or Equal 大于或等于<br />
lte = Less Then or Equal 小于或等于</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
]]></content:encoded>
			<wfw:commentRss>http://ale.net.cn/blog/2009/07/ie%e6%b5%8f%e8%a7%88%e5%99%a8%e7%89%88%e6%9c%ac%e5%88%a4%e6%96%ad%e4%bb%a3%e7%a0%81%ef%bc%88if-ie-%ef%bc%89/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>百度的收录效率不一般了</title>
		<link>http://ale.net.cn/blog/2009/07/%e7%99%be%e5%ba%a6%e7%9a%84%e6%94%b6%e5%bd%95%e6%95%88%e7%8e%87%e4%b8%8d%e4%b8%80%e8%88%ac%e4%ba%86/</link>
		<comments>http://ale.net.cn/blog/2009/07/%e7%99%be%e5%ba%a6%e7%9a%84%e6%94%b6%e5%bd%95%e6%95%88%e7%8e%87%e4%b8%8d%e4%b8%80%e8%88%ac%e4%ba%86/#comments</comments>
		<pubDate>Thu, 30 Jul 2009 10:55:31 +0000</pubDate>
		<dc:creator>ale</dc:creator>
				<category><![CDATA[网络]]></category>
		<category><![CDATA[百度]]></category>
		<category><![CDATA[网站收录]]></category>

		<guid isPermaLink="false">http://ale.net.cn/blog/?p=78</guid>
		<description><![CDATA[昨天做了一个站，登录百度之后，马上就有搜索过来，这效率真不一般。
其他谷歌、雅虎、有道等几个搜索引擎都还没有踪影。
百度真出人意料了。
]]></description>
			<content:encoded><![CDATA[<p>昨天做了一个站，登录百度之后，马上就有搜索过来，这效率真不一般。<br />
其他谷歌、雅虎、有道等几个搜索引擎都还没有踪影。<br />
百度真出人意料了。</p>
]]></content:encoded>
			<wfw:commentRss>http://ale.net.cn/blog/2009/07/%e7%99%be%e5%ba%a6%e7%9a%84%e6%94%b6%e5%bd%95%e6%95%88%e7%8e%87%e4%b8%8d%e4%b8%80%e8%88%ac%e4%ba%86/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>2009年7月GoDaddy.com优惠码 July 2009 GoDaddy.com coupon codes</title>
		<link>http://ale.net.cn/blog/2009/07/2009%e5%b9%b47%e6%9c%88godaddy-com%e4%bc%98%e6%83%a0%e7%a0%81-july-2009-godaddy-com-coupon-codes/</link>
		<comments>http://ale.net.cn/blog/2009/07/2009%e5%b9%b47%e6%9c%88godaddy-com%e4%bc%98%e6%83%a0%e7%a0%81-july-2009-godaddy-com-coupon-codes/#comments</comments>
		<pubDate>Wed, 22 Jul 2009 13:34:12 +0000</pubDate>
		<dc:creator>ale</dc:creator>
				<category><![CDATA[网络]]></category>
		<category><![CDATA[GoDaddy]]></category>
		<category><![CDATA[优惠码]]></category>
		<category><![CDATA[域名]]></category>

		<guid isPermaLink="false">http://ale.net.cn/blog/?p=76</guid>
		<description><![CDATA[Godaddy
Gamesweasel is brought to you in association with GoDaddy. This means we are able to offer you some great discounts when buying products and services from GoDaddy.com for July 2009.
Each episode contains a unique valid discount code for July 2009 giving you:
10% off your GoDaddy purchase
WEASEL7
20% off if you buy more than $57 / £35
WEASEL8
25% [...]]]></description>
			<content:encoded><![CDATA[<p>Godaddy</p>
<p>Gamesweasel is brought to you in association with GoDaddy. This means we are able to offer you some great discounts when buying products and services from GoDaddy.com for July 2009.</p>
<p>Each episode contains a unique valid discount code for July 2009 giving you:</p>
<p>10% off your GoDaddy purchase<br />
WEASEL7</p>
<p>20% off if you buy more than $57 / £35<br />
WEASEL8</p>
<p>25% off if you buy more than $106.41 / £65<br />
WEASEL25</p>
<p>30% off .COM domains<br />
WEASEL9</p>
<p>To use your valid discount July 2009 Go Daddy coupon codes, all you need to do is click on the appropriate code above, and the selected discount will be automatically applied to your shopping cart on checkout.</p>
<p>使用过WEASEL9，.com域名为7.49美金（不含税）</p>
]]></content:encoded>
			<wfw:commentRss>http://ale.net.cn/blog/2009/07/2009%e5%b9%b47%e6%9c%88godaddy-com%e4%bc%98%e6%83%a0%e7%a0%81-july-2009-godaddy-com-coupon-codes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>关于PHP中的Cannot modify header information的解决问题</title>
		<link>http://ale.net.cn/blog/2009/07/%e5%85%b3%e4%ba%8ephp%e4%b8%ad%e7%9a%84cannot-modify-header-information%e7%9a%84%e8%a7%a3%e5%86%b3%e9%97%ae%e9%a2%98/</link>
		<comments>http://ale.net.cn/blog/2009/07/%e5%85%b3%e4%ba%8ephp%e4%b8%ad%e7%9a%84cannot-modify-header-information%e7%9a%84%e8%a7%a3%e5%86%b3%e9%97%ae%e9%a2%98/#comments</comments>
		<pubDate>Thu, 16 Jul 2009 06:49:08 +0000</pubDate>
		<dc:creator>ale</dc:creator>
				<category><![CDATA[网络]]></category>
		<category><![CDATA[BOM]]></category>
		<category><![CDATA[http头]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://ale.net.cn/blog/?p=72</guid>
		<description><![CDATA[刚刚接触php，在做页面定义Header输出的时候碰到了个小问题。
Warning: Cannot modify header information &#8211; headers already sent by (output started at H:\root\&#8230;\a.php:1) in H:\root\&#8230;\b.php on line 11
网上找了下资料说是有可能是因为a.php里面有空格或空行造成，但是全部处理干净后还是有这个问题。
var_dump(headers_list());
显示http头信息如下
array(2) {
  [0]=&#62;
  string(23) &#8220;X-Powered-By: PHP/5.2.3&#8243;
  [1]=&#62;
  string(23) &#8220;Content-type: text/html&#8221;
}
说明a.php有其他内容，只是编辑器没有显示出来。
后来网上找到这篇文章，http://www.cnitblog.com/CoffeeCat/archive/2008/12/15/52629.html。看了之后更加明了。 
摘录如下：
有时候并没有输出任何东西，却还是会出现这个错误，这是因为我们的文件包含了BOM签名。
请看测试代码：
&#60;?php
header(&#8221;content-type:text/html;charset=utf-8&#8243;);
die();
?&#62;
这段代码就是简单的header一下，在&#60;?php之前也没有任何输出，也没有空格，但是网页里还是提示了Cannot modify header information的警告信息。这说明，在&#60;?php之前还有内容，只是编辑器没有显示出来。
我们用ultraEdit打开这个文件，切换到16进制，可以看到，在文本的开头，有EFBBBF，之后才是3C 3F 70 68 70 ( &#60;?php )，说明，在&#60;?php之前，确实存在着输出信息，因此，在修改header的时候，会得到警告信息。

这个EFBBBF是什么东西呢？它的名字叫BOM，Byte Order Mark，是在Windows下的一个约定，用于标记文本是否是Unicode。记事本程序就是通过这三个字节来判断文件是ANSI还是Unicode。
知道了问题发生的原因，下面，我们想办法把BOM去掉。用Dreamweaver打开这个php页面，然后进入页面设置（按Ctrl+J），弹出以下窗口：
   
取消选择“包括Unicode签名（BOM）”，确定就可以了。现在，我们再用UltraEdit打开看这个文件的16进制内容，如下图

可以看到，现在BOM信息已经没有了，文件直接以3C3F70开头了。
最后，我们刷新一下浏览器，发现现在已经没有Warning提示了，问题解决。
]]></description>
			<content:encoded><![CDATA[<p>刚刚接触php，在做页面定义Header输出的时候碰到了个小问题。</p>
<p>Warning: Cannot modify header information &#8211; headers already sent by (output started at H:\root\&#8230;\a.php:1) in H:\root\&#8230;\b.php on line 11</p>
<p>网上找了下资料说是有可能是因为a.php里面有空格或空行造成，但是全部处理干净后还是有这个问题。</p>
<p>var_dump(headers_list());</p>
<p>显示http头信息如下</p>
<p>array(2) {<br />
  [0]=&gt;<br />
  string(23) &#8220;X-Powered-By: PHP/5.2.3&#8243;<br />
  [1]=&gt;<br />
  string(23) &#8220;Content-type: text/html&#8221;<br />
}</p>
<p>说明a.php有其他内容，只是编辑器没有显示出来。</p>
<p>后来网上找到这篇文章，<a href="http://www.cnitblog.com/CoffeeCat/archive/2008/12/15/52629.html">http://www.cnitblog.com/CoffeeCat/archive/2008/12/15/52629.html</a>。看了之后更加明了。 </p>
<p><strong>摘录如下：</strong></p>
<p>有时候并没有输出任何东西，却还是会出现这个错误，这是<span style="FONT-WEIGHT: bold">因为我们的文件包含了BOM签名</span>。</p>
<p>请看测试代码：</p>
<p>&lt;?php<br />
header(&#8221;content-type:text/html;charset=utf-8&#8243;);<br />
die();<br />
?&gt;</p>
<p>这段代码就是简单的header一下，在&lt;?php之前也没有任何输出，也没有空格，但是网页里还是提示了Cannot modify header information的警告信息。这说明，在&lt;?php之前还有内容，只是编辑器没有显示出来。</p>
<p>我们用ultraEdit打开这个文件，切换到16进制，可以看到，在文本的开头，有EFBBBF，之后才是3C 3F 70 68 70 ( &lt;?php )，说明，在&lt;?php之前，确实存在着输出信息，因此，在修改header的时候，会得到警告信息。</p>
<p><img src="http://www.cnitblog.com/images/cnitblog_com/coffeecat/modifyheader/bom.JPG" alt="" width="651" height="80" /></p>
<p>这个EFBBBF是什么东西呢？它的名字叫BOM，Byte Order Mark，是在Windows下的一个约定，用于标记文本是否是Unicode。记事本程序就是通过这三个字节来判断文件是ANSI还是Unicode。</p>
<p>知道了问题发生的原因，下面，我们想办法把BOM去掉。用Dreamweaver打开这个php页面，然后进入页面设置（按Ctrl+J），弹出以下窗口：<br />
   <img src="http://www.cnitblog.com/images/cnitblog_com/coffeecat/modifyheader/snap4.JPG" alt="" width="600" height="352" /></p>
<p>取消选择“包括Unicode签名（BOM）”，确定就可以了。现在，我们再用UltraEdit打开看这个文件的16进制内容，如下图</p>
<p><img src="http://www.cnitblog.com/images/cnitblog_com/coffeecat/modifyheader/nobom.JPG" alt="" width="647" height="71" /></p>
<p>可以看到，现在BOM信息已经没有了，文件直接以3C3F70开头了。</p>
<p>最后，我们刷新一下浏览器，发现现在已经没有Warning提示了，问题解决。</p>
]]></content:encoded>
			<wfw:commentRss>http://ale.net.cn/blog/2009/07/%e5%85%b3%e4%ba%8ephp%e4%b8%ad%e7%9a%84cannot-modify-header-information%e7%9a%84%e8%a7%a3%e5%86%b3%e9%97%ae%e9%a2%98/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>彻底删除邪恶的阿里旺旺右键</title>
		<link>http://ale.net.cn/blog/2009/07/%e5%bd%bb%e5%ba%95%e5%88%a0%e9%99%a4%e9%82%aa%e6%81%b6%e7%9a%84%e9%98%bf%e9%87%8c%e6%97%ba%e6%97%ba%e5%8f%b3%e9%94%ae/</link>
		<comments>http://ale.net.cn/blog/2009/07/%e5%bd%bb%e5%ba%95%e5%88%a0%e9%99%a4%e9%82%aa%e6%81%b6%e7%9a%84%e9%98%bf%e9%87%8c%e6%97%ba%e6%97%ba%e5%8f%b3%e9%94%ae/#comments</comments>
		<pubDate>Thu, 09 Jul 2009 01:56:49 +0000</pubDate>
		<dc:creator>ale</dc:creator>
				<category><![CDATA[电脑]]></category>
		<category><![CDATA[软件]]></category>
		<category><![CDATA[旺旺]]></category>
		<category><![CDATA[旺旺右键]]></category>

		<guid isPermaLink="false">http://ale.net.cn/blog/?p=63</guid>
		<description><![CDATA[以前发过一篇关于删除旺旺右键“用阿里旺旺发送此文件”的日志 《去除鼠标右键菜单的”用阿里旺旺发送此文件…”》
最近发现，按那个方法删除后，只要旺旺一打开，右键又重新出现这个菜单，真是太邪恶了。
阿里旺旺每次打开都会自动把数值注入注册表，解决办法就是禁止阿里旺旺修改注册表权限。
操作方法（比上一次多一个设置权限的步骤）：
1、打开注册表
点击开始菜单再点击运行（或windows键+r键），输入 regedit，
2、按Ctrl+F，查找 aliimext.dll，
会发现 aliimext.dll 在 HKEY_CLASSES_ROOT\CLSID\{0DE1378D-F811-40E6-B60A-1CC56F57D3E9}\InprocServer32下面。
3、删除含aliimext.dll的这个项即可。为避免意外，删除前请备份注册表
4、设置权限
右键点击InprocServer32，显示菜单中选择“权限”这一项，会弹出一个窗口，如下图。在“组或用户名”一般是选administrator，底下“拒绝”这一栏，把完全控制、读取的选框都勾选，然后点击确定，搞定。

]]></description>
			<content:encoded><![CDATA[<p>以前发过一篇关于删除旺旺右键“用阿里旺旺发送此文件”的日志 《<a title="Permanent Link to 去除鼠标右键菜单的”用阿里旺旺发送此文件…”" rel="bookmark" href="http://ale.net.cn/blog/2009/04/%e5%8e%bb%e9%99%a4%e9%bc%a0%e6%a0%87%e5%8f%b3%e9%94%ae%e8%8f%9c%e5%8d%95%e7%9a%84%e7%94%a8%e9%98%bf%e9%87%8c%e6%97%ba%e6%97%ba%e5%8f%91%e9%80%81%e6%ad%a4%e6%96%87%e4%bb%b6/"><span style="color: #879e36;">去除鼠标右键菜单的”用阿里旺旺发送此文件…”</span></a>》</p>
<p>最近发现，按那个方法删除后，只要旺旺一打开，右键又重新出现这个菜单，真是太邪恶了。</p>
<p>阿里旺旺每次打开都会自动把数值注入注册表，解决办法就是禁止阿里旺旺修改注册表权限。</p>
<p>操作方法（比上一次多一个设置权限的步骤）：</p>
<p><strong>1、打开注册表</strong></p>
<p>点击开始菜单再点击运行（或windows键+r键），输入 regedit，</p>
<p><strong>2、按Ctrl+F，查找 aliimext.dll，</strong></p>
<p>会发现 aliimext.dll 在 HKEY_CLASSES_ROOT\CLSID\{0DE1378D-F811-40E6-B60A-1CC56F57D3E9}\InprocServer32下面。</p>
<p><strong>3、删除含aliimext.dll的这个项即可。</strong><span style="COLOR: #ff0000"><strong>为避免意外，删除前请备份注册表</strong></span></p>
<p><strong>4、设置权限</strong></p>
<p>右键点击InprocServer32，显示菜单中选择“权限”这一项，会弹出一个窗口，如下图。在“组或用户名”一般是选administrator，底下“拒绝”这一栏，把完全控制、读取的选框都勾选，然后点击确定，搞定。</p>
<p><img class="alignnone size-full wp-image-67" title="阿里旺旺右键彻底删除" src="http://ale.net.cn/blog/wp-content/uploads/2009/07/aliwangwang-aliimextdll.gif" alt="阿里旺旺右键彻底删除" width="363" height="408" /></p>
]]></content:encoded>
			<wfw:commentRss>http://ale.net.cn/blog/2009/07/%e5%bd%bb%e5%ba%95%e5%88%a0%e9%99%a4%e9%82%aa%e6%81%b6%e7%9a%84%e9%98%bf%e9%87%8c%e6%97%ba%e6%97%ba%e5%8f%b3%e9%94%ae/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>php下屏蔽错误提示</title>
		<link>http://ale.net.cn/blog/2009/07/php%e4%b8%8b%e5%b1%8f%e8%94%bd%e9%94%99%e8%af%af%e6%8f%90%e7%a4%ba/</link>
		<comments>http://ale.net.cn/blog/2009/07/php%e4%b8%8b%e5%b1%8f%e8%94%bd%e9%94%99%e8%af%af%e6%8f%90%e7%a4%ba/#comments</comments>
		<pubDate>Fri, 03 Jul 2009 07:46:22 +0000</pubDate>
		<dc:creator>ale</dc:creator>
				<category><![CDATA[程序]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[xampp]]></category>
		<category><![CDATA[错误]]></category>

		<guid isPermaLink="false">http://ale.net.cn/blog/?p=58</guid>
		<description><![CDATA[最简便的方法就是修改php.ini。
在php.ini中设置display_errors = Off就可以。另外可以开启错误日志，设置log_errors = On，以及指定日志路径error_log = /apache/logs/php_error.log。
当初找到在这个方法，但是怎么改，都没有效果。原来用的是xampp，就如上篇日志说的，该死的xampp用的是php.ini是在apache/bin下面。害我当初纳闷一下午。
另外还可以在程序的页首添加error reporting(0)，或在单个语句前加：@
]]></description>
			<content:encoded><![CDATA[<p>最简便的方法就是修改php.ini。</p>
<p>在php.ini中设置display_errors = Off就可以。另外可以开启错误日志，设置log_errors = On，以及指定日志路径error_log = /apache/logs/php_error.log。</p>
<p>当初找到在这个方法，但是怎么改，都没有效果。原来用的是xampp，就如上篇日志说的，该死的xampp用的是php.ini是在apache/bin下面。害我当初纳闷一下午。</p>
<p>另外还可以在程序的页首添加error reporting(0)，或在单个<span class="t_tag" onclick="function onclick() { function onclick() { tagshow(event) } }">语句</span>前加：@</p>
]]></content:encoded>
			<wfw:commentRss>http://ale.net.cn/blog/2009/07/php%e4%b8%8b%e5%b1%8f%e8%94%bd%e9%94%99%e8%af%af%e6%8f%90%e7%a4%ba/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>xampp下php.ini的date.timezone设置问题</title>
		<link>http://ale.net.cn/blog/2009/07/xampp%e4%b8%8bphpini%e7%9a%84datetimezone%e8%ae%be%e7%bd%ae%e9%97%ae%e9%a2%98/</link>
		<comments>http://ale.net.cn/blog/2009/07/xampp%e4%b8%8bphpini%e7%9a%84datetimezone%e8%ae%be%e7%bd%ae%e9%97%ae%e9%a2%98/#comments</comments>
		<pubDate>Wed, 01 Jul 2009 08:54:29 +0000</pubDate>
		<dc:creator>ale</dc:creator>
				<category><![CDATA[软件]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[timezone]]></category>
		<category><![CDATA[xampp]]></category>

		<guid isPermaLink="false">http://ale.net.cn/blog/?p=55</guid>
		<description><![CDATA[使用xampp时间不久，今天为了纠正php获取函数是获取服务器时间。
因为php5.1.0开始，php.ini里加入了date.timezone这个选项，默认情况下是关闭的。显示的时间都是格林威治标准时间,和北京时间差了正好8个小时。
网上找到的方法：
修改php.ini文件，查找 ;date.timezone = ，把前面的分号去掉在 &#8220;=&#8221;后面加上时区。
比如：Asia/Chongqing (重庆)，Asia/Shanghai (上海)，Asia/Urumqi (乌鲁木齐)，Asia/Macao (澳门)，Asia/Hong_Kong (香港)，Asia/Taipei (台北)，PRC
例
;date.timezone =
改成:
date.timezone = Asia/Shanghai
方法很简单。可是在xampp下，把php/php.ini文件改来改去都没用。后来网上搜了才发现，该死的xampp，把php.ini放在apache/bin下面，修改这个里面的php.ini才有用。
]]></description>
			<content:encoded><![CDATA[<p>使用xampp时间不久，今天为了纠正php获取函数是获取服务器时间。</p>
<p>因为php5.1.0开始，php.ini里加入了date.timezone这个选项，默认情况下是关闭的。显示的时间都是格林威治标准时间,和北京时间差了正好8个小时。</p>
<p>网上找到的方法：</p>
<p>修改php.ini文件，查找 ;date.timezone = ，把前面的分号去掉在 &#8220;=&#8221;后面加上时区。</p>
<p>比如：Asia/Chongqing (重庆)，Asia/Shanghai (上海)，Asia/Urumqi (乌鲁木齐)，Asia/Macao (澳门)，Asia/Hong_Kong (香港)，Asia/Taipei (台北)，PRC</p>
<p>例<br />
;date.timezone =<br />
改成:<br />
date.timezone = Asia/Shanghai</p>
<p>方法很简单。可是在xampp下，把php/php.ini文件改来改去都没用。后来网上搜了才发现，该死的xampp，把php.ini放在apache/bin下面，修改这个里面的php.ini才有用。</p>
]]></content:encoded>
			<wfw:commentRss>http://ale.net.cn/blog/2009/07/xampp%e4%b8%8bphpini%e7%9a%84datetimezone%e8%ae%be%e7%bd%ae%e9%97%ae%e9%a2%98/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
