<?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>1/2 SOHO</title>
	<atom:link href="http://studyboy.cn/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://studyboy.cn</link>
	<description>fade studyboy</description>
	<lastBuildDate>Sun, 05 Sep 2010 06:12:20 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>密码保护：专注，专著……</title>
		<link>http://studyboy.cn/?p=757</link>
		<comments>http://studyboy.cn/?p=757#comments</comments>
		<pubDate>Mon, 30 Aug 2010 09:16:17 +0000</pubDate>
		<dc:creator>study</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[outdoor]]></category>

		<guid isPermaLink="false">http://studyboy.cn/?p=757</guid>
		<description><![CDATA[无法提供任何摘要。这是一篇受保护的文章。]]></description>
			<content:encoded><![CDATA[<form action="http://studyboy.cn/wp-pass.php" method="post">
<p>这是一篇受密码保护的文章。您需要提供访问密码：</p>
<p><label for="pwbox-757">密码：<br />
<input name="post_password" id="pwbox-757" type="password" size="20" /></label><br />
<input type="submit" name="Submit" value="提交" /></p></form>
]]></content:encoded>
			<wfw:commentRss>http://studyboy.cn/?feed=rss2&amp;p=757</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>一个像夏天一个像秋天</title>
		<link>http://studyboy.cn/?p=755</link>
		<comments>http://studyboy.cn/?p=755#comments</comments>
		<pubDate>Sat, 28 Aug 2010 15:31:39 +0000</pubDate>
		<dc:creator>study</dc:creator>
				<category><![CDATA[outdoor]]></category>

		<guid isPermaLink="false">http://studyboy.cn/?p=755</guid>
		<description><![CDATA[不记得有多久未曾提笔写过点像样的东西，
不记得有多久不想再触及以前不堪的记忆；
不记得有多少个白天下班还要赖在办公室，
不记得有多少个夜晚一次一次的放空自己；
喜欢这东西真的是单方面的一厢情愿，
如果能恰好碰到也如此喜欢的人，感谢老天爷眷顾了你把，
如果不幸对方对此完全没有感觉，也请不要抱怨甚至憎恨。
一个像夏天一个像秋天，就能把冬天都变成春天。
]]></description>
			<content:encoded><![CDATA[<p>不记得有多久未曾提笔写过点像样的东西，</p>
<p>不记得有多久不想再触及以前不堪的记忆；</p>
<p>不记得有多少个白天下班还要赖在办公室，</p>
<p>不记得有多少个夜晚一次一次的放空自己；</p>
<p>喜欢这东西真的是单方面的一厢情愿，</p>
<p>如果能恰好碰到也如此喜欢的人，感谢老天爷眷顾了你把，</p>
<p>如果不幸对方对此完全没有感觉，也请不要抱怨甚至憎恨。</p>
<p>一个像夏天一个像秋天，就能把冬天都变成春天。</p>
]]></content:encoded>
			<wfw:commentRss>http://studyboy.cn/?feed=rss2&amp;p=755</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>centos 的php 5.1如何升级到5.2</title>
		<link>http://studyboy.cn/?p=752</link>
		<comments>http://studyboy.cn/?p=752#comments</comments>
		<pubDate>Tue, 24 Aug 2010 03:22:23 +0000</pubDate>
		<dc:creator>study</dc:creator>
				<category><![CDATA[IT]]></category>

		<guid isPermaLink="false">http://studyboy.cn/?p=752</guid>
		<description><![CDATA[5.2在centos的branches里面还属于测试期，不会放到正式的发行版以及升级版中，所以，需要加入testing的repo
创建 /etc/yum.repos.d/CentOS-Testing.repo
[c5-testing]
name=CentOS-5 Testing
baseurl=http://dev.centos.org/centos/$releasever/testing/$basearch/
enabled=1
gpgcheck=1
gpgkey=http://dev.centos.org/centos/RPM-GPG-KEY-CentOS-testing
includepkgs=php*
然后运行yum update php
会把标准的php的包都升级成5.2
如果你之前还装了其他的mod，php -v看看
有哪些冲突，直接用yum update php-*
 
]]></description>
			<content:encoded><![CDATA[<p>5.2在centos的branches里面还属于测试期，不会放到正式的发行版以及升级版中，所以，需要加入testing的repo</p>
<p>创建 /etc/yum.repos.d/CentOS-Testing.repo</p>
<p>[c5-testing]<br />
name=CentOS-5 Testing<br />
baseurl=http://dev.centos.org/centos/$releasever/testing/$basearch/<br />
enabled=1<br />
gpgcheck=1<br />
gpgkey=http://dev.centos.org/centos/RPM-GPG-KEY-CentOS-testing<br />
includepkgs=php*</p>
<p>然后运行yum update php</p>
<p>会把标准的php的包都升级成5.2</p>
<p>如果你之前还装了其他的mod，php -v看看</p>
<p>有哪些冲突，直接用yum update php-*</p>
<blockquote><p> </p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://studyboy.cn/?feed=rss2&amp;p=752</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>往下刷新吧</title>
		<link>http://studyboy.cn/?p=749</link>
		<comments>http://studyboy.cn/?p=749#comments</comments>
		<pubDate>Fri, 30 Jul 2010 16:31:09 +0000</pubDate>
		<dc:creator>study</dc:creator>
				<category><![CDATA[outdoor]]></category>

		<guid isPermaLink="false">http://studyboy.cn/?p=749</guid>
		<description><![CDATA[这个超长的图片转贴看了一周多了，真的看烦了
即将出行之前，出这么多事，真不是什么好兆头，太多不能预料的事情发生
装好行囊，带好相机，一个人走出去吧，走之前处理好一切，只等早晨那班数小时的飞机
收拾心情，丢下烦恼，只一颗心安静吧，。。。。。
期望言言快些好起来，期望她爸爸也快些好起来，期望我的脚早日没有肿胀感，期望明天不会下雨
]]></description>
			<content:encoded><![CDATA[<p>这个超长的图片转贴看了一周多了，真的看烦了</p>
<p>即将出行之前，出这么多事，真不是什么好兆头，太多不能预料的事情发生</p>
<p>装好行囊，带好相机，一个人走出去吧，走之前处理好一切，只等早晨那班数小时的飞机</p>
<p>收拾心情，丢下烦恼，只一颗心安静吧，。。。。。</p>
<p>期望言言快些好起来，期望她爸爸也快些好起来，期望我的脚早日没有肿胀感，期望明天不会下雨</p>
]]></content:encoded>
			<wfw:commentRss>http://studyboy.cn/?feed=rss2&amp;p=749</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>50个公益广告</title>
		<link>http://studyboy.cn/?p=747</link>
		<comments>http://studyboy.cn/?p=747#comments</comments>
		<pubDate>Thu, 22 Jul 2010 05:12:22 +0000</pubDate>
		<dc:creator>study</dc:creator>
				<category><![CDATA[outdoor]]></category>

		<guid isPermaLink="false">http://studyboy.cn/?p=747</guid>
		<description><![CDATA[人人都是艺术家

每次你和别人交往(包括性/口/肛等等),同等于你也顺便和他的过去上了床(艾滋病测试广告)

帮助地球老妈报复人类

全球都跳脱衣舞

如果你对你的孩子失去耐心 你可能将会失去更多

有力但不有害(请君使用安全套)

有一天要让全世界的士兵都成为过去式，让战争成为过去式

你的手可能是危险的

90%的儿童看到的暴力都是来自家里

烟抽人

呼吁停止招募童子军

:如果是你的孩子，你还会虐待吗？

我们本可以阻止这场气候变化灾难，然而我们没有这样做

毕业酒会比较凶猛
一次再见已经很难 不要成为永别

我们平时注意节水，就能给缺水的地方带来生机。

语言虐待同样可怕

海啸能干掉比9/11多百倍的人,地球很强大,请尊重她,保护它

快来加入WWF吧！成为WWF的志愿者！
PS：世界自然基金会（简称WWF，旧称World Wildlife Fund International——世界野生生物基金会，现在更名World Wide Fund for Nature

全球变暖……我们要节约用电，减少碳排放因为不只是我们在承担，动物也会遭受危害

Before it&#8217;s too late

中国的森林砍伐威胁到了巨大的熊猫

暴力，是所有罪恶的源泉。

癌症广告,时间提醒:比你想象的更少

我们的生活在于干掉别人(动物)?

42岁么？


仍然有国家在惩罚网络言论自由,让我们一起干掉他们(你懂的)!

卖淫中的虐待偷走了孩子们的生命

驾车前请保持睡眠充足

在没有变的这样安全之前，请戴上安全帽


当他操纵了你的生活,那不再是你的生活



















相关文章
]]></description>
			<content:encoded><![CDATA[<p>人人都是艺术家</p>
<p><a href="http://dulei.si/files/2966fd66d92eba9188ad7f1bfb75967a.jpg" target="_blank"><img src="http://dulei.si/files/2966fd66d92eba9188ad7f1bfb75967a.jpg" alt="" /></a><br />
每次你和别人交往(包括性/口/肛等等),同等于你也顺便和他的过去上了床(艾滋病测试广告)</p>
<p><a href="http://dulei.si/files/46d0ffe1c8e954522277bb4f017099a8.jpg" target="_blank"><img src="http://dulei.si/files/46d0ffe1c8e954522277bb4f017099a8.jpg" alt="" /></a><br />
帮助地球老妈报复人类<br />
<a href="http://dulei.si/files/26190138b64839d73a916829373c5dc2.jpg" target="_blank"><img src="http://dulei.si/files/26190138b64839d73a916829373c5dc2.jpg" alt="" /></a><br />
全球都跳脱衣舞<br />
<a href="http://dulei.si/files/da116acce3e578e2773972daea4484ef.jpg" target="_blank"><img src="http://dulei.si/files/da116acce3e578e2773972daea4484ef.jpg" alt="" /></a><br />
如果你对你的孩子失去耐心 你可能将会失去更多<br />
<a href="http://dulei.si/files/db35007efbe27bc1fe21c08b079e35c6.jpg" target="_blank"><img src="http://dulei.si/files/db35007efbe27bc1fe21c08b079e35c6.jpg" alt="" /></a><br />
有力但不有害(请君使用安全套)<br />
<a href="http://dulei.si/files/cdce63825f3dfb8a9f12e0768abea09f.jpg" target="_blank"><img src="http://dulei.si/files/cdce63825f3dfb8a9f12e0768abea09f.jpg" alt="" /></a><br />
有一天要让全世界的士兵都成为过去式，让战争成为过去式<br />
<a href="http://dulei.si/files/2e375923b8ccb13c5da0bc2c8d4d741f.jpg" target="_blank"><img src="http://dulei.si/files/2e375923b8ccb13c5da0bc2c8d4d741f.jpg" alt="" /></a><br />
你的手可能是危险的<br />
<a href="http://dulei.si/files/ac6ae9f0fa70f0eca49538b142de50a2.jpg" target="_blank"><img src="http://dulei.si/files/ac6ae9f0fa70f0eca49538b142de50a2.jpg" alt="" /></a><br />
90%的儿童看到的暴力都是来自家里<br />
<a href="http://dulei.si/files/2f6b7382c96eea56f8201ab34802381a.jpg" target="_blank"><img src="http://dulei.si/files/2f6b7382c96eea56f8201ab34802381a.jpg" alt="" /></a><br />
烟抽人<br />
<a href="http://dulei.si/files/0ff3875008d48777f3865f67d9e57d95.jpg" target="_blank"><img src="http://dulei.si/files/0ff3875008d48777f3865f67d9e57d95.jpg" alt="" /></a><br />
呼吁停止招募童子军<br />
<a href="http://dulei.si/files/81aa79cf33e890df96a75ac6730c24a4.jpg" target="_blank"><img src="http://dulei.si/files/81aa79cf33e890df96a75ac6730c24a4.jpg" alt="" /></a><br />
:如果是你的孩子，你还会虐待吗？<br />
<a href="http://dulei.si/files/e91d55d720f6938c78b4cc9830be0cb8.jpg" target="_blank"><img src="http://dulei.si/files/e91d55d720f6938c78b4cc9830be0cb8.jpg" alt="" /></a><br />
我们本可以阻止这场气候变化灾难，然而我们没有这样做<br />
<a href="http://dulei.si/files/18b7b9266ca2d097dc65c42e211756aa.jpg" target="_blank"><img src="http://dulei.si/files/18b7b9266ca2d097dc65c42e211756aa.jpg" alt="" /></a><br />
毕业酒会比较凶猛<br />
一次再见已经很难 不要成为永别<br />
<a href="http://dulei.si/files/0fb1df03a4eab4f920dc67c31a9f4408.jpg" target="_blank"><img src="http://dulei.si/files/0fb1df03a4eab4f920dc67c31a9f4408.jpg" alt="" /></a><br />
我们平时注意节水，就能给缺水的地方带来生机。<br />
<a href="http://dulei.si/files/91344a6122a2522a40c76d55e8eeb9ef.jpg" target="_blank"><img src="http://dulei.si/files/91344a6122a2522a40c76d55e8eeb9ef.jpg" alt="" /></a><br />
语言虐待同样可怕<br />
<a href="http://dulei.si/files/5aa8b8879f72cf9e75be155ef06e883b.jpg" target="_blank"><img src="http://dulei.si/files/5aa8b8879f72cf9e75be155ef06e883b.jpg" alt="" /></a><br />
海啸能干掉比9/11多百倍的人,地球很强大,请尊重她,保护它<br />
<a href="http://dulei.si/files/0a9f79d6493f936e9f7dd555bc191d2c.jpg" target="_blank"><img src="http://dulei.si/files/0a9f79d6493f936e9f7dd555bc191d2c.jpg" alt="" /></a><br />
快来加入WWF吧！成为WWF的志愿者！<br />
PS：世界自然基金会（简称WWF，旧称World Wildlife Fund International——世界野生生物基金会，现在更名World Wide Fund for Nature<br />
<a href="http://dulei.si/files/26bbd0da1c4aac2ac4cfccc3cd5c0189.jpg" target="_blank"><img src="http://dulei.si/files/26bbd0da1c4aac2ac4cfccc3cd5c0189.jpg" alt="" /></a><br />
全球变暖……我们要节约用电，减少碳排放因为不只是我们在承担，动物也会遭受危害<br />
<a href="http://dulei.si/files/391c0c4160c0115a1c5874cbc6293f2a.jpg" target="_blank"><img src="http://dulei.si/files/391c0c4160c0115a1c5874cbc6293f2a.jpg" alt="" /></a><br />
Before it&#8217;s too late<br />
<a href="http://dulei.si/files/3ee07c5d1a384d280a64dee12dce21f6.jpg" target="_blank"><img src="http://dulei.si/files/3ee07c5d1a384d280a64dee12dce21f6.jpg" alt="" /></a><br />
中国的森林砍伐威胁到了巨大的熊猫<br />
<a href="http://dulei.si/files/b9caf31985cdc261154224eba7be8e85.jpg" target="_blank"><img src="http://dulei.si/files/b9caf31985cdc261154224eba7be8e85.jpg" alt="" /></a><br />
暴力，是所有罪恶的源泉。<br />
<a href="http://dulei.si/files/6dd02450fb118b9dcf992c312bd2960e.jpg" target="_blank"><img src="http://dulei.si/files/6dd02450fb118b9dcf992c312bd2960e.jpg" alt="" /></a><br />
癌症广告,时间提醒:比你想象的更少<br />
<a href="http://dulei.si/files/95deb8950b0dc2094c99ba4ccaac83d8.jpg" target="_blank"><img src="http://dulei.si/files/95deb8950b0dc2094c99ba4ccaac83d8.jpg" alt="" /></a><br />
我们的生活在于干掉别人(动物)?<br />
<a href="http://dulei.si/files/e8dbd9d2f345659a7ec6c669ce166e88.jpg" target="_blank"><img src="http://dulei.si/files/e8dbd9d2f345659a7ec6c669ce166e88.jpg" alt="" /></a><br />
42岁么？<br />
<a href="http://dulei.si/files/8547f6b0353f9fdb70754b4413d75553.jpg" target="_blank"><img src="http://dulei.si/files/8547f6b0353f9fdb70754b4413d75553.jpg" alt="" /></a><br />
<a href="http://dulei.si/files/72aa048757b7076824b9af7fb30fca61.jpg" target="_blank"><img src="http://dulei.si/files/72aa048757b7076824b9af7fb30fca61.jpg" alt="" /></a><br />
仍然有国家在惩罚网络言论自由,让我们一起干掉他们(你懂的)!<br />
<a href="http://dulei.si/files/ad68d7e9dd7cd73303b53c270d3fd275.jpg" target="_blank"><img src="http://dulei.si/files/ad68d7e9dd7cd73303b53c270d3fd275.jpg" alt="" /></a><br />
卖淫中的虐待偷走了孩子们的生命<br />
<a href="http://dulei.si/files/fefc664ade623d6b4642bf88fd6956e5.jpg" target="_blank"><img src="http://dulei.si/files/fefc664ade623d6b4642bf88fd6956e5.jpg" alt="" /></a><br />
驾车前请保持睡眠充足<br />
<a href="http://dulei.si/files/a76c2afa4ff28de5ccca4effb47be614.jpg" target="_blank"><img src="http://dulei.si/files/a76c2afa4ff28de5ccca4effb47be614.jpg" alt="" /></a><br />
在没有变的这样安全之前，请戴上安全帽<br />
<a href="http://dulei.si/files/1306d2b6a79c170ac3dfbc76c98604cd.jpg" target="_blank"><img src="http://dulei.si/files/1306d2b6a79c170ac3dfbc76c98604cd.jpg" alt="" /></a><br />
<a href="http://dulei.si/files/aceba523d3b2dbe98853eebc35cbd4a2.jpg" target="_blank"><img src="http://dulei.si/files/aceba523d3b2dbe98853eebc35cbd4a2.jpg" alt="" /></a><br />
当他操纵了你的生活,那不再是你的生活<br />
<a href="http://dulei.si/files/d5409c7e84f0c4a3100d943c7fc3b42b.jpg" target="_blank"><img src="http://dulei.si/files/d5409c7e84f0c4a3100d943c7fc3b42b.jpg" alt="" /></a><br />
<a href="http://dulei.si/files/b73ea65c8043bc6df43722b7c03f44cf.jpg" target="_blank"><img src="http://dulei.si/files/b73ea65c8043bc6df43722b7c03f44cf.jpg" alt="" /></a><br />
<a href="http://dulei.si/files/e0116cba246a82c027109b08a9ee0122.jpg" target="_blank"><img src="http://dulei.si/files/e0116cba246a82c027109b08a9ee0122.jpg" alt="" /></a><br />
<a href="http://dulei.si/files/7259b09e58e0e14cebf8fb5decb8561b.jpg" target="_blank"><img src="http://dulei.si/files/7259b09e58e0e14cebf8fb5decb8561b.jpg" alt="" /></a><br />
<a href="http://dulei.si/files/d3d1578ca2875babe696cbe76492c4f2.jpg" target="_blank"><img src="http://dulei.si/files/d3d1578ca2875babe696cbe76492c4f2.jpg" alt="" /></a><br />
<a href="http://dulei.si/files/9a63ed310b00135c0cee3e1c55e28e15.jpg" target="_blank"><img src="http://dulei.si/files/9a63ed310b00135c0cee3e1c55e28e15.jpg" alt="" /></a><br />
<a href="http://dulei.si/files/b9cbb07e380767c858040e1f13ff5193.jpg" target="_blank"><img src="http://dulei.si/files/b9cbb07e380767c858040e1f13ff5193.jpg" alt="" /></a><br />
<a href="http://dulei.si/files/fb9ae529db41d80fe68b0cbfcd52de97.jpg" target="_blank"><img src="http://dulei.si/files/fb9ae529db41d80fe68b0cbfcd52de97.jpg" alt="" /></a><br />
<a href="http://dulei.si/files/be7d5fdad124e906be01e02d8794f6c2.jpg" target="_blank"><img src="http://dulei.si/files/be7d5fdad124e906be01e02d8794f6c2.jpg" alt="" /></a><br />
<a href="http://dulei.si/files/3456efc9e637c090f7a930957fb92606.jpg" target="_blank"><img src="http://dulei.si/files/3456efc9e637c090f7a930957fb92606.jpg" alt="" /></a><br />
<a href="http://dulei.si/files/b4fefb26c73a40a02f9b2bef8991f887.jpg" target="_blank"><img src="http://dulei.si/files/b4fefb26c73a40a02f9b2bef8991f887.jpg" alt="" /></a><br />
<a href="http://dulei.si/files/884d5862cb8fe132907162323202def1.jpg" target="_blank"><img src="http://dulei.si/files/884d5862cb8fe132907162323202def1.jpg" alt="" /></a><br />
<a href="http://dulei.si/files/4975b95445ad8f9b58348bdd197d7c3d.jpg" target="_blank"><img src="http://dulei.si/files/4975b95445ad8f9b58348bdd197d7c3d.jpg" alt="" /></a><br />
<a href="http://dulei.si/files/ea3ea40a22bdcf0c3649fc6b6394798d.jpg" target="_blank"><img src="http://dulei.si/files/ea3ea40a22bdcf0c3649fc6b6394798d.jpg" alt="" /></a><br />
<a href="http://dulei.si/files/fd3f0508b15a3893775eb0de779a204c.jpg" target="_blank"><img src="http://dulei.si/files/fd3f0508b15a3893775eb0de779a204c.jpg" alt="" /></a><br />
<a href="http://dulei.si/files/c0f6c5515a3aea22f74a569a6fb2355f.jpg" target="_blank"><img src="http://dulei.si/files/c0f6c5515a3aea22f74a569a6fb2355f.jpg" alt="" /></a><br />
<a href="http://dulei.si/files/15d7b67c7639572d5db1c6e11ad0f2d2.jpg" target="_blank"><img src="http://dulei.si/files/15d7b67c7639572d5db1c6e11ad0f2d2.jpg" alt="" /></a><br />
<a href="http://dulei.si/files/dea9460e74bd8fc1a81bbcbbbdb53386.jpg" target="_blank"><img src="http://dulei.si/files/dea9460e74bd8fc1a81bbcbbbdb53386.jpg" alt="" /></a><br />
<a href="http://dulei.si/files/4122ef05285c8a74191e709820ee26f9.jpg" target="_blank"><img src="http://dulei.si/files/4122ef05285c8a74191e709820ee26f9.jpg" alt="" /></a><br />
相关文章</p>
]]></content:encoded>
			<wfw:commentRss>http://studyboy.cn/?feed=rss2&amp;p=747</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>想要的总是不容易得到</title>
		<link>http://studyboy.cn/?p=745</link>
		<comments>http://studyboy.cn/?p=745#comments</comments>
		<pubDate>Mon, 12 Jul 2010 15:59:20 +0000</pubDate>
		<dc:creator>study</dc:creator>
				<category><![CDATA[outdoor]]></category>

		<guid isPermaLink="false">http://studyboy.cn/?p=745</guid>
		<description><![CDATA[很可耻的只想到这句话，又不好作为qq的签名，下面应该还有半句
]]></description>
			<content:encoded><![CDATA[<p>很可耻的只想到这句话，又不好作为qq的签名，下面应该还有半句</p>
]]></content:encoded>
			<wfw:commentRss>http://studyboy.cn/?feed=rss2&amp;p=745</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>终于处理完最纠结的事。。。</title>
		<link>http://studyboy.cn/?p=741</link>
		<comments>http://studyboy.cn/?p=741#comments</comments>
		<pubDate>Sun, 11 Jul 2010 09:35:10 +0000</pubDate>
		<dc:creator>study</dc:creator>
				<category><![CDATA[outdoor]]></category>

		<guid isPermaLink="false">http://studyboy.cn/?p=741</guid>
		<description><![CDATA[不想说啥子了，遇到这么恼火的成都人，也算我深刻的上了一课，感谢一直帮助我的父母和xdd
能有个温馨的家真好，看到婷婷和xdd恩爱的样子，太羡慕了。
看看周围的人，菜鸟上个月办完了手续，qxm也在闹离，80后些都怎么了？
总算经历完毕所有类型的人，反观这几个月的思索，终于有了结果。
剩下系统规划，以及急需给自己放假……
and。。。
分类分组/IT支撑系统/心理健康网站收尾/在wzd回来之后将现有管理系统的bug修复/羽毛球一定要打
另外，药，，真的不能停
]]></description>
			<content:encoded><![CDATA[<p>不想说啥子了，遇到这么恼火的成都人，也算我深刻的上了一课，感谢一直帮助我的父母和xdd</p>
<p>能有个温馨的家真好，看到婷婷和xdd恩爱的样子，太羡慕了。</p>
<p>看看周围的人，菜鸟上个月办完了手续，qxm也在闹离，80后些都怎么了？</p>
<p>总算经历完毕所有类型的人，反观这几个月的思索，终于有了结果。</p>
<p>剩下系统规划，以及急需给自己放假……</p>
<p>and。。。</p>
<p>分类分组/IT支撑系统/心理健康网站收尾/在wzd回来之后将现有管理系统的bug修复/羽毛球一定要打</p>
<p>另外，药，，真的不能停</p>
]]></content:encoded>
			<wfw:commentRss>http://studyboy.cn/?feed=rss2&amp;p=741</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>CentOS中找不到setup命令。怎么办？</title>
		<link>http://studyboy.cn/?p=738</link>
		<comments>http://studyboy.cn/?p=738#comments</comments>
		<pubDate>Sat, 10 Jul 2010 06:19:45 +0000</pubDate>
		<dc:creator>study</dc:creator>
				<category><![CDATA[IT]]></category>

		<guid isPermaLink="false">http://studyboy.cn/?p=738</guid>
		<description><![CDATA[yum install setuptool
]]></description>
			<content:encoded><![CDATA[<p><strong>yum install setuptool</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://studyboy.cn/?feed=rss2&amp;p=738</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>30岁以后的女人。。。</title>
		<link>http://studyboy.cn/?p=735</link>
		<comments>http://studyboy.cn/?p=735#comments</comments>
		<pubDate>Fri, 09 Jul 2010 03:21:27 +0000</pubDate>
		<dc:creator>study</dc:creator>
				<category><![CDATA[outdoor]]></category>

		<guid isPermaLink="false">http://studyboy.cn/?p=735</guid>
		<description><![CDATA[自己一个人孤傲的做公主
自己一个人慌忙的找主公
]]></description>
			<content:encoded><![CDATA[<p>自己一个人孤傲的做公主<br />
自己一个人慌忙的找主公</p>
]]></content:encoded>
			<wfw:commentRss>http://studyboy.cn/?feed=rss2&amp;p=735</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>混沌</title>
		<link>http://studyboy.cn/?p=732</link>
		<comments>http://studyboy.cn/?p=732#comments</comments>
		<pubDate>Mon, 28 Jun 2010 01:28:26 +0000</pubDate>
		<dc:creator>study</dc:creator>
				<category><![CDATA[outdoor]]></category>

		<guid isPermaLink="false">http://studyboy.cn/?p=732</guid>
		<description><![CDATA[快2周了，没写下什么东西，在意大利悲惨出局之余，还是发下感概嘛
在英格兰以及墨西哥被残酷出局的情况下，还是闹腾闹腾
那就是，今天太阴郁了，最近太阴郁了，急需一个阳光的事来冲冲喜，
]]></description>
			<content:encoded><![CDATA[<p>快2周了，没写下什么东西，在意大利悲惨出局之余，还是发下感概嘛</p>
<p>在英格兰以及墨西哥被残酷出局的情况下，还是闹腾闹腾</p>
<p>那就是，今天太阴郁了，最近太阴郁了，急需一个阳光的事来冲冲喜，</p>
]]></content:encoded>
			<wfw:commentRss>http://studyboy.cn/?feed=rss2&amp;p=732</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
