<?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>FVF.me&#039;Ye</title>
	<atom:link href="http://fvf.me/feed" rel="self" type="application/rss+xml" />
	<link>http://fvf.me</link>
	<description>我是孤独的根号5</description>
	<lastBuildDate>Mon, 19 Sep 2011 12:10:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>wordpress 判断语句</title>
		<link>http://fvf.me/diary/judgement-statement-wordpress.html</link>
		<comments>http://fvf.me/diary/judgement-statement-wordpress.html#comments</comments>
		<pubDate>Sun, 27 Mar 2011 11:01:00 +0000</pubDate>
		<dc:creator>死兔子</dc:creator>
				<category><![CDATA[小记]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[判断]]></category>

		<guid isPermaLink="false">http://fvf.me/diary/wordpress-%e5%88%a4%e6%96%ad%e8%af%ad%e5%8f%a5.html</guid>
		<description><![CDATA[&#60;?php is_home() ?&#62;// 是否为主页 &#60;?php is_single() ?&#62;// 是否为文章页(Post) &#60;?php is_page() ?&#62;// 是否为内容页(Page) &#60;?php is_category() ?&#62;// 是否为Category/Archive页 &#60;?php is_tag() ?&#62;// 是否为Tag存档页 &#60;?php is_date() ?&#62;// 是否为指定日期存档页 &#60;?php is_year() ?&#62;// 是否为指定年份存档页 &#60;?php is_month() ?&#62;// 是否为指定月份存档页 &#60;?php is_day() ?&#62;// 是否为指定日存档页 &#60;?php is_time() ?&#62;// 是否为指定时间存档页 &#60;?php is_archive() ?&#62;// 是否为存档页 &#60;?php is_search() ?&#62;// 是否为搜索结果页 &#60;?php is_404() ?&#62;// 是否为 “HTTP 404: Not [...]]]></description>
			<content:encoded><![CDATA[<div style="background-color: rgb(30,30,39); font-family: &#39;Microsoft Yahei&#39;, &#39;Lucida Console&#39;, &#39;Courier New&#39;, verdana; color: rgb(208,208,208)" class="source"><span style="color: rgb(205,40,40); font-weight: bold">&lt;?php</span> <span style="color: rgb(208,208,208)">is_home</span>() <span style="color: rgb(205,40,40); font-weight: bold">?&gt;</span><span style="font-style: italic; color: rgb(153,153,153)">// 是否为主页</span>    <br /><span style="color: rgb(205,40,40); font-weight: bold">&lt;?php</span> <span style="color: rgb(208,208,208)">is_single</span>() <span style="color: rgb(205,40,40); font-weight: bold">?&gt;</span><span style="font-style: italic; color: rgb(153,153,153)">// 是否为文章页(Post)</span>    <br /><span style="color: rgb(205,40,40); font-weight: bold">&lt;?php</span> <span style="color: rgb(208,208,208)">is_page</span>() <span style="color: rgb(205,40,40); font-weight: bold">?&gt;</span><span style="font-style: italic; color: rgb(153,153,153)">// 是否为内容页(Page)</span>    <br /><span style="color: rgb(205,40,40); font-weight: bold">&lt;?php</span> <span style="color: rgb(208,208,208)">is_category</span>() <span style="color: rgb(205,40,40); font-weight: bold">?&gt;</span><span style="font-style: italic; color: rgb(153,153,153)">// 是否为Category/Archive页</span>    <br /><span style="color: rgb(205,40,40); font-weight: bold">&lt;?php</span> <span style="color: rgb(208,208,208)">is_tag</span>() <span style="color: rgb(205,40,40); font-weight: bold">?&gt;</span><span style="font-style: italic; color: rgb(153,153,153)">// 是否为Tag存档页</span>    <br /><span style="color: rgb(205,40,40); font-weight: bold">&lt;?php</span> <span style="color: rgb(208,208,208)">is_date</span>() <span style="color: rgb(205,40,40); font-weight: bold">?&gt;</span><span style="font-style: italic; color: rgb(153,153,153)">// 是否为指定日期存档页</span>    <br /><span style="color: rgb(205,40,40); font-weight: bold">&lt;?php</span> <span style="color: rgb(208,208,208)">is_year</span>() <span style="color: rgb(205,40,40); font-weight: bold">?&gt;</span><span style="font-style: italic; color: rgb(153,153,153)">// 是否为指定年份存档页</span>    <br /><span style="color: rgb(205,40,40); font-weight: bold">&lt;?php</span> <span style="color: rgb(208,208,208)">is_month</span>() <span style="color: rgb(205,40,40); font-weight: bold">?&gt;</span><span style="font-style: italic; color: rgb(153,153,153)">// 是否为指定月份存档页</span>    <br /><span style="color: rgb(205,40,40); font-weight: bold">&lt;?php</span> <span style="color: rgb(208,208,208)">is_day</span>() <span style="color: rgb(205,40,40); font-weight: bold">?&gt;</span><span style="font-style: italic; color: rgb(153,153,153)">// 是否为指定日存档页</span>    <br /><span style="color: rgb(205,40,40); font-weight: bold">&lt;?php</span> <span style="color: rgb(208,208,208)">is_time</span>() <span style="color: rgb(205,40,40); font-weight: bold">?&gt;</span><span style="font-style: italic; color: rgb(153,153,153)">// 是否为指定时间存档页</span>    <br /><span style="color: rgb(205,40,40); font-weight: bold">&lt;?php</span> <span style="color: rgb(208,208,208)">is_archive</span>() <span style="color: rgb(205,40,40); font-weight: bold">?&gt;</span><span style="font-style: italic; color: rgb(153,153,153)">// 是否为存档页</span>    <br /><span style="color: rgb(205,40,40); font-weight: bold">&lt;?php</span> <span style="color: rgb(208,208,208)">is_search</span>() <span style="color: rgb(205,40,40); font-weight: bold">?&gt;</span><span style="font-style: italic; color: rgb(153,153,153)">// 是否为搜索结果页</span>    <br /><span style="color: rgb(205,40,40); font-weight: bold">&lt;?php</span> <span style="color: rgb(208,208,208)">is_404</span>() <span style="color: rgb(205,40,40); font-weight: bold">?&gt;</span><span style="font-style: italic; color: rgb(153,153,153)">// 是否为 “HTTP 404: Not Found” 错误页</span>    <br /><span style="color: rgb(205,40,40); font-weight: bold">&lt;?php</span> <span style="color: rgb(208,208,208)">is_paged</span>() <span style="color: rgb(205,40,40); font-weight: bold">?&gt;</span><span style="font-style: italic; color: rgb(153,153,153)">// 主页/Category/Archive页是否以多页显示</span>    </div>
]]></content:encoded>
			<wfw:commentRss>http://fvf.me/diary/judgement-statement-wordpress.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>wp_tag_cloud()</title>
		<link>http://fvf.me/wordpress/theme/wp_tag_cloud.html</link>
		<comments>http://fvf.me/wordpress/theme/wp_tag_cloud.html#comments</comments>
		<pubDate>Sat, 26 Mar 2011 11:13:00 +0000</pubDate>
		<dc:creator>死兔子</dc:creator>
				<category><![CDATA[主题]]></category>
		<category><![CDATA[tag]]></category>
		<category><![CDATA[标签云]]></category>

		<guid isPermaLink="false">http://fvf.me/wordpress/theme/wp_tag_cloud.html</guid>
		<description><![CDATA[函数说明 该函数用来显示一列标签，即所谓的标签云。 wp_tag_cloud()的多种参数需要使用&#38;连接，放在单引号 (')中以字符串方式传递。 用法： &#60;?php wp_tag_cloud(smallest=8&#38;largest=22&#38;unit=pt&#38;number=45&#38;format=flat&#38;orderby=&#38;nameorder =ASC&#38;exclude=1,2&#38;include=3,5') ?&#62; smallest=整数值 (整数) 使用最少的标签的字号 (单位由unit参数给出). largest=整数值 (整数) 使用最多的标签的字号 (单位由unit参数给出). unit=pt（默认）, px, em, % 标签字号的单位。 他可以是任何CSS长度单位 number= 云图显示标签的个数。 (使用&#34;0&#34;将显示所有标签。) format=flat（默认标签用空格分隔），list（无序列表）array（保存在数值中） 云图显示的格式。 orderby=name（默认，名称），count（使用次数） 标签的排序 order=ASC（默认值，升序），DESC（降序） 排序次序。有效值 – 必须大写： exclude=整数值 排除用逗号（半角）分隔的一列标签（term_id） include=整数值 包含用逗号（半角）分隔的一列标签]]></description>
			<content:encoded><![CDATA[<p>函数说明 </p>
<p>该函数用来显示一列标签，即所谓的标签云。    <br />wp_tag_cloud()的多种参数需要使用&amp;连接，放在单引号 (')中以字符串方式传递。</p>
<p>用法： </p>
<div style="background-color: rgb(30,30,39); font-family: &#39;Microsoft Yahei&#39;, &#39;Lucida Console&#39;, &#39;Courier New&#39;, verdana; color: rgb(255,255,255)" class="source"><span style="background-color: rgb(15,20,15); font-style: italic; color: rgb(255,0,7); font-weight: bold">&lt;?php</span> <span style="color: rgb(255,255,255)">wp_tag_cloud</span>(<span style="color: rgb(255,255,255)">smallest</span><span style="color: rgb(255,255,255)">=</span><span style="color: rgb(0,134,247); font-weight: bold">8</span><span style="color: rgb(255,255,255)">&amp;</span><span style="color: rgb(255,255,255)">largest</span><span style="color: rgb(255,255,255)">=</span><span style="color: rgb(0,134,247); font-weight: bold">22</span><span style="color: rgb(255,255,255)">&amp;</span><span style="color: rgb(255,255,255)">unit</span><span style="color: rgb(255,255,255)">=</span><span style="color: rgb(255,255,255)">pt</span><span style="color: rgb(255,255,255)">&amp;</span><span style="color: rgb(255,255,255)">number</span><span style="color: rgb(255,255,255)">=</span><span style="color: rgb(0,134,247); font-weight: bold">45</span><span style="color: rgb(255,255,255)">&amp;</span><span style="color: rgb(255,255,255)">format</span><span style="color: rgb(255,255,255)">=</span><span style="color: rgb(255,255,255)">flat</span><span style="color: rgb(255,255,255)">&amp;</span><span style="color: rgb(255,255,255)">orderby</span><span style="color: rgb(255,255,255)">=&amp;</span><span style="color: rgb(255,255,255)">nameorder</span> <span style="color: rgb(255,255,255)">=</span><span style="color: rgb(255,255,255)">ASC</span><span style="color: rgb(255,255,255)">&amp;</span><span style="color: rgb(255,255,255)">exclude</span><span style="color: rgb(255,255,255)">=</span><span style="color: rgb(0,134,247); font-weight: bold">1</span><span style="color: rgb(255,255,255)">,</span><span style="color: rgb(0,134,247); font-weight: bold">2</span><span style="color: rgb(255,255,255)">&amp;</span><span style="color: rgb(251,102,10); font-weight: bold">include</span><span style="color: rgb(255,255,255)">=</span><span style="color: rgb(0,134,247); font-weight: bold">3</span><span style="color: rgb(255,255,255)">,</span><span style="color: rgb(0,134,247); font-weight: bold">5</span><span style="color: rgb(255,255,255)">'</span>) <span style="background-color: rgb(15,20,15); font-style: italic; color: rgb(255,0,7); font-weight: bold">?&gt;</span>     </div>
<ul>
<li>smallest=整数值 </li>
<li>(整数) 使用最少的标签的字号 (单位由unit参数给出). </li>
<li>largest=整数值 </li>
<li>(整数) 使用最多的标签的字号 (单位由unit参数给出). <strike></strike></li>
<li>unit=pt（默认）, px, em, % </li>
<li>标签字号的单位。 他可以是任何CSS长度单位 </li>
<li>number= </li>
<li>云图显示标签的个数。 (使用&quot;0&quot;将显示所有标签。) </li>
<li>format=flat（默认标签用空格分隔），list（无序列表）array（保存在数值中） </li>
<li>云图显示的格式。 </li>
<li>orderby=name（默认，名称），count（使用次数） </li>
<li>标签的排序 </li>
<li>order=ASC（默认值，升序），DESC（降序） </li>
<li>排序次序。有效值 – 必须大写： </li>
<li>exclude=整数值 </li>
<li>排除用逗号（半角）分隔的一列标签（term_id） </li>
<li>include=整数值 </li>
<li>包含用逗号（半角）分隔的一列标签 </li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://fvf.me/wordpress/theme/wp_tag_cloud.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>wp_list_categories()</title>
		<link>http://fvf.me/wordpress/theme/wp_list_categories.html</link>
		<comments>http://fvf.me/wordpress/theme/wp_list_categories.html#comments</comments>
		<pubDate>Fri, 25 Mar 2011 11:04:00 +0000</pubDate>
		<dc:creator>死兔子</dc:creator>
				<category><![CDATA[主题]]></category>
		<category><![CDATA[categories]]></category>
		<category><![CDATA[分类]]></category>

		<guid isPermaLink="false">http://fvf.me/wordpress/theme/wp_list_categories.html</guid>
		<description><![CDATA[函数说明 该函数用来获取博客文章的分类信 息，并可以通过设置适当的函数参数，将其显示出来。wp_list_categories()的多种参数需要使用&#38;连接，放在单引号 (')中以字符串方式传递。 用法： &#60;?php wp_list_categories('orderby=name&#38;order=ASC&#38; show_count=1&#38;use_desc_for_title=1&#38;feed=任意值&#38;exclude=1,3&#38; number=10')?&#62; orderby=ID、name（默认值）、count 作用是按这3个值来排序。 order=ASC（默认值）或DESC ASC为升序，DESC为降序。 show_last_updated=0（默认值）或1 0无作用，1为最近更新的分类显示在前面。 style=list（默认值）、none list的作用改变当前正在浏览的分类名字的样式，给输出的html代码&#60;li&#62;中加一个class=&#34;current-cat&#34; show_count=0或1（默认值） 1在每个分类名称后面显示属于该分类的文章数，0不显示。 show_option_all=任意值 更改标题为任意值，一般利用此参数加个“首页”。 hide_empty=0或1（默认值） 1是隐藏没有发表日志的分类，0是显示所有。 use_desc_for_title=0或1（默认值） 0为关闭说明，1为显示说明，就是为每个分类名称超链接添加一个title属性，鼠标移动到连接上就显示你在后台填的分类说明。 child_of=整数值 显示指定ID（所填的这个整数）下的子分类。 feed=任意值 在每个分类信息旁边添加一个名为“任意值”的超链接，提供该分类的RSS订阅 feed_image=图片的地址 用来在分类后面显示个RSS Feed图标 exclude=填分类名称或者分类ID 隐藏某个分类在列表中的出现。 include=填分类名称或者分类ID 只显示所填的这个分类名或ID。 title_li=任意值 用来改变列表标题的为任意值。 number=整数值 设置一个显示上限。 尽管参数有点多，显得有点复杂，但其实只需注意经常用到的orderby,order,show_count以及number等四个参量就好了。]]></description>
			<content:encoded><![CDATA[<p>函数说明</p>
<p>该函数用来获取博客文章的分类信 息，并可以通过设置适当的函数参数，将其显示出来。wp_list_categories()的多种参数需要使用&amp;连接，放在单引号 (')中以字符串方式传递。</p>
<p>用法： </p>
<div style="background-color: rgb(30,30,39); font-family: &#39;Microsoft Yahei&#39;, &#39;Lucida Console&#39;, &#39;Courier New&#39;, verdana; color: rgb(255,255,255)" class="source"><span style="background-color: rgb(15,20,15); font-style: italic; color: rgb(255,0,7); font-weight: bold">&lt;?php</span> <span style="color: rgb(255,255,255)">wp_list_categories</span>(<span style="color: rgb(0,134,210)">'orderby=name&amp;order=ASC&amp; show_count=1&amp;use_desc_for_title=1&amp;feed=任意值&amp;exclude=1,3&amp; number=10'</span>)<span style="background-color: rgb(15,20,15); font-style: italic; color: rgb(255,0,7); font-weight: bold">?&gt;</span>     </div>
<ul>
<li>orderby=ID、name（默认值）、count      <br />作用是按这3个值来排序。 </li>
<li>order=ASC（默认值）或DESC      <br />ASC为升序，DESC为降序。 </li>
<li>show_last_updated=0（默认值）或1      <br />0无作用，1为最近更新的分类显示在前面。 </li>
<li>style=list（默认值）、none      <br />list的作用改变当前正在浏览的分类名字的样式，给输出的html代码&lt;li&gt;中加一个class=&quot;current-cat&quot; </li>
<li>show_count=0或1（默认值）      <br />1在每个分类名称后面显示属于该分类的文章数，0不显示。 </li>
<li>show_option_all=任意值      <br />更改标题为任意值，一般利用此参数加个“首页”。 </li>
<li>hide_empty=0或1（默认值）      <br />1是隐藏没有发表日志的分类，0是显示所有。 </li>
<li>use_desc_for_title=0或1（默认值）      <br />0为关闭说明，1为显示说明，就是为每个分类名称超链接添加一个title属性，鼠标移动到连接上就显示你在后台填的分类说明。 </li>
<li>child_of=整数值     <br />显示指定ID（所填的这个整数）下的子分类。 </li>
<li>feed=任意值     <br />在每个分类信息旁边添加一个名为“任意值”的超链接，提供该分类的RSS订阅 </li>
<li>feed_image=图片的地址      <br />用来在分类后面显示个RSS Feed图标 </li>
<li>exclude=填分类名称或者分类ID      <br />隐藏某个分类在列表中的出现。 </li>
<li>include=填分类名称或者分类ID      <br />只显示所填的这个分类名或ID。 </li>
<li>title_li=任意值     <br />用来改变列表标题的为任意值。 </li>
<li>number=整数值     <br />设置一个显示上限。 </li>
<p> 尽管参数有点多，显得有点复杂，但其实只需注意经常用到的orderby,order,show_count以及number等四个参量就好了。</ul>
]]></content:encoded>
			<wfw:commentRss>http://fvf.me/wordpress/theme/wp_list_categories.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>wp_get_archives()</title>
		<link>http://fvf.me/wordpress/theme/wp_get_archives.html</link>
		<comments>http://fvf.me/wordpress/theme/wp_get_archives.html#comments</comments>
		<pubDate>Thu, 24 Mar 2011 13:11:39 +0000</pubDate>
		<dc:creator>死兔子</dc:creator>
				<category><![CDATA[主题]]></category>
		<category><![CDATA[archives]]></category>
		<category><![CDATA[存档]]></category>

		<guid isPermaLink="false">http://fvf.me/wordpress/theme/wp_get_archives.html</guid>
		<description><![CDATA[函数说明 该函数用来获取博客的文章存档，通过设置函数的参数，可以按各种方式获取，如按月，按年等等。 wp_get_archives()函数后面可以跟多种参数，只不过所有参数都需要使用&#38;连接，并放在单引号(')中以字符串方式传递给函数 用法： &#60;?php wp_get_archives('type=monthly&#38;limit=12&#38;format=html&#38;before=before&#38;after=after&#38;show_post_count=true'); ?&#62; type=排列方式 按月 type=monthly ;按日 type=daily; 按周 type=weekly; 文章 type=postbypost （显示文字标题） limit=显示数量 如 limit=12 就是显示数量是12 format=输出格式&#160; 默认就是 html使用通常的HTML中&#60;li&#62;格式化文章列表 format=html&#160;&#160; 输出列表格式 &#60;li&#62;$before&#60;a href='$url' title='$title_tex'&#62;$text&#60;/a&#62;$after&#60;/li&#62; format=link&#160; 输出链接格式 &#60;link rel=archives' title='$title_text' href='$url' /&#62; format=option&#160; 自定义定义下拉列表格式 &#60;option value='$url'&#62;$before $text $after&#60;/option&#62; format=custom&#160;&#160; 输出之定义格式 &#60;a href='$url' title='$title_text'&#62;$text&#60;/a&#62;$after before=要加在函数前面的文字 after=要加在函数后面的文字 show_post_count=是否显示文章数量 预设为不显示false ，显示为true，该参量是个bool值 尽管参数有点多，显得有点复杂，但其实只需注意经常用到的type、show_post_count以及limit等三个参量就好了。]]></description>
			<content:encoded><![CDATA[<p>函数说明
<p>该函数用来获取博客的文章存档，通过设置函数的参数，可以按各种方式获取，如按月，按年等等。 wp_get_archives()函数后面可以跟多种参数，只不过所有参数都需要使用&amp;连接，并放在单引号(')中以字符串方式传递给函数 </p>
<p> 用法：
<div style="background-color: rgb(30,30,39); font-family: tahoma, &#39;Lucida Console&#39;, &#39;Courier New&#39;, verdana; color: rgb(255,255,255)" class="source"><span style="background-color: rgb(15,20,15); font-style: italic; color: rgb(255,0,7); font-weight: bold">&lt;?php</span> <span style="color: rgb(255,255,255)">wp_get_archives</span>(<span style="color: rgb(0,134,210)">'type=monthly&amp;limit=12&amp;format=html&amp;before=before&amp;after=after&amp;show_post_count=true'</span>); <span style="background-color: rgb(15,20,15); font-style: italic; color: rgb(255,0,7); font-weight: bold">?&gt;</span>     </div>
<p>type=排列方式    <br />按月 type=monthly ;按日 type=daily; 按周 type=weekly; 文章 type=postbypost （显示文字标题） </p>
<p>limit=显示数量 如 limit=12 就是显示数量是12 </p>
<p>format=输出格式&#160; 默认就是 html使用通常的HTML中&lt;li&gt;格式化文章列表 </p>
<p>format=html&#160;&#160; 输出列表格式 </p>
<div style="background-color: rgb(30,30,39); font-family: &#39;Microsoft Yahei&#39;, &#39;Lucida Console&#39;, &#39;Courier New&#39;, verdana; color: rgb(255,255,255)" class="source"><span style="color: rgb(251,102,10); font-weight: bold">&lt;li&gt;</span><span style="color: rgb(255,255,255)">$before</span><span style="color: rgb(251,102,10); font-weight: bold">&lt;a</span> <span style="color: rgb(255,0,134); font-weight: bold">href=</span><span style="color: rgb(0,134,210)">'$url'</span> <span style="color: rgb(255,0,134); font-weight: bold">title=</span><span style="color: rgb(0,134,210)">'$title_tex'</span><span style="color: rgb(251,102,10); font-weight: bold">&gt;</span><span style="color: rgb(255,255,255)">$text</span><span style="color: rgb(251,102,10); font-weight: bold">&lt;/a&gt;</span><span style="color: rgb(255,255,255)">$after</span><span style="color: rgb(251,102,10); font-weight: bold">&lt;/li&gt;</span>     </div>
<p>format=link&#160; 输出链接格式 </p>
<div style="background-color: rgb(30,30,39); font-family: &#39;Microsoft Yahei&#39;,&#39;Lucida Console&#39;, &#39;Courier New&#39;, verdana; color: rgb(255,255,255)" class="source"><span style="color: rgb(251,102,10); font-weight: bold">&lt;link</span> <span style="color: rgb(255,0,134); font-weight: bold">rel=</span><span style="color: rgb(0,134,210)">archives'</span> <span style="color: rgb(255,0,134); font-weight: bold">title=</span><span style="color: rgb(0,134,210)">'$title_text'</span> <span style="color: rgb(255,0,134); font-weight: bold">href=</span><span style="color: rgb(0,134,210)">'$url'</span> <span style="color: rgb(251,102,10); font-weight: bold">/&gt;</span>     </div>
<p>format=option&#160; 自定义定义下拉列表格式 </p>
<div style="background-color: rgb(30,30,39); font-family: &#39;Microsoft Yahei&#39;, &#39;Lucida Console&#39;, &#39;Courier New&#39;, verdana; color: rgb(255,255,255)" class="source"><span style="color: rgb(251,102,10); font-weight: bold">&lt;option</span> <span style="color: rgb(255,0,134); font-weight: bold">value=</span><span style="color: rgb(0,134,210)">'$url'</span><span style="color: rgb(251,102,10); font-weight: bold">&gt;</span><span style="color: rgb(255,255,255)">$before $text $after</span><span style="color: rgb(251,102,10); font-weight: bold">&lt;/option&gt;</span>     </div>
<p>format=custom&#160;&#160; 输出之定义格式 </p>
<div style="background-color: rgb(30,30,39); font-family: &#39;Microsoft Yahei&#39;, &#39;Lucida Console&#39;, &#39;Courier New&#39;, verdana; color: rgb(255,255,255)" class="source"><span style="color: rgb(251,102,10); font-weight: bold">&lt;a</span> <span style="color: rgb(255,0,134); font-weight: bold">href=</span><span style="color: rgb(0,134,210)">'$url'</span> <span style="color: rgb(255,0,134); font-weight: bold">title=</span><span style="color: rgb(0,134,210)">'$title_text'</span><span style="color: rgb(251,102,10); font-weight: bold">&gt;</span><span style="color: rgb(255,255,255)">$text</span><span style="color: rgb(251,102,10); font-weight: bold">&lt;/a&gt;</span><span style="color: rgb(255,255,255)">$after</span></div>
<p>before=要加在函数前面的文字 </p>
<p>after=要加在函数后面的文字 </p>
</p>
<p>show_post_count=是否显示文章数量 预设为不显示false ，显示为true，该参量是个bool值 </p>
<p>尽管参数有点多，显得有点复杂，但其实只需注意经常用到的type、show_post_count以及limit等三个参量就好了。</p>
]]></content:encoded>
			<wfw:commentRss>http://fvf.me/wordpress/theme/wp_get_archives.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>彩色标签云</title>
		<link>http://fvf.me/wordpress/theme/color-tag-cloud.html</link>
		<comments>http://fvf.me/wordpress/theme/color-tag-cloud.html#comments</comments>
		<pubDate>Thu, 24 Mar 2011 09:52:23 +0000</pubDate>
		<dc:creator>死兔子</dc:creator>
				<category><![CDATA[主题]]></category>
		<category><![CDATA[彩色]]></category>
		<category><![CDATA[标签云]]></category>

		<guid isPermaLink="false">http://fvf.me/diary/%e5%bd%a9%e8%89%b2%e6%a0%87%e7%ad%be%e4%ba%91.html</guid>
		<description><![CDATA[实现彩色标签云，颜色随即显示在主题function.php文件中添加下文： &#60;?php function colorCloud($text) { $text = preg_replace_callback('&#124;&#60;a (.+?)&#62;&#124;i', 'colorCloudCallback', $text); return $text; } function colorCloudCallback($matches) { $text = $matches[1]; $color = dechex(rand(0,16777215)); //修改颜色随即范围 $pattern = '/style=(\'&#124;\&#34;)(.*)(\'&#124;\&#34;)/i'; $text = preg_replace($pattern, &#34;style=\&#34;color:#{$color};$2;\&#34;&#34;, $text); return &#34;&#60;a $text&#62;&#34;; } add_filter('wp_tag_cloud', 'colorCloud', 1); ?&#62; 在主题中使用添加以下调用，标签中，最小字体大小为8，最大字字体大小为20，最多显示50个标签。 &#60;?php wp_tag_cloud('smallest=8&#38;largest=20&#38;number=50'); ?&#62;]]></description>
			<content:encoded><![CDATA[<p>实现彩色标签云，颜色随即显示在主题function.php文件中添加下文：</p>
<div style="background-color: rgb(30,30,39); font-family: &#39;Microsoft Yahei&#39;, &#39;Lucida Console&#39;, &#39;Courier New&#39;, verdana; color: rgb(208,208,208)" class="source"><span style="color: rgb(205,40,40); font-weight: bold">&lt;?php</span>     <br /><span style="color: rgb(106,184,37); font-weight: bold">function</span> <span style="color: rgb(68,127,207)">colorCloud</span>(<span style="color: rgb(64,255,255)">$text</span>) <span style="color: rgb(208,208,208)">{</span>     <br /><span style="color: rgb(64,255,255)">$text</span> <span style="color: rgb(208,208,208)">=</span> <span style="color: rgb(36,144,157)">preg_replace_callback</span>(<span style="color: rgb(237,157,19)">'|&lt;a (.+?)&gt;|i'</span><span style="color: rgb(208,208,208)">,</span> <span style="color: rgb(237,157,19)">'colorCloudCallback'</span><span style="color: rgb(208,208,208)">,</span> <span style="color: rgb(64,255,255)">$text</span>);     <br /><span style="color: rgb(106,184,37); font-weight: bold">return</span> <span style="color: rgb(64,255,255)">$text</span>;     <br /><span style="color: rgb(208,208,208)">}</span>     <br /><span style="color: rgb(106,184,37); font-weight: bold">function</span> <span style="color: rgb(68,127,207)">colorCloudCallback</span>(<span style="color: rgb(64,255,255)">$matches</span>) <span style="color: rgb(208,208,208)">{</span>     <br /><span style="color: rgb(64,255,255)">$text</span> <span style="color: rgb(208,208,208)">=</span> <span style="color: rgb(64,255,255)">$matches</span><span style="color: rgb(208,208,208)">[</span><span style="color: rgb(54,119,169)">1</span><span style="color: rgb(208,208,208)">];</span>     <br /><span style="color: rgb(64,255,255)">$color</span> <span style="color: rgb(208,208,208)">=</span> <span style="color: rgb(36,144,157)">dechex</span>(<span style="color: rgb(36,144,157)">rand</span>(<span style="color: rgb(54,119,169)">0</span><span style="color: rgb(208,208,208)">,</span><span style="color: rgb(54,119,169)">16777215</span>)); <span color:="color:" rgb(153,153,153)?="rgb(153,153,153)?">//修改颜色随即范围</span>     <br /><span style="color: rgb(64,255,255)">$pattern</span> <span style="color: rgb(208,208,208)">=</span> <span style="color: rgb(237,157,19)">'/style=(\'|\&quot;)(.*)(\'|\&quot;)/i'</span>;     <br /><span style="color: rgb(64,255,255)">$text</span> <span style="color: rgb(208,208,208)">=</span> <span style="color: rgb(36,144,157)">preg_replace</span>(<span style="color: rgb(64,255,255)">$pattern</span><span style="color: rgb(208,208,208)">,</span> <span style="color: rgb(237,157,19)">&quot;style=</span><span style="color: rgb(237,157,19)">\&quot;</span><span style="color: rgb(237,157,19)">color:#</span><span style="color: rgb(237,157,19)">{</span><span style="color: rgb(64,255,255)">$color</span><span style="color: rgb(237,157,19)">}</span><span style="color: rgb(237,157,19)">;$2;</span><span style="color: rgb(237,157,19)">\&quot;</span><span style="color: rgb(237,157,19)">&quot;</span><span style="color: rgb(208,208,208)">,</span> <span style="color: rgb(64,255,255)">$text</span>);     <br /><span style="color: rgb(106,184,37); font-weight: bold">return</span> <span style="color: rgb(237,157,19)">&quot;&lt;a </span><span style="color: rgb(237,157,19)">$text</span><span style="color: rgb(237,157,19)">&gt;&quot;</span>;     <br /><span style="color: rgb(208,208,208)">}</span>     <br /><span style="color: rgb(208,208,208)">add_filter</span>(<span style="color: rgb(237,157,19)">'wp_tag_cloud'</span><span style="color: rgb(208,208,208)">,</span> <span style="color: rgb(237,157,19)">'colorCloud'</span><span style="color: rgb(208,208,208)">,</span> <span style="color: rgb(54,119,169)">1</span>);     <br /><span style="color: rgb(205,40,40); font-weight: bold">?&gt;</span></div>
<p>在主题中使用添加以下调用，标签中，最小字体大小为8，最大字字体大小为20，最多显示50个标签。</p>
<div style="background-color: rgb(0,0,0); font-family: tahoma, &#39;Lucida Console&#39;, &#39;Courier New&#39;, verdana; color: rgb(192,192,192)" class="source"><span style="color: rgb(255,255,255)">&lt;?php</span> <span style="color: rgb(192,192,192)">wp_tag_cloud</span>(<span style="color: rgb(187,187,0)">'smallest=8&amp;largest=20&amp;number=50'</span>); <span style="color: rgb(255,255,255)">?&gt;</span>     </div>
]]></content:encoded>
			<wfw:commentRss>http://fvf.me/wordpress/theme/color-tag-cloud.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PSP便利商店携带版初级攻略</title>
		<link>http://fvf.me/game/portable-convenience-stores-junior-raiders.html</link>
		<comments>http://fvf.me/game/portable-convenience-stores-junior-raiders.html#comments</comments>
		<pubDate>Sun, 20 Mar 2011 09:43:35 +0000</pubDate>
		<dc:creator>死兔子</dc:creator>
				<category><![CDATA[游戏]]></category>
		<category><![CDATA[PSP]]></category>
		<category><![CDATA[便利商店]]></category>
		<category><![CDATA[便利店]]></category>
		<category><![CDATA[攻略]]></category>

		<guid isPermaLink="false">http://fvf.me/%e6%b8%b8%e6%88%8f/%e4%be%bf%e5%88%a9%e5%95%86%e5%ba%97%e6%90%ba%e5%b8%a6%e7%89%88%e5%88%9d%e7%ba%a7%e6%94%bb%e7%95%a5.html</guid>
		<description><![CDATA[PSP便利店携带版攻略,本文解决初学者初期出现不停地掉钱，从游戏初期开店选择开始，到开店数量、店铺摆放、店长选择、物价水平设置、广告选择、银行贷款技巧、店面招商选择和店面规模升级。可以不破产不缺资金的完成任务！]]></description>
			<content:encoded><![CDATA[<p>这几天把自己的PSP拿出来，下了一个《便利商店携带版》来玩，为此也在晚上搜索了好多的内容，可惜是不是由于刚玩的原因还是字面的意思理解的原因，看了这么多还是稀里糊涂，最近好了差不多了，才把有些当初迷茫的问题搞懂了。</p>
<p>首先要知道的游戏知识是：</p>
<ol>
<li>每年是从4月开始的（很奇怪，这是为什么呢？），一个月有4天。第1-3天是工作日，第4天是休息日。<font color="#0080c0">这时间就涉及到了，选址和做宣传的时间问题了。</font> </li>
<li>NPC走路需要两格，也就是一个摆放架这么的宽度，排放物品需要注意。 <font color="#0080c0">不过我发现在付钱的地方只有两格有点不够用，特别是人多的时候，会导致排队付款，会马上掉星星。 </font></li>
<li>而且店里必须放置收银台，店员休息室和商品架。货物的摆放有一个人头的选择方向，有些只有一个方向的选择，有些有四个方向，最好把四个方向的放到门口。 <font color="#0080c0">当店里的布局不能保存的时候，检查货架的方向是不是把人体对着道路 </font></li>
<li>银行贷款需要1个月，最好的贷款日期是每个月第4天，这样只需要1天就能马上拿到钱。<font color="#0080c0">所以快要破产急救的时间注意了自己的资金必须要坚持到月初。 </font></li>
</ol>
<p>建店地址：</p>
<p>第一、必须靠近街道，虽然在远离街道也会有客人，但是这客流量就~~，最好开在十字路口，当然实在没有也别勉强。</p>
<p>第二、优先靠近政府用地（游戏里一大块肉色地上面没建筑物的就是政府用地），各种学校（大学中学专业学校优先），球场，游乐园，动物园，百货店，医院，水族馆，总之一切在招商里面需要用大价钱造的东西，店就开在那些地方的附近，对面或紧贴着最好。这样也有招商的效果了。</p>
<p><font color="#0000ff">我认为总之一句话，把店开到人口密集的地方，也可以开到竞争对手的本店附近，因为那一般是最好的地段，当成注意专卖权的取得。</font></p>
<p>开店：</p>
<p>一、开店数量，开始开店要多开点，能开多少就多少，最好开到3家，缺钱直接贷款。因为地价是根据人口来计算 的，人口增加，地价也会上升。前提是你总店的盈利至少能抵消分店的亏损。当然还有一个原因是3家店可以分摊宣传的广告费用。以我的初期的经验，没有级别的店3家刚好可以抵消广告亏损。</p>
<p>二、店铺摆放，初期可以使用默认的排列，适当的变化一下，我把店员休息室搬到室内，减少店员行动时间，也是室外的空间可以放下广告牌，一个广告牌加3个星的待客，而且月维护费也不是很贵，性价比最高。</p>
<p>三、店长选择，一定要看教育高的，接近满格最好（90左右），店长别的属性都不重要，就看教育。不要怕他工资高，一定要把教育最高的弄到手。后期他会把你的员工都培育成各项100的。店员工资一般不超过20W。店员最好招待客和清洁高的，可以提高顾客的光顾率。因为前期店面较小，对体力，收银，补货，安全的要求不高。选店员直接关系到你升1星的时间。差的店员几年都升不了星，升上去又会掉下来<font color="#ff8040">。（店长属性左-右：体力、收银、补货，待客、清洁、安全、教育）</font></p>
<p>四、物价水平，前期把物价水平保持在95%-98%左右，薄利多销。摆放一些进货成本少但容易销售的商品，货架选吸引力高的类型，虽然货物数量少些，但顾客容易购买，前期顾客不多，对补货的压力不大。等到店面2星，规模2级，在人气灰，绿的时候，物价水平调到150%，快速的赚钱好升级。</p>
<p>五、广告选择，根据你店周围建筑来选择广告类型的发布时间。如果会社和公共建筑较多前三天加大广告投入，如果公寓和游乐建筑较多第四天加大广告投入。广告的选择建议以头两种为主，适当使用第三种。第四，五种后期资金充裕，及开新店的时候再用。</p>
<p><font color="#ff8040">没有星级店面每天人气-15，一星-10，二星-5，三星-3，四星以上不减人气。</font></p>
<ul>
<li><font color="#ff8040">邮件投递，10w，AM10点开始，作用持续一天，人气+5 </font></li>
<li><font color="#ff8040">新闻广告，50w，AM6点开始，作用持续一天，人气+15 </font></li>
<li><font color="#ff8040">飞行船，100w，AM12点开始，作用持续二天，人气+30 </font></li>
<li><font color="#ff8040">电台广告，500w，AM4点开始，作用持续一天，人气+50 </font></li>
<li><font color="#ff8040">电视广告，1000w，AM7点开始，作用持续一天，人气+80 </font></li>
</ul>
<p><font color="#0000ff">我认为刚开店没有星级的时候，可以先做个500万的广告，这样可以把初始人气抬高。做完第一个月。然后停止500万的广告，主要是这个广告太费钱了。但同时接着做前3个广告，一个月160w的广告支持，就不会每月掉很多人气了。没星级店面每个月人气降低60点，一星级降低40点，二星降低20点，三星降低12点。而三个广告每月提高人气5+15+30=50点。所以所以店面在无星级的时候人气是在减少的，但是等到所以都到一星以后就开始增长了，等到所以店面到2星以后第3个广告也可以不用了。店面3星以后可在只做第2个广告，店面4星以后，就可以不用做广告了。</font></p>
<p>六、银行贷款，要发展就要钱，钱咋来呢，贷款！里面有3间银行提供贷款，初期贷款是很必要的，因为第一年你基本上就是看着自己的钱一直往下掉，只有上到2星店面才会出现正增长。贷款最好选择1年的，贷款利率比较少，而且还可以刷贷款上限，你成功还款以后，会提高贷款上限和降低贷款利率的。贷款不要3个一起贷款，这样很容易换不上钱破产。</p>
<p><font color="#0000ff">我认为最好的贷款方式是一开始贷款银行1，过半年贷款银行2，等到要到一年了的时候，贷款银行3然后把银行1的钱还了，然后等银行2的还款期限到期前，贷款银行1把银行2的钱给还了，这样的好处就是不容易破财，而且由于换一次款以后贷款上限提高，这样每次贷款都能多出1000w的使用金额。</font></p>
<p>七、店面招商，在店面边上招商一个店招一个会社，有会社的就招公寓，周围都很丰富的就招活动会所。一开始就这3种。别的都不要招。第一年7月1号第一轮招完就开始第 2轮。缺什么招什么，一定要让店的周围资源丰富，这样一个月每天都有钱赚。</p>
<p><font color="#0000ff">我认为前期主要招活动会所，因为成功率是100%的，而且费用少，三个月才450万，一句话就是性价比高。受季节和雨雪天气影响小，而且购物人群的购物水平高，一般是红酒什么的高价格的。</font></p>
<p>八、店面规模，一般在第一年就会提示你可以扩大规模了，重规模1到规模2需要花1000w，不过这个毕竟值，换了的店面规模之后，空间变大了，营业额是会翻倍的，效果尤其明显。所以升级到规模2可以换早点，但也是要店面属性全部绿色换，不然星星会掉的。规模2可以一直使用到四星，等到五星再换规模。</p>
<blockquote><table border="0" cellspacing="0" cellpadding="2" width="600">
<tbody>
<tr>
<td valign="top" width="74" align="center">规模</td>
<td valign="top" width="59" align="center">面积</td>
<td valign="top" width="71" align="center">建设费</td>
<td valign="top" width="81" align="center">维修费</td>
<td valign="top" width="74" align="center">清洁值</td>
<td valign="top" width="74" align="center">警备值 </td>
<td valign="top" width="165" align="center">出现条件</td>
</tr>
<tr>
<td valign="top" width="76" align="center">规模1</td>
<td valign="top" width="59" align="center">10*10</td>
<td valign="top" width="71" align="center">800w</td>
<td valign="top" width="81" align="center">8000</td>
<td valign="top" width="74" align="center">90</td>
<td valign="top" width="74" align="center">130</td>
<td valign="top" width="165" align="center">&#160;</td>
</tr>
<tr>
<td valign="top" width="73">规模2</td>
<td valign="top" width="59">12*12</td>
<td valign="top" width="71">1000w</td>
<td valign="top" width="81">1w</td>
<td valign="top" width="74">140</td>
<td valign="top" width="74">180</td>
<td valign="top" width="165">累计销售2000万</td>
</tr>
<tr>
<td valign="top" width="71">规模3</td>
<td valign="top" width="59">14*14</td>
<td valign="top" width="71">1500w</td>
<td valign="top" width="81">2w</td>
<td valign="top" width="74">190</td>
<td valign="top" width="74">220</td>
<td valign="top" width="165">累计销售2亿</td>
</tr>
<tr>
<td valign="top" width="71">规模4</td>
<td valign="top" width="59">16*16</td>
<td valign="top" width="71">2000w</td>
<td valign="top" width="81">3w</td>
<td valign="top" width="74">220</td>
<td valign="top" width="74">240</td>
<td valign="top" width="165">累计销售20亿</td>
</tr>
</tbody>
</table>
</blockquote>
<p>基本上这样弄下来，可以保障不会破产的完成任务！</p>
]]></content:encoded>
			<wfw:commentRss>http://fvf.me/game/portable-convenience-stores-junior-raiders.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>买了上一代无线路由器</title>
		<link>http://fvf.me/diary/bought-the-previous-generation-of-wireless-router.html</link>
		<comments>http://fvf.me/diary/bought-the-previous-generation-of-wireless-router.html#comments</comments>
		<pubDate>Wed, 09 Mar 2011 13:03:10 +0000</pubDate>
		<dc:creator>死兔子</dc:creator>
				<category><![CDATA[小记]]></category>

		<guid isPermaLink="false">http://fvf.me/diary/%e4%b9%b0%e4%ba%86%e4%b8%8a%e4%b8%80%e4%bb%a3%e6%97%a0%e7%ba%bf%e8%b7%af%e7%94%b1%e5%99%a8.html</guid>
		<description><![CDATA[今天收到京东买的TP-LINK的无线路由器，才发现我尽然买了54mkb的，我晕死，花了90块钱买了802.11g的型号，我貌似昨天晚上准备买802.11n型号的，悲剧啊，买了上一代产品~~后悔啊~]]></description>
			<content:encoded><![CDATA[<p>今天收到京东买的TP-LINK的无线路由器，才发现我尽然买了54mkb的，我晕死，花了90块钱买了802.11g的型号，我貌似昨天晚上准备买802.11n型号的，悲剧啊，买了上一代产品~~后悔啊~</p>
]]></content:encoded>
			<wfw:commentRss>http://fvf.me/diary/bought-the-previous-generation-of-wireless-router.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>节日快乐~</title>
		<link>http://fvf.me/diary/happy-holidays.html</link>
		<comments>http://fvf.me/diary/happy-holidays.html#comments</comments>
		<pubDate>Mon, 07 Mar 2011 12:38:05 +0000</pubDate>
		<dc:creator>死兔子</dc:creator>
				<category><![CDATA[小记]]></category>

		<guid isPermaLink="false">http://fvf.me/diary/%e8%8a%82%e6%97%a5%e5%bf%ab%e4%b9%90.html</guid>
		<description><![CDATA[今天3月7号，明天3月8号，老妈节日快乐~]]></description>
			<content:encoded><![CDATA[<p>今天3月7号，明天3月8号，老妈节日快乐~</p>
]]></content:encoded>
			<wfw:commentRss>http://fvf.me/diary/happy-holidays.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>京东商城电脑配件购买心得</title>
		<link>http://fvf.me/diary/jingdong-mall-to-buy-computer-accessories-tips.html</link>
		<comments>http://fvf.me/diary/jingdong-mall-to-buy-computer-accessories-tips.html#comments</comments>
		<pubDate>Sun, 06 Mar 2011 11:52:53 +0000</pubDate>
		<dc:creator>死兔子</dc:creator>
				<category><![CDATA[小记]]></category>
		<category><![CDATA[京东]]></category>

		<guid isPermaLink="false">http://fvf.me/diary/%e4%ba%ac%e4%b8%9c%e5%95%86%e5%9f%8e%e7%94%b5%e8%84%91%e9%85%8d%e4%bb%b6%e8%b4%ad%e4%b9%b0%e5%bf%83%e5%be%97.html</guid>
		<description><![CDATA[最近很郁闷，在京东花了2000多块买了，一个AMD的四核640 CPU,一个技嘉AM3主板，一个金士顿4G三代内存，安钛克450W电源。也就我倒霉，拿到以后在家自己组装吧，不知怎么的就是启动不起来，拿到电脑店里看看吧，说是主板坏了。买来2天不到坏了，就去京东那求售后维修吧。 说其他的京东那还不错，就是这个上面收件快递，nnd，双休日不上班火大。好不容易等3天来上面收取坏了的主板吧，我以为换货吧，等个1天就差不多了，结果足足等了3天才在网站上收到货已返回的通知，明明发货的时候一天就到我家了，为什么收货要这么久呢，这是郁闷，一个换货就搞的我足足花了7天时间，从申请到收到新货。]]></description>
			<content:encoded><![CDATA[<p>最近很郁闷，在京东花了2000多块买了，一个AMD的四核640 CPU,一个技嘉AM3主板，一个金士顿4G三代内存，安钛克450W电源。也就我倒霉，拿到以后在家自己组装吧，不知怎么的就是启动不起来，拿到电脑店里看看吧，说是主板坏了。买来2天不到坏了，就去京东那求售后维修吧。</p>
<p>说其他的京东那还不错，就是这个上面收件快递，nnd，双休日不上班火大。好不容易等3天来上面收取坏了的主板吧，我以为换货吧，等个1天就差不多了，结果足足等了3天才在网站上收到货已返回的通知，明明发货的时候一天就到我家了，为什么收货要这么久呢，这是郁闷，一个换货就搞的我足足花了7天时间，从申请到收到新货。</p>
]]></content:encoded>
			<wfw:commentRss>http://fvf.me/diary/jingdong-mall-to-buy-computer-accessories-tips.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>春节快乐！</title>
		<link>http://fvf.me/diary/happy-new-year.html</link>
		<comments>http://fvf.me/diary/happy-new-year.html#comments</comments>
		<pubDate>Tue, 01 Feb 2011 01:38:01 +0000</pubDate>
		<dc:creator>死兔子</dc:creator>
				<category><![CDATA[小记]]></category>

		<guid isPermaLink="false">http://fvf.me/?p=307</guid>
		<description><![CDATA[广大兄弟姐妹同胞没，块过春节了，祝大家春节快乐，恭喜发财，万事如意！！]]></description>
			<content:encoded><![CDATA[<p>广大兄弟姐妹同胞没，块过春节了，祝大家春节快乐，恭喜发财，万事如意！！</p>
]]></content:encoded>
			<wfw:commentRss>http://fvf.me/diary/happy-new-year.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

