<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[向东博客 专注WEB应用 构架之美 --- 构架之美，在于尽态极妍 | 应用之美，在于药到病除]]></title> 
<link>http://www.jackxiang.com/index.php</link> 
<description><![CDATA[赢在IT，Playin' with IT,Focus on Killer Application,Marketing Meets Technology.]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[向东博客 专注WEB应用 构架之美 --- 构架之美，在于尽态极妍 | 应用之美，在于药到病除]]></copyright>
<item>
<link>http://www.jackxiang.com/post//</link>
<title><![CDATA[膘哥（简称：月票哥）太猛了，1分钟帮我搞定心情插件，佩服啊，万分佩服啊，滔滔江水连绵不绝！]]></title> 
<author>jack &lt;xdy108@126.com&gt;</author>
<category><![CDATA[WEB2.0]]></category>
<pubDate>Sat, 10 Oct 2009 08:37:03 +0000</pubDate> 
<guid>http://www.jackxiang.com/post//</guid> 
<description>
<![CDATA[ 
	<div class="code">$f = &#039;mood.txt&#039;;<br/>echo( getMood($f) );<br/><br/><br/>function getMood ( $filename )<br/>&#123;<br/>&nbsp;&nbsp;$fp = fopen($filename,&quot;r&quot;);<br/>&nbsp;&nbsp;$d = fgets($fp,1024);<br/>&nbsp;&nbsp;fclose($fp);<br/>&nbsp;&nbsp;return $d;<br/>&#125;<br/><br/>function writeMood ( $filename , $mooddata )<br/>&#123;<br/>&nbsp;&nbsp;$mooddata = trim( $mooddata ) . &quot;&#92;n&quot;;//先去掉首尾空格，再加上&#92;n<br/>&nbsp;&nbsp;$fp = fopen($filename,&quot;w+&quot;);&nbsp;&nbsp;//只有一个人写，无须锁定<br/>&nbsp;&nbsp;fwrite($fp,$mooddata);<br/>&nbsp;&nbsp;fclose($fp);<br/>&#125;</div>
]]>
</description>
</item><item>
<link>http://www.jackxiang.com/post//#blogcomment</link>
<title><![CDATA[[评论] 膘哥（简称：月票哥）太猛了，1分钟帮我搞定心情插件，佩服啊，万分佩服啊，滔滔江水连绵不绝！]]></title> 
<author> &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate> 
<guid>http://www.jackxiang.com/post//#blogcomment</guid> 
<description>
<![CDATA[ 
	
]]>
</description>
</item>
</channel>
</rss>