<?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>落 &#187; Other</title>
	<atom:link href="http://liluo.org/class/development/other-development/feed/" rel="self" type="application/rss+xml" />
	<link>http://liluo.org</link>
	<description>落就是一道风景线……</description>
	<lastBuildDate>Tue, 09 Aug 2011 11:22:28 +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>Fedora 安装 OpenOffice+中文语言包</title>
		<link>http://liluo.org/2010/06/fedora-%e5%ae%89%e8%a3%85-openoffice%e4%b8%ad%e6%96%87%e8%af%ad%e8%a8%80%e5%8c%85/</link>
		<comments>http://liluo.org/2010/06/fedora-%e5%ae%89%e8%a3%85-openoffice%e4%b8%ad%e6%96%87%e8%af%ad%e8%a8%80%e5%8c%85/#comments</comments>
		<pubDate>Mon, 07 Jun 2010 02:25:48 +0000</pubDate>
		<dc:creator>落落</dc:creator>
				<category><![CDATA[Other]]></category>
		<category><![CDATA[OpenOffice]]></category>

		<guid isPermaLink="false">http://liluo.org/?p=516</guid>
		<description><![CDATA[今天邮件收到带有Excel的附件，发现却无法打开，囧了一下。Ubuntu 10.04中系统预装了Openoffic,Fedora中居然没有，去官网看下发现了，嘿，分享下：http://download.openoffice.org/other.html
方案（3选１）：
１、可以根据自己的OS、Language选择直接下载
２、选择相应OS的英文版，然后再下载语言包
３、来自互联网：
1&#62; 安装　yum groupinstall "Office/Productivity"
2&#62;查询语言包　yum list openoffice*
3&#62;安装语言包　yum -y install openoffice.org-langpack-zh_CN
]]></description>
		<wfw:commentRss>http://liluo.org/2010/06/fedora-%e5%ae%89%e8%a3%85-openoffice%e4%b8%ad%e6%96%87%e8%af%ad%e8%a8%80%e5%8c%85/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>正则表达式基本语法</title>
		<link>http://liluo.org/2010/05/%e6%ad%a3%e5%88%99%e8%a1%a8%e8%be%be%e5%bc%8f%e5%9f%ba%e6%9c%ac%e8%af%ad%e6%b3%95/</link>
		<comments>http://liluo.org/2010/05/%e6%ad%a3%e5%88%99%e8%a1%a8%e8%be%be%e5%bc%8f%e5%9f%ba%e6%9c%ac%e8%af%ad%e6%b3%95/#comments</comments>
		<pubDate>Sun, 16 May 2010 03:23:44 +0000</pubDate>
		<dc:creator>落落</dc:creator>
				<category><![CDATA[Other]]></category>
		<category><![CDATA[正则]]></category>

		<guid isPermaLink="false">http://liluo.org/?p=483</guid>
		<description><![CDATA[因为项目中需要使用一些正则表达式，但都是比较简单的，所以只需要基本语法，如下：



符号
匹配




. (dot)
任意单一字符


\d
任意一位数字


[A-Z]
A 到 Z中任意一个字符（大写）


[a-z]
a 到 z中任意一个字符（小写）


[A-Za-z]
a 到 z中任意一个字符（不区分大小写）


+
匹配一个或更多 (例如, \d+ 匹配一个或 多个数字字符)


[^/]+
一个或多个不为‘/’的字符


*
零个或一个之前的表达式（例如：\d? 匹配零个或一个数字）


*
匹配0个或更多 (例如, \d* 匹配0个 或更多数字字符)


{1,3}
介于一个和三个（包含）之前的表达式（例如，\d{1,3}匹配一个或两个或三个数字）



]]></description>
		<wfw:commentRss>http://liluo.org/2010/05/%e6%ad%a3%e5%88%99%e8%a1%a8%e8%be%be%e5%bc%8f%e5%9f%ba%e6%9c%ac%e8%af%ad%e6%b3%95/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

