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

<channel>
	<title>枫子博客解决</title>
	<atom:link href="http://www.imfeng.com/tag/%e8%a7%a3%e5%86%b3/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.imfeng.com</link>
	<description>很枫的那种 闲人请勿靠近</description>
	<lastBuildDate>Sun, 05 Feb 2012 11:12:22 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Mysql 出现Table &#8216;xxx&#8217; is read only 解决办法</title>
		<link>http://www.imfeng.com/mysql-got-table-xxx-is-read-only/</link>
		<comments>http://www.imfeng.com/mysql-got-table-xxx-is-read-only/#comments</comments>
		<pubDate>Mon, 05 Dec 2011 14:17:48 +0000</pubDate>
		<dc:creator>枫子</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[SQL数据库]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[解决]]></category>

		<guid isPermaLink="false">http://www.imfeng.com/?p=900</guid>
		<description><![CDATA[在Linux下面执行下面命令就可以了，当然你要找到你的mysql目录
/usr/local/mysql/bin/mysqladmin -u root -p flush-tables
如果你是Windows的话，登录mysql 然后执行 flush-tables 即可。
Here is no comments yet by the time  your rss reader get this, Do you want to be the first commentor? Hurry up ]]></description>
			<content:encoded><![CDATA[<p>在Linux下面执行下面命令就可以了，当然你要找到你的mysql目录</p>
<pre class="brush: php; title: ;">/usr/local/mysql/bin/mysqladmin -u root -p flush-tables</pre>
<p>如果你是Windows的话，登录mysql 然后执行 flush-tables 即可。</p>
Here is no comments yet by the time  your rss reader get this, Do you want to be the first commentor? Hurry up ]]></content:encoded>
			<wfw:commentRss>http://www.imfeng.com/mysql-got-table-xxx-is-read-only/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux cp -rf复制提示覆盖 完美解决</title>
		<link>http://www.imfeng.com/linux-cp-rf-copy-no-tips/</link>
		<comments>http://www.imfeng.com/linux-cp-rf-copy-no-tips/#comments</comments>
		<pubDate>Thu, 24 Nov 2011 17:19:07 +0000</pubDate>
		<dc:creator>枫子</dc:creator>
				<category><![CDATA[生活日记]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[解决]]></category>

		<guid isPermaLink="false">http://www.imfeng.com/?p=892</guid>
		<description><![CDATA[平常在Linux中使用 cp 命令时,会发现将一个目录中文件复制到另一个目录具有相同文件名称时,即使添加了 -rf 参数强制覆盖复制时,系统仍然会提示让你一个个的手工输入 y 确认复制。
很麻烦，解决办法很简单：
 unalias cp 
去掉cp别名。
恢复方法也简单
alias cp='cp -i'
Here is no comments yet by the time  your rss reader get this, Do you want to be the first commentor? Hurry up ]]></description>
			<content:encoded><![CDATA[<p>平常在Linux中使用 cp 命令时,会发现将一个目录中文件复制到另一个目录具有相同文件名称时,即使添加了 -rf 参数强制覆盖复制时,系统仍然会提示让你一个个的手工输入 y 确认复制。<span id="more-892"></span></p>
<p>很麻烦，解决办法很简单：</p>
<pre class="brush: php; title: ;"> unalias cp </pre>
<p>去掉cp别名。</p>
<p>恢复方法也简单</p>
<pre class="brush: php; title: ;">alias cp='cp -i'</pre>
Here is no comments yet by the time  your rss reader get this, Do you want to be the first commentor? Hurry up ]]></content:encoded>
			<wfw:commentRss>http://www.imfeng.com/linux-cp-rf-copy-no-tips/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Service Unavailable解决方法</title>
		<link>http://www.imfeng.com/service-unavailable/</link>
		<comments>http://www.imfeng.com/service-unavailable/#comments</comments>
		<pubDate>Wed, 03 Mar 2010 04:45:36 +0000</pubDate>
		<dc:creator>枫子</dc:creator>
				<category><![CDATA[服务器]]></category>
		<category><![CDATA[Service Unavailable]]></category>
		<category><![CDATA[解决]]></category>

		<guid isPermaLink="false">http://www.imfeng.com/?p=147</guid>
		<description><![CDATA[具体原因不是很清楚，可能是流量超过限制 或者IIS连接数超过限制。
解决方法就是回收一下应用池。很简单，应用池上面点右键，回收。
Service Unavailable问题就解决了。
感谢弦提供方法。
By the time  your rss reader get this post here is  2 comments ,Welcome you come to leave your opinion !]]></description>
			<content:encoded><![CDATA[<p>具体原因不是很清楚，可能是流量超过限制 或者IIS连接数超过限制。</p>
<p>解决方法就是回收一下应用池。很简单，应用池上面点右键，回收。</p>
<p>Service Unavailable问题就解决了。</p>
<p>感谢<a href="http://www.fukecheng.com/">弦</a>提供方法。</p>
By the time  your rss reader get this post here is <strong> 2 </strong>comments ,Welcome you come to leave your opinion !]]></content:encoded>
			<wfw:commentRss>http://www.imfeng.com/service-unavailable/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

