<?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/category/computer/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>Microsoft Outlook 2007: Folder is Full Error</title>
		<link>http://blog.bolsolution.com/index.php/2010/06/23/1788/</link>
		<comments>http://blog.bolsolution.com/index.php/2010/06/23/1788/#comments</comments>
		<pubDate>Wed, 23 Jun 2010 04:08:08 +0000</pubDate>
		<dc:creator>史努比武士</dc:creator>
				<category><![CDATA[电脑篇]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Outlook]]></category>

		<guid isPermaLink="false">http://blog.bolsolution.com/?p=1788</guid>
		<description><![CDATA[今天又发现Microsoft Outlook不可以删除档案了.   所以尝试用Safe Mode来开Outlook也不可以删除呀!  
幸好找Google又被我发现了怎么修正这问题.  
如果你发现Microsoft Outlook有问题的话, 你可以尝试以下方法:

Exit Outlook if it is running.
Double-click Scanpst.exe, located at drive:\Program Files\Microsoft Office\OFFICE12.
In the Enter the name of the file you want to scan box, enter the name of the .pst or .ost file that you want to check, or click Browse to search for [...]


相关文章:<ol><li><a href='http://blog.bolsolution.com/index.php/2010/02/23/1221/' rel='bookmark' title='Permanent Link: Outlook Error &#8211; Cannot delete this folder, The folder is full'>Outlook Error &#8211; Cannot delete this folder, The folder is full</a></li>
<li><a href='http://blog.bolsolution.com/index.php/2009/09/25/609/' rel='bookmark' title='Permanent Link: How to prevent theft of your source code!'>How to prevent theft of your source code!</a></li>
<li><a href='http://blog.bolsolution.com/index.php/2009/10/06/653/' rel='bookmark' title='Permanent Link: Our Love Nest (Part I)'>Our Love Nest (Part I)</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>今天又发现Microsoft Outlook不可以删除档案了. <img src='http://blog.bolsolution.com/wp-includes/images/smilies/ym_sigh.gif' alt=':sigh:' class='wp-smiley' />  所以尝试用<a title="Safe Mode" href="http://blog.bolsolution.com/index.php/2010/02/23/1221/" target="_blank">Safe Mode</a>来开Outlook也不可以删除呀! <img src='http://blog.bolsolution.com/wp-includes/images/smilies/ym_green.gif' alt=':green:' class='wp-smiley' /> </p>
<p>幸好找Google又被我发现了怎么修正这问题. <img src='http://blog.bolsolution.com/wp-includes/images/smilies/ym_thumbup.gif' alt=':thumbup:' class='wp-smiley' /> </p>
<p>如果你发现Microsoft Outlook有问题的话, 你可以尝试以下方法:</p>
<ol>
<li>Exit Outlook if it is running.</li>
<li>Double-click Scanpst.exe, located at drive:\Program Files\Microsoft Office\OFFICE12.</li>
<li>In the Enter the name of the file you want to scan box, enter the name of the .pst or .ost file that you want to check, or click Browse to search for the file.</li>
<li>To specify the scan log options, click Options, and then click the option that you want.</li>
<li>Click Start.</li>
<li>If errors are found after the scan is complete, you will be prompted to start the repair process to fix the errors.</li>
</ol>
<p><strong>备注:</strong> <a title="http://office.microsoft.com/en-us/outlook-help/scan-and-repair-corrupted-outlook-data-files-HA010075831.aspx" href="http://office.microsoft.com/en-us/outlook-help/scan-and-repair-corrupted-outlook-data-files-HA010075831.aspx" target="_blank">http://office.microsoft.com/en-us/outlook-help/scan-and-repair-corrupted-outlook-data-files-HA010075831.aspx</a></p>
<p>希望能帮到你们呀! <img src='http://blog.bolsolution.com/wp-includes/images/smilies/ym_think.gif' alt=':think:' class='wp-smiley' /> </p>

<a href='http://blog.bolsolution.com/index.php/2010/06/23/1788/scanpst_ii/' title='SCANPST'><img width="150" height="150" src="http://blog.bolsolution.com/wp-content/uploads/2010/06/SCANPST_II-150x150.gif" class="attachment-thumbnail" alt="SCANPST" title="SCANPST" /></a>
<a href='http://blog.bolsolution.com/index.php/2010/06/23/1788/scanpst/' title='SCANPST'><img width="150" height="150" src="http://blog.bolsolution.com/wp-content/uploads/2010/06/SCANPST-150x150.gif" class="attachment-thumbnail" alt="SCANPST" title="SCANPST" /></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%2F2010%2F06%2F23%2F1788%2F&amp;linkname=Microsoft%20Outlook%202007%3A%20Folder%20is%20Full%20Error"><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/02/23/1221/' rel='bookmark' title='Permanent Link: Outlook Error &#8211; Cannot delete this folder, The folder is full'>Outlook Error &#8211; Cannot delete this folder, The folder is full</a></li>
<li><a href='http://blog.bolsolution.com/index.php/2009/09/25/609/' rel='bookmark' title='Permanent Link: How to prevent theft of your source code!'>How to prevent theft of your source code!</a></li>
<li><a href='http://blog.bolsolution.com/index.php/2009/10/06/653/' rel='bookmark' title='Permanent Link: Our Love Nest (Part I)'>Our Love Nest (Part I)</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.bolsolution.com/index.php/2010/06/23/1788/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Streamyx广告</title>
		<link>http://blog.bolsolution.com/index.php/2010/04/23/1436/</link>
		<comments>http://blog.bolsolution.com/index.php/2010/04/23/1436/#comments</comments>
		<pubDate>Fri, 23 Apr 2010 13:56:49 +0000</pubDate>
		<dc:creator>史努比武士</dc:creator>
				<category><![CDATA[电脑篇]]></category>
		<category><![CDATA[短片篇]]></category>
		<category><![CDATA[Streamyx]]></category>
		<category><![CDATA[广告]]></category>

		<guid isPermaLink="false">http://blog.bolsolution.com/?p=1436</guid>
		<description><![CDATA[这就是我们国家的Streamyx.  

如果他们的服务有这么好就太棒了呀!   他们的问题是解决不了问题的源头呀! 每次都会出现同样的问题!
可是, 想想我们的客人也常常这么说我们的呀!  


叫吧! 用了它就大声疾呼吧!


没有相关文章.


没有相关文章.]]></description>
			<content:encoded><![CDATA[<p>这就是我们国家的<a title="Streamyx" href="http://www.streamyx.com.my" target="_blank">Streamyx</a>. <img src='http://blog.bolsolution.com/wp-includes/images/smilies/ym_laugh.gif' alt='[lol]' class='wp-smiley' /> </p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="350" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://www.youtube.com/v/LtlrCmhCzhE" /><embed type="application/x-shockwave-flash" width="425" height="350" src="http://www.youtube.com/v/LtlrCmhCzhE"></embed></object></p>
<p>如果他们的服务有这么好就太棒了呀! <img src='http://blog.bolsolution.com/wp-includes/images/smilies/ym_think.gif' alt=':think:' class='wp-smiley' />  他们的问题是解决不了问题的源头呀! 每次都会出现同样的问题!</p>
<p>可是, 想想我们的客人也常常这么说我们的呀! <img src='http://blog.bolsolution.com/wp-includes/images/smilies/ym_p.gif' alt=':p' class='wp-smiley' /> </p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="350" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://www.youtube.com/v/3wpINMID0sk" /><embed type="application/x-shockwave-flash" width="425" height="350" src="http://www.youtube.com/v/3wpINMID0sk"></embed></object></p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="350" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://www.youtube.com/v/U-rpfdcu0Qw" /><embed type="application/x-shockwave-flash" width="425" height="350" src="http://www.youtube.com/v/U-rpfdcu0Qw"></embed></object></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%2F2010%2F04%2F23%2F1436%2F&amp;linkname=Streamyx%E5%B9%BF%E5%91%8A"><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/04/23/1436/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>奇怪的Streamyx</title>
		<link>http://blog.bolsolution.com/index.php/2010/04/19/1420/</link>
		<comments>http://blog.bolsolution.com/index.php/2010/04/19/1420/#comments</comments>
		<pubDate>Mon, 19 Apr 2010 15:54:46 +0000</pubDate>
		<dc:creator>史努比武士</dc:creator>
				<category><![CDATA[生活篇]]></category>
		<category><![CDATA[电脑篇]]></category>
		<category><![CDATA[Streamyx]]></category>

		<guid isPermaLink="false">http://blog.bolsolution.com/?p=1420</guid>
		<description><![CDATA[我相信很多人都会对马来西亚的Streamyx抱怨过吧!
其实用了Streamyx已经三年多了, 其实觉得也不会太差. 可是自从搬家后, 问题就出现了呀!  

想转Streamyx帐号到新家. 他们说要等三个月.  
旧的3Com Wireless Router不能用了. 他们说是因为它不支持Streamyx.   所以被逼要用他们送的!
上星期六晚上突然不能上网了, 检查看到Router的DSL灯有时候不停的闪烁. 有时还不会亮呢! 他们来检查时又换了另一款的Wireless Router给我.

其实到现在, 我也不清楚发生什么事情呀! 为什么有些Wireless Router不能用在Streamyx呢?
问他们的技术人员为什么呢? 他们也不清楚.
问他们可以在外面买什么款式的Wireless Router可以用呢? 他们又说不清楚!  
你们有遇到同样的问题吗? 如果有的话, 请告诉我哟!  


相关文章:Cannot delete file: Cannot read from the source file or disk
圣诞节快乐
台湾症状?



相关文章:<ol><li><a href='http://blog.bolsolution.com/index.php/2010/02/01/1147/' rel='bookmark' title='Permanent Link: Cannot delete file: Cannot read from the source file or disk'>Cannot delete file: Cannot read from the source file or disk</a></li>
<li><a href='http://blog.bolsolution.com/index.php/2009/12/24/1017/' 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_1421" class="wp-caption aligncenter" style="width: 310px"><img class="size-full wp-image-1421" title="Streamyx" src="http://blog.bolsolution.com/wp-content/uploads/2010/04/streamyxlogo.gif" alt="Streamyx" width="300" height="66" /><p class="wp-caption-text">Streamyx</p></div>
<p>我相信很多人都会对马来西亚的<a title="Streamyx" href="http://www.streamyx.com.my" target="_blank">Streamyx</a>抱怨过吧!</p>
<p>其实用了Streamyx已经三年多了, 其实觉得也不会太差. 可是自从搬家后, 问题就出现了呀! <img src='http://blog.bolsolution.com/wp-includes/images/smilies/ym_sigh.gif' alt=':sigh:' class='wp-smiley' /> </p>
<ol>
<li>想转Streamyx帐号到新家. 他们说要等三个月. <img src='http://blog.bolsolution.com/wp-includes/images/smilies/ym_green.gif' alt=':green:' class='wp-smiley' /> </li>
<li>旧的3Com Wireless Router不能用了. 他们说是因为它不支持Streamyx. <img src='http://blog.bolsolution.com/wp-includes/images/smilies/ym_green.gif' alt=':green:' class='wp-smiley' />  所以被逼要用他们送的!</li>
<li>上星期六晚上突然不能上网了, 检查看到Router的DSL灯有时候不停的闪烁. 有时还不会亮呢! 他们来检查时又换了另一款的Wireless Router给我.</li>
</ol>
<p>其实到现在, 我也不清楚发生什么事情呀! 为什么有些Wireless Router不能用在Streamyx呢?</p>
<p>问他们的技术人员为什么呢? 他们也不清楚.</p>
<p>问他们可以在外面买什么款式的Wireless Router可以用呢? 他们又说不清楚! <img src='http://blog.bolsolution.com/wp-includes/images/smilies/ym_sigh.gif' alt=':sigh:' class='wp-smiley' /> </p>
<p>你们有遇到同样的问题吗? 如果有的话, 请告诉我哟! <img src='http://blog.bolsolution.com/wp-includes/images/smilies/ym_praygod.gif' alt='^:)^' 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%2F04%2F19%2F1420%2F&amp;linkname=%E5%A5%87%E6%80%AA%E7%9A%84Streamyx"><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/02/01/1147/' rel='bookmark' title='Permanent Link: Cannot delete file: Cannot read from the source file or disk'>Cannot delete file: Cannot read from the source file or disk</a></li>
<li><a href='http://blog.bolsolution.com/index.php/2009/12/24/1017/' 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/04/19/1420/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>吉隆玻Convention Centre电脑展</title>
		<link>http://blog.bolsolution.com/index.php/2010/04/19/1393/</link>
		<comments>http://blog.bolsolution.com/index.php/2010/04/19/1393/#comments</comments>
		<pubDate>Mon, 19 Apr 2010 05:48:44 +0000</pubDate>
		<dc:creator>史努比武士</dc:creator>
				<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=1393</guid>
		<description><![CDATA[2010-04-17, 因为老婆大人要买NetBook的关系就去了一趟传说中的电脑展了.
回想一下, 已经有10年没去过电脑展了呀!   以前是在PWTC的, 现在就改去KL Convention Centre了!
车途中, 还跟老婆聊到KK肯定会去那边拍照片的. 果然不出所料, 真的在那边遇到他! 可是遇到他的时候, 他已经拍完照片打算回去了.
到了电脑展时, 只能用人山人海来形容电脑展里的人群呀! 就连停车位都找了好久呀!   真的像不用钱似的!
要不是要买东西, 真的是不会去电脑展呀.
以前和现在的电脑展最大的分别是多了很多销售女郎呀! 就看到很多人因为她们才去的.  
老婆大人过后就选定了Samsung N220 NetBook了. 这NetBook还有附送Slim DVD Rom, Mouse, Pen Drive呢.
最后, 老婆还多加了1G Ram. 全部加起来要RM 1594.  
买了后就快快离开了, 实在是太多人呀!
在经过最后的通道时, 看到Streamyx和P1在那边吵吵闹闹的就觉得好笑呀!  
备注: 回到家里测试NetBook时发现开不到机, 所以星期天再去一趟!   原来是换Ram的时候, 那边的人将贴纸挡着Ram了. 浪费我的时间!  


相关文章:南非世界杯2010足球宝贝
古灵精怪的Chloe
谭英雄



相关文章:<ol><li><a href='http://blog.bolsolution.com/index.php/2010/06/13/1648/' rel='bookmark' title='Permanent Link: 南非世界杯2010足球宝贝'>南非世界杯2010足球宝贝</a></li>
<li><a href='http://blog.bolsolution.com/index.php/2010/05/01/1446/' rel='bookmark' title='Permanent Link: 古灵精怪的Chloe'>古灵精怪的Chloe</a></li>
<li><a href='http://blog.bolsolution.com/index.php/2010/03/29/1360/' rel='bookmark' title='Permanent Link: 谭英雄'>谭英雄</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>2010-04-17, 因为老婆大人要买NetBook的关系就去了一趟传说中的电脑展了.</p>
<p>回想一下, 已经有10年没去过电脑展了呀! <img src='http://blog.bolsolution.com/wp-includes/images/smilies/ym_think.gif' alt=':think:' class='wp-smiley' />  以前是在PWTC的, 现在就改去KL Convention Centre了!</p>
<p>车途中, 还跟老婆聊到KK肯定会去那边拍照片的. 果然不出所料, 真的在那边遇到他! 可是遇到他的时候, 他已经拍完照片打算回去了.</p>
<p>到了电脑展时, 只能用人山人海来形容电脑展里的人群呀! 就连停车位都找了好久呀! <img src='http://blog.bolsolution.com/wp-includes/images/smilies/icon_eek.gif' alt='8O' class='wp-smiley' />  真的像不用钱似的!</p>
<p>要不是要买东西, 真的是不会去电脑展呀.</p>
<p>以前和现在的电脑展最大的分别是多了很多销售女郎呀! 就看到很多人因为她们才去的. <img src='http://blog.bolsolution.com/wp-includes/images/smilies/ym_hehe.gif' alt=';))' class='wp-smiley' /> </p>
<p>老婆大人过后就选定了<a title="Samsung N220" href="http://www.samsung.com/my/consumer/pc-peripherals-printer/notebook-pc/netbook/NP-N220-JA01MY/index.idx?pagetype=prd_detail&amp;returnurl=" target="_blank">Samsung N220</a> NetBook了. 这NetBook还有附送Slim DVD Rom, Mouse, Pen Drive呢.</p>
<p>最后, 老婆还多加了1G Ram. 全部加起来要RM 1594. <img src='http://blog.bolsolution.com/wp-includes/images/smilies/ym_whew.gif' alt=':whew:' class='wp-smiley' /> </p>
<p>买了后就快快离开了, 实在是太多人呀!</p>
<p>在经过最后的通道时, 看到Streamyx和P1在那边吵吵闹闹的就觉得好笑呀! <img src='http://blog.bolsolution.com/wp-includes/images/smilies/ym_laugh.gif' alt='[lol]' class='wp-smiley' /> </p>
<p>备注: 回到家里测试NetBook时发现开不到机, 所以星期天再去一趟! <img src='http://blog.bolsolution.com/wp-includes/images/smilies/icon_evil.gif' alt=':evil:' class='wp-smiley' />  原来是换Ram的时候, 那边的人将贴纸挡着Ram了. 浪费我的时间! <img src='http://blog.bolsolution.com/wp-includes/images/smilies/ym_loveb.gif' alt=':lovb' class='wp-smiley' /> </p>

<a href='http://blog.bolsolution.com/index.php/2010/04/19/1393/pc_fair_001/' title='电脑展'><img width="150" height="150" src="http://blog.bolsolution.com/wp-content/uploads/2010/04/pc_fair_001-150x150.jpg" class="attachment-thumbnail" alt="电脑展" title="电脑展" /></a>
<a href='http://blog.bolsolution.com/index.php/2010/04/19/1393/pc_fair_002/' title='电脑展'><img width="150" height="150" src="http://blog.bolsolution.com/wp-content/uploads/2010/04/pc_fair_002-150x150.jpg" class="attachment-thumbnail" alt="电脑展" title="电脑展" /></a>
<a href='http://blog.bolsolution.com/index.php/2010/04/19/1393/pc_fair_003/' title='电脑展'><img width="150" height="150" src="http://blog.bolsolution.com/wp-content/uploads/2010/04/pc_fair_003-150x150.jpg" class="attachment-thumbnail" alt="电脑展" title="电脑展" /></a>
<a href='http://blog.bolsolution.com/index.php/2010/04/19/1393/pc_fair_004/' title='电脑展'><img width="150" height="150" src="http://blog.bolsolution.com/wp-content/uploads/2010/04/pc_fair_004-150x150.jpg" class="attachment-thumbnail" alt="电脑展" title="电脑展" /></a>
<a href='http://blog.bolsolution.com/index.php/2010/04/19/1393/pc_fair_005/' title='电脑展'><img width="150" height="150" src="http://blog.bolsolution.com/wp-content/uploads/2010/04/pc_fair_005-150x150.jpg" class="attachment-thumbnail" alt="电脑展" title="电脑展" /></a>
<a href='http://blog.bolsolution.com/index.php/2010/04/19/1393/pc_fair_006/' title='电脑展'><img width="150" height="150" src="http://blog.bolsolution.com/wp-content/uploads/2010/04/pc_fair_006-150x150.jpg" class="attachment-thumbnail" alt="电脑展" title="电脑展" /></a>
<a href='http://blog.bolsolution.com/index.php/2010/04/19/1393/pc_fair_007/' title='电脑展美女'><img width="150" height="150" src="http://blog.bolsolution.com/wp-content/uploads/2010/04/pc_fair_007-150x150.jpg" class="attachment-thumbnail" alt="电脑展美女" title="电脑展美女" /></a>
<a href='http://blog.bolsolution.com/index.php/2010/04/19/1393/pc_fair_008/' title='电脑展美女'><img width="150" height="150" src="http://blog.bolsolution.com/wp-content/uploads/2010/04/pc_fair_008-150x150.jpg" class="attachment-thumbnail" alt="电脑展美女" title="电脑展美女" /></a>
<a href='http://blog.bolsolution.com/index.php/2010/04/19/1393/pc_fair_009/' title='电脑展美女'><img width="150" height="150" src="http://blog.bolsolution.com/wp-content/uploads/2010/04/pc_fair_009-150x150.jpg" class="attachment-thumbnail" alt="电脑展美女" title="电脑展美女" /></a>
<a href='http://blog.bolsolution.com/index.php/2010/04/19/1393/pc_fair_010/' title='电脑展美女'><img width="150" height="150" src="http://blog.bolsolution.com/wp-content/uploads/2010/04/pc_fair_010-150x150.jpg" class="attachment-thumbnail" alt="电脑展美女" title="电脑展美女" /></a>
<a href='http://blog.bolsolution.com/index.php/2010/04/19/1393/pc_fair_011/' title='电脑展美女'><img width="150" height="150" src="http://blog.bolsolution.com/wp-content/uploads/2010/04/pc_fair_011-150x150.jpg" class="attachment-thumbnail" alt="电脑展美女" title="电脑展美女" /></a>
<a href='http://blog.bolsolution.com/index.php/2010/04/19/1393/samsung-n220/' title='Samsung N220'><img width="150" height="150" src="http://blog.bolsolution.com/wp-content/uploads/2010/04/samsung-n220-150x150.jpg" class="attachment-thumbnail" alt="老婆新买的Samsung N220" title="Samsung N220" /></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%2F2010%2F04%2F19%2F1393%2F&amp;linkname=%E5%90%89%E9%9A%86%E7%8E%BBConvention%20Centre%E7%94%B5%E8%84%91%E5%B1%95"><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/13/1648/' rel='bookmark' title='Permanent Link: 南非世界杯2010足球宝贝'>南非世界杯2010足球宝贝</a></li>
<li><a href='http://blog.bolsolution.com/index.php/2010/05/01/1446/' rel='bookmark' title='Permanent Link: 古灵精怪的Chloe'>古灵精怪的Chloe</a></li>
<li><a href='http://blog.bolsolution.com/index.php/2010/03/29/1360/' rel='bookmark' title='Permanent Link: 谭英雄'>谭英雄</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.bolsolution.com/index.php/2010/04/19/1393/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
