﻿<?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>刘敏的Blog</title>
	<atom:link href="http://www.liumin.name/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.liumin.name</link>
	<description></description>
	<lastBuildDate>Wed, 14 Mar 2012 23:17:50 +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>Eclipse去掉对JS文件的Validation(转)</title>
		<link>http://www.liumin.name/20120315/eclipse%e5%8e%bb%e6%8e%89%e5%af%b9js%e6%96%87%e4%bb%b6%e7%9a%84validation%e8%bd%ac/</link>
		<comments>http://www.liumin.name/20120315/eclipse%e5%8e%bb%e6%8e%89%e5%af%b9js%e6%96%87%e4%bb%b6%e7%9a%84validation%e8%bd%ac/#comments</comments>
		<pubDate>Wed, 14 Mar 2012 23:17:50 +0000</pubDate>
		<dc:creator>刘 敏</dc:creator>
				<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://www.liumin.name/?p=300</guid>
		<description><![CDATA[eclipse中JS错误提示，于是去掉 Validating 的JAVASCRIPT验证，但是还是一样错误。 去掉.project文件中的以下部分，项目Build终于回复正常了。 org.eclipse.wst.jsdt.core.javascriptValidator org.eclipse.wst.jsdt.core.jsNa... ]]></description>
		<wfw:commentRss>http://www.liumin.name/20120315/eclipse%e5%8e%bb%e6%8e%89%e5%af%b9js%e6%96%87%e4%bb%b6%e7%9a%84validation%e8%bd%ac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>真人镭战CS体验</title>
		<link>http://www.liumin.name/20110919/%e7%9c%9f%e4%ba%ba%e9%95%ad%e6%88%98cs%e4%bd%93%e9%aa%8c-2/</link>
		<comments>http://www.liumin.name/20110919/%e7%9c%9f%e4%ba%ba%e9%95%ad%e6%88%98cs%e4%bd%93%e9%aa%8c-2/#comments</comments>
		<pubDate>Mon, 19 Sep 2011 09:30:20 +0000</pubDate>
		<dc:creator>刘 敏</dc:creator>
				<category><![CDATA[工作生活]]></category>

		<guid isPermaLink="false">http://www.liumin.name/?p=271</guid>
		<description><![CDATA[镭战是一种新兴的时尚体育运动，利用高科技的镭射电子设备来模仿战斗的过程，参加运动的人员手持镭射枪支身穿迷彩军服在丛林与废墟中穿梭与“敌人”展开激烈的“战斗”，亲身体验只... ]]></description>
		<wfw:commentRss>http://www.liumin.name/20110919/%e7%9c%9f%e4%ba%ba%e9%95%ad%e6%88%98cs%e4%bd%93%e9%aa%8c-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>在Mac/Linux/Windows上刷新DNS缓存的方法</title>
		<link>http://www.liumin.name/20110915/mac-linux-windows-flushdns/</link>
		<comments>http://www.liumin.name/20110915/mac-linux-windows-flushdns/#comments</comments>
		<pubDate>Thu, 15 Sep 2011 15:35:35 +0000</pubDate>
		<dc:creator>刘 敏</dc:creator>
				<category><![CDATA[Apple Mac]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[dns]]></category>

		<guid isPermaLink="false">http://www.liumin.name/?p=263</guid>
		<description><![CDATA[在不同的系统中刷新DNS缓存的方法如下。 Mac OS X苹果系统： dscacheutil -flushcache Linux系统： /etc/init.d/nscd restart Windows 7系统: 单击屏幕左下角的开始标志 单击 所有程序 单击 附件 右键单击命令提... ]]></description>
		<wfw:commentRss>http://www.liumin.name/20110915/mac-linux-windows-flushdns/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>mac下的出一个org.apache.catalina.startup.Bootstrap在dock上</title>
		<link>http://www.liumin.name/20110714/mac-org-apache-catalina-startup-bootstrap-doct/</link>
		<comments>http://www.liumin.name/20110714/mac-org-apache-catalina-startup-bootstrap-doct/#comments</comments>
		<pubDate>Thu, 14 Jul 2011 09:41:27 +0000</pubDate>
		<dc:creator>刘 敏</dc:creator>
				<category><![CDATA[JEE]]></category>

		<guid isPermaLink="false">http://www.liumin.name/?p=259</guid>
		<description><![CDATA[不让这个出来，需要加一句java.awt.headless=true，JAVA_OPTS在Tomcat的启动脚本里 (startup.sh or catalina.sh). 例如：export JAVA_OPTS=&#8221;-Djava.awt.headless=true&#8221; 如果在Eclipse里，那么加到tomcat vm arguments后面，... ]]></description>
		<wfw:commentRss>http://www.liumin.name/20110714/mac-org-apache-catalina-startup-bootstrap-doct/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>基于微博的交友网站</title>
		<link>http://www.liumin.name/20110421/zhaoboyou/</link>
		<comments>http://www.liumin.name/20110421/zhaoboyou/#comments</comments>
		<pubDate>Thu, 21 Apr 2011 11:47:17 +0000</pubDate>
		<dc:creator>刘 敏</dc:creator>
				<category><![CDATA[工作生活]]></category>

		<guid isPermaLink="false">http://www.liumin.name/?p=253</guid>
		<description><![CDATA[找博友是一个提供微博交友的在线平台。 微博从开始的一句话博客发展到先在成为一种重要的人与人之间交流沟通的工具。众所周知，作为一个有众多粉丝，您发表的每一条微博都是具有相当... ]]></description>
		<wfw:commentRss>http://www.liumin.name/20110421/zhaoboyou/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DIY一个Hackintosh Mac</title>
		<link>http://www.liumin.name/20101026/diyhackintosh-mac/</link>
		<comments>http://www.liumin.name/20101026/diyhackintosh-mac/#comments</comments>
		<pubDate>Tue, 26 Oct 2010 06:44:02 +0000</pubDate>
		<dc:creator>刘 敏</dc:creator>
				<category><![CDATA[Apple Mac]]></category>

		<guid isPermaLink="false">http://www.liumin.name/?p=249</guid>
		<description><![CDATA[看到一篇文章，http://lifehacker.com/5672051/how-to-build-a-hackintosh-mac-and-install-os-x-in-eight-easy-steps 看起来自己配置的机器性能不错，在淘宝上查了一下相关配件的价格，不加SSD的7千多，加SSD的，9千多... ]]></description>
		<wfw:commentRss>http://www.liumin.name/20101026/diyhackintosh-mac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CentOS 5下使用yum install安装软件出现问题的解决方法</title>
		<link>http://www.liumin.name/20100608/centos-5-yum-install-problem/</link>
		<comments>http://www.liumin.name/20100608/centos-5-yum-install-problem/#comments</comments>
		<pubDate>Tue, 08 Jun 2010 10:35:23 +0000</pubDate>
		<dc:creator>刘 敏</dc:creator>
				<category><![CDATA[CentOS]]></category>
		<category><![CDATA[yum]]></category>

		<guid isPermaLink="false">http://www.liumin.name/?p=245</guid>
		<description><![CDATA[今天在CentOS5下安装一个软件出现了如下错误： Error: pkgKey 169 doesn't exist in repo base You could try using --skip-broken to work around the problem You could try running: package-cleanup --problems package-cleanup --dupes rpm -Va --no... ]]></description>
		<wfw:commentRss>http://www.liumin.name/20100608/centos-5-yum-install-problem/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>小区的车又开始堵门了</title>
		<link>http://www.liumin.name/20100415/%e5%b0%8f%e5%8c%ba%e7%9a%84%e8%bd%a6%e5%8f%88%e5%bc%80%e5%a7%8b%e5%a0%b5%e9%97%a8%e4%ba%86/</link>
		<comments>http://www.liumin.name/20100415/%e5%b0%8f%e5%8c%ba%e7%9a%84%e8%bd%a6%e5%8f%88%e5%bc%80%e5%a7%8b%e5%a0%b5%e9%97%a8%e4%ba%86/#comments</comments>
		<pubDate>Thu, 15 Apr 2010 12:08:58 +0000</pubDate>
		<dc:creator>刘 敏</dc:creator>
				<category><![CDATA[工作生活]]></category>

		<guid isPermaLink="false">http://www.liumin.name/?p=242</guid>
		<description><![CDATA[以前小区也发生过堵门事件，物业收取停车费，业主不缴钱；于是大门口就不让出去，业主干脆就把车往门口一停，就走了，导致交过钱的业主车也出不去，一车挡关&#8230;&#8230;  以前自己没有... ]]></description>
		<wfw:commentRss>http://www.liumin.name/20100415/%e5%b0%8f%e5%8c%ba%e7%9a%84%e8%bd%a6%e5%8f%88%e5%bc%80%e5%a7%8b%e5%a0%b5%e9%97%a8%e4%ba%86/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AJAX跨域调用解决方案(php代理):Simple PHP Proxy</title>
		<link>http://www.liumin.name/20100221/ajax-php-simple-php-proxy/</link>
		<comments>http://www.liumin.name/20100221/ajax-php-simple-php-proxy/#comments</comments>
		<pubDate>Sun, 21 Feb 2010 01:30:56 +0000</pubDate>
		<dc:creator>刘 敏</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[php proxy]]></category>

		<guid isPermaLink="false">http://www.liumin.name/?p=239</guid>
		<description><![CDATA[SimplePHPProxy这个PHP脚本用于在JavaScript代码和远程域名之间建立一个代理，实现Ajax的跨域调用。SimplePHPProxy能够获取HTML、XML和JSON三种数据格式。 http://benalman.com/projects/php-simple-proxy/ 目前版本Releas... ]]></description>
		<wfw:commentRss>http://www.liumin.name/20100221/ajax-php-simple-php-proxy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FFmpegPHP</title>
		<link>http://www.liumin.name/20100221/ffmpegphp/</link>
		<comments>http://www.liumin.name/20100221/ffmpegphp/#comments</comments>
		<pubDate>Sun, 21 Feb 2010 01:26:01 +0000</pubDate>
		<dc:creator>刘 敏</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[ffmpeg]]></category>

		<guid isPermaLink="false">http://www.liumin.name/?p=237</guid>
		<description><![CDATA[FFmpegPHP 是一个纯面向对象的 ffmpeg 的 PHP封装。提供一些简单易用、面向对象的API用以访问视频和音频文件的信息，可直接从视频中获取帧的图片，这常用来做视频的缩略图。支持的视频格式包... ]]></description>
		<wfw:commentRss>http://www.liumin.name/20100221/ffmpegphp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
