<?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>Yayi&#039;s Word</title>
	<atom:link href="http://yayi.biz/feed" rel="self" type="application/rss+xml" />
	<link>http://yayi.biz</link>
	<description>Only Myself</description>
	<lastBuildDate>Thu, 02 Sep 2010 15:50:41 +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>07.19 2010</title>
		<link>http://yayi.biz/07-19-2010</link>
		<comments>http://yayi.biz/07-19-2010#comments</comments>
		<pubDate>Mon, 19 Jul 2010 10:37:39 +0000</pubDate>
		<dc:creator>Yayi</dc:creator>
				<category><![CDATA[r?記]]></category>

		<guid isPermaLink="false">http://yayi.biz/?p=300</guid>
		<description><![CDATA[已经半年了啊.

但是回头看自己却没有任何的改变.

更多或许说应该是复原.

工作已经不想继续了.

但是家人的强硬要求却让自己没法开口.

......]]></description>
			<content:encoded><![CDATA[<p>已经半年了啊.</p>
<p>但是回头看自己却没有任何的改变.</p>
<p>更多或许说应该是复原.</p>
<p>工作已经不想继续了.</p>
<p>但是家人的强硬要求却让自己没法开口.</p>
<p>一月推一月.</p>
<p>或许谁也无法明白自己为什么会放弃这么工作而去寻找最底层的工作.</p>
<p>说真的.自己也不明白.</p>
<p>但是这已经不重要.</p>
<p>毕竟自己没有忘记自己需要的是什么.</p>
<p>金钱,名利,地位,前途?</p>
<p>这些,抱歉.我是垃圾,但是我看不上它们.</p>
<p>一个垃圾的活法.</p>
<p>我愿意.</p>
<p>只要为了梦想而前进.</p>
<p>乞丐,我愿意.</p>
]]></content:encoded>
			<wfw:commentRss>http://yayi.biz/07-19-2010/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>mini2440 LED控制</title>
		<link>http://yayi.biz/mini2440-led-test</link>
		<comments>http://yayi.biz/mini2440-led-test#comments</comments>
		<pubDate>Fri, 04 Jun 2010 15:47:07 +0000</pubDate>
		<dc:creator>Yayi</dc:creator>
				<category><![CDATA[Computer]]></category>

		<guid isPermaLink="false">http://yayi.biz/?p=253</guid>
		<description><![CDATA[<strong>自己无聊的修改了下mini2440 LED的控制灯.
因为驱动还是用回mini2440的.
所以.ioclt接口还是保持着原有的.
其实只是对led的条件判断和argc控制修改了一下.
代码相对原来的mini2440更好的理解和使用.</strong>]]></description>
			<content:encoded><![CDATA[<p><strong>自己无聊的修改了下mini2440 LED的控制灯.<br />
因为驱动还是用回mini2440的.<br />
所以.ioclt接口还是保持着原有的.<br />
其实只是对led的条件判断和argc控制修改了一下.<br />
代码相对原来的mini2440更好的理解和使用.</strong></p>

<div class="wp_codebox_msgheader wp_codebox_hide"><span class="right"><sup><a href="http://www.ericbess.com/ericblog/2008/03/03/wp-codebox/#examples" target="_blank" title="WP-CodeBox HowTo?"><span style="color: #99cc00"></span></a></sup></span><span class="left"><a href="javascript:;" onclick="javascript:showCodeTxt('p253code1'); return false;">View Code</a> C</span><div class="codebox_clear"></div></div><div class="wp_codebox"><table><tr id="p2531"><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
</pre></td><td class="code" id="p253code1"><pre class="c" style="font-family:monospace;"><span style="color: #339933;">#include </span>
<span style="color: #339933;">#include </span>
<span style="color: #339933;">#include </span>
<span style="color: #339933;">#include </span>
&nbsp;
<span style="color: #993333;">int</span> main<span style="color: #009900;">&#40;</span><span style="color: #993333;">void</span><span style="color: #009900;">&#41;</span>
<span style="color: #009900;">&#123;</span>
	<span style="color: #993333;">int</span> on<span style="color: #339933;">;</span>
	<span style="color: #993333;">int</span> led_no<span style="color: #339933;">;</span>
	<span style="color: #993333;">int</span> fd<span style="color: #339933;">;</span>
&nbsp;
	<a href="http://www.opengroup.org/onlinepubs/009695399/functions/printf.html"><span style="color: #000066;">printf</span></a><span style="color: #009900;">&#40;</span><span style="color: #ff0000;">&quot;输入led号<span style="color: #000099; font-weight: bold;">\n</span>&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
	scanf<span style="color: #009900;">&#40;</span><span style="color: #ff0000;">&quot;%d&quot;</span><span style="color: #339933;">,&amp;</span>amp<span style="color: #339933;">;</span>led_no<span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
		<span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span>led_no<span style="color: #339933;">&amp;</span>gt<span style="color: #339933;">;</span><span style="color: #0000dd;">3</span><span style="color: #339933;">||</span>led_no<span style="color: #339933;">&amp;</span>lt<span style="color: #339933;">;</span><span style="color: #0000dd;">0</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#123;</span>
 			<a href="http://www.opengroup.org/onlinepubs/009695399/functions/printf.html"><span style="color: #000066;">printf</span></a><span style="color: #009900;">&#40;</span><span style="color: #ff0000;">&quot;请输入正确led号<span style="color: #000099; font-weight: bold;">\n</span>&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
 			<span style="color: #b1b100;">return</span> <span style="color: #0000dd;">0</span><span style="color: #339933;">;;</span>
 		<span style="color: #009900;">&#125;</span>
 	<a href="http://www.opengroup.org/onlinepubs/009695399/functions/printf.html"><span style="color: #000066;">printf</span></a><span style="color: #009900;">&#40;</span><span style="color: #ff0000;">&quot;输入led状态<span style="color: #000099; font-weight: bold;">\n</span>(1为开,0为关)<span style="color: #000099; font-weight: bold;">\n</span>&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
 	scanf<span style="color: #009900;">&#40;</span><span style="color: #ff0000;">&quot;%d&quot;</span><span style="color: #339933;">,&amp;</span>amp<span style="color: #339933;">;</span>on<span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
 		<span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span>on<span style="color: #339933;">&amp;</span>gt<span style="color: #339933;">;</span><span style="color: #0000dd;">1</span><span style="color: #339933;">||</span>on<span style="color: #339933;">&amp;</span>lt<span style="color: #339933;">;</span><span style="color: #0000dd;">0</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#123;</span>
			<a href="http://www.opengroup.org/onlinepubs/009695399/functions/printf.html"><span style="color: #000066;">printf</span></a><span style="color: #009900;">&#40;</span><span style="color: #ff0000;">&quot;请输入正确的状态指示<span style="color: #000099; font-weight: bold;">\n</span>&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
			<span style="color: #b1b100;">return</span> <span style="color: #0000dd;">0</span><span style="color: #339933;">;;</span>
		<span style="color: #009900;">&#125;</span>
&nbsp;
	fd <span style="color: #339933;">=</span> open<span style="color: #009900;">&#40;</span><span style="color: #ff0000;">&quot;/dev/leds0&quot;</span><span style="color: #339933;">,</span> <span style="color: #0000dd;">0</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
	<span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span>fd <span style="color: #339933;">&amp;</span>lt<span style="color: #339933;">;</span> <span style="color: #0000dd;">0</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
		fd <span style="color: #339933;">=</span> open<span style="color: #009900;">&#40;</span><span style="color: #ff0000;">&quot;/dev/leds&quot;</span><span style="color: #339933;">,</span> <span style="color: #0000dd;">0</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
	<span style="color: #009900;">&#125;</span>
	<span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span>fd <span style="color: #339933;">&amp;</span>lt<span style="color: #339933;">;</span> <span style="color: #0000dd;">0</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
		perror<span style="color: #009900;">&#40;</span><span style="color: #ff0000;">&quot;open device leds&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
		exit<span style="color: #009900;">&#40;</span><span style="color: #0000dd;">1</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
	<span style="color: #009900;">&#125;</span>
	ioctl<span style="color: #009900;">&#40;</span>fd<span style="color: #339933;">,</span> on<span style="color: #339933;">,</span> led_no<span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
	close<span style="color: #009900;">&#40;</span>fd<span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
	<span style="color: #b1b100;">return</span> <span style="color: #0000dd;">0</span><span style="color: #339933;">;</span>
<span style="color: #009900;">&#125;</span></pre></td></tr></table></div>

]]></content:encoded>
			<wfw:commentRss>http://yayi.biz/mini2440-led-test/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Fedora 安装 Mplayer</title>
		<link>http://yayi.biz/fedora-mplayer</link>
		<comments>http://yayi.biz/fedora-mplayer#comments</comments>
		<pubDate>Tue, 01 Jun 2010 13:13:27 +0000</pubDate>
		<dc:creator>Yayi</dc:creator>
				<category><![CDATA[Computer]]></category>

		<guid isPermaLink="false">http://yayi.biz/?p=247</guid>
		<description><![CDATA[<span style="font-size: medium;"><strong>前提工作</strong></span>

<span style="font-size: x-small;"><strong>1.使用svn下载 mplayer
</strong></span>

<span style="font-family: verdana;">svn checkout  svn://svn.mplayerhq.hu/mplayer/trunk mplayer
<strong>如果无法再这里下载不要泄气.这很可能是 GWF的问题.</strong>
<strong>可以转向</strong>http://www.mplayerhq.hu/design7/dload.html<strong>这 里下载"Subversion snapshot".</strong></span>

<strong><span style="font-family: verdana;">2.下载 解码器</span>
<span style="font-family: verdana;">到这里</span></strong><span style="font-family: Courier New;"><span style="font-family: verdana;">http://www.mplayerhq.hu/MPlayer/releases/codecs/</span><strong>下载解码器</strong>
<strong><span style="font-family: verdana;">Yayi 选择比较新的解码器all-20100303.tar.bz2这个使用.</span></strong></span>

<span style="font-size: x-small;"><strong>3.到</strong></span>http://www.mplayerhq.hu/design7/dload.html<span style="font-size: x-small;"><strong>这里的Skins处下载自己喜欢的主题</strong></span>

<strong>4.确认自己已经安装了<span style="color: #ff6600;">gtk2- devel</span>,如果没有请自行用yum安装.</strong>

......]]></description>
			<content:encoded><![CDATA[<p><span style="font-size: medium;"><strong>前提工作</strong></span></p>
<p><span style="font-size: x-small;"><strong>1.使用svn下载 mplayer<br />
</strong></span></p>
<p><span style="font-family: verdana;">svn checkout  svn://svn.mplayerhq.hu/mplayer/trunk mplayer<br />
<strong>如果无法再这里下载不要泄气.这很可能是 GWF的问题.</strong><br />
<strong>可以转向</strong>http://www.mplayerhq.hu/design7/dload.html<strong>这 里下载&#8221;Subversion snapshot&#8221;.</strong></span></p>
<p><strong><span style="font-family: verdana;">2.下载 解码器</span><br />
<span style="font-family: verdana;">到这里</span></strong><span style="font-family: Courier New;"><span style="font-family: verdana;">http://www.mplayerhq.hu/MPlayer/releases/codecs/</span><strong>下载解码器</strong><br />
<strong><span style="font-family: verdana;">Yayi 选择比较新的解码器all-20100303.tar.bz2这个使用.</span></strong></span></p>
<p><span style="font-size: x-small;"><strong>3.到</strong></span>http://www.mplayerhq.hu/design7/dload.html<span style="font-size: x-small;"><strong>这里的Skins处下载自己喜欢的主题</strong></span></p>
<p><strong>4.确认自己已经安装了<span style="color: #ff6600;">gtk2- devel</span>,如果没有请自行用yum安装.</strong></p>
<p><span style="font-size: medium;"><strong>安装Mplayer</strong></span><br />
<span style="font-size: x-small;"><strong>1.切换到root用户<br />
解压all-20100303.tar.bz2<span style="font-size: x-small;"><br />
</span> </strong></span></p>

<div class="wp_codebox_msgheader wp_codebox_hide"><span class="right"><sup><a href="http://www.ericbess.com/ericblog/2008/03/03/wp-codebox/#examples" target="_blank" title="WP-CodeBox HowTo?"><span style="color: #99cc00"></span></a></sup></span><span class="left"><a href="javascript:;" onclick="javascript:showCodeTxt('p247code2'); return false;">View Code</a> SHELL</span><div class="codebox_clear"></div></div><div class="wp_codebox"><table><tr id="p2472"><td class="line_numbers"><pre>1
</pre></td><td class="code" id="p247code2"><pre class="shell" style="font-family:monospace;">tar jxvf all-20100303.tar.bz2</pre></td></tr></table></div>

<p><span style="font-size: x-small;"><br />
<strong>2.把里面的所有文件复制到你要存放的位置.<br />
例 如笔者希望存放到&#8221;<span style="color: #ff6600;">/usr/share/mplayer/lib</span>&#8220;这里</strong></span><strong></strong></p>

<div class="wp_codebox_msgheader wp_codebox_hide"><span class="right"><sup><a href="http://www.ericbess.com/ericblog/2008/03/03/wp-codebox/#examples" target="_blank" title="WP-CodeBox HowTo?"><span style="color: #99cc00"></span></a></sup></span><span class="left"><a href="javascript:;" onclick="javascript:showCodeTxt('p247code3'); return false;">View Code</a> SHELL</span><div class="codebox_clear"></div></div><div class="wp_codebox"><table><tr id="p2473"><td class="line_numbers"><pre>1
</pre></td><td class="code" id="p247code3"><pre class="shell" style="font-family:monospace;">cp *  /usr/share/mplayer/lib</pre></td></tr></table></div>

<p><strong><strong>3. 进入mplayer目录.然后执行下列代码.<span style="font-size: x-small;"><br />
</span> </strong></strong></p>

<div class="wp_codebox_msgheader wp_codebox_hide"><span class="right"><sup><a href="http://www.ericbess.com/ericblog/2008/03/03/wp-codebox/#examples" target="_blank" title="WP-CodeBox HowTo?"><span style="color: #99cc00"></span></a></sup></span><span class="left"><a href="javascript:;" onclick="javascript:showCodeTxt('p247code4'); return false;">View Code</a> SHELL</span><div class="codebox_clear"></div></div><div class="wp_codebox"><table><tr id="p2474"><td class="line_numbers"><pre>1
</pre></td><td class="code" id="p247code4"><pre class="shell" style="font-family:monospace;">./configure --prefix=/usr/share/mplayer  --enable-gui --enable-freetype --codecsdir=/usr/share/mplayer/lib  --language=zh_CN</pre></td></tr></table></div>

<p><strong><strong>&#8211;prefix=/usr/share/mplayer   指定安装位置<br />
&#8211;enable-gui  启用图形<br />
&#8211;enable-freetype 开启字体的选择<br />
&#8211;codecsdir=/usr/share/mplayer/lib  这里就是你刚刚把加码器存放的位置.<br />
&#8211;language=zh_CN 设置语言为中文.</strong></strong></p>
<p><strong><strong>4.<span style="color: #ff6600;">make;make  install</span>进行安装</strong></strong></p>
<p><strong><strong>5.把你下载的主题解压.<br />
修改主题目录名为<span style="color: #ff6600;">default</span>.<br />
然后复制到安装目录的&#8221;<span style="color: #ff6600;">share/mplayer/skins</span>&#8220;下</strong></strong></p>
<p><strong><strong>6.这样就安装完毕了.<br />
只需要把安装目录下bin目录下的gmplayer复制到/usr/bin里面便可以使用mplayer了.</strong><strong><span style="font-size: x-small;"><br />
</span> </strong></strong></p>

<div class="wp_codebox_msgheader wp_codebox_hide"><span class="right"><sup><a href="http://www.ericbess.com/ericblog/2008/03/03/wp-codebox/#examples" target="_blank" title="WP-CodeBox HowTo?"><span style="color: #99cc00"></span></a></sup></span><span class="left"><a href="javascript:;" onclick="javascript:showCodeTxt('p247code5'); return false;">View Code</a> SHELL</span><div class="codebox_clear"></div></div><div class="wp_codebox"><table><tr id="p2475"><td class="line_numbers"><pre>1
</pre></td><td class="code" id="p247code5"><pre class="shell" style="font-family:monospace;">cp gmplayer /usr/bin/</pre></td></tr></table></div>

<p><strong><strong>使用时为:<span style="font-size: x-small;"><br />
</span> </strong></strong></p>

<div class="wp_codebox_msgheader wp_codebox_hide"><span class="right"><sup><a href="http://www.ericbess.com/ericblog/2008/03/03/wp-codebox/#examples" target="_blank" title="WP-CodeBox HowTo?"><span style="color: #99cc00"></span></a></sup></span><span class="left"><a href="javascript:;" onclick="javascript:showCodeTxt('p247code6'); return false;">View Code</a> SHELL</span><div class="codebox_clear"></div></div><div class="wp_codebox"><table><tr id="p2476"><td class="line_numbers"><pre>1
</pre></td><td class="code" id="p247code6"><pre class="shell" style="font-family:monospace;">gmplayer 文件名</pre></td></tr></table></div>

<h5><strong><strong><span style="color: #000000;"><img class="alignnone" title="qiaobusi02.jpg" src="http://yayi.biz/upload/fimg/79.png" alt="" width="662" height="363" /></span></strong></strong></h5>
<p><strong><strong>笔者这里播放的是一首MP3所有没有视频.<br />
</strong></strong></p>
<h5><strong><strong><strong><span style="color: #000000;"><img class="alignnone" title="qiaobusi02.jpg" src="http://yayi.biz/upload/fimg/80.png" alt="" width="426" height="230" /></span></strong></strong></strong></h5>
<p><strong><strong><strong>7.建立桌面快捷方式<br />
桌面点击右键选择&#8221;创建启动器&#8221;<br />
然后像下图这样填写便可以.</strong></strong></strong></p>
<h5><strong><strong><strong><span style="color: #000000;"><img class="alignnone" title="qiaobusi02.jpg" src="http://yayi.biz/upload/fimg/80.png" alt="" width="426" height="230" /></span></strong></strong></strong></h5>
]]></content:encoded>
			<wfw:commentRss>http://yayi.biz/fedora-mplayer/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>5.17 2010</title>
		<link>http://yayi.biz/5-17-2010</link>
		<comments>http://yayi.biz/5-17-2010#comments</comments>
		<pubDate>Mon, 17 May 2010 13:22:42 +0000</pubDate>
		<dc:creator>Yayi</dc:creator>
				<category><![CDATA[r?記]]></category>

		<guid isPermaLink="false">http://yayi.biz/?p=168</guid>
		<description><![CDATA[前两天和Ebi一起去了她未来姐夫家.

过程没有什么特别的惊喜与快乐.

但是一个偶然.

我认识了"猩猩"和"花花".
......]]></description>
			<content:encoded><![CDATA[<p>前两天和Ebi一起去了她未来姐夫家.</p>
<p>过程没有什么特别的惊喜与快乐.</p>
<p>但是一个偶然.</p>
<p>我认识了&#8221;猩猩&#8221;和&#8221;花花&#8221;.</p>
<p>或许在她们得记忆里.</p>
<p>我不过是个路人甲已丙丁.</p>
<p>但是.我却很难忘记她们.</p>
<p>再多的内心感想无法通过这黑白来绘画出来.</p>
<p>猩猩学到东西很快,当然也很可爱,</p>
<p>这个不用担心.</p>
<p>应该不用多久她就可以给领养了.</p>
<p>但是花花.</p>
<p>是那么得单纯.</p>
<p>那么的善意.</p>
<p>会保护自己得同伴.</p>
<p>这些不知道她真得意识到.</p>
<p>还是她的潜意识.</p>
<p>花花的所有行为都一幕幕的感动着自己.</p>
<p>已经不懂得应该要怎么去表达了.</p>
<p>回来得路上一直担心花花长大后.</p>
<p>以后谁会保护照顾她.?</p>
<p>她还能像现在这样单纯善良吗?</p>
<p>虽然自己知道这个世界上有很多像花花这样的人.</p>
<p>但是亲眼看到的感觉还是无法接受.</p>
<p>上帝阿.请您公平点.</p>
<p>赋予她们更多得关怀与爱.</p>
]]></content:encoded>
			<wfw:commentRss>http://yayi.biz/5-17-2010/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>自制的立体纸乔布斯</title>
		<link>http://yayi.biz/%e8%87%aa%e5%88%b6%e7%9a%84%e7%ab%8b%e4%bd%93%e7%ba%b8%e4%b9%94%e5%b8%83%e6%96%af</link>
		<comments>http://yayi.biz/%e8%87%aa%e5%88%b6%e7%9a%84%e7%ab%8b%e4%bd%93%e7%ba%b8%e4%b9%94%e5%b8%83%e6%96%af#comments</comments>
		<pubDate>Sat, 10 Apr 2010 11:04:04 +0000</pubDate>
		<dc:creator>Yayi</dc:creator>
				<category><![CDATA[杂L]]></category>

		<guid isPermaLink="false">http://yayi.biz/?p=141</guid>
		<description><![CDATA[今天上网浪浪的时候看到一个图片..
于是一时兴起打印做了下来.

下面是已经剪好的.

下面是完成的哦..!
感觉很不错啦..
不过是自己的手工有点烂..
所以效果没有出来..

如果自己自己也想做的话.
可以把下面的图片放大然后下载打印的哦.]]></description>
			<content:encoded><![CDATA[<h5><strong><span style="color: #000000;">今天上网浪浪的时候看到一个图片..</span></strong></h5>
<h5><strong><span style="color: #000000;">于是一时兴起打印做了下来.</span></strong></h5>
<h5><strong><span style="color: #000000;"><img class="alignnone" title="qiaobusi01" src="http://yayi.biz/upload/img/qiaobusi01.jpg" alt="" width="576" height="432" /></span></strong></h5>
<h5><strong><span style="color: #000000;">下面是已经剪好的.</span></strong></h5>
<h5><strong><span style="color: #000000;"><img class="alignnone" title="qiaobusi02.jpg" src="http://yayi.biz/upload/img/qiaobusi02.jpg" alt="" width="576" height="432" /></span></strong></h5>
<h5><strong><span style="color: #000000;">下面是完成的哦..!</span></strong></h5>
<h5><strong><span style="color: #000000;">感觉很不错啦..</span></strong></h5>
<h5><strong><span style="color: #000000;">不过是自己的手工有点烂..</span></strong></h5>
<h5><strong><span style="color: #000000;">所以效果没有出来..</span></strong></h5>
<h5><strong><span style="color: #000000;"><img class="alignnone" title="qiaobusi03.jpg" src="http://yayi.biz/upload/img/qiaobusi03.jpg" alt="" width="432" height="576" /></span></strong></h5>
<h5><strong><span style="color: #000000;"><img class="alignnone" title="qiaobusi04.jpg" src="http://yayi.biz/upload/img/qiaobusi04.jpg" alt="" width="576" height="432" /></span></strong></h5>
<h5><strong><span style="color: #000000;">如果自己自己也想做的话.</span></strong></h5>
<h5><strong><span style="color: #000000;">可以把下面的图片放大然后下载打印的哦.</span></strong></h5>
<h5><strong><span style="color: #000000;"><img class="alignnone" title="qiaobusi05.jpg" src="http://yayi.biz/upload/img/qiaobusi05.jpg" alt="" width="533" height="422" /></span></strong></h5>
]]></content:encoded>
			<wfw:commentRss>http://yayi.biz/%e8%87%aa%e5%88%b6%e7%9a%84%e7%ab%8b%e4%bd%93%e7%ba%b8%e4%b9%94%e5%b8%83%e6%96%af/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>3.27 2010</title>
		<link>http://yayi.biz/3-27-2010</link>
		<comments>http://yayi.biz/3-27-2010#comments</comments>
		<pubDate>Sat, 27 Mar 2010 03:43:01 +0000</pubDate>
		<dc:creator>Yayi</dc:creator>
				<category><![CDATA[r?記]]></category>

		<guid isPermaLink="false">http://66.40.3.103/~yayibiz/?p=51</guid>
		<description><![CDATA[<p>无常的天气.?</p><p>可怕的干旱.?</p><p>更多是可怒的政府把.?</p><p>对.这个才是自己心理不安的原因.</p><p>不过这依不重要.</p><p>重要的或许更多是如何去调节自己的心情.</p><p>上帝创造人类?</p><p>如果真如此..</p><p>谁创造上帝?</p><p>人-家-族-村-镇-县-市-省-国-洲-地球.</p><p>人人人.</p><p>众也.</p><p>所有组成的利益最后应该回到人或地球.</p><p>左右取决于价值观.</p>...
]]></description>
			<content:encoded><![CDATA[<p>无常的天气.?</p>
<p>可怕的干旱.?</p>
<p>更多是可怒的政府把.?</p>
<p>对.这个才是自己心理不安的原因.</p>
<p>不过这依不重要.</p>
<p>重要的或许更多是如何去调节自己的心情.</p>
<p>上帝创造人类?</p>
<p>如果真如此..</p>
<p>谁创造上帝?</p>
<p>人-家-族-村-镇-县-市-省-国-洲-地球.</p>
<p>人人人.</p>
<p>众也.</p>
<p>所有组成的利益最后应该回到人或地球.</p>
<p>左右取决于价值观.</p>
<p>若然停留在中间又何如能和谐安定捏?</p>
<p>有无机物的组成何不是如此.</p>
<p>贪念也,</p>
<p>可怕.</p>
<p>无能自我.</p>
<p>可悲,可丧.</p>
<p>搅和者.</p>
<p>可恨.</p>
<p>和谐之梦.</p>
<p>能想而不能达.</p>
<p>物种门槛何时能跨?</p>
<p>门槛如此之高?</p>
<p>心暗者为.</p>
<p>梦醒了.</p>
<p>醒了.</p>
<p>回到这个世界里吧.</p>
]]></content:encoded>
			<wfw:commentRss>http://yayi.biz/3-27-2010/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>3.2 2010</title>
		<link>http://yayi.biz/3-2-2010</link>
		<comments>http://yayi.biz/3-2-2010#comments</comments>
		<pubDate>Tue, 02 Mar 2010 20:02:06 +0000</pubDate>
		<dc:creator>Yayi</dc:creator>
				<category><![CDATA[r?記]]></category>

		<guid isPermaLink="false">http://66.40.3.103/~yayibiz/?p=50</guid>
		<description><![CDATA[<p>独自一人看世界.</p><p>原来是寂寞的.</p><p>原来一个人看世界不是更清楚.</p><p>而是更寂寞.</p><p>这个世界时真还是假?</p><p>对与错已经与自己无关了.</p><p>貌似真理这样东西早已不存在.</p><p>可是为什么自己还要傻傻的寻找?</p><p>笑也.</p><p>离闹市的距离又近了.</p><p>可惜自己的心也静了.</p><p>近与静?</p><p>呵.</p><p>碰巧而已.</p><p>这个世界并不是那么复杂.</p>...
]]></description>
			<content:encoded><![CDATA[<p>独自一人看世界.</p>
<p>原来是寂寞的.</p>
<p>原来一个人看世界不是更清楚.</p>
<p>而是更寂寞.</p>
<p>这个世界时真还是假?</p>
<p>对与错已经与自己无关了.</p>
<p>貌似真理这样东西早已不存在.</p>
<p>可是为什么自己还要傻傻的寻找?</p>
<p>笑也.</p>
<p>离闹市的距离又近了.</p>
<p>可惜自己的心也静了.</p>
<p>近与静?</p>
<p>呵.</p>
<p>碰巧而已.</p>
<p>这个世界并不是那么复杂.</p>
<p>就算真理不在存在.</p>
<p>是的.</p>
<p>这个世界碰巧而已.</p>
<p>是自己想多了.</p>
]]></content:encoded>
			<wfw:commentRss>http://yayi.biz/3-2-2010/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
