<?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>About ZC</title>
	<atom:link href="http://blog.aboutzc.com/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.aboutzc.com</link>
	<description>生活 感悟 编程</description>
	<lastBuildDate>Thu, 10 May 2012 02:08:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>编程语言排行榜</title>
		<link>http://blog.aboutzc.com/archives/124</link>
		<comments>http://blog.aboutzc.com/archives/124#comments</comments>
		<pubDate>Thu, 10 May 2012 02:08:17 +0000</pubDate>
		<dc:creator>ZC</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.aboutzc.com/?p=124</guid>
		<description><![CDATA[VB.Net 这么强悍呢~]]></description>
		<wfw:commentRss>http://blog.aboutzc.com/archives/124/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>让网页3D起来</title>
		<link>http://blog.aboutzc.com/archives/116</link>
		<comments>http://blog.aboutzc.com/archives/116#comments</comments>
		<pubDate>Fri, 23 Mar 2012 05:19:57 +0000</pubDate>
		<dc:creator>ZC</dc:creator>
				<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://blog.aboutzc.com/?p=116</guid>
		<description><![CDATA[将下面的链接加入书签,在浏览其他网页时,点击这个书签,一切都3D起来了 3D Up!!! Chrome only.]]></description>
		<wfw:commentRss>http://blog.aboutzc.com/archives/116/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Actual Multiple Monitors 让任务栏也扩展到多屏幕</title>
		<link>http://blog.aboutzc.com/archives/114</link>
		<comments>http://blog.aboutzc.com/archives/114#comments</comments>
		<pubDate>Mon, 20 Feb 2012 03:31:08 +0000</pubDate>
		<dc:creator>ZC</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.aboutzc.com/?p=114</guid>
		<description><![CDATA[http://www.actualtools.com/multiplemonitors/ Actual Multiple Monitors 让任务栏也扩展到多屏幕,同时会有Start 按钮.]]></description>
		<wfw:commentRss>http://blog.aboutzc.com/archives/114/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>修改Adobe Reader中PDF的背景色</title>
		<link>http://blog.aboutzc.com/archives/112</link>
		<comments>http://blog.aboutzc.com/archives/112#comments</comments>
		<pubDate>Fri, 17 Feb 2012 03:04:16 +0000</pubDate>
		<dc:creator>ZC</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.aboutzc.com/?p=112</guid>
		<description><![CDATA[Open Adobe Reader. Go to Edit &#8211; Preferences &#8211; Accessibility. Make sure the “Replace Document Colors” is checked and click &#8230; <a href="http://blog.aboutzc.com/archives/112" class="more-link">了解更多</a>]]></description>
		<wfw:commentRss>http://blog.aboutzc.com/archives/112/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>蓉蓉,我爱你</title>
		<link>http://blog.aboutzc.com/archives/100</link>
		<comments>http://blog.aboutzc.com/archives/100#comments</comments>
		<pubDate>Mon, 13 Feb 2012 11:21:16 +0000</pubDate>
		<dc:creator>ZC</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.aboutzc.com/?p=100</guid>
		<description><![CDATA[让你快乐,就是我生命的意义]]></description>
		<wfw:commentRss>http://blog.aboutzc.com/archives/100/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>之前Rails在托管服务器中遇到只能解析静态文件的问题,已经解决</title>
		<link>http://blog.aboutzc.com/archives/97</link>
		<comments>http://blog.aboutzc.com/archives/97#comments</comments>
		<pubDate>Mon, 16 Jan 2012 07:03:39 +0000</pubDate>
		<dc:creator>ZC</dc:creator>
				<category><![CDATA[Rails]]></category>
		<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://blog.aboutzc.com/?p=97</guid>
		<description><![CDATA[之前Rails在托管服务器中遇到只能解析静态文件的问题,查看Rails日志发现其实已经执行,但是Apache日志却显示404,后来让客服查看之后知道是Mongrel与Rails间既存的一个bug,客服在Rails项目config\initializers目录下添加了以下代码得到解决. 1: if ['2.3.8', '2.3.9', '2.3.10', '2.3.11', '2.3.12', '2.3.14'].include?(Rails.version) &#38;&#38; Gem.available?('mongrel', Gem::Requirement.new('~&#62;1.1.5')) &#38;&#38; self.class.const_defined?(:Mongrel) 2: 3: # Pulled right from &#8230; <a href="http://blog.aboutzc.com/archives/97" class="more-link">了解更多</a>]]></description>
		<wfw:commentRss>http://blog.aboutzc.com/archives/97/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Win7 + VirtualBox 安装MacOS SnowLeopard</title>
		<link>http://blog.aboutzc.com/archives/95</link>
		<comments>http://blog.aboutzc.com/archives/95#comments</comments>
		<pubDate>Mon, 16 Jan 2012 05:33:22 +0000</pubDate>
		<dc:creator>ZC</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.aboutzc.com/?p=95</guid>
		<description><![CDATA[参考了老赵的这篇博客 但是在我的机器上,停止在了加载雪豹的安装盘那个步骤。后来查看网友的留言，将启动盘换成empireefi_1085_row.zip 就好了]]></description>
		<wfw:commentRss>http://blog.aboutzc.com/archives/95/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Rails 使用 mysql时 出现 “!!! The bundled mysql.rb driver has been removed from Rails 2.2. Please install the mysql gem and try again: gem install mysql. “的解决办法</title>
		<link>http://blog.aboutzc.com/archives/91</link>
		<comments>http://blog.aboutzc.com/archives/91#comments</comments>
		<pubDate>Thu, 12 Jan 2012 10:53:40 +0000</pubDate>
		<dc:creator>ZC</dc:creator>
				<category><![CDATA[Rails]]></category>
		<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://blog.aboutzc.com/?p=91</guid>
		<description><![CDATA[在使用mysql时提示此信息 !!! The bundled mysql.rb driver has been removed from Rails 2.2. Please install the mysql gem and try again: gem &#8230; <a href="http://blog.aboutzc.com/archives/91" class="more-link">了解更多</a>]]></description>
		<wfw:commentRss>http://blog.aboutzc.com/archives/91/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>你所拖延的一切，最终会在一瞬间爆发出来</title>
		<link>http://blog.aboutzc.com/archives/87</link>
		<comments>http://blog.aboutzc.com/archives/87#comments</comments>
		<pubDate>Tue, 20 Dec 2011 14:45:56 +0000</pubDate>
		<dc:creator>ZC</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.aboutzc.com/?p=87</guid>
		<description><![CDATA[你所拖延的一切，最终会在一瞬间爆发出来 &#8211;有感于最近发生的种种不顺]]></description>
		<wfw:commentRss>http://blog.aboutzc.com/archives/87/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Send from my windows phone</title>
		<link>http://blog.aboutzc.com/archives/23</link>
		<comments>http://blog.aboutzc.com/archives/23#comments</comments>
		<pubDate>Fri, 16 Dec 2011 04:24:39 +0000</pubDate>
		<dc:creator>ZC</dc:creator>
				<category><![CDATA[Windows Phone]]></category>

		<guid isPermaLink="false">http://blog.aboutzc.com/?p=23</guid>
		<description><![CDATA[This post is sent from my windows phone.]]></description>
		<wfw:commentRss>http://blog.aboutzc.com/archives/23/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

