<?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; 博客</title>
	<atom:link href="http://blog.bolsolution.com/index.php/tag/%e5%8d%9a%e5%ae%a2/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.bolsolution.com</link>
	<description>生是曼联迷, 死是曼联魔!</description>
	<lastBuildDate>Thu, 29 Jul 2010 04:25:03 +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>修改Wordpress table的prefix</title>
		<link>http://blog.bolsolution.com/index.php/2010/07/27/1964/</link>
		<comments>http://blog.bolsolution.com/index.php/2010/07/27/1964/#comments</comments>
		<pubDate>Tue, 27 Jul 2010 10:21:49 +0000</pubDate>
		<dc:creator>史努比武士</dc:creator>
				<category><![CDATA[电脑篇]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[博客]]></category>
		<category><![CDATA[资料库]]></category>
		<category><![CDATA[黑客]]></category>

		<guid isPermaLink="false">http://blog.bolsolution.com/?p=1964</guid>
		<description><![CDATA[在Wordpress系统使用者都建议说不要将table的prefix用&#8221;wp_&#8221;. 那是因为这是Wordpress默认值的prefix. 那是因为这容易让黑客破解系统呀!  
可是, 如果你第一次使用安装后要怎么修改呢?
以下就是很好的步骤了:
1) 备份资料库
这环节是非常重要的. 因为如果发生什么事情, 你可以还原资料库的资料. 不然的话, 你千辛万苦写了几年的东西可能会化为乌有哟. 可是, 别太紧张. 修改Wordpress table的prefix不是很大的动作.   你们可以用CPanel备份资料库的.
2) 修改wp-config.php


// Entry in config.php showing wordpress table prefix used in the installation
$table_prefix = ‘wp_’; // Only numbers, letters, and underscores please!

修改成为$table_prefix = ‘op2mro445_’;  // op2mro445, 你们可以随意性想一个. 记得一定要放&#8221;_&#8221;在后面哟!

将此默认值修改成新的资料. 可以参考random.org.
3) 修改所有资料库里的table名称!
Rename table wp_commentmeta to op2mro445_commentmeta;
Rename table wp_comments to op2mro445_comments;
Rename table wp_links [...]


相关文章:<ol><li><a href='http://blog.bolsolution.com/index.php/2010/06/23/1689/' rel='bookmark' title='Permanent Link: 黄族之永远回忆录2周年'>黄族之永远回忆录2周年</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div id="attachment_1976" class="wp-caption aligncenter" style="width: 460px"><img class="size-full wp-image-1976  " title="Wordpress Blog" src="http://blog.bolsolution.com/wp-content/uploads/2010/07/wordpress-logo-stacked-rgb.png" alt="Wordpress Blog" width="450" height="279" /><p class="wp-caption-text">Wordpress Blog</p></div>
<p>在<a title="Wordpress Blog" href="http://wordpress.org/" target="_blank">Wordpress</a>系统使用者都建议说不要将table的prefix用&#8221;wp_&#8221;. 那是因为这是Wordpress默认值的prefix. 那是因为这容易让黑客破解系统呀! <img src='http://blog.bolsolution.com/wp-includes/images/smilies/ym_donknow.gif' alt=':xknow:' class='wp-smiley' /> </p>
<p>可是, 如果你第一次使用安装后要怎么修改呢?</p>
<p>以下就是很好的步骤了:</p>
<p>1) <strong>备份资料库</strong></p>
<p>这环节是非常重要的. 因为如果发生什么事情, 你可以还原资料库的资料. 不然的话, 你千辛万苦写了几年的东西可能会化为乌有哟. 可是, 别太紧张. 修改Wordpress table的prefix不是很大的动作. <img src='http://blog.bolsolution.com/wp-includes/images/smilies/ym_hehe.gif' alt=';))' class='wp-smiley' />  你们可以用CPanel备份资料库的.</p>
<p>2) <strong>修改wp-config.php</strong></p>
<blockquote>
<div id="_mcePaste">
<div id="_mcePaste">// Entry in config.php showing wordpress table prefix used in the installation</div>
<div id="_mcePaste">$table_prefix = ‘wp_’; // Only numbers, letters, and underscores please!</div>
</div>
<div>修改成为$table_prefix = ‘op2mro445_’;  // op2mro445, 你们可以随意性想一个. 记得一定要放&#8221;_&#8221;在后面哟!</div>
</blockquote>
<p>将此默认值修改成新的资料. 可以参考<a title="Random.org" href="http://www.random.org/strings/?num=1&amp;len=10&amp;digits=on&amp;upperalpha=on&amp;loweralpha=on&amp;unique=on&amp;format=html&amp;rnd=new" target="_blank">random.org</a>.</p>
<p>3) <strong>修改所有资料库里的table名称!</strong></p>
<blockquote><p>Rename table wp_commentmeta to op2mro445_commentmeta;<br />
Rename table wp_comments to op2mro445_comments;<br />
Rename table wp_links to op2mro445_links;<br />
Rename table wp_options to op2mro445_options;<br />
Rename table wp_postmeta to op2mro445_postmeta;<br />
Rename table wp_posts to op2mro445_posts;<br />
Rename table wp_terms to op2mro445_terms;<br />
Rename table wp_term_relationships to op2mro445_term_relationships;<br />
Rename table wp_term_taxonomy to op2mro445_term_taxonomy;<br />
Rename table wp_usermeta to op2mro445_usermeta;<br />
Rename table wp_users to op2mro445_users;</p></blockquote>
<p>如果你们安装了其他Wordpress Plugin, 可能会多了些table. 也要将他们一次过修改. 如果你们资料多的话, 记得要一个query一个query跑哟.</p>
<p>4) <strong>修改wp_options table</strong></p>
<p>你们可以用以下query来查询和修改op2mro445_options的资料(以往的名称是wp_options).</p>
<blockquote><p>SELECT * FROM op2mro445_options WHERE option_name = &#8216;wp_user_roles&#8217;; //将此笔资料的option_name栏位值修改为&#8221;op2mro445_user_roles&#8221;;</p>
<p>UPDATE op2mro445_options SET option_name = &#8216;op2mro445_user_roles&#8217; WHERE option_id = &#8216;74&#8242; AND option_name = &#8216;wp_user_roles&#8217;; // option_id是会变换的.</p></blockquote>
<p>5) <strong>修改wp_usermeta table</strong></p>
<p>你们可以用以下query来查询所有在op2mro445_usermeta(以往的名称是wp_usermeta).</p>
<blockquote><p>SELECT * FROM op2mro445_usermeta WHERE  meta_key LIKE  &#8217;wp_%&#8217;;</p></blockquote>
<p>请修改所有查询出来meta_key栏位值的资料. 将&#8221;wp_&#8221;修改为&#8221;op2mro445_&#8221;.</p>
<blockquote><p>UPDATE op2mro445_usermeta SET meta_key = &#8216;op2mro445_capabilities&#8217; WHERE umeta_id = &#8216;11&#8242; AND meta_key = &#8216;wp_capabilities&#8217;; // umeta_id是会变换的.<br />
UPDATE op2mro445_usermeta SET meta_key = &#8216;op2mro445_user_level&#8217; WHERE umeta_id = &#8216;12&#8242; AND meta_key = &#8216;wp_user_level&#8217;; // umeta_id是会变换的.</p></blockquote>
<p>6) <strong>完成任务!</strong> 如果有什么问题, 可以让我知道哟. 我会帮忙看看的. <img src='http://blog.bolsolution.com/wp-includes/images/smilies/ym_thumbup.gif' alt=':thumbup:' class='wp-smiley' /> </p>
Note: There is a rating embedded within this post, please visit this post to rate it.
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fblog.bolsolution.com%2Findex.php%2F2010%2F07%2F27%2F1964%2F&amp;linkname=%E4%BF%AE%E6%94%B9Wordpress%20table%E7%9A%84prefix"><img src="http://blog.bolsolution.com/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share/Bookmark"/></a>

<p>相关文章:<ol><li><a href='http://blog.bolsolution.com/index.php/2010/06/23/1689/' rel='bookmark' title='Permanent Link: 黄族之永远回忆录2周年'>黄族之永远回忆录2周年</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.bolsolution.com/index.php/2010/07/27/1964/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>黄族之永远回忆录2周年</title>
		<link>http://blog.bolsolution.com/index.php/2010/06/23/1689/</link>
		<comments>http://blog.bolsolution.com/index.php/2010/06/23/1689/#comments</comments>
		<pubDate>Tue, 22 Jun 2010 16:01:25 +0000</pubDate>
		<dc:creator>史努比武士</dc:creator>
				<category><![CDATA[生活篇]]></category>
		<category><![CDATA[兄弟]]></category>
		<category><![CDATA[博客]]></category>
		<category><![CDATA[姐妹]]></category>
		<category><![CDATA[朋友]]></category>
		<category><![CDATA[老婆]]></category>
		<category><![CDATA[读者]]></category>
		<category><![CDATA[黄族]]></category>

		<guid isPermaLink="false">http://blog.bolsolution.com/?p=1689</guid>
		<description><![CDATA[2010-06-23是黄族之永远回忆录的2周年节日呀!
不经不觉已经和老婆写了2年的博客呀! 真的是要感谢兄弟姐妹和其他读者们的支持呀.   记得要多点留言哟! 这样一来, 我才有动力去写更多更好的文章呀!  
最后, 想跟大家说声&#8221;谢谢&#8220;!


相关文章:牛脾气
吃饱等睡, 睡饱等吃
台湾症状?



相关文章:<ol><li><a href='http://blog.bolsolution.com/index.php/2010/03/14/1259/' rel='bookmark' title='Permanent Link: 牛脾气'>牛脾气</a></li>
<li><a href='http://blog.bolsolution.com/index.php/2010/02/27/1233/' rel='bookmark' title='Permanent Link: 吃饱等睡, 睡饱等吃'>吃饱等睡, 睡饱等吃</a></li>
<li><a href='http://blog.bolsolution.com/index.php/2010/03/16/1268/' rel='bookmark' title='Permanent Link: 台湾症状?'>台湾症状?</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div id="attachment_1691" class="wp-caption aligncenter" style="width: 410px"><img class="size-full wp-image-1691 " title="黄族之永远回忆录2周年" src="http://blog.bolsolution.com/wp-content/uploads/2010/06/Happy_2nd.jpg" alt="黄族之永远回忆录2周年" width="400" height="479" /><p class="wp-caption-text">黄族之永远回忆录2周年</p></div>
<p>2010-06-23是黄族之永远回忆录的2周年节日呀!</p>
<p>不经不觉已经和老婆写了2年的博客呀! 真的是要感谢兄弟姐妹和其他读者们的支持呀. <img src='http://blog.bolsolution.com/wp-includes/images/smilies/ym_praygod.gif' alt='^:)^' class='wp-smiley' />  记得要多点留言哟! 这样一来, 我才有动力去写更多更好的文章呀! <img src='http://blog.bolsolution.com/wp-includes/images/smilies/ym_hehe.gif' alt=';))' class='wp-smiley' /> </p>
<p>最后, 想跟大家说声&#8221;<strong>谢谢</strong>&#8220;!</p>
Note: There is a rating embedded within this post, please visit this post to rate it.
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fblog.bolsolution.com%2Findex.php%2F2010%2F06%2F23%2F1689%2F&amp;linkname=%E9%BB%84%E6%97%8F%E4%B9%8B%E6%B0%B8%E8%BF%9C%E5%9B%9E%E5%BF%86%E5%BD%952%E5%91%A8%E5%B9%B4"><img src="http://blog.bolsolution.com/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share/Bookmark"/></a>

<p>相关文章:<ol><li><a href='http://blog.bolsolution.com/index.php/2010/03/14/1259/' rel='bookmark' title='Permanent Link: 牛脾气'>牛脾气</a></li>
<li><a href='http://blog.bolsolution.com/index.php/2010/02/27/1233/' rel='bookmark' title='Permanent Link: 吃饱等睡, 睡饱等吃'>吃饱等睡, 睡饱等吃</a></li>
<li><a href='http://blog.bolsolution.com/index.php/2010/03/16/1268/' rel='bookmark' title='Permanent Link: 台湾症状?'>台湾症状?</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.bolsolution.com/index.php/2010/06/23/1689/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>博客转地盘</title>
		<link>http://blog.bolsolution.com/index.php/2010/01/29/1140/</link>
		<comments>http://blog.bolsolution.com/index.php/2010/01/29/1140/#comments</comments>
		<pubDate>Fri, 29 Jan 2010 13:38:33 +0000</pubDate>
		<dc:creator>史努比武士</dc:creator>
				<category><![CDATA[生活篇]]></category>
		<category><![CDATA[电脑篇]]></category>
		<category><![CDATA[ehostpros]]></category>
		<category><![CDATA[JustHost]]></category>
		<category><![CDATA[博客]]></category>

		<guid isPermaLink="false">http://blog.bolsolution.com/?p=1140</guid>
		<description><![CDATA[黄族之永远纪念回忆录博客在这几天终于成功转换去另外一个比较好的机房了.
以前在ehostpros的时候, 真的是被他们的技术人员气死呀. 答非所问, 而且还不清楚你在问什么问题的. 帮你解决问题的时间又需要很久的时间. 其实早就想换了, 可是想想在那边用了5~6年了. 也很懒去换呀, 须知道我是蛮忠心的呀.   而且以前他们的服务也蛮好的. 也不清楚为什么这1~2年会变得这么差.  
现在转换去了JustHost, 希望他们可以给我的博客有好的发展吧.  
为什么选择JustHost, 那是因为它有很多优惠.

域名终生免费.
无限空间.
无限频宽.
被很多网站选为优秀机房.

如果你们也想选择JustHost的话, 记得点按我的JustHost广告牌哟. 让我赚一下它们伙伴计划的钱吧!  



没有相关文章.


没有相关文章.]]></description>
			<content:encoded><![CDATA[<p>黄族之永远纪念回忆录博客在这几天终于成功转换去另外一个比较好的机房了.</p>
<p>以前在<a title="ehostpros" href="http://www.ehostpros.com/" target="_blank">ehostpros</a>的时候, 真的是被他们的技术人员气死呀. 答非所问, 而且还不清楚你在问什么问题的. 帮你解决问题的时间又需要很久的时间. 其实早就想换了, 可是想想在那边用了5~6年了. 也很懒去换呀, 须知道我是蛮忠心的呀. <img src='http://blog.bolsolution.com/wp-includes/images/smilies/ym_hehe.gif' alt=';))' class='wp-smiley' />  而且以前他们的服务也蛮好的. 也不清楚为什么这1~2年会变得这么差. <img src='http://blog.bolsolution.com/wp-includes/images/smilies/ym_green.gif' alt=':green:' class='wp-smiley' /> </p>
<p>现在转换去了<a title="JustHost" href="http://stats.justhost.com/track?c61ee6bb6ec269ce2a11ec739d0c2b727" target="_blank">JustHost</a>, 希望他们可以给我的博客有好的发展吧. <img src='http://blog.bolsolution.com/wp-includes/images/smilies/ym_think.gif' alt=':think:' class='wp-smiley' /> </p>
<p>为什么选择<a title="JustHost" href="http://stats.justhost.com/track?c61ee6bb6ec269ce2a11ec739d0c2b727" target="_blank">JustHost</a>, 那是因为它有很多优惠.</p>
<ol>
<li>域名终生免费.</li>
<li>无限空间.</li>
<li>无限频宽.</li>
<li>被很多网站选为优秀机房.</li>
</ol>
<p>如果你们也想选择<a title="JustHost" href="http://stats.justhost.com/track?c61ee6bb6ec269ce2a11ec739d0c2b727" target="_blank">JustHost</a>的话, 记得点按我的<a title="JustHost" href="http://stats.justhost.com/track?c61ee6bb6ec269ce2a11ec739d0c2b727" target="_blank">JustHost</a>广告牌哟. 让我赚一下它们伙伴计划的钱吧! <img src='http://blog.bolsolution.com/wp-includes/images/smilies/ym_p.gif' alt=':p' class='wp-smiley' /> </p>
<p style="text-align: center;"><a href="http://stats.justhost.com/track?c61ee6bb6ec269ce2a11ec739d0c2b727"><img class="aligncenter" src="http://affiliates.justhost.com/control/img/banners/justhost_125x125v2.gif" alt="" /></a></p>
Note: There is a rating embedded within this post, please visit this post to rate it.
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fblog.bolsolution.com%2Findex.php%2F2010%2F01%2F29%2F1140%2F&amp;linkname=%E5%8D%9A%E5%AE%A2%E8%BD%AC%E5%9C%B0%E7%9B%98"><img src="http://blog.bolsolution.com/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share/Bookmark"/></a>

<p>没有相关文章.</p>]]></content:encoded>
			<wfw:commentRss>http://blog.bolsolution.com/index.php/2010/01/29/1140/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>黄族之永远回忆录在Facebook开张咯!</title>
		<link>http://blog.bolsolution.com/index.php/2009/11/05/780/</link>
		<comments>http://blog.bolsolution.com/index.php/2009/11/05/780/#comments</comments>
		<pubDate>Thu, 05 Nov 2009 02:59:55 +0000</pubDate>
		<dc:creator>史努比武士</dc:creator>
				<category><![CDATA[生活篇]]></category>
		<category><![CDATA[电脑篇]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[博客]]></category>

		<guid isPermaLink="false">http://blog.bolsolution.com/?p=780</guid>
		<description><![CDATA[在众所期待之下, 史努比武士终于决定在Facebook里开了帐号! 希望通过Facebook的联系之下, 能够吸引更多的读者阅读本博客!
你们也可以在黄族之永远回忆录的Facebook页面里成为粉丝哟!   
黄族之永远回忆录的Facebook网址


没有相关文章.


没有相关文章.]]></description>
			<content:encoded><![CDATA[<p>在众所期待之下, 史努比武士终于决定在<a title="Facebook" href="http://zh.wikipedia.org/wiki/Facebook" target="_blank">Facebook</a>里开了帐号! 希望通过Facebook的联系之下, 能够吸引更多的读者阅读本博客!</p>
<p>你们也可以在黄族之永远回忆录的<a title="黄族之永远回忆录" href="http://www.facebook.com/pages/huang-zu-zhi-yong-yuan-hui-yi-lu/147933803850" target="_self">Facebook</a>页面里成为粉丝哟!  <img src='http://blog.bolsolution.com/wp-includes/images/smilies/ym_hehe.gif' alt=';))' class='wp-smiley' /> </p>
<p><a title="黄族之永远回忆录的Facebook" href="http://www.facebook.com/pages/huang-zu-zhi-yong-yuan-hui-yi-lu/147933803850" target="_self">黄族之永远回忆录的Facebook网址</a></p>

<a href='http://blog.bolsolution.com/index.php/2009/11/05/780/facebook-page/' title='黄族之永远回忆录Facebook'><img width="150" height="150" src="http://blog.bolsolution.com/wp-content/uploads/2009/11/facebook-page-150x150.gif" class="attachment-thumbnail" alt="黄族之永远回忆录Facebook" title="黄族之永远回忆录Facebook" /></a>
<a href='http://blog.bolsolution.com/index.php/2009/11/05/780/facebook/' title='Facebook'><img width="150" height="48" src="http://blog.bolsolution.com/wp-content/uploads/2009/11/facebook-150x48.gif" class="attachment-thumbnail" alt="Facebook" title="Facebook" /></a>
<a href='http://blog.bolsolution.com/index.php/2009/11/05/780/facebook-page-logo/' title='facebook-page-logo'><img width="98" height="30" src="http://blog.bolsolution.com/wp-content/uploads/2009/11/facebook-page-logo.gif" class="attachment-thumbnail" alt="" title="facebook-page-logo" /></a>

Note: There is a rating embedded within this post, please visit this post to rate it.
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fblog.bolsolution.com%2Findex.php%2F2009%2F11%2F05%2F780%2F&amp;linkname=%E9%BB%84%E6%97%8F%E4%B9%8B%E6%B0%B8%E8%BF%9C%E5%9B%9E%E5%BF%86%E5%BD%95%E5%9C%A8Facebook%E5%BC%80%E5%BC%A0%E5%92%AF%21"><img src="http://blog.bolsolution.com/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share/Bookmark"/></a>

<p>没有相关文章.</p>]]></content:encoded>
			<wfw:commentRss>http://blog.bolsolution.com/index.php/2009/11/05/780/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>从成都回来了</title>
		<link>http://blog.bolsolution.com/index.php/2009/07/19/351/</link>
		<comments>http://blog.bolsolution.com/index.php/2009/07/19/351/#comments</comments>
		<pubDate>Sat, 18 Jul 2009 17:54:30 +0000</pubDate>
		<dc:creator>史努比武士</dc:creator>
				<category><![CDATA[工作篇]]></category>
		<category><![CDATA[生活篇]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[中国]]></category>
		<category><![CDATA[博客]]></category>
		<category><![CDATA[女儿]]></category>
		<category><![CDATA[成都]]></category>
		<category><![CDATA[老婆]]></category>

		<guid isPermaLink="false">http://blog.bolsolution.com/?p=351</guid>
		<description><![CDATA[在中国工作了一个星期, 今天终于回来看到老婆和女儿了!   
这次过去成都比上次轻松好多呀. 这是因为上次过去要整理系统, 这次是要与那边的人讨论往后的工作流程.
我也趁此机会约了成都团队的人吃饭喝酒呀! 他们喝啤酒都好强哟! 差点就收我皮呀!   
平常早回家就跟Miin一起追看中国连续剧仙剑奇狭传III, 还满好看的呀!
这次过去不知道为什么完全上不到我的博客和Facebook. 整整一个星期上不到呀, 连其他人的博客也上不到. 感觉就像脱离了一切呀! 我在想呀, 中国需要如此保护他们的网络世界吗?    我就觉得中国的网民没人权囖!
可惜这次去成都也没有去看看熊猫呀! 气死我呀!


没有相关文章.


没有相关文章.]]></description>
			<content:encoded><![CDATA[<p>在中国工作了一个星期, 今天终于回来看到老婆和女儿了!  <img src='http://blog.bolsolution.com/wp-includes/images/smilies/ym_dance.gif' alt='[:D]' class='wp-smiley' /> </p>
<p>这次过去成都比上次轻松好多呀. 这是因为上次过去要整理系统, 这次是要与那边的人讨论往后的工作流程.</p>
<p>我也趁此机会约了成都团队的人吃饭喝酒呀! 他们喝啤酒都好强哟! 差点就收我皮呀!  <img src='http://blog.bolsolution.com/wp-includes/images/smilies/ym_p.gif' alt=':p' class='wp-smiley' /> </p>
<p>平常早回家就跟Miin一起追看中国连续剧仙剑奇狭传III, 还满好看的呀!</p>
<p>这次过去不知道为什么完全上不到我的博客和Facebook. 整整一个星期上不到呀, 连其他人的博客也上不到. 感觉就像脱离了一切呀! 我在想呀, 中国需要如此保护他们的网络世界吗?  <img src='http://blog.bolsolution.com/wp-includes/images/smilies/ym_donknow.gif' alt=':xknow:' class='wp-smiley' />  我就觉得中国的网民没人权囖!</p>
<p>可惜这次去成都也没有去看看熊猫呀! 气死我呀!</p>
Note: There is a rating embedded within this post, please visit this post to rate it.
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fblog.bolsolution.com%2Findex.php%2F2009%2F07%2F19%2F351%2F&amp;linkname=%E4%BB%8E%E6%88%90%E9%83%BD%E5%9B%9E%E6%9D%A5%E4%BA%86"><img src="http://blog.bolsolution.com/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share/Bookmark"/></a>

<p>没有相关文章.</p>]]></content:encoded>
			<wfw:commentRss>http://blog.bolsolution.com/index.php/2009/07/19/351/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
