<?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>Just is here--恰恰在这里</title>
	<atom:link href="http://ishere.cn/feed" rel="self" type="application/rss+xml" />
	<link>http://ishere.cn</link>
	<description>仅此而已</description>
	<lastBuildDate>Fri, 06 Aug 2010 00:12:41 +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>win7开机自动拨号上网-此方有效</title>
		<link>http://ishere.cn/2010/08/06/win7-autodial.html</link>
		<comments>http://ishere.cn/2010/08/06/win7-autodial.html#comments</comments>
		<pubDate>Fri, 06 Aug 2010 00:09:20 +0000</pubDate>
		<dc:creator>jena</dc:creator>
				<category><![CDATA[windows]]></category>
		<category><![CDATA[win7]]></category>
		<category><![CDATA[自动拔号]]></category>

		<guid isPermaLink="false">http://ishere.cn/?p=658</guid>
		<description><![CDATA[一：在　控制面板\网络和 Internet\网络连接，新建一拔号边接。 ，若早已存在拔号连接，就不需要新建了。 二：右键宽带连接，属性，选项，拔号选项，将前两个复杂框的勾选去掉，保存，关闭。 三：Win+R，regedit，进入注册表，找到HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run节点，右侧新建一个字符串值，名称为：AutoDial，双击新建项，输入键值：c:\Windows\System32\rasphone -d &#8220;宽带连接&#8221;，“宽带连接”就是你自己建立拔号连接的实际名称。确定，关闭注册表。 重启机器，已经是自动拔号，也没有“正在验证”等信息了，干净利索。 参考：http://www.xici.net/main.asp?url=/u19249244/d121344105.htm]]></description>
			<content:encoded><![CDATA[<p>一：在　控制面板\网络和 Internet\网络连接，新建一拔号边接。<br />
<a href="http://ishere.cn/wp-content/uploads/2010/08/autodial-1.png"><img class="alignnone size-full wp-image-659" title="autodial-1" src="http://ishere.cn/wp-content/uploads/2010/08/autodial-1.png" alt="" width="270" height="71" /></a>，若早已存在拔号连接，就不需要新建了。</p>
<p>二：右键宽带连接，属性，选项，拔号选项，将前两个复杂框的勾选去掉，保存，关闭。<a href="http://ishere.cn/wp-content/uploads/2010/08/autodial-2.png"><img class="alignnone size-full wp-image-660" title="autodial-2" src="http://ishere.cn/wp-content/uploads/2010/08/autodial-2.png" alt="" width="268" height="101" /></a></p>
<p>三：Win+R，regedit，进入注册表，找到HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run节点，右侧新建一个字符串值，名称为：AutoDial，双击新建项，输入键值：c:\Windows\System32\rasphone -d &#8220;宽带连接&#8221;，“宽带连接”就是你自己建立拔号连接的实际名称。<a href="http://ishere.cn/wp-content/uploads/2010/08/autodial-3.png"><img class="alignnone size-full wp-image-661" title="autodial-3" src="http://ishere.cn/wp-content/uploads/2010/08/autodial-3.png" alt="" width="393" height="167" /></a>确定，关闭注册表。</p>
<p>重启机器，已经是自动拔号，也没有“正在验证”等信息了，干净利索。</p>
<p>参考：http://www.xici.net/main.asp?url=/u19249244/d121344105.htm</p>
]]></content:encoded>
			<wfw:commentRss>http://ishere.cn/2010/08/06/win7-autodial.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CentOS5下yum安装MSSQL</title>
		<link>http://ishere.cn/2010/08/05/centos5%e4%b8%8byum%e5%ae%89%e8%a3%85mssql.html</link>
		<comments>http://ishere.cn/2010/08/05/centos5%e4%b8%8byum%e5%ae%89%e8%a3%85mssql.html#comments</comments>
		<pubDate>Thu, 05 Aug 2010 00:10:57 +0000</pubDate>
		<dc:creator>jena</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[mssql]]></category>
		<category><![CDATA[centos]]></category>

		<guid isPermaLink="false">http://ishere.cn/?p=653</guid>
		<description><![CDATA[命令：yum install freetds php-mssql 安装完成后，phpinfo(); OK，大功告成。 参考资料：http://jerryboy.no-ip.com/forum/index.php?topic=750.0]]></description>
			<content:encoded><![CDATA[<p>命令：yum install freetds php-mssql</p>
<p><a href="http://ishere.cn/wp-content/uploads/2010/08/yun_install_mssql.png"><img class="alignnone size-full wp-image-654" title="yun_install_mssql" src="http://ishere.cn/wp-content/uploads/2010/08/yun_install_mssql.png" alt="" width="643" height="164" /></a></p>
<p>安装完成后，phpinfo();</p>
<p><a href="http://ishere.cn/wp-content/uploads/2010/08/phpinfo_mssql.png"><img class="alignnone size-full wp-image-655" title="phpinfo_mssql" src="http://ishere.cn/wp-content/uploads/2010/08/phpinfo_mssql.png" alt="" width="623" height="222" /></a></p>
<p>OK，大功告成。</p>
<p>参考资料：http://jerryboy.no-ip.com/forum/index.php?topic=750.0</p>
]]></content:encoded>
			<wfw:commentRss>http://ishere.cn/2010/08/05/centos5%e4%b8%8byum%e5%ae%89%e8%a3%85mssql.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>重装系统后将MySQL服务添加到Windows系统服务中</title>
		<link>http://ishere.cn/2010/07/31/%e9%87%8d%e8%a3%85%e7%b3%bb%e7%bb%9f%e5%90%8e%e5%b0%86mysql%e6%9c%8d%e5%8a%a1%e6%b7%bb%e5%8a%a0%e5%88%b0windows%e7%b3%bb%e7%bb%9f%e6%9c%8d%e5%8a%a1%e4%b8%ad.html</link>
		<comments>http://ishere.cn/2010/07/31/%e9%87%8d%e8%a3%85%e7%b3%bb%e7%bb%9f%e5%90%8e%e5%b0%86mysql%e6%9c%8d%e5%8a%a1%e6%b7%bb%e5%8a%a0%e5%88%b0windows%e7%b3%bb%e7%bb%9f%e6%9c%8d%e5%8a%a1%e4%b8%ad.html#comments</comments>
		<pubDate>Sat, 31 Jul 2010 02:21:23 +0000</pubDate>
		<dc:creator>jena</dc:creator>
				<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://ishere.cn/?p=649</guid>
		<description><![CDATA[系统由WIN2008改为WIN7以后，MYSQL（我装在D盘）的系统服务没有了，这样就不能开机自动启动了，使用下面的方法可以解决此问题： 开始》运行》cmd》进入mysql安装目录》执行mysqld -install，若返回信息为：Service successfully installed.则说明已将MYSQL成功添加到系统服务了。]]></description>
			<content:encoded><![CDATA[<p>系统由WIN2008改为WIN7以后，MYSQL（我装在D盘）的系统服务没有了，这样就不能开机自动启动了，使用下面的方法可以解决此问题：</p>
<p>开始》运行》cmd》进入mysql安装目录》执行mysqld -install，若返回信息为：Service successfully installed.则说明已将MYSQL成功添加到系统服务了。</p>
]]></content:encoded>
			<wfw:commentRss>http://ishere.cn/2010/07/31/%e9%87%8d%e8%a3%85%e7%b3%bb%e7%bb%9f%e5%90%8e%e5%b0%86mysql%e6%9c%8d%e5%8a%a1%e6%b7%bb%e5%8a%a0%e5%88%b0windows%e7%b3%bb%e7%bb%9f%e6%9c%8d%e5%8a%a1%e4%b8%ad.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>很有意思的一张图片［左脑还是右脑思考］</title>
		<link>http://ishere.cn/2010/07/17/%e5%be%88%e6%9c%89%e6%84%8f%e6%80%9d%e7%9a%84%e4%b8%80%e5%bc%a0%e5%9b%be%e7%89%87%ef%bc%bb%e5%b7%a6%e8%84%91%e8%bf%98%e6%98%af%e5%8f%b3%e8%84%91%e6%80%9d%e8%80%83%ef%bc%bd.html</link>
		<comments>http://ishere.cn/2010/07/17/%e5%be%88%e6%9c%89%e6%84%8f%e6%80%9d%e7%9a%84%e4%b8%80%e5%bc%a0%e5%9b%be%e7%89%87%ef%bc%bb%e5%b7%a6%e8%84%91%e8%bf%98%e6%98%af%e5%8f%b3%e8%84%91%e6%80%9d%e8%80%83%ef%bc%bd.html#comments</comments>
		<pubDate>Sat, 17 Jul 2010 00:13:56 +0000</pubDate>
		<dc:creator>jena</dc:creator>
				<category><![CDATA[some words]]></category>

		<guid isPermaLink="false">http://ishere.cn/?p=646</guid>
		<description><![CDATA[你看到的是顺时针旋转还是逆时针？ 顺时针，是左脑思考，逆时针，是右脑思考]]></description>
			<content:encoded><![CDATA[<p><img src="http://ishere.cn/wp-content/uploads/2010/07/1211896779501.gif" alt="" title="1211896779501" width="300" height="400" class="alignnone size-full wp-image-647" /></p>
<p>你看到的是顺时针旋转还是逆时针？<br />
顺时针，是左脑思考，逆时针，是右脑思考</p>
]]></content:encoded>
			<wfw:commentRss>http://ishere.cn/2010/07/17/%e5%be%88%e6%9c%89%e6%84%8f%e6%80%9d%e7%9a%84%e4%b8%80%e5%bc%a0%e5%9b%be%e7%89%87%ef%bc%bb%e5%b7%a6%e8%84%91%e8%bf%98%e6%98%af%e5%8f%b3%e8%84%91%e6%80%9d%e8%80%83%ef%bc%bd.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>页面图片加载失败时自动替换</title>
		<link>http://ishere.cn/2010/07/02/%e9%a1%b5%e9%9d%a2%e5%9b%be%e7%89%87%e5%8a%a0%e8%bd%bd%e5%a4%b1%e8%b4%a5%e6%97%b6%e8%87%aa%e5%8a%a8%e6%9b%bf%e6%8d%a2.html</link>
		<comments>http://ishere.cn/2010/07/02/%e9%a1%b5%e9%9d%a2%e5%9b%be%e7%89%87%e5%8a%a0%e8%bd%bd%e5%a4%b1%e8%b4%a5%e6%97%b6%e8%87%aa%e5%8a%a8%e6%9b%bf%e6%8d%a2.html#comments</comments>
		<pubDate>Fri, 02 Jul 2010 05:16:53 +0000</pubDate>
		<dc:creator>jena</dc:creator>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[img onerror]]></category>

		<guid isPermaLink="false">http://ishere.cn/?p=640</guid>
		<description><![CDATA[1&#60;img onerror=&#34;this.onerror=null;this.src='/img/default.gif'&#34; src=&#34;/img/customer.gif&#34; align=&#34;absmiddle&#34; /&#62; 利用IMG的onerror属性，当指定图片加载失败时，onerror属性触发，然后用this.src指定默认图片替换。]]></description>
			<content:encoded><![CDATA[<div class="codecolorer-container html4strict geshi" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br /></div></td><td><div class="html4strict codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">img</span> onerror<span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;this.onerror=null;this.src='/img/default.gif'&quot;</span> <span style="color: #000066;">src</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;/img/customer.gif&quot;</span> <span style="color: #000066;">align</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;absmiddle&quot;</span> <span style="color: #66cc66;">/</span>&gt;</span></div></td></tr></tbody></table></div>
<p>利用IMG的onerror属性，当指定图片加载失败时，onerror属性触发，然后用this.src指定默认图片替换。</p>
]]></content:encoded>
			<wfw:commentRss>http://ishere.cn/2010/07/02/%e9%a1%b5%e9%9d%a2%e5%9b%be%e7%89%87%e5%8a%a0%e8%bd%bd%e5%a4%b1%e8%b4%a5%e6%97%b6%e8%87%aa%e5%8a%a8%e6%9b%bf%e6%8d%a2.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IE下绝对定位层被遮挡（已解决）</title>
		<link>http://ishere.cn/2010/06/29/ie%e4%b8%8b%e7%bb%9d%e5%af%b9%e5%ae%9a%e4%bd%8d%e5%b1%82%e8%a2%ab%e9%81%ae%e6%8c%a1%ef%bc%88%e5%b7%b2%e8%a7%a3%e5%86%b3%ef%bc%89.html</link>
		<comments>http://ishere.cn/2010/06/29/ie%e4%b8%8b%e7%bb%9d%e5%af%b9%e5%ae%9a%e4%bd%8d%e5%b1%82%e8%a2%ab%e9%81%ae%e6%8c%a1%ef%bc%88%e5%b7%b2%e8%a7%a3%e5%86%b3%ef%bc%89.html#comments</comments>
		<pubDate>Tue, 29 Jun 2010 02:07:47 +0000</pubDate>
		<dc:creator>jena</dc:creator>
				<category><![CDATA[IE]]></category>

		<guid isPermaLink="false">http://ishere.cn/?p=632</guid>
		<description><![CDATA[先了解一下所涉及到的几个定位特性： 1. 相对定位元素默认的z-index的数值是0。 2. 当两个相对定位同时出现时，代码靠后的z-index优先。 3. 子级遵循父级设定的z-index，如果子级设定了绝对定位、z-index，可以冲破父级显示。 看下面的代码： 12345&#60;div style=”position:relative; background:#FF0000; width:200px; height:100px;”&#62; &#60;div style=”position:absolute; background:#FFFF00; width:49px; height:50px; left:106px; top:310px; z-index:100“&#62;&#60;/div&#62; &#60;/div&#62; &#60;div style=”position:relative; background:#000000; width:200px; height:100px;”&#62;&#60;/div&#62; &#60;div style=”position:relative; background:#9900FF; width:200px; height:100px;”&#62;&#60;/div&#62; 代码解释：上面是三个相邻的相对定位的层，在第一个层里加了个相对其绝对定位的层，按照理论，这个绝对定位的元素是在三个相对定位元素之上的，但是，实际却没有显示。尝试设置z-index值也没有效。 按照定位的特性，ie的这个bug是可以回避的： 从表面上看是下面的相对定位层遮住了上面的绝对定位层，实际上是下面的相对定位层遮住了绝对定位层的父级层，只要将该父级层的z-index设定大于后面的层即可。]]></description>
			<content:encoded><![CDATA[<p>先了解一下所涉及到的几个定位特性：</p>
<p>1. 相对定位元素默认的z-index的数值是0。<br />
2. 当两个相对定位同时出现时，代码靠后的z-index优先。<br />
3. 子级遵循父级设定的z-index，如果子级设定了绝对定位、z-index，可以冲破父级显示。</p>
<p>看下面的代码：</p>
<div class="codecolorer-container html4strict geshi" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br />3<br />4<br />5<br /></div></td><td><div class="html4strict codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">div</span> <span style="color: #000066;">style</span><span style="color: #66cc66;">=</span>”position:relative; <span style="color: #000066;">background</span>:#FF0000; <span style="color: #000066;">width</span>:200px; <span style="color: #000066;">height</span>:100px;”&gt;</span><br />
<span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">div</span> <span style="color: #000066;">style</span><span style="color: #66cc66;">=</span>”position:absolute; <span style="color: #000066;">background</span>:#FFFF00; <span style="color: #000066;">width</span>:49px; <span style="color: #000066;">height</span>:50px; left:106px; top:310px; z-index:<span style="color: #cc66cc;">100</span>“&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">div</span>&gt;</span><br />
<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">div</span>&gt;</span><br />
<span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">div</span> <span style="color: #000066;">style</span><span style="color: #66cc66;">=</span>”position:relative; <span style="color: #000066;">background</span>:#000000; <span style="color: #000066;">width</span>:200px; <span style="color: #000066;">height</span>:100px;”&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">div</span>&gt;</span><br />
<span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">div</span> <span style="color: #000066;">style</span><span style="color: #66cc66;">=</span>”position:relative; <span style="color: #000066;">background</span>:#9900FF; <span style="color: #000066;">width</span>:200px; <span style="color: #000066;">height</span>:100px;”&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">div</span>&gt;</span></div></td></tr></tbody></table></div>
<p>代码解释：上面是三个相邻的相对定位的层，在第一个层里加了个相对其绝对定位的层，按照理论，这个绝对定位的元素是在三个相对定位元素之上的，但是，实际却没有显示。尝试设置z-index值也没有效。</p>
<p>按照定位的特性，ie的这个bug是可以回避的：</p>
<blockquote><p>
从表面上看是下面的相对定位层遮住了上面的绝对定位层，实际上是下面的相对定位层遮住了绝对定位层的父级层，只要将该父级层的z-index设定大于后面的层即可。</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://ishere.cn/2010/06/29/ie%e4%b8%8b%e7%bb%9d%e5%af%b9%e5%ae%9a%e4%bd%8d%e5%b1%82%e8%a2%ab%e9%81%ae%e6%8c%a1%ef%bc%88%e5%b7%b2%e8%a7%a3%e5%86%b3%ef%bc%89.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>apache禁止使用IP访问</title>
		<link>http://ishere.cn/2010/06/26/apache%e7%a6%81%e6%ad%a2%e4%bd%bf%e7%94%a8ip%e8%ae%bf%e9%97%ae.html</link>
		<comments>http://ishere.cn/2010/06/26/apache%e7%a6%81%e6%ad%a2%e4%bd%bf%e7%94%a8ip%e8%ae%bf%e9%97%ae.html#comments</comments>
		<pubDate>Sat, 26 Jun 2010 00:35:57 +0000</pubDate>
		<dc:creator>jena</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[apache]]></category>

		<guid isPermaLink="false">http://ishere.cn/?p=624</guid>
		<description><![CDATA[12345678910NameVirtualHost *:80 &#60;VirtualHost *.*.*.*:80&#62; &#160;==&#62;(*.*.*.*为服务器IP地址) &#160; &#160; ServerAdmin webmaster@domain.com &#160; &#160; ServerName *.*.*.* &#160; &#160; &#60;Location /&#62; &#160; &#160; &#160; &#160; Order Deny,Allow &#160; &#160; &#160; &#160; Deny from all &#160; &#160; &#60;/Location&#62; &#60;/VirtualHost&#62; 站点限制某IP访问，加上此句： 123Order Allow,Deny Allow from all &#8230; <a href="http://ishere.cn/2010/06/26/apache%e7%a6%81%e6%ad%a2%e4%bd%bf%e7%94%a8ip%e8%ae%bf%e9%97%ae.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div class="codecolorer-container apache geshi" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br />3<br />4<br />5<br />6<br />7<br />8<br />9<br />10<br /></div></td><td><div class="apache codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #00007f;">NameVirtualHost</span> *:<span style="color: #ff0000;">80</span><br />
<br />
&lt;<span style="color: #000000; font-weight:bold;">VirtualHost</span> *.*.*.*:<span style="color: #ff0000;">80</span>&gt; &nbsp;==&gt;(*.*.*.*为服务器IP地址)<br />
&nbsp; &nbsp; <span style="color: #00007f;">ServerAdmin</span> webmaster@domain.com<br />
&nbsp; &nbsp; <span style="color: #00007f;">ServerName</span> *.*.*.*<br />
&nbsp; &nbsp; &lt;<span style="color: #000000; font-weight:bold;">Location</span> /&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #00007f;">Order</span> <span style="color: #00007f;">Deny</span>,<span style="color: #00007f;">Allow</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #00007f;">Deny</span> from <span style="color: #0000ff;">all</span><br />
&nbsp; &nbsp; &lt;/<span style="color: #000000; font-weight:bold;">Location</span>&gt;<br />
&lt;/<span style="color: #000000; font-weight:bold;">VirtualHost</span>&gt;</div></td></tr></tbody></table></div>
<p><a href="http://apache.org"><img src="http://ishere.cn/wp-content/uploads/2010/06/apache.png" alt="" title="apache" width="390" height="129" class="alignnone size-full wp-image-626" /></a></p>
<p>站点限制某IP访问，加上此句：</p>
<div class="codecolorer-container apache geshi" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br />3<br /></div></td><td><div class="apache codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #00007f;">Order</span> <span style="color: #00007f;">Allow</span>,<span style="color: #00007f;">Deny</span><br />
<span style="color: #00007f;">Allow</span> from <span style="color: #0000ff;">all</span><br />
<span style="color: #00007f;">Deny</span> from 10.0.0.1/<span style="color: #ff0000;">16</span>(此处为要限制的IP)</div></td></tr></tbody></table></div>
]]></content:encoded>
			<wfw:commentRss>http://ishere.cn/2010/06/26/apache%e7%a6%81%e6%ad%a2%e4%bd%bf%e7%94%a8ip%e8%ae%bf%e9%97%ae.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Love Flower</title>
		<link>http://ishere.cn/2010/06/25/love-flower.html</link>
		<comments>http://ishere.cn/2010/06/25/love-flower.html#comments</comments>
		<pubDate>Fri, 25 Jun 2010 06:03:12 +0000</pubDate>
		<dc:creator>jena</dc:creator>
				<category><![CDATA[some words]]></category>

		<guid isPermaLink="false">http://ishere.cn/?p=611</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://ishere.cn/wp-content/uploads/2010/06/cropped-topbanner-1.jpg"><img class="alignnone size-medium wp-image-605" title="cropped-topbanner-1.jpg" src="http://ishere.cn/wp-content/uploads/2010/06/cropped-topbanner-1-300x63.jpg" alt="" width="300" height="63" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://ishere.cn/2010/06/25/love-flower.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows右键“打开方式”不能添加新程序[已解决]</title>
		<link>http://ishere.cn/2010/06/24/windows%e5%8f%b3%e9%94%ae%e2%80%9c%e6%89%93%e5%bc%80%e6%96%b9%e5%bc%8f%e2%80%9d%e4%b8%8d%e8%83%bd%e6%b7%bb%e5%8a%a0%e6%96%b0%e7%a8%8b%e5%ba%8f%e5%b7%b2%e8%a7%a3%e5%86%b3.html</link>
		<comments>http://ishere.cn/2010/06/24/windows%e5%8f%b3%e9%94%ae%e2%80%9c%e6%89%93%e5%bc%80%e6%96%b9%e5%bc%8f%e2%80%9d%e4%b8%8d%e8%83%bd%e6%b7%bb%e5%8a%a0%e6%96%b0%e7%a8%8b%e5%ba%8f%e5%b7%b2%e8%a7%a3%e5%86%b3.html#comments</comments>
		<pubDate>Thu, 24 Jun 2010 02:13:55 +0000</pubDate>
		<dc:creator>jena</dc:creator>
				<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://ishere.cn/?p=564</guid>
		<description><![CDATA[症 状：右键选择打开方式，发现想要的程序没有在列表里面，点击浏览，选择想要的这个程序，点击打开，回到了选择列表，发现没有把想要 的程序加进 去。 解决方案：点“开始”-“运行”，输入regedit 进入注册表，找到“HKEY_CLASSES_ROOT\Applications \*程序执行文件名称*\shell\open\command”，双击看右侧“默认”，看程序所在路径是否正确。如果错误，就更正，然后关闭注册 表。以FireWords为例，查找“HKEY_CLASSES_ROOT\Applications \firewords.exe\shell\open\command”，查看右侧路径，修正为正确路径后，关闭注册表。再右键打开方式里，就有 fireworks了。 原文：http://hi.baidu.com/830808/blog/item/40fc1923898e6946935807ee.html]]></description>
			<content:encoded><![CDATA[<p><strong>症 状</strong>：右键选择打开方式，发现想要的程序没有在列表里面，点击浏览，选择想要的这个程序，点击打开，回到了选择列表，发现没有把想要 的程序加进 去。</p>
<p><span style="color: #ff0000;"><strong>解决方案</strong></span>：点“开始”-“运行”，输入regedit   进入注册表，找到“HKEY_CLASSES_ROOT\Applications  \*程序执行文件名称*\shell\open\command”，双击看右侧“默认”，看程序所在路径是否正确。如果错误，就更正，然后关闭注册  表。以FireWords为例，查找“HKEY_CLASSES_ROOT\Applications  \firewords.exe\shell\open\command”，查看右侧路径，修正为正确路径后，关闭注册表。再右键打开方式里，就有 fireworks了。</p>
<p>原文：http://hi.baidu.com/830808/blog/item/40fc1923898e6946935807ee.html</p>
]]></content:encoded>
			<wfw:commentRss>http://ishere.cn/2010/06/24/windows%e5%8f%b3%e9%94%ae%e2%80%9c%e6%89%93%e5%bc%80%e6%96%b9%e5%bc%8f%e2%80%9d%e4%b8%8d%e8%83%bd%e6%b7%bb%e5%8a%a0%e6%96%b0%e7%a8%8b%e5%ba%8f%e5%b7%b2%e8%a7%a3%e5%86%b3.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>恢复“右键新建文本文档”</title>
		<link>http://ishere.cn/2010/06/23/%e6%81%a2%e5%a4%8d-%e5%8f%b3%e9%94%ae%e6%96%b0%e5%bb%ba%e6%96%87%e6%9c%ac%e6%96%87%e6%a1%a3.html</link>
		<comments>http://ishere.cn/2010/06/23/%e6%81%a2%e5%a4%8d-%e5%8f%b3%e9%94%ae%e6%96%b0%e5%bb%ba%e6%96%87%e6%9c%ac%e6%96%87%e6%a1%a3.html#comments</comments>
		<pubDate>Wed, 23 Jun 2010 00:47:00 +0000</pubDate>
		<dc:creator>jena</dc:creator>
				<category><![CDATA[windows]]></category>
		<category><![CDATA[txt]]></category>

		<guid isPermaLink="false">http://ishere.cn/?p=555</guid>
		<description><![CDATA[123456789101112131415Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\.txt] @=&#34;txtfile&#34; &#34;PerceivedType&#34;=&#34;text&#34; &#34;Content Type&#34;=&#34;text/plain&#34; [HKEY_CLASSES_ROOT\.txt\OpenWithList] @=&#34;&#34; [HKEY_CLASSES_ROOT\.txt\PersistentHandler] @=&#34;{5e941d80-bf96-11cd-b579-08002b30bfeb}&#34; [HKEY_CLASSES_ROOT\.txt\ShellNew] &#34;NullFile&#34;=&#34;&#34; 将以上内容复制到文本文件中，后缀修改为reg，双击执行，一路确认下去，OK]]></description>
			<content:encoded><![CDATA[<div class="codecolorer-container text geshi" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br />3<br />4<br />5<br />6<br />7<br />8<br />9<br />10<br />11<br />12<br />13<br />14<br />15<br /></div></td><td><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">Windows Registry Editor Version 5.00<br />
<br />
[HKEY_CLASSES_ROOT\.txt]<br />
@=&quot;txtfile&quot;<br />
&quot;PerceivedType&quot;=&quot;text&quot;<br />
&quot;Content Type&quot;=&quot;text/plain&quot;<br />
<br />
[HKEY_CLASSES_ROOT\.txt\OpenWithList]<br />
@=&quot;&quot;<br />
<br />
[HKEY_CLASSES_ROOT\.txt\PersistentHandler]<br />
@=&quot;{5e941d80-bf96-11cd-b579-08002b30bfeb}&quot;<br />
<br />
[HKEY_CLASSES_ROOT\.txt\ShellNew]<br />
&quot;NullFile&quot;=&quot;&quot;</div></td></tr></tbody></table></div>
<p>将以上内容复制到文本文件中，后缀修改为reg，双击执行，一路确认下去，OK</p>
<p><a href="http://ishere.cn/wp-content/uploads/2010/06/newcreatetextfile.png"><img class="alignnone size-medium wp-image-556" title="newcreatetextfile" src="http://ishere.cn/wp-content/uploads/2010/06/newcreatetextfile-e1277444698669.png" alt="" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://ishere.cn/2010/06/23/%e6%81%a2%e5%a4%8d-%e5%8f%b3%e9%94%ae%e6%96%b0%e5%bb%ba%e6%96%87%e6%9c%ac%e6%96%87%e6%a1%a3.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
