<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Allen's Blog</title>
	<atom:link href="http://allen501pc.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://allen501pc.wordpress.com</link>
	<description>Welcome to Allen's World!</description>
	<lastBuildDate>Sat, 16 Apr 2011 08:06:19 +0000</lastBuildDate>
	<language>zh-tw</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='allen501pc.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Allen's Blog</title>
		<link>http://allen501pc.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://allen501pc.wordpress.com/osd.xml" title="Allen&#039;s Blog" />
	<atom:link rel='hub' href='http://allen501pc.wordpress.com/?pushpress=hub'/>
		<item>
		<title>[公告] 本站即將搬往BlogSpot</title>
		<link>http://allen501pc.wordpress.com/2011/04/16/%e5%85%ac%e5%91%8a-%e6%9c%ac%e7%ab%99%e5%8d%b3%e5%b0%87%e6%90%ac%e5%be%80blogspot/</link>
		<comments>http://allen501pc.wordpress.com/2011/04/16/%e5%85%ac%e5%91%8a-%e6%9c%ac%e7%ab%99%e5%8d%b3%e5%b0%87%e6%90%ac%e5%be%80blogspot/#comments</comments>
		<pubDate>Sat, 16 Apr 2011 08:06:19 +0000</pubDate>
		<dc:creator>allen501pc</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://allen501pc.wordpress.com/?p=436</guid>
		<description><![CDATA[各位有瀏覽本站文章的請注意，本站要搬家到Google Blogger了。 原因無他，只因為Blogspot的設定自由度高，而且支援JavaScript。 新站網址是http://allen501pc.blogspot.com 現在新站還在做調較，需要一點時間來調整調整。 分類:Uncategorized<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=allen501pc.wordpress.com&amp;blog=1720272&amp;post=436&amp;subd=allen501pc&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://allen501pc.wordpress.com/2011/04/16/%e5%85%ac%e5%91%8a-%e6%9c%ac%e7%ab%99%e5%8d%b3%e5%b0%87%e6%90%ac%e5%be%80blogspot/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9c433d030cf7d5f79251ee3f03525bf6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Allen</media:title>
		</media:content>
	</item>
		<item>
		<title>備份MySQL資料庫到GMail(Windows/Linux通用)</title>
		<link>http://allen501pc.wordpress.com/2011/04/09/%e5%82%99%e4%bb%bdmysql%e8%b3%87%e6%96%99%e5%ba%ab%e5%88%b0gmailwindowslinux%e9%80%9a%e7%94%a8/</link>
		<comments>http://allen501pc.wordpress.com/2011/04/09/%e5%82%99%e4%bb%bdmysql%e8%b3%87%e6%96%99%e5%ba%ab%e5%88%b0gmailwindowslinux%e9%80%9a%e7%94%a8/#comments</comments>
		<pubDate>Sat, 09 Apr 2011 06:38:57 +0000</pubDate>
		<dc:creator>allen501pc</dc:creator>
				<category><![CDATA[網頁撰寫]]></category>
		<category><![CDATA[網路 java]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://allen501pc.wordpress.com/?p=434</guid>
		<description><![CDATA[備份資料庫到GMail的話，Linux版本可以參考以下這篇： http://vlab.info/pages/mysqldump-to-gmail.html 但是，Windows版本的話，由於沒有像Linux有crontab類似的命令列的參數，所以必須自行寫批次檔並建立排程。 Windows解決方案的步驟如下： 1. 首先設置好mysqldump for gmail。本範例的mysqldump.php的執行路徑為http://yourdomain/mysqldump.php 2. 下載Windows版的wget：WGET for Windows，放入你要執行的資料夾底下，本範例的路徑為C:\wget.exe。 3. 寫一個批次檔放在C:\Users\Allen\，如下兩行： C:\wget.exe http://yourdomain/mysqldump.php?dbid=0-code=MYSQLDUMP密碼 del C:\Users\Allen\mysqldump.php@* 存檔為C:\Users\Allen\mysqlbackup.bat。 4. 接著，把這支bat程式放入Windows 每週排程就行了。 Reference: 自動備份MySQL到GMail WGET for Windows (win32) &#160; 分類:網頁撰寫 Tagged: 網路 java, PHP<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=allen501pc.wordpress.com&amp;blog=1720272&amp;post=434&amp;subd=allen501pc&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://allen501pc.wordpress.com/2011/04/09/%e5%82%99%e4%bb%bdmysql%e8%b3%87%e6%96%99%e5%ba%ab%e5%88%b0gmailwindowslinux%e9%80%9a%e7%94%a8/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9c433d030cf7d5f79251ee3f03525bf6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Allen</media:title>
		</media:content>
	</item>
		<item>
		<title>4/8(五)10:00 青年反國光記者會：「永續溼地還是國光石化？台灣的選擇是什麼？」</title>
		<link>http://allen501pc.wordpress.com/2011/04/07/48%e4%ba%941000-%e9%9d%92%e5%b9%b4%e5%8f%8d%e5%9c%8b%e5%85%89%e8%a8%98%e8%80%85%e6%9c%83%ef%bc%9a%e3%80%8c%e6%b0%b8%e7%ba%8c%e6%ba%bc%e5%9c%b0%e9%82%84%e6%98%af%e5%9c%8b%e5%85%89%e7%9f%b3%e5%8c%96/</link>
		<comments>http://allen501pc.wordpress.com/2011/04/07/48%e4%ba%941000-%e9%9d%92%e5%b9%b4%e5%8f%8d%e5%9c%8b%e5%85%89%e8%a8%98%e8%80%85%e6%9c%83%ef%bc%9a%e3%80%8c%e6%b0%b8%e7%ba%8c%e6%ba%bc%e5%9c%b0%e9%82%84%e6%98%af%e5%9c%8b%e5%85%89%e7%9f%b3%e5%8c%96/#comments</comments>
		<pubDate>Thu, 07 Apr 2011 05:17:11 +0000</pubDate>
		<dc:creator>allen501pc</dc:creator>
				<category><![CDATA[生活]]></category>

		<guid isPermaLink="false">http://allen501pc.wordpress.com/?p=431</guid>
		<description><![CDATA[各位關心國光石化的朋友們： 對於這幾天的國光石化爭議，全國青年反國光石化聯盟的夥伴持續透過投書，擺脫政治口水仗，明天4/8(五)早上10點，也將在凱道與公園路口的台北賓館召開「永續溼地還是國光石化？台灣的選擇是什麼？」記者會，敬請大家幫忙宣傳與到場聲援。 &#160; 全國青年反國光石化聯盟 敬上 &#160; &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211; &#160; 以下是青年反國光聯盟最近的兩篇投書 石化不可靠 濕地更重要 2011-04-07 聯合報 &#160; 周秀樺／大學生、全國青年反國光石化聯盟成員（彰縣溪湖） 吳佳玲／大學生、全國青年反國光石化聯盟成員（雲縣東勢） &#160; 國光石化設廠雖然爭議多年，但近日三位有意角逐總統的參選人接連造訪彰化，頓使議題成為「總統選舉的前哨戰」。我們肯定他們關心環境、傾聽民意的態度。 &#160; 然而，濕地不能僅淪為總統大選的口水戰場。國光石化並非如輿論所稱，僅是環保與發展的古老衝突而已，其揭示的危機遠比想像的更為嚴峻：全球高油價與缺水年代即將來臨，國光石化是否真比濕地更能陪伴我們走向未來？ &#160; 綜合各方研究顯示，石油在近期即將達到產量的最高點，在產量無法提升的限制下，世界油價只會持續走高。主張石化業能振興台灣產業的論者，多半活在上世紀的低油價舊夢中，導致國光石化為台灣許諾的未來如海市蜃樓，看似美麗卻實不可得。 &#160; 除了石油原料缺乏的危機，國光石化耗水甚鉅，亦不足為台灣永續發展之路。在彰雲地層下陷區興建高耗水工業，其增加的成本必將耗光國光石化所能帶來的些許利潤。 &#160; 在高油價與水資源缺乏的背景下，更顯自然濕地才是永續經濟的堅實基礎。南彰化海岸從漢寶溼地一直到芳苑、大城海岸，串連成綿密的濕地網絡，孕育了豐富生命萬物。廣大的潮間泥灘地提供水鳥的食物來源，更提供淺海養殖漁撈產業環境，也對微氣候調節更有助益。 &#160; 作為即將肩扛高油價危機的青年世代，我們呼籲：依賴進口原油支撐的石化產業不足依恃，濕地保育與農漁永續才是我們的未來，莫讓眼前小利，毀了世代子孫的未來。 &#160; (原文刊登於全國青年反國光石化聯盟網站 http://fangyuan-tache.blogspot.com/2011/04/blog-post_07.html) &#160; &#160; 溼地、石化廠 無法並存 2011-04-06 中國時報 姚量議（全國青年反國光石化聯盟代表） 周馥儀（賴和文教基金會執行長） 馬總統走訪國光石化預定地「彰化大城溼地」，指示內政部研擬將大城溼地列入國家保護，但到底要保留溼地、不蓋國光石化？還是要續蓋？亦或盤算總統大選，先承諾保留大城溼地，等到選後再興建國光石化？馬總統始終不願意給社會一個明確答案。 &#160; 這一年多來社會各界串連反國光石化，近日馬總統在民間舉辦的反國光石化餐會後表示，「溼地與石化要分開處理，兩者可以分割考慮」。尤其，從馬政府過往的決策案例，台北二○二兵工廠溼地僅是部分保留；大埔農民抗爭過後，竹南科技園區仍維持續建；中科四期廢水案更令人驚愕，未來是在濁水溪口直接排放有毒廢水。馬政府一路走來的決策原則都是「兩邊討好，創造雙贏」；但事實上是「兩者並存，全盤皆輸」。 &#160; 我們擔憂，馬政府可能做出保留「部分」溼地，但事實上，國光石化仍照常興建，這將造成在地居民生計、全國人民健康、台灣環境三輸的決策。我們要告訴馬總統，溼地與石化業無法並存，唯有國光石化撤案，溼地才有未來！彰化、雲林是台灣的重要糧倉，無法再承受多一座石油煉解廠，馬總統必須在「國光石化」與「溼地糧倉」間做出對人民最有利選擇。 &#160; (原文刊登於全國青年反國光石化聯盟網站 http://fangyuan-tache.blogspot.com/2011/04/blog-post_06.html) &#160; 分類:生活 Tagged: 生活<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=allen501pc.wordpress.com&amp;blog=1720272&amp;post=431&amp;subd=allen501pc&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://allen501pc.wordpress.com/2011/04/07/48%e4%ba%941000-%e9%9d%92%e5%b9%b4%e5%8f%8d%e5%9c%8b%e5%85%89%e8%a8%98%e8%80%85%e6%9c%83%ef%bc%9a%e3%80%8c%e6%b0%b8%e7%ba%8c%e6%ba%bc%e5%9c%b0%e9%82%84%e6%98%af%e5%9c%8b%e5%85%89%e7%9f%b3%e5%8c%96/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9c433d030cf7d5f79251ee3f03525bf6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Allen</media:title>
		</media:content>
	</item>
		<item>
		<title>Hadoop 戰爭開打</title>
		<link>http://allen501pc.wordpress.com/2011/04/03/hadoop-%e6%88%b0%e7%88%ad%e9%96%8b%e6%89%93/</link>
		<comments>http://allen501pc.wordpress.com/2011/04/03/hadoop-%e6%88%b0%e7%88%ad%e9%96%8b%e6%89%93/#comments</comments>
		<pubDate>Sun, 03 Apr 2011 08:28:51 +0000</pubDate>
		<dc:creator>allen501pc</dc:creator>
				<category><![CDATA[軟體(Software)]]></category>
		<category><![CDATA[Linux&FreeBSD]]></category>
		<category><![CDATA[cloud computing]]></category>
		<category><![CDATA[科技]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://allen501pc.wordpress.com/?p=427</guid>
		<description><![CDATA[由於大量資訊的時代來臨，越來越多公司想要利用Hadoop的處理能力來幫他們解決商業或是科學計算上的問題。 知名的Hadoop由於其開放原始碼的特性，讓許多公司能夠針對它做客製化與商業化。目前，Hadoop相關專案以及其相關發行版為以下： Apache Hadoop Cloudera’s Distribution including Apache Hadoop (that’s the official name) IBM Distribution of Apache Hadoop DataStax Brisk Amazon Elastic MapReduce HDFS alternatives Mapr Appistry CloudIQ Storage Hadoop Edition IBM Global Parallel File System (GPFS) CloudStore Hadoop MapReduce alternatives Pervasive DataRush Cascading Hive (an Apache subproject, included in Cloudera’s distribution) Pig (a Yahoo-developed [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=allen501pc.wordpress.com&amp;blog=1720272&amp;post=427&amp;subd=allen501pc&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://allen501pc.wordpress.com/2011/04/03/hadoop-%e6%88%b0%e7%88%ad%e9%96%8b%e6%89%93/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9c433d030cf7d5f79251ee3f03525bf6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Allen</media:title>
		</media:content>
	</item>
		<item>
		<title>解出黑色便便</title>
		<link>http://allen501pc.wordpress.com/2011/04/02/%e8%a7%a3%e5%87%ba%e9%bb%91%e8%89%b2%e4%be%bf%e4%be%bf/</link>
		<comments>http://allen501pc.wordpress.com/2011/04/02/%e8%a7%a3%e5%87%ba%e9%bb%91%e8%89%b2%e4%be%bf%e4%be%bf/#comments</comments>
		<pubDate>Sat, 02 Apr 2011 08:11:59 +0000</pubDate>
		<dc:creator>allen501pc</dc:creator>
				<category><![CDATA[生活]]></category>

		<guid isPermaLink="false">http://allen501pc.wordpress.com/?p=425</guid>
		<description><![CDATA[解出黑色糞便的成因： 1. 吃太多鴨血、豬血 2. 胃腸出血，通常伴隨著疲倦、腹痛等徵兆 3. 糞便停留在腸道太久 這幾天有些腹痛，我準備下星期就去看醫生了。 Reference 糞便與健康之關聯性 出血與糞便 分類:生活 Tagged: 生活<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=allen501pc.wordpress.com&amp;blog=1720272&amp;post=425&amp;subd=allen501pc&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://allen501pc.wordpress.com/2011/04/02/%e8%a7%a3%e5%87%ba%e9%bb%91%e8%89%b2%e4%be%bf%e4%be%bf/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9c433d030cf7d5f79251ee3f03525bf6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Allen</media:title>
		</media:content>
	</item>
		<item>
		<title>ISO C++ Committee Approves C++0x Final Draft</title>
		<link>http://allen501pc.wordpress.com/2011/04/01/iso-c-committee-approves-c0x-final-draft/</link>
		<comments>http://allen501pc.wordpress.com/2011/04/01/iso-c-committee-approves-c0x-final-draft/#comments</comments>
		<pubDate>Fri, 01 Apr 2011 06:29:32 +0000</pubDate>
		<dc:creator>allen501pc</dc:creator>
				<category><![CDATA[程式設計]]></category>
		<category><![CDATA[C/C++]]></category>

		<guid isPermaLink="false">http://allen501pc.wordpress.com/?p=423</guid>
		<description><![CDATA[原文 ISO C++ Committee Approves C++0x Final Draft http://developers.slashdot.org/story/11/03/26/1949225/ISO-C-Committee-Approves-C0x-Final-Draft 中譯 ISO C++委员会批准C++0x最终草案 http://developers.solidot.org/article.pl?sid=11/03/27/1056211 更多關於C++0x的功能介紹 http://kheresy.wordpress.com/2010/04/19/c-%E8%AA%9E%E6%B3%95%E5%86%8D%E5%8A%A0%E5%BC%B7%EF%BC%9Ac0x/ 分類:程式設計 Tagged: C/C++, 程式設計<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=allen501pc.wordpress.com&amp;blog=1720272&amp;post=423&amp;subd=allen501pc&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://allen501pc.wordpress.com/2011/04/01/iso-c-committee-approves-c0x-final-draft/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9c433d030cf7d5f79251ee3f03525bf6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Allen</media:title>
		</media:content>
	</item>
		<item>
		<title>仿機械式鍵盤 Acer 6311 與 Wintek ACK-230</title>
		<link>http://allen501pc.wordpress.com/2011/03/28/%e4%bb%bf%e6%a9%9f%e6%a2%b0%e5%bc%8f%e9%8d%b5%e7%9b%a4-acer-6311-%e8%88%87-wintek-ack-230/</link>
		<comments>http://allen501pc.wordpress.com/2011/03/28/%e4%bb%bf%e6%a9%9f%e6%a2%b0%e5%bc%8f%e9%8d%b5%e7%9b%a4-acer-6311-%e8%88%87-wintek-ack-230/#comments</comments>
		<pubDate>Mon, 28 Mar 2011 05:35:16 +0000</pubDate>
		<dc:creator>allen501pc</dc:creator>
				<category><![CDATA[3C產品]]></category>
		<category><![CDATA[3c]]></category>
		<category><![CDATA[科技]]></category>

		<guid isPermaLink="false">http://allen501pc.wordpress.com/?p=413</guid>
		<description><![CDATA[以下這兩篇文章供給大家參考參考，若是要買鍵盤的話，下面這兩款算是值得一買的好物。 對於機械式鍵盤，大部分人的印象就是打起來很吵，因此遇到打起來很吵的鍵盤就會說是機械式鍵盤，但其實不一定是這樣。多年以前有一系列名為Acer 6311的鍵盤，很容易被誤認為機械式鍵盤，因為打起來很大聲，但其實它不是… 詳情請按我 但是這種高C/P值的6311系列已經停產了，取而代之的是ACK-230。區區不到500元的價格，卻能擁有類似機械式鍵盤般的手感，在薄膜式鍵盤市場中硬是殺出一片血海&#8230;詳情請按我 分類:3C產品 Tagged: 3c, 科技<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=allen501pc.wordpress.com&amp;blog=1720272&amp;post=413&amp;subd=allen501pc&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://allen501pc.wordpress.com/2011/03/28/%e4%bb%bf%e6%a9%9f%e6%a2%b0%e5%bc%8f%e9%8d%b5%e7%9b%a4-acer-6311-%e8%88%87-wintek-ack-230/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9c433d030cf7d5f79251ee3f03525bf6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Allen</media:title>
		</media:content>
	</item>
		<item>
		<title>[C/C++] Read configuration file</title>
		<link>http://allen501pc.wordpress.com/2011/03/26/cc-read-configuration-file/</link>
		<comments>http://allen501pc.wordpress.com/2011/03/26/cc-read-configuration-file/#comments</comments>
		<pubDate>Sat, 26 Mar 2011 15:31:05 +0000</pubDate>
		<dc:creator>allen501pc</dc:creator>
				<category><![CDATA[程式設計]]></category>
		<category><![CDATA[C/C++]]></category>

		<guid isPermaLink="false">http://allen501pc.wordpress.com/?p=409</guid>
		<description><![CDATA[說來也趣味，這篇文章的起因是因為我在改寫 Apriori code時，由於看不懂其中某段configure_file的操作，就上網找一些資訊。 偶然間發現可以讀取configuration file的小程式：A C++ Class to read Configuration file。 例如，他只要寫下列設定檔： [section_1] foo = bar water= h2o [section_2] foo = foo water= wet four = 4.2 然後在讀取程式那邊這麼寫： 就可以輕鬆讀取設定檔了。若想要知道詳細的code，請到A C++ Class to read Configuration file 分類:程式設計 Tagged: C/C++, 程式設計<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=allen501pc.wordpress.com&amp;blog=1720272&amp;post=409&amp;subd=allen501pc&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://allen501pc.wordpress.com/2011/03/26/cc-read-configuration-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9c433d030cf7d5f79251ee3f03525bf6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Allen</media:title>
		</media:content>
	</item>
		<item>
		<title>Aibo 茶軸 機械式鍵盤</title>
		<link>http://allen501pc.wordpress.com/2011/03/26/aibo-%e8%8c%b6%e8%bb%b8-%e6%a9%9f%e6%a2%b0%e5%bc%8f%e9%8d%b5%e7%9b%a4/</link>
		<comments>http://allen501pc.wordpress.com/2011/03/26/aibo-%e8%8c%b6%e8%bb%b8-%e6%a9%9f%e6%a2%b0%e5%bc%8f%e9%8d%b5%e7%9b%a4/#comments</comments>
		<pubDate>Sat, 26 Mar 2011 07:03:12 +0000</pubDate>
		<dc:creator>allen501pc</dc:creator>
				<category><![CDATA[3C產品]]></category>
		<category><![CDATA[生活]]></category>
		<category><![CDATA[3c]]></category>
		<category><![CDATA[科技]]></category>

		<guid isPermaLink="false">http://allen501pc.wordpress.com/?p=403</guid>
		<description><![CDATA[今日從佳傳資訊社購入aibo 機械式鍵盤 (茶軸) 話不多說，直接貼圖最快(以下是我用手機照的) 左邊鍵盤照 手感心得：跟一般的薄膜式鍵盤比起來，一個鍵就是一個字(一般鍵盤打起來還會浮浮的感覺)，按壓力道不用很大，整體打起來真的省力很多。對於長期打程式或是報告的人來說，機械式鍵盤真的是一款必敗的產品。 分類:3C產品, 生活 Tagged: 3c, 科技<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=allen501pc.wordpress.com&amp;blog=1720272&amp;post=403&amp;subd=allen501pc&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://allen501pc.wordpress.com/2011/03/26/aibo-%e8%8c%b6%e8%bb%b8-%e6%a9%9f%e6%a2%b0%e5%bc%8f%e9%8d%b5%e7%9b%a4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9c433d030cf7d5f79251ee3f03525bf6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Allen</media:title>
		</media:content>

		<media:content url="http://allen501pc.files.wordpress.com/2011/03/img0110a.jpg?w=300" medium="image">
			<media:title type="html">IMG0110A</media:title>
		</media:content>

		<media:content url="http://allen501pc.files.wordpress.com/2011/03/img0111a.jpg?w=300" medium="image">
			<media:title type="html">IMG0111A</media:title>
		</media:content>

		<media:content url="http://allen501pc.files.wordpress.com/2011/03/img0112a.jpg?w=300" medium="image">
			<media:title type="html">IMG0112A</media:title>
		</media:content>

		<media:content url="http://allen501pc.files.wordpress.com/2011/03/img0113a.jpg?w=300" medium="image">
			<media:title type="html">IMG0113A</media:title>
		</media:content>
	</item>
		<item>
		<title>[轉載] 用電視養小孩</title>
		<link>http://allen501pc.wordpress.com/2011/03/20/%e8%bd%89%e8%bc%89-%e7%94%a8%e9%9b%bb%e8%a6%96%e9%a4%8a%e5%b0%8f%e5%ad%a9/</link>
		<comments>http://allen501pc.wordpress.com/2011/03/20/%e8%bd%89%e8%bc%89-%e7%94%a8%e9%9b%bb%e8%a6%96%e9%a4%8a%e5%b0%8f%e5%ad%a9/#comments</comments>
		<pubDate>Sun, 20 Mar 2011 12:14:48 +0000</pubDate>
		<dc:creator>allen501pc</dc:creator>
				<category><![CDATA[生活]]></category>

		<guid isPermaLink="false">http://allen501pc.wordpress.com/?p=393</guid>
		<description><![CDATA[[摘要] 很多爸爸媽媽嫌孩子吵鬧，就趕緊打開電視讓小孩看……不知不覺中，孩子使用電視和電腦的時間就會愈來愈拉長…… 我們常說：「現在的小孩怎麼變得那麼難教？」其實最主要的原因，是因為陪伴他們的經常是一部又一部的電視劇。 使得小孩缺乏與人真實互動，他們只能選擇保持冷漠；要不就是向外界同儕尋求心靈的慰藉。 詳細資訊請至http://www.taiwangoodlife.org/storylink/20110320/3532 分類:生活 Tagged: 生活<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=allen501pc.wordpress.com&amp;blog=1720272&amp;post=393&amp;subd=allen501pc&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://allen501pc.wordpress.com/2011/03/20/%e8%bd%89%e8%bc%89-%e7%94%a8%e9%9b%bb%e8%a6%96%e9%a4%8a%e5%b0%8f%e5%ad%a9/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9c433d030cf7d5f79251ee3f03525bf6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Allen</media:title>
		</media:content>
	</item>
	</channel>
</rss>
