<?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>一种精神 &#124; 冷雨飞竹 &#187; LAMP</title>
	<atom:link href="http://www.boofee.net/flyingbamboo/topics/software/lamp/feed" rel="self" type="application/rss+xml" />
	<link>http://www.boofee.net/flyingbamboo</link>
	<description>Just a personal blog - flyingbamboo</description>
	<lastBuildDate>Mon, 24 May 2010 03:03:48 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>wordpress 文章修订版本清理</title>
		<link>http://www.boofee.net/flyingbamboo/archives/638</link>
		<comments>http://www.boofee.net/flyingbamboo/archives/638#comments</comments>
		<pubDate>Thu, 11 Feb 2010 05:04:36 +0000</pubDate>
		<dc:creator>飞竹</dc:creator>
				<category><![CDATA[LAMP]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[修订版本]]></category>

		<guid isPermaLink="false">http://www.boofee.net/flyingbamboo/archives/638</guid>
		<description><![CDATA[wordpress使用了时间长了，很多文章改过好多次，留下了一片的修订版本数据，所以得清理一下，假定数据前缀 wp_ ，使用sql语句：
DELETE a,b,c FROM wp_posts a LEFT JOIN wp_term_relationships b ON (a.ID = b.object_id) LEFT JOIN wp_postmeta c ON (a.ID = c.post_id) WHERE a.post_type = 'revision'
]]></description>
			<content:encoded><![CDATA[<p>wordpress使用了时间长了，很多文章改过好多次，留下了一片的修订版本数据，所以得清理一下，假定数据前缀 wp_ ，使用sql语句：</p>
<p><code>DELETE a,b,c FROM wp_posts a <br />LEFT JOIN wp_term_relationships b ON (a.ID = b.object_id) <br />LEFT JOIN wp_postmeta c ON (a.ID = c.post_id) <br />WHERE a.post_type = 'revision'</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.boofee.net/flyingbamboo/archives/638/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>windows apache php5.3.0 安装</title>
		<link>http://www.boofee.net/flyingbamboo/archives/332</link>
		<comments>http://www.boofee.net/flyingbamboo/archives/332#comments</comments>
		<pubDate>Thu, 12 Nov 2009 03:51:09 +0000</pubDate>
		<dc:creator>飞竹</dc:creator>
				<category><![CDATA[LAMP]]></category>
		<category><![CDATA[释疑]]></category>

		<guid isPermaLink="false">http://www.boofee.net/flyingbamboo/?p=332</guid>
		<description><![CDATA[这个是解释性的文章 并不含如何安装
http://windows.php.net/download/ windows中使用的php文件是在这里下载，但是非常不幸，解释文章在左侧边下面不起眼的位置。
Which version do I choose?
If you are using PHP with Apache 1 or Apache2 from apache.org you need to use the VC6 versions of PHP If you are using PHP with IIS you should use the VC9 versions of PHP VC6 Versions are compiled with the legacy Visual Studio 6 compiler VC9 Versions [...]]]></description>
			<content:encoded><![CDATA[<p>这个是解释性的文章 并不含如何安装</p>
<p><a href="http://windows.php.net/download/">http://windows.php.net/download/</a> windows中使用的php文件是在这里下载，但是非常不幸，解释文章在左侧边下面不起眼的位置。</p>
<blockquote style="FONT-SIZE: 10px"><h3>Which version do I choose?</h3>
<p>If you are using PHP with Apache 1 or Apache2 from apache.org you need to use the VC6 versions of PHP <br />If you are using PHP with IIS you should use the VC9 versions of PHP <br />VC6 Versions are compiled with the legacy Visual Studio 6 compiler <br />VC9 Versions are compiled with the Visual Studio 2008 compiler and have improvements in performance and stability. The VC9 versions require you to have the <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=9B2DA534-3E03-4391-8A4D-074B9F2BC1BF">Microsoft 2008 C++ Runtime (x86)</a> or the <a href="http://www.microsoft.com/downloads/details.aspx?familyid=bd2a6171-e2d6-4230-b809-9a8d7548c1b6&amp;displaylang=en">Microsoft 2008 C++ Runtime (x64)</a> installed <br />Do <strong>NOT</strong> use VC9 version with apache.org binaries</p>
</blockquote>
<p>诶诶，郁闷了吧 <br />Thread Safe是线程安全，一般apache模块、iis的ISAPI需要使用 <br />Non Thread Safe是无线程安全的，因为php-cgi不需要。 <br />VC6和VC9,vc6是给apache用的,vc9是给IIS用的。VC9需要安装c++2008运行库。</p>
<p>所以 嘿嘿 明白了哇 另外 iis7 现在对php支持的非常好，还自带fastcgi，效率非常高。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.boofee.net/flyingbamboo/archives/332/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS hack 浏览器兼容一览表</title>
		<link>http://www.boofee.net/flyingbamboo/archives/318</link>
		<comments>http://www.boofee.net/flyingbamboo/archives/318#comments</comments>
		<pubDate>Mon, 01 Jun 2009 08:02:37 +0000</pubDate>
		<dc:creator>飞竹</dc:creator>
				<category><![CDATA[LAMP]]></category>
		<category><![CDATA[css]]></category>

		<guid isPermaLink="false">http://www.boofee.net/flyingbamboo/?p=318</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.boofee.net/flyingbamboo/wp-content/uploads/2009/06/css-hacke8a1a8.png" rel="lightbox"><img src="http://www.boofee.net/flyingbamboo/wp-content/uploads/2009/06/zrtn-001n4b8209a4-tn.jpg" style="WIDTH: 211px; HEIGHT: 250px" height="250" width="211"/></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.boofee.net/flyingbamboo/archives/318/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
