<?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>AH&#124;Blog</title>
	<atom:link href="http://alanhan.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://alanhan.net</link>
	<description>Every Second Counts</description>
	<lastBuildDate>Thu, 09 Feb 2012 21:27:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>2012</title>
		<link>http://alanhan.net/the-year-2012/</link>
		<comments>http://alanhan.net/the-year-2012/#comments</comments>
		<pubDate>Thu, 09 Feb 2012 05:03:01 +0000</pubDate>
		<dc:creator>Alan</dc:creator>
				<category><![CDATA[Diary]]></category>
		<category><![CDATA[2012]]></category>
		<category><![CDATA[linode]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://alanhan.net/?p=916</guid>
		<description><![CDATA[2012年了! 上一次写blog还是去年的暑假，当时正准备考OCP，在深圳夏天的酷暑中，猫在那仅能容下10个人、且没有空调的教室下，写下了上一篇日志。原本想把学习Oracle过程中所有的笔记都记在这里，后来也许是因为的天气的原因吧，也没耐心坚持下来。现在想想，如果当时能积累下来十几篇笔记，现在我会不会看起来更像一个OCP呢? 今天心血来潮，把我的Linode全部翻新；ubuntu更新到11.10，更新了(L)NMP所有的组件；原本凌乱的目录结构也整理了一下；内存也重新优化了一遍。全部弄完一天下来感觉非常舒服。还是不折腾不舒服啊 给这里换了一个新的theme，名字叫blogum，尽管看起来一片白茫茫的，但是我个人还是非常崇拜这种minimalistic，simplicity的感觉。 我是绝对不相信什么末日论的，但是却看了《2012》电影3遍，因为看到Steve Jobs、Dennis Ritchie等各界名人在2011年相继去世，还怀疑2012会不会是阴谋论；我真是太矛盾了。。。 No related posts.]]></description>
			<content:encoded><![CDATA[<p>2012年了!</p>
<p>上一次写blog还是去年的暑假，当时正准备考OCP，在深圳夏天的酷暑中，猫在那仅能容下10个人、且没有空调的教室下，写下了上一篇日志。原本想把学习Oracle过程中所有的笔记都记在这里，后来也许是因为的天气的原因吧，也没耐心坚持下来。现在想想，如果当时能积累下来十几篇笔记，现在我会不会看起来更像一个OCP呢?</p>
<p>今天心血来潮，把我的Linode全部翻新；ubuntu更新到11.10，更新了(L)NMP所有的组件；原本凌乱的目录结构也整理了一下；内存也重新优化了一遍。全部弄完一天下来感觉非常舒服。还是不折腾不舒服啊 <img src='http://alanhan.net/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<p>给这里换了一个新的theme，名字叫blogum，尽管看起来一片白茫茫的，但是我个人还是非常崇拜这种minimalistic，simplicity的感觉。</p>
<p>我是绝对不相信什么末日论的，但是却看了《2012》电影3遍，因为看到Steve Jobs、Dennis Ritchie等各界名人在2011年相继去世，还怀疑2012会不会是阴谋论；我真是太矛盾了。。。</p>
<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://alanhan.net/the-year-2012/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux平台卸载Oracle Database</title>
		<link>http://alanhan.net/uninstall-oracle-database-linux/</link>
		<comments>http://alanhan.net/uninstall-oracle-database-linux/#comments</comments>
		<pubDate>Sun, 21 Aug 2011 08:44:16 +0000</pubDate>
		<dc:creator>Alan</dc:creator>
				<category><![CDATA[Diary]]></category>
		<category><![CDATA[Info Tech]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[learning]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[uninstall]]></category>

		<guid isPermaLink="false">http://24er.net/?p=903</guid>
		<description><![CDATA[需要删除的目录及文件： rm -rf $ORACLE_BASE rm -rf /etc/oratab rm -rf /etc/oracle rm -rf /etc/inittab rm -rf /usr/local/bin/coraenv rm -rf /usr/local/bin/dbhome rm -rf /usr/local/bin/oraenv Related posts: Oracle手动建立数据库方法]]></description>
			<content:encoded><![CDATA[<p>需要删除的目录及文件：<br />
<code><br />
rm -rf $ORACLE_BASE<br />
rm -rf /etc/oratab<br />
rm -rf /etc/oracle<br />
rm -rf /etc/inittab<br />
rm -rf /usr/local/bin/coraenv<br />
rm -rf /usr/local/bin/dbhome<br />
rm -rf /usr/local/bin/oraenv<br />
</code></p>
<br><p><b>Related posts:</b><ol>
<li><a href='http://alanhan.net/manually-creating-an-oracle-database/' rel='bookmark' title='Oracle手动建立数据库方法'>Oracle手动建立数据库方法</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://alanhan.net/uninstall-oracle-database-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Oracle手动建立数据库方法</title>
		<link>http://alanhan.net/manually-creating-an-oracle-database/</link>
		<comments>http://alanhan.net/manually-creating-an-oracle-database/#comments</comments>
		<pubDate>Sun, 21 Aug 2011 07:11:52 +0000</pubDate>
		<dc:creator>Alan</dc:creator>
				<category><![CDATA[Diary]]></category>
		<category><![CDATA[Info Tech]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[learning]]></category>
		<category><![CDATA[oracle]]></category>

		<guid isPermaLink="false">http://24er.net/?p=896</guid>
		<description><![CDATA[1, 在$ORACLE_HOME/dbs目录下，创建新数据库的pfile文件，其中至少包括以下参数(假设新数据库叫bill)，文件名为initbill.ora： *.background_dump_dest='/ocp/bill/admin/bdump' *.compatible='10.2.0.1.0' *.control_files='/bak/bill/control01.ctl','/ocp/bill/control02.ctl' core_dump_dest='/ocp/bill/admin/cdump' *.db_name=bill instance_name=bill *.job_queue_processes=10 *.sga_max_size=419430400 *.sga_target=423624704 *.undo_management='AUTO' *.undo_tablespace='UNDOTBS1' *.user_dump_dest='/ocp/bill/admin/udump' 2, 根据pfile，创建所需的相应目录 3, export ORACLE_SID=bill 4, sqlplus / as sysdba 登录 5, 在SQL提示符下，输入: startup nomount pfile='initbill.ora'; 由pfile启动数据库 6, 待oracle实例启动到nomount状态下，输入： create spfile from pfile; 通过pfile创建spfile 7, 退出SQL提示符后，输入： orapwd file=orapwbill password=oracle 创建新的密码文件 8, 在$ORACLE_HOME/dbs目录下创建手动建库的sql脚本createdb.sql，内容示例： create database bill maxinstances 2 maxlogfiles 32 maxlogmembers 5 [...]]]></description>
			<content:encoded><![CDATA[<p>1, 在$ORACLE_HOME/dbs目录下，创建新数据库的pfile文件，其中至少包括以下参数(假设新数据库叫bill)，文件名为initbill.ora：<br />
<code>*.background_dump_dest='/ocp/bill/admin/bdump'<br />
*.compatible='10.2.0.1.0'<br />
*.control_files='/bak/bill/control01.ctl','/ocp/bill/control02.ctl'<br />
core_dump_dest='/ocp/bill/admin/cdump'<br />
*.db_name=bill<br />
instance_name=bill<br />
*.job_queue_processes=10<br />
*.sga_max_size=419430400<br />
*.sga_target=423624704<br />
*.undo_management='AUTO'<br />
*.undo_tablespace='UNDOTBS1'<br />
*.user_dump_dest='/ocp/bill/admin/udump'</code></p>
<p>2, 根据pfile，创建所需的相应目录</p>
<p>3, <code>export ORACLE_SID=bill</code></p>
<p>4, sqlplus / as sysdba 登录</p>
<p>5, 在SQL提示符下，输入:<br />
<code>startup nomount pfile='initbill.ora';</code><br />
由pfile启动数据库</p>
<p>6, 待oracle实例启动到nomount状态下，输入：<br />
<code>create spfile from pfile;</code><br />
通过pfile创建spfile</p>
<p>7, 退出SQL提示符后，输入：<br />
<code>orapwd file=orapwbill password=oracle</code><br />
创建新的密码文件</p>
<p>8, 在$ORACLE_HOME/dbs目录下创建手动建库的sql脚本createdb.sql，内容示例：<br />
<code>create database bill<br />
maxinstances 2<br />
maxlogfiles 32<br />
maxlogmembers 5<br />
maxdatafiles 200<br />
maxloghistory 290<br />
user sys identified by oracle<br />
user system identified by oracle<br />
character set utf8<br />
national character set al16utf16<br />
datafile '/ocp/bill/oradata/system.dbf' size 300m<br />
sysaux datafile '/ocp/bill/oradata/sysaux.dbf' size 200m<br />
undo tablespace UNDOTBS1 datafile '/ocp/bill/oradata/undotbs1.dbf'<br />
size 200m<br />
default temporary tablespace temp tempfile '/ocp/bill/oradata/temp<br />
1.dbf' size 100m<br />
logfile<br />
group 1 '/ocp/bill/oradata/redo1.log' size 100m,<br />
group 2 '/ocp/bill/oradata/redo2.log' size 100m<br />
;</code></p>
<p>9, 在SQL提示符下，输入：<br />
<code>@createdb.sql</code><br />
运行刚刚创建的脚本</p>
<p>10, 在SQL提示符下，输入：<br />
<code>create tablespace users datafile '/ocp/bill/oradata/users.dbf' size 200m;</code><br />
创建users表空间</p>
<p>11, 在SQL提示符下，输入：<br />
<code>@?/rdbms/admin/catalog.sql<br />
@?/rdbms/admin/catproc.sql</code><br />
创建数据字典</p>
<p>EOF</p>
<br><p><b>Related posts:</b><ol>
<li><a href='http://alanhan.net/uninstall-oracle-database-linux/' rel='bookmark' title='Linux平台卸载Oracle Database'>Linux平台卸载Oracle Database</a></li>
<li><a href='http://alanhan.net/%e5%b0%86google-reader%e6%96%87%e7%ab%a0%e5%8f%91%e9%80%81%e5%88%b0wordpress%e7%9a%84%e6%96%b9%e6%b3%95/' rel='bookmark' title='将Google Reader文章发送到WordPress的方法'>将Google Reader文章发送到WordPress的方法</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://alanhan.net/manually-creating-an-oracle-database/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OS X Lion Wallpaper</title>
		<link>http://alanhan.net/os-x-lion-wallpaper/</link>
		<comments>http://alanhan.net/os-x-lion-wallpaper/#comments</comments>
		<pubDate>Tue, 07 Jun 2011 22:01:50 +0000</pubDate>
		<dc:creator>Alan</dc:creator>
				<category><![CDATA[Info Tech]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[os x lion]]></category>
		<category><![CDATA[wallpaper]]></category>

		<guid isPermaLink="false">http://24er.net/?p=892</guid>
		<description><![CDATA[No related posts.]]></description>
			<content:encoded><![CDATA[<p><object width="540" height="405"><param name="flashvars" value="offsite=true&#038;lang=en-us&#038;page_show_url=%2Fphotos%2Fblueteeth%2Ftags%2Flion%2Fshow%2F&#038;page_show_back_url=%2Fphotos%2Fblueteeth%2Ftags%2Flion%2F&#038;user_id=10631865@N00&#038;tags=lion&#038;jump_to=&#038;start_index="></param><param name="movie" value="http://www.flickr.com/apps/slideshow/show.swf?v=109615"></param><param name="allowFullScreen" value="true"></param><embed type="application/x-shockwave-flash" src="http://www.flickr.com/apps/slideshow/show.swf?v=109615" allowFullScreen="true" flashvars="offsite=true&#038;lang=en-us&#038;page_show_url=%2Fphotos%2Fblueteeth%2Ftags%2Flion%2Fshow%2F&#038;page_show_back_url=%2Fphotos%2Fblueteeth%2Ftags%2Flion%2F&#038;user_id=10631865@N00&#038;tags=lion&#038;jump_to=&#038;start_index=" width="540" height="405"></embed></object></p>
<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://alanhan.net/os-x-lion-wallpaper/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>如何在WordPress加入Google +1按钮</title>
		<link>http://alanhan.net/how-to-add-google-1-button-to-your-page/</link>
		<comments>http://alanhan.net/how-to-add-google-1-button-to-your-page/#comments</comments>
		<pubDate>Sun, 05 Jun 2011 08:58:53 +0000</pubDate>
		<dc:creator>Alan</dc:creator>
				<category><![CDATA[Info Tech]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[social network]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://24er.net/?p=886</guid>
		<description><![CDATA[Google最近推出了+1按钮,如果人们特别喜欢你站点上的内容,可以点这个+1按钮把你的站点推荐给Google的搜索结果.如果想在自己的站点页面上加入这个按钮,可以去这里索取相应的代码.默认有四种尺寸可供选择,还可以选择加入已有的+1数量.设置完毕后,只要将代码的JS部分复制到head和body之间,余下的部分复制到你想要放置+1按钮的地方即可. No related posts.]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone" title="google-+1-button" src="http://www.google.com/+1/button/images/icon.png" alt="Google's new +1 Button" width="64" height="54" />Google最近推出了+1按钮,如果人们特别喜欢你站点上的内容,可以点这个+1按钮把你的站点推荐给Google的搜索结果.如果想在自己的站点页面上加入这个按钮,可以<a href="http://www.google.com/webmasters/+1/button/index.html">去这里索取相应的代码</a>.默认有四种尺寸可供选择,还可以选择加入已有的+1数量.设置完毕后,只要将代码的JS部分复制到head和body之间,余下的部分复制到你想要放置+1按钮的地方即可.</p>
<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://alanhan.net/how-to-add-google-1-button-to-your-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FIFA 12 First Official Gameplay Trailer</title>
		<link>http://alanhan.net/fifa-12-first-official-gameplay-trailer/</link>
		<comments>http://alanhan.net/fifa-12-first-official-gameplay-trailer/#comments</comments>
		<pubDate>Sat, 04 Jun 2011 02:12:06 +0000</pubDate>
		<dc:creator>Alan</dc:creator>
				<category><![CDATA[Info Tech]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Sports]]></category>
		<category><![CDATA[fifa]]></category>
		<category><![CDATA[game]]></category>
		<category><![CDATA[ps3]]></category>

		<guid isPermaLink="false">http://24er.net/?p=881</guid>
		<description><![CDATA[See more Game Videos at EA.com. FIFA系列应该是我玩过最长时间游戏了,从小学时候在报纸上看到的一条新闻,说能在电脑上踢足球,那时候感觉简直就是不可思议,因为文章里没有说是哪款游戏,我还专门叫父亲打电话去报社问,结果人家也不知道.后来看到杂志里介绍FIFA和实况,才真正开始玩.记得当初的FIFA罚任意球或角球的时候,箭头都是弯的,只要按射门就能踢出非常有弧线的球,甚至有一个角度是必进无疑的.后来上了初中和高中,也没有什么时间玩了,只有每年暑假的时候在ps2上过一下瘾.后来拥有了ps3之后,开始玩实况,玩了08和09,一度认为FIFA已经没落了,一次偶然的机会在best buy里试玩了FIFA 10,突然找回了小时候的感觉,然后就开始一发不可收拾的重新爱上了FIFA.期待今年秋天的FIFA 12! Related posts: Gran Turismo 5 E3 2010 Official Trailer 24 Season 6 Official Trailer 24 Season 8 Official Trailer]]></description>
			<content:encoded><![CDATA[<div style="width:500px;background-color:#353535;font-family:Arial, Helvetica, sans-serif;font-size:11px;font-style:normal;font-weight: bold;color:#FFFFFF;text-align:left;"><object width="500" height="281" id="flash_ep" name="flash_ep" type="application/x-shockwave-flash" data="http://web-static.ea.com/US/portal/media/swf/editorialPod2.swf"><param name="movie" value="http://web-static.ea.com/US/portal/media/swf/editorialPod2.swf" /><param name="wmode" value="opaque" /><param name="scale" value="noscale" /><param name="salign" value="tl" /><param name="bgcolor" value="#000000" /><param name="allowfullscreen" value="true" /><param name="allowNetworking" value="all" /><param name="allowscriptaccess" value="always" /><param name="flashvars" value="configFile=http://www.ea.com/soccer/videos/fifa12-first-gameplay-trailer-01&amp;singleVideoEmbedCode=http://www.ea.com/soccer/videos/fifa12-first-gameplay-trailer-01&amp;playerSize=large&amp;epItemDelay=4500&amp;loopVideo=false&amp;textColor=#ffffff&amp;btnOutColor=#ffffff&amp;btnOverColor=#2d83f7&amp;btnDownColor=#155eca&amp;controlsBGColor=#000000&amp;server=http://www.ea.com&amp;logoImage=http://web-static.ea.com/US/portal/images/site_logos/watermark.png?ver=189_en_US&amp;locale=http://www.ea.com/soccer/services/marquee/config/localization" /></object><span style="margin:0px 5px 5px 5px;">See more <a style="color:#FFFFFF;font-size:11px;" href="#">Game Videos</a> at <a style="color:#FFFFFF;font-size:11px;" href="/soccer/">EA.com</a>.</span></div>
<p>FIFA系列应该是我玩过最长时间游戏了,从小学时候在报纸上看到的一条新闻,说能在电脑上踢足球,那时候感觉简直就是不可思议,因为文章里没有说是哪款游戏,我还专门叫父亲打电话去报社问,结果人家也不知道.后来看到杂志里介绍FIFA和实况,才真正开始玩.记得当初的FIFA罚任意球或角球的时候,箭头都是弯的,只要按射门就能踢出非常有弧线的球,甚至有一个角度是必进无疑的.后来上了初中和高中,也没有什么时间玩了,只有每年暑假的时候在ps2上过一下瘾.后来拥有了ps3之后,开始玩实况,玩了08和09,一度认为FIFA已经没落了,一次偶然的机会在best buy里试玩了FIFA 10,突然找回了小时候的感觉,然后就开始一发不可收拾的重新爱上了FIFA.期待今年秋天的FIFA 12!</p>
<br><p><b>Related posts:</b><ol>
<li><a href='http://alanhan.net/gran-turismo-5-e3-2010-official-trailer/' rel='bookmark' title='Gran Turismo 5 E3 2010 Official Trailer'>Gran Turismo 5 E3 2010 Official Trailer</a></li>
<li><a href='http://alanhan.net/24-season-6-official-trailer/' rel='bookmark' title='24 Season 6 Official Trailer'>24 Season 6 Official Trailer</a></li>
<li><a href='http://alanhan.net/24-season-8-official-trailer/' rel='bookmark' title='24 Season 8 Official Trailer'>24 Season 8 Official Trailer</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://alanhan.net/fifa-12-first-official-gameplay-trailer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WWDC 2011</title>
		<link>http://alanhan.net/wwdc-2011/</link>
		<comments>http://alanhan.net/wwdc-2011/#comments</comments>
		<pubDate>Fri, 03 Jun 2011 04:01:39 +0000</pubDate>
		<dc:creator>Alan</dc:creator>
				<category><![CDATA[Digital]]></category>
		<category><![CDATA[Info Tech]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[icloud]]></category>
		<category><![CDATA[ios]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[mac os x]]></category>

		<guid isPermaLink="false">http://24er.net/?p=879</guid>
		<description><![CDATA[又有好久没有写blog了 还有4天就是Apple WWDC 2011了,感觉上一次发布iPhone 4就好像昨天一样.根据会前的消息,今年的WWDC会介绍Mac OS X Lion (10.7), iOS 5和iCloud! 这次虽然没有新的硬件产品,但是iOS 5和iCloud还是让我相当兴奋.据说iOS 5会改进推送通知系统和加入语音识别,而iCloud则允许用户上传音乐到Apple的服务器上,然后在其他的iOS设备上收听.Lion也会是另一个重头戏,在这些全新的功能中,我最喜欢的就是Launchpad和Mail 5了.一起期待6月6号的到来吧! Related posts: PhoneView &#8211; 将iPhone变身U盘 iPhone 3G终于来了! Apple发布Mac OS X 10.6.2]]></description>
			<content:encoded><![CDATA[<p>又有好久没有写blog了</p>
<p>还有4天就是Apple WWDC 2011了,感觉上一次发布iPhone 4就好像昨天一样.根据会前的<a href="http://www.macrumors.com/2011/05/31/steve-jobs-to-introduce-icloud-ios-5-and-mac-os-x-lion-at-wwdc-keynote/">消息</a>,今年的WWDC会介绍Mac OS X Lion (10.7), iOS 5和iCloud! 这次虽然没有新的硬件产品,但是iOS 5和iCloud还是让我相当兴奋.<a href="http://www.cultofmac.com/ios-5-rumors-what-will-apple-announce-at-wwdc-2011/98076">据说</a>iOS 5会改进推送通知系统和加入语音识别,而<a href="http://www.macrumors.com/2011/06/02/icloud-free-trial-25-dollars-ads/">iCloud</a>则允许用户上传音乐到Apple的服务器上,然后在其他的iOS设备上收听.Lion也会是另一个重头戏,在<a href="http://www.apple.com/macosx/lion/">这些</a>全新的功能中,我最喜欢的就是Launchpad和Mail 5了.一起期待6月6号的到来吧!</p>
<br><p><b>Related posts:</b><ol>
<li><a href='http://alanhan.net/phoneview-%e5%b0%86iphone%e5%8f%98%e8%ba%abu%e7%9b%98/' rel='bookmark' title='PhoneView &#8211; 将iPhone变身U盘'>PhoneView &#8211; 将iPhone变身U盘</a></li>
<li><a href='http://alanhan.net/iphone-3g%e7%bb%88%e4%ba%8e%e6%9d%a5%e4%ba%86/' rel='bookmark' title='iPhone 3G终于来了!'>iPhone 3G终于来了!</a></li>
<li><a href='http://alanhan.net/apple%e5%8f%91%e5%b8%83mac-os-x-10-6-2/' rel='bookmark' title='Apple发布Mac OS X 10.6.2'>Apple发布Mac OS X 10.6.2</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://alanhan.net/wwdc-2011/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MIT公开课 &#8211;  Introduction to Computer Science and Programming</title>
		<link>http://alanhan.net/mit%e5%85%ac%e5%bc%80%e8%af%be-introduction-to-computer-science-and-programming/</link>
		<comments>http://alanhan.net/mit%e5%85%ac%e5%bc%80%e8%af%be-introduction-to-computer-science-and-programming/#comments</comments>
		<pubDate>Tue, 01 Mar 2011 03:15:44 +0000</pubDate>
		<dc:creator>Alan</dc:creator>
				<category><![CDATA[Info Tech]]></category>
		<category><![CDATA[computer science]]></category>

		<guid isPermaLink="false">http://24er.net/?p=873</guid>
		<description><![CDATA[在coolshell看到这套麻省理工的CS公开课,讲的非常系统,从简单的问题逐渐深入,个人认为是非常好的一套教程.视频全部都内嵌字幕,质量非常高. 1: Introduction and Goals; Data Types, Operators, and Variables Go to this video 2: Branching, Conditionals, and Iteration Go to this video 3: Common Code Patterns: Iterative Programs Go to this video 4: Abstraction through Functions; Introduction to Recursion Go to this video 5: Floating Point Numbers, Successive Refinement, Finding Roots Go to this video 6: Bisection Methods, Newton/Raphson, [...]]]></description>
			<content:encoded><![CDATA[<p>在<a href="http://coolshell.cn/articles/3723.html">coolshell</a>看到这套麻省理工的CS公开课,讲的非常系统,从简单的问题逐渐深入,个人认为是非常好的一套教程.视频全部都内嵌字幕,质量非常高.</p>
<p>1: Introduction and Goals; Data Types, Operators, and Variables <a href="http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-00-introduction-to-computer-science-and-programming-fall-2008/video-lectures/lecture-1">Go to this video</a><br />
2: Branching, Conditionals, and Iteration <a href="http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-00-introduction-to-computer-science-and-programming-fall-2008/video-lectures/lecture-2">Go to this video</a><br />
3: Common Code Patterns: Iterative Programs <a href="http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-00-introduction-to-computer-science-and-programming-fall-2008/video-lectures/lecture-3">Go to this video</a><br />
4: Abstraction through Functions; Introduction to Recursion <a href="http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-00-introduction-to-computer-science-and-programming-fall-2008/video-lectures/lecture-4">Go to this video</a><br />
5: Floating Point Numbers, Successive Refinement, Finding Roots <a href="http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-00-introduction-to-computer-science-and-programming-fall-2008/video-lectures/lecture-5">Go to this video</a><br />
6: Bisection Methods, Newton/Raphson, Introduction to Lists <a href="http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-00-introduction-to-computer-science-and-programming-fall-2008/video-lectures/lecture-6">Go to this video</a><br />
7: Lists and Mutability, Dictionaries, Introduction to Efficiency <a href="http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-00-introduction-to-computer-science-and-programming-fall-2008/video-lectures/lecture-7">Go to this video</a><br />
8: Complexity: Log, Linear, Quadratic, Exponential Algorithms <a href="http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-00-introduction-to-computer-science-and-programming-fall-2008/video-lectures/lecture-8">Go to this video</a><br />
9: Binary Search, Bubble and Selection Sorts <a href="http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-00-introduction-to-computer-science-and-programming-fall-2008/video-lectures/lecture-9">Go to this video</a><br />
10: Divide and Conquer Methods, Merge Sort, Exceptions <a href="http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-00-introduction-to-computer-science-and-programming-fall-2008/video-lectures/lecture-10">Go to this video</a><br />
11: Testing and Debugging <a href="http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-00-introduction-to-computer-science-and-programming-fall-2008/video-lectures/lecture-11">Go to this video</a><br />
12: Debugging, Knapsack Problem, Introduction to Dynamic Programming <a href="http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-00-introduction-to-computer-science-and-programming-fall-2008/video-lectures/lecture-12">Go to this video</a><br />
13: Dynamic Programming: Overlapping Subproblems, Optimal Substructure <a href="http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-00-introduction-to-computer-science-and-programming-fall-2008/video-lectures/lecture-13">Go to this video</a><br />
14: Introduction to Object-oriented Programming <a href="http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-00-introduction-to-computer-science-and-programming-fall-2008/video-lectures/lecture-14">Go to this video</a><br />
15: Abstract Data Types, Classes and Methods <a href="http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-00-introduction-to-computer-science-and-programming-fall-2008/video-lectures/lecture-15">Go to this video</a><br />
16: Encapsulation, Inheritance, Shadowing <a href="http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-00-introduction-to-computer-science-and-programming-fall-2008/video-lectures/lecture-16">Go to this video</a><br />
17: Computational Models: Random Walk Simulation <a href="http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-00-introduction-to-computer-science-and-programming-fall-2008/video-lectures/lecture-17">Go to this video</a><br />
18: Presenting Simulation Results, Pylab, Plotting <a href="http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-00-introduction-to-computer-science-and-programming-fall-2008/video-lectures/lecture-18">Go to this video</a><br />
19: Biased Random Walks, Distributions <a href="http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-00-introduction-to-computer-science-and-programming-fall-2008/video-lectures/lecture-19">Go to this video</a><br />
20: Monte Carlo Simulations, Estimating pi <a href="http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-00-introduction-to-computer-science-and-programming-fall-2008/video-lectures/lecture-20">Go to this video</a><br />
21: Validating Simulation Results, Curve Fitting, Linear Regression <a href="http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-00-introduction-to-computer-science-and-programming-fall-2008/video-lectures/lecture-21">Go to this video</a><br />
22: Normal, Uniform, and Exponential Distributions <a href="http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-00-introduction-to-computer-science-and-programming-fall-2008/video-lectures/lecture-22">Go to this video</a><br />
23: Stock Market Simulation <a href="http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-00-introduction-to-computer-science-and-programming-fall-2008/video-lectures/lecture-23">Go to this video<br />
</a>24: Course Overview; What Do Computer Scientists Do? <a href="http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-00-introduction-to-computer-science-and-programming-fall-2008/video-lectures/lecture-24">Go to this video</a></p>
<div>
<div><a href="http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-00-introduction-to-computer-science-and-programming-fall-2008/video-lectures/lecture-24"></a></div>
</div>
<br><p><b>Related posts:</b><ol>
<li><a href='http://alanhan.net/%e5%a6%82%e4%bd%95%e5%9c%a8msn-messenger-7%e6%ad%a3%e5%bc%8f%e7%89%88%e4%b8%8a%e5%bb%ba%e7%ab%8b%e4%b8%80%e4%b8%aa%e5%85%8d%e8%b4%b9%e7%9a%84%e2%80%9c%e5%8a%a8%e6%80%81%e6%98%be%e7%a4%ba%e5%9b%be%e7%8/' rel='bookmark' title='如何在MSN Messenger 7正式版上建立一个免费的“动态显示图片”'>如何在MSN Messenger 7正式版上建立一个免费的“动态显示图片”</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://alanhan.net/mit%e5%85%ac%e5%bc%80%e8%af%be-introduction-to-computer-science-and-programming/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Fringe is filming in UBC, again!</title>
		<link>http://alanhan.net/fringe-is-filming-in-ubc-again/</link>
		<comments>http://alanhan.net/fringe-is-filming-in-ubc-again/#comments</comments>
		<pubDate>Tue, 25 Jan 2011 05:55:40 +0000</pubDate>
		<dc:creator>Alan</dc:creator>
				<category><![CDATA[TV]]></category>
		<category><![CDATA[fringe]]></category>
		<category><![CDATA[ubc]]></category>

		<guid isPermaLink="false">http://24er.net/?p=865</guid>
		<description><![CDATA[Fringe从第二季开始转移到温哥华拍摄,其中有许多集都是在UBC取的景.上一次看到拍摄的现场还是上一季观察者用他那把奇怪的枪大开杀戒的那一幕,可惜没有看到几位主角.这次终于让我如愿以偿了! Joshua Jackson, Anna Torv, John Noble, Lance Reddick和Blair Brown都来到了UBC.据我观察,有一幕是:一个人被悬在空中,生死未卜,Peter, Olivia和Walter闻讯来到现场,两个警察用绳子把悬空人从空中拉下来,Walter小跑步上前检查此人,仅此而已.下面是我在现场拍的一些照片 Related posts: Fringe is filming at UBC!]]></description>
			<content:encoded><![CDATA[<p>Fringe从第二季开始转移到温哥华拍摄,其中有许多集都是在UBC取的景.上一次看到拍摄的现场还是上一季观察者用他那把奇怪的枪大开杀戒的那一幕,可惜没有看到几位主角.这次终于让我如愿以偿了! Joshua Jackson, Anna Torv, John Noble, Lance Reddick和Blair Brown都来到了UBC.据我观察,有一幕是:一个人被悬在空中,生死未卜,Peter, Olivia和Walter闻讯来到现场,两个警察用绳子把悬空人从空中拉下来,Walter小跑步上前检查此人,仅此而已.下面是我在现场拍的一些照片</p>
<p><object width="500" height="375"><param name="flashvars" value="offsite=true&#038;lang=en-us&#038;page_show_url=%2Fphotos%2Fblueteeth%2Fsets%2F72157625901288274%2Fshow%2F&#038;page_show_back_url=%2Fphotos%2Fblueteeth%2Fsets%2F72157625901288274%2F&#038;set_id=72157625901288274&#038;jump_to="></param><param name="movie" value="http://www.flickr.com/apps/slideshow/show.swf?v=71649"></param><param name="allowFullScreen" value="true"></param><embed type="application/x-shockwave-flash" src="http://www.flickr.com/apps/slideshow/show.swf?v=71649" allowFullScreen="true" flashvars="offsite=true&#038;lang=en-us&#038;page_show_url=%2Fphotos%2Fblueteeth%2Fsets%2F72157625901288274%2Fshow%2F&#038;page_show_back_url=%2Fphotos%2Fblueteeth%2Fsets%2F72157625901288274%2F&#038;set_id=72157625901288274&#038;jump_to=" width="500" height="375"></embed></object></p>
<br><p><b>Related posts:</b><ol>
<li><a href='http://alanhan.net/fringe-is-filming-at-ubc/' rel='bookmark' title='Fringe is filming at UBC!'>Fringe is filming at UBC!</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://alanhan.net/fringe-is-filming-in-ubc-again/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>WordPress+nginx rewrite规则</title>
		<link>http://alanhan.net/wordpressnginx-rewrite%e8%a7%84%e5%88%99/</link>
		<comments>http://alanhan.net/wordpressnginx-rewrite%e8%a7%84%e5%88%99/#comments</comments>
		<pubDate>Sat, 25 Dec 2010 10:12:46 +0000</pubDate>
		<dc:creator>Alan</dc:creator>
				<category><![CDATA[Info Tech]]></category>
		<category><![CDATA[linode]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[nginx]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://24er.net/?p=853</guid>
		<description><![CDATA[今天研究了一下wordpress在nginx上的rewrite规则,在这里记录一下,也分享给有需要的人 在站点的nginx配置文件中加入如下配置,选择是否要在域名中加入www,两者必须选择一项 # enforce www (exclude certain subdomains) if ($host !~* ^(www&#124;subdomain)) { rewrite ^/(.*)$ $scheme://www.$host/$1 permanent; } 或者 # enforce NO www if ($host ~* ^www\.(.*)) { set $host_without_www $1; rewrite ^/(.*)$ $scheme://$host_without_www/$1 permanent; } 再加入 # unless the request is for a valid file, send to bootstrap if (!-e $request_filename) { rewrite ^(.+)$ [...]]]></description>
			<content:encoded><![CDATA[<p>今天研究了一下wordpress在nginx上的rewrite规则,在这里记录一下,也分享给有需要的人</p>
<p>在站点的nginx配置文件中加入如下配置,选择是否要在域名中加入www,两者必须选择一项<br />
<code><br />
# enforce www (exclude certain subdomains)<br />
if ($host !~* ^(www|subdomain))<br />
{<br />
rewrite ^/(.*)$ $scheme://www.$host/$1 permanent;<br />
}</code><br />
或者<br />
<code># enforce NO www<br />
if ($host ~* ^www\.(.*))<br />
{<br />
set $host_without_www $1;<br />
rewrite ^/(.*)$ $scheme://$host_without_www/$1 permanent;<br />
}</code></p>
<p>再加入<br />
<code><br />
# unless the request is for a valid file, send to bootstrap<br />
if (!-e $request_filename)<br />
{<br />
rewrite ^(.+)$ /index.php?q=$1 last;<br />
}</code></p>
<p>重启nginx即可.在wordpress后台Settings &#8211; Permalinks里更改你的设置.</p>
<br><p><b>Related posts:</b><ol>
<li><a href='http://alanhan.net/wordpress-25%e8%88%87k2%e6%b2%96%e7%aa%81%e7%9a%84%e8%a7%a3%e6%b1%ba%e6%96%b9%e6%b3%95/' rel='bookmark' title='WordPress 2.5與K2沖突的解決方法'>WordPress 2.5與K2沖突的解決方法</a></li>
<li><a href='http://alanhan.net/wordpress-2/' rel='bookmark' title='wordpress 2'>wordpress 2</a></li>
<li><a href='http://alanhan.net/wordpress-25-%e6%ad%a3%e5%bc%8f%e7%89%88%e7%99%bc%e5%b8%83/' rel='bookmark' title='WordPress 2.5 正式版發布!'>WordPress 2.5 正式版發布!</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://alanhan.net/wordpressnginx-rewrite%e8%a7%84%e5%88%99/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>在Ubuntu 10.10上安装nginx+php-fpm+mysql</title>
		<link>http://alanhan.net/%e5%9c%a8ubuntu-10-10%e4%b8%8a%e5%ae%89%e8%a3%85nginxphp-fpmmysql/</link>
		<comments>http://alanhan.net/%e5%9c%a8ubuntu-10-10%e4%b8%8a%e5%ae%89%e8%a3%85nginxphp-fpmmysql/#comments</comments>
		<pubDate>Fri, 24 Dec 2010 06:42:23 +0000</pubDate>
		<dc:creator>Alan</dc:creator>
				<category><![CDATA[Diary]]></category>
		<category><![CDATA[Info Tech]]></category>
		<category><![CDATA[linode]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[nginx]]></category>
		<category><![CDATA[php-fpm]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[vps]]></category>

		<guid isPermaLink="false">http://24er.net/?p=846</guid>
		<description><![CDATA[经过两天的研究,在我的linode上安装了nginx, php-fpm和mysql.在这里记录一下整个过程,也给有需要的人分享. 先安装updates sudo apt-get update sudo apt-get upgrade --show-upgraded 然后装aptitude sudo apt-get install aptitude 安装mysql,按照屏幕提示输入root密码 sudo aptitude install mysql-server 接着是nginx sudo aptitude install python-software-properties sudo add-apt-repository ppa:nginx/stable sudo aptitude update sudo aptitude install nginx 创建/var/www mkdir /var/www php-fpm和一些模块 sudo aptitude install php5-cgi php5-mysql php5-fpm php5-curl php5-gd php5-idn php-pear php5-imagick php5-imap php5-mcrypt php5-memcache php5-mhash php5-ming [...]]]></description>
			<content:encoded><![CDATA[<p>经过两天的研究,在我的linode上安装了nginx, php-fpm和mysql.在这里记录一下整个过程,也给有需要的人分享.</p>
<p>先安装updates<br />
<code>sudo apt-get update<br />
sudo apt-get upgrade --show-upgraded</code></p>
<p>然后装aptitude<br />
<code>sudo apt-get install aptitude</code></p>
<p>安装mysql,按照屏幕提示输入root密码<br />
<code>sudo aptitude install mysql-server</code></p>
<p>接着是nginx<br />
<code>sudo aptitude install python-software-properties<br />
sudo add-apt-repository ppa:nginx/stable<br />
sudo aptitude update<br />
sudo aptitude install nginx</code></p>
<p>创建/var/www<br />
<code>mkdir /var/www</code></p>
<p>php-fpm和一些模块<br />
<code>sudo aptitude install php5-cgi php5-mysql php5-fpm php5-curl php5-gd php5-idn php-pear php5-imagick php5-imap php5-mcrypt php5-memcache php5-mhash php5-ming php5-pspell php5-recode php5-snmp php5-sqlite php5-tidy php5-xmlrpc php5-xsl</code></p>
<p>修改fastcgi_params<br />
<code>sudo vi /etc/nginx/fastcgi_params</code></p>
<p>加入以下参数<br />
<code>fastcgi_param  SCRIPT_FILENAME    $document_root$fastcgi_script_name;<br />
fastcgi_param  PATH_INFO          $fastcgi_script_name;<br />
fastcgi_connect_timeout 60;<br />
fastcgi_send_timeout 180;<br />
fastcgi_read_timeout 180;<br />
fastcgi_buffer_size 128k;<br />
fastcgi_buffers 4 256k;<br />
fastcgi_busy_buffers_size 256k;<br />
fastcgi_temp_file_write_size 256k;<br />
fastcgi_intercept_errors on;</code></p>
<p>附nginx的<a href="https://docs.google.com/leaf?id=0B0vIFS7WMiNQOWMzYmNmZmUtN2M2YS00NDU4LWFjNjAtMmM0OWNmMjVjZTU1&amp;hl=en">范例</a>配置文件</p>
<p>最后,重启nginx和php-fpm<br />
<code>sudo /etc/init.d/nginx restart<br />
sudo /etc/init.d/php5-fpm reload</code></p>
<br><p><b>Related posts:</b><ol>
<li><a href='http://alanhan.net/%e4%bd%bf%e7%94%a8linode%e4%b8%80%e5%91%a8%e5%b0%8f%e8%ae%b0/' rel='bookmark' title='使用Linode一周小记'>使用Linode一周小记</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://alanhan.net/%e5%9c%a8ubuntu-10-10%e4%b8%8a%e5%ae%89%e8%a3%85nginxphp-fpmmysql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>使用Linode一周小记</title>
		<link>http://alanhan.net/%e4%bd%bf%e7%94%a8linode%e4%b8%80%e5%91%a8%e5%b0%8f%e8%ae%b0/</link>
		<comments>http://alanhan.net/%e4%bd%bf%e7%94%a8linode%e4%b8%80%e5%91%a8%e5%b0%8f%e8%ae%b0/#comments</comments>
		<pubDate>Fri, 24 Dec 2010 06:09:37 +0000</pubDate>
		<dc:creator>Alan</dc:creator>
				<category><![CDATA[Diary]]></category>
		<category><![CDATA[Info Tech]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[linode]]></category>
		<category><![CDATA[mediatemple]]></category>
		<category><![CDATA[vps]]></category>

		<guid isPermaLink="false">http://24er.net/?p=842</guid>
		<description><![CDATA[上周五linode搞了个活动,早上9点开始前100位购买服务的人都可以获得100美金的礼金,可以用来付月租,因为还有时差的关系,于是我那天一大早就起来坐在电脑前等着抢,结果成功抢到,不过最后听说差不多130分钟后才卖完. 之前我一直推崇mediatemple,主要的原因是他们有很多大公司的客户,只是他们的(dv)的价格真是vps中的劳斯莱斯,实在无法接受,只好参加了大猫的合租(顺便说一句,大猫的合租一直都很稳定,推荐!).用了linode一个星期下来,我对他们的看法大大改观,最让我惊讶和感动的就是他们support的速度,我开了5个ticket,每个都在5分钟内就收到回复,其中有两个还是凌晨1点多开的.这点很值得称赞.linode library的文章非常全面,也浅显易懂,非常适合我这样的新手. 在这里做个小广告,如果你也对linode的服务感兴趣,不妨考虑填我的referral code, aba73904570c8608451f2cb9557fbba0c721038e 这样我也可以获得一些小的收益,两全其美. Update 1: 刚才跑了一遍unixbench,把分数贴上来 ============================================================== System Benchmarks Index Values BASELINE RESULT INDEX Dhrystone 2 using register variables 116700.0 54276450.3 4650.9 Double-Precision Whetstone 55.0 9296.7 1690.3 Execl Throughput 43.0 4583.5 1065.9 File Copy 1024 bufsize 2000 maxblocks 3960.0 284893.6 719.4 File Copy 256 bufsize 500 maxblocks 1655.0 73340.2 443.1 File [...]]]></description>
			<content:encoded><![CDATA[<p>上周五linode搞了个<a href="http://blog.linode.com/2010/12/15/linode-100000-giveaway/">活动</a>,早上9点开始前100位购买服务的人都可以获得100美金的礼金,可以用来付月租,因为还有时差的关系,于是我那天一大早就起来坐在电脑前等着抢,结果成功抢到,不过最后听说差不多130分钟后才卖完.</p>
<p>之前我一直推崇mediatemple,主要的原因是他们有很多大公司的客户,只是他们的(dv)的价格真是vps中的劳斯莱斯,实在无法接受,只好参加了大猫的<a href="http://miao.in">合租</a>(顺便说一句,大猫的合租一直都很稳定,推荐!).用了linode一个星期下来,我对他们的看法大大改观,最让我惊讶和感动的就是他们support的速度,我开了5个ticket,每个都在5分钟内就收到回复,其中有两个还是凌晨1点多开的.这点很值得称赞.linode library的文章非常全面,也浅显易懂,非常适合我这样的新手.</p>
<p>在这里做个小广告,如果你也对linode的服务感兴趣,不妨考虑填我的referral code,<br />
<code>aba73904570c8608451f2cb9557fbba0c721038e</code><br />
这样我也可以获得一些小的收益,两全其美.</p>
<p>Update 1: 刚才跑了一遍unixbench,把分数贴上来</p>
<p>==============================================================<br />
System Benchmarks Index Values               BASELINE       RESULT    INDEX<br />
Dhrystone 2 using register variables         116700.0   54276450.3   4650.9<br />
Double-Precision Whetstone                       55.0       9296.7   1690.3<br />
Execl Throughput                                 43.0       4583.5   1065.9<br />
File Copy 1024 bufsize 2000 maxblocks          3960.0     284893.6    719.4<br />
File Copy 256 bufsize 500 maxblocks            1655.0      73340.2    443.1<br />
File Copy 4096 bufsize 8000 maxblocks          5800.0     925806.9   1596.2<br />
Pipe Throughput                               12440.0    1688667.5   1357.4<br />
Pipe-based Context Switching                   4000.0     152433.9    381.1<br />
Process Creation                                126.0       7258.8    576.1<br />
Shell Scripts (1 concurrent)                     42.4       9079.2   2141.3<br />
Shell Scripts (8 concurrent)                      6.0       1190.2   1983.7<br />
System Call Overhead                          15000.0    1518083.0   1012.1<br />
                                                                   ========<br />
System Benchmarks Index Score                                        1152.0</p>
<br><p><b>Related posts:</b><ol>
<li><a href='http://alanhan.net/wordpressnginx-rewrite%e8%a7%84%e5%88%99/' rel='bookmark' title='WordPress+nginx rewrite规则'>WordPress+nginx rewrite规则</a></li>
<li><a href='http://alanhan.net/wordpress-2/' rel='bookmark' title='wordpress 2'>wordpress 2</a></li>
<li><a href='http://alanhan.net/manually-creating-an-oracle-database/' rel='bookmark' title='Oracle手动建立数据库方法'>Oracle手动建立数据库方法</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://alanhan.net/%e4%bd%bf%e7%94%a8linode%e4%b8%80%e5%91%a8%e5%b0%8f%e8%ae%b0/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Gran Turismo 5!</title>
		<link>http://alanhan.net/gran-turismo-5/</link>
		<comments>http://alanhan.net/gran-turismo-5/#comments</comments>
		<pubDate>Wed, 01 Dec 2010 07:45:53 +0000</pubDate>
		<dc:creator>Alan</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Gran-Turismo]]></category>
		<category><![CDATA[ps3]]></category>

		<guid isPermaLink="false">http://24er.net/?p=839</guid>
		<description><![CDATA[等了这么多年的GT5终于入手了,9月的时候在amazon上看到可以预定,就毫不犹豫的订了Collector Edition.可是看到附赠的车模和钥匙扣的质量,还是有点小失望的.收藏版里附赠的5部Chrome Line车倒是非常有用的,初期就靠SLS来赚钱了.本人水平不高,也没有方向盘,驾照基本都是铜牌.等待圣诞节的来临,到时可以好好的玩上几天几夜! Related posts: Gran Turismo 5 Collector&#8217;s Edition Gran Turismo 5包装曝光! Mercedes SLS AMG Gran Turismo 5 屏摄]]></description>
			<content:encoded><![CDATA[<p><a title="IMG_2199 by alanhan, on Flickr" href="http://www.flickr.com/photos/blueteeth/5210010676/"><img class="alignnone" src="http://farm6.static.flickr.com/5248/5210010676_77af9d351c_z.jpg" alt="IMG_2199" width="640" height="427" /></a></p>
<p>等了这么多年的GT5终于入手了,9月的时候在amazon上看到可以预定,就毫不犹豫的订了Collector Edition.可是看到附赠的车模和钥匙扣的质量,还是有点小失望的.收藏版里附赠的5部Chrome Line车倒是非常有用的,初期就靠SLS来赚钱了.本人水平不高,也没有方向盘,驾照基本都是铜牌.等待圣诞节的来临,到时可以好好的玩上几天几夜!</p>
<br><p><b>Related posts:</b><ol>
<li><a href='http://alanhan.net/gran-turismo-5-collectors-edition/' rel='bookmark' title='Gran Turismo 5 Collector&#8217;s Edition'>Gran Turismo 5 Collector&#8217;s Edition</a></li>
<li><a href='http://alanhan.net/gran-turismo-5-packaging-revealed/' rel='bookmark' title='Gran Turismo 5包装曝光!'>Gran Turismo 5包装曝光!</a></li>
<li><a href='http://alanhan.net/mercedes-sls-amg-gran-turismo-5-screenshot/' rel='bookmark' title='Mercedes SLS AMG Gran Turismo 5 屏摄'>Mercedes SLS AMG Gran Turismo 5 屏摄</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://alanhan.net/gran-turismo-5/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Untitled</title>
		<link>http://alanhan.net/untitled/</link>
		<comments>http://alanhan.net/untitled/#comments</comments>
		<pubDate>Wed, 29 Sep 2010 16:15:43 +0000</pubDate>
		<dc:creator>Alan</dc:creator>
				<category><![CDATA[Diary]]></category>
		<category><![CDATA[Digital]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[photography]]></category>

		<guid isPermaLink="false">http://24er.net/?p=833</guid>
		<description><![CDATA[Taken on a Tuesday afternoon using an iPhone 4, the sky looks kinda fake, don&#8217;t you think? Related posts: Mika &#8211; Grace Kelly Apple iPhone iPhone 3G终于来了!]]></description>
			<content:encoded><![CDATA[<p><a class="flickr-image aligncenter" title="IMG_0043" href="http://www.flickr.com/photos/blueteeth/5036075351/"><img src="http://farm5.static.flickr.com/4110/5036075351_b5f864123d.jpg" alt="IMG_0043" /></a></p>
<p>Taken on a Tuesday afternoon using an iPhone 4, the sky looks kinda fake, don&#8217;t you think?</p>
<br><p><b>Related posts:</b><ol>
<li><a href='http://alanhan.net/mika-grace-kelly/' rel='bookmark' title='Mika &#8211; Grace Kelly'>Mika &#8211; Grace Kelly</a></li>
<li><a href='http://alanhan.net/apple-iphone/' rel='bookmark' title='Apple iPhone'>Apple iPhone</a></li>
<li><a href='http://alanhan.net/iphone-3g%e7%bb%88%e4%ba%8e%e6%9d%a5%e4%ba%86/' rel='bookmark' title='iPhone 3G终于来了!'>iPhone 3G终于来了!</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://alanhan.net/untitled/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Gran Turismo 5 Collector&#8217;s Edition</title>
		<link>http://alanhan.net/gran-turismo-5-collectors-edition/</link>
		<comments>http://alanhan.net/gran-turismo-5-collectors-edition/#comments</comments>
		<pubDate>Mon, 20 Sep 2010 18:31:45 +0000</pubDate>
		<dc:creator>Alan</dc:creator>
				<category><![CDATA[Auto]]></category>
		<category><![CDATA[Digital]]></category>
		<category><![CDATA[Info Tech]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[game]]></category>
		<category><![CDATA[Gran-Turismo]]></category>
		<category><![CDATA[gt5]]></category>
		<category><![CDATA[ps3]]></category>

		<guid isPermaLink="false">http://24er.net/?p=816</guid>
		<description><![CDATA[刚刚预定了这个东西,接近5年漫长的等待终于要到头啦~ Gran Turismo® 5 Collector&#8217;s Edition The Collector’s Edition ($99.99 MSRP) features a must-have collection of exclusive items hand-picked for Gran Turismo fans. Includes a 1:43 scale collectible diecast car, a 300-page guide to cars and racing techniques, a GT-branded key chain, a voucher for five (5) DLC cars, and a numbered certificate of authenticity, [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a title="header_gt5 ceps3ss main image_800533 by alanhan, on Flickr" href="http://www.flickr.com/photos/blueteeth/5009250040/"><img class="aligncenter" src="http://farm5.static.flickr.com/4152/5009250040_501bc1b44c.jpg" alt="header_gt5 ceps3ss main image_800533" width="500" height="266" /></a></p>
<p>刚刚预定了这个东西,接近5年漫长的等待终于要到头啦~</p>
<blockquote>
<h4>Gran Turismo® 5 Collector&#8217;s Edition</h4>
<p>The Collector’s Edition ($99.99 MSRP) features a must-have collection of  exclusive items hand-picked for Gran Turismo fans. Includes a 1:43  scale collectible diecast car, a 300-page guide to cars and racing  techniques, a GT-branded key chain, a voucher for five (5) DLC cars, and  a numbered certificate of authenticity, all housed in stylish, premium  packaging.</p>
<dl id="image_box">
<dd><img class="alignright" src="http://us.gran-turismo.com/c/binary/images/5237/800upper_35_view_gt5_car.jpg" alt="" width="180" height="110" /></dd>
<dd><strong>1:43 scale diecast Nissan GT-R Spec V with exclusive Gran Turismo livery</strong></dd>
</dl>
<p><strong>Collector&#8217;s Edition Content Details:</strong></p>
<ul>
<li>Gran Turismo® 5 game</li>
<li>Exclusive limited edition 1:43 scale diecast 2009 Nissan GT-R Spec V  with custom Gran Turismo livery designed by Polyphony Digital, produced  by well-known collectible car maker Kyosho</li>
<li>In-depth 300-page car-lover’s guide written by the experts at  Polyphony Digital, covering everything from the history of the modern  automobile to driving techniques and game reference material</li>
<li>Custom etched Gran Turismo key chain</li>
<li>Voucher for <a href="http://us.gran-turismo.com/us/news/d5283.html">five (5) exclusive high-end cars</a> with custom Gran Turismo livery and performance upgrades</li>
<li>Numbered certificate of authenticity</li>
<li>Custom collector’s packaging</li>
</ul>
</blockquote>
<br><p><b>Related posts:</b><ol>
<li><a href='http://alanhan.net/gran-turismo-5-packaging-revealed/' rel='bookmark' title='Gran Turismo 5包装曝光!'>Gran Turismo 5包装曝光!</a></li>
<li><a href='http://alanhan.net/mercedes-sls-amg-gran-turismo-5-screenshot/' rel='bookmark' title='Mercedes SLS AMG Gran Turismo 5 屏摄'>Mercedes SLS AMG Gran Turismo 5 屏摄</a></li>
<li><a href='http://alanhan.net/gran-turismo-5-prologue-video-type-ab/' rel='bookmark' title='Gran Turismo 5 Prologue Video Type A&amp;B'>Gran Turismo 5 Prologue Video Type A&#038;B</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://alanhan.net/gran-turismo-5-collectors-edition/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>50 Things Every Startup Should Know</title>
		<link>http://alanhan.net/50-things-every-startup-should-know/</link>
		<comments>http://alanhan.net/50-things-every-startup-should-know/#comments</comments>
		<pubDate>Thu, 09 Sep 2010 00:47:39 +0000</pubDate>
		<dc:creator>Alan</dc:creator>
				<category><![CDATA[Diary]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[startup]]></category>

		<guid isPermaLink="false">http://24er.net/?p=814</guid>
		<description><![CDATA[With so much noise out there relative to what’s important in startups, here are 50 things every startup should know, in no particular order. Just do it 99% of decisions aren’t permanent Be slow to hire and quick to fire Measure what you manage Competition isn’t as important as the customer 95% of startups shouldn’t [...]]]></description>
			<content:encoded><![CDATA[<p>With so much noise out there relative to what’s important in  startups, here are 50 things every startup should know, in no particular order.</p>
<ol>
<li>Just do it</li>
<li>99% of decisions aren’t permanent</li>
<li>Be slow to hire and quick to fire</li>
<li>Measure what you manage</li>
<li>Competition isn’t as important as the customer</li>
<li>95% of startups shouldn’t raise money</li>
<li>Join a startup peer group</li>
<li>The biggest challenge with growth is keeping everyone aligned</li>
<li>Price differentiation doesn’t last long but customer service does</li>
<li>Market timing is the most important factor for homeruns</li>
<li>Empower customers to help sell new customers</li>
<li>Create the best environment you can for your team</li>
<li>Asking good questions is more important than guessing the answer</li>
<li>Build relationships before you need them</li>
<li>Always consider the best alternative outcome before beginning a negotiation</li>
<li>Consciously balance time working in the business vs working on the business</li>
<li>You only get one first impression</li>
<li>What you start out doing isn’t likely where you’ll find success</li>
<li>Get the corporate culture right and everything will fall into place</li>
<li>The best exit strategy is to not need one</li>
<li>The biggest enemy of websites is the browser Back button</li>
<li>Recurring revenue is the best form of revenue</li>
<li>Don’t burn any bridges as it is a small world</li>
<li>Build a niche brand and curate all aspects of it</li>
<li>Pivoting and iterating is healthy in a startup</li>
<li>Always ask for a discount</li>
<li>Your idea isn’t unique</li>
<li>Sharing your idea with others will lead to benefits you can’t predict</li>
<li>Keep it as simple as possible</li>
<li>People identify with companies more so than products</li>
<li>It’s worth paying a professional (lawyer, accountant, etc) to do it right the first time</li>
<li>Set goals and adapt to changing information</li>
<li>Storytelling is more powerful than marketing</li>
<li>Most startups initially price their product/service too low</li>
<li>Make time to think</li>
<li>Focus on rhythm, data, and priorities</li>
<li>Develop offline analogies to describe your startup</li>
<li>Companies aren’t just about profits</li>
<li>Celebrate the small victories</li>
<li>Play to your strengths</li>
<li>Be opinionated about your product when considering customer suggestions</li>
<li>Know why you’re different and clearly articulate it</li>
<li>Don’t develop products in a vacuum</li>
<li>Regularly communicate with employees, customers, investors, and the community</li>
<li>Remove friction for all stakeholders</li>
<li>Absent information people make up reasons</li>
<li>It is difficult to concentrate on more than three things at any one time</li>
<li>Employees are the most important stakeholder</li>
<li>No plan is perfect</li>
<li>Consume the startup but don’t let it consume you</li>
</ol>
<p><a href="http://davidcummings.org/2010/09/05/50-things-every-startup-should-know/">Source</a></p>
<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://alanhan.net/50-things-every-startup-should-know/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>WordPress再次搬家</title>
		<link>http://alanhan.net/wordpress%e5%86%8d%e6%ac%a1%e6%90%ac%e5%ae%b6/</link>
		<comments>http://alanhan.net/wordpress%e5%86%8d%e6%ac%a1%e6%90%ac%e5%ae%b6/#comments</comments>
		<pubDate>Sun, 05 Sep 2010 06:01:32 +0000</pubDate>
		<dc:creator>Alan</dc:creator>
				<category><![CDATA[Diary]]></category>
		<category><![CDATA[Info Tech]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://24er.net/?p=810</guid>
		<description><![CDATA[今天从大猫的MT合租升级到MV合租，做VIP的感觉真是爽呀～ No related posts.]]></description>
			<content:encoded><![CDATA[<p>今天从<a href="http://miao.in/">大猫的MT合租升级到MV合租</a>，做VIP的感觉真是爽呀～</p>
<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://alanhan.net/wordpress%e5%86%8d%e6%ac%a1%e6%90%ac%e5%ae%b6/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Nike Commercial: Take It To The Next Level</title>
		<link>http://alanhan.net/nike-commercial-take-it-to-the-next-level/</link>
		<comments>http://alanhan.net/nike-commercial-take-it-to-the-next-level/#comments</comments>
		<pubDate>Sat, 24 Jul 2010 18:54:57 +0000</pubDate>
		<dc:creator>Alan</dc:creator>
				<category><![CDATA[Random]]></category>
		<category><![CDATA[Sports]]></category>

		<guid isPermaLink="false">http://24er.net/?p=808</guid>
		<description><![CDATA[This is the director&#8217;s cut, by Guy Ritchie. Enjoy! Related posts: BMW Commercial &#8220;It&#8217;s only a Car&#8221; GM Commercial &#8211; Robot Quiksilver commercial]]></description>
			<content:encoded><![CDATA[<p>This is the director&#8217;s cut, by Guy Ritchie. Enjoy!</p>
<p><object width="640" height="385"><param name="movie" value="http://www.youtube.com/v/tsizQdNKhGg&amp;hl=en_US&amp;fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/tsizQdNKhGg&amp;hl=en_US&amp;fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="640" height="385"></embed></object></p>
<br><p><b>Related posts:</b><ol>
<li><a href='http://alanhan.net/bmw-commercial-its-only-a-car/' rel='bookmark' title='BMW Commercial &#8220;It&#8217;s only a Car&#8221;'>BMW Commercial &#8220;It&#8217;s only a Car&#8221;</a></li>
<li><a href='http://alanhan.net/gm-commercial-robot/' rel='bookmark' title='GM Commercial &#8211; Robot'>GM Commercial &#8211; Robot</a></li>
<li><a href='http://alanhan.net/quicksilver-commercial/' rel='bookmark' title='Quiksilver commercial'>Quiksilver commercial</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://alanhan.net/nike-commercial-take-it-to-the-next-level/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gran Turismo 5 E3 2010 Official Trailer</title>
		<link>http://alanhan.net/gran-turismo-5-e3-2010-official-trailer/</link>
		<comments>http://alanhan.net/gran-turismo-5-e3-2010-official-trailer/#comments</comments>
		<pubDate>Sat, 19 Jun 2010 04:26:44 +0000</pubDate>
		<dc:creator>Alan</dc:creator>
				<category><![CDATA[Auto]]></category>
		<category><![CDATA[Digital]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Sports]]></category>
		<category><![CDATA[Gran-Turismo]]></category>

		<guid isPermaLink="false">http://24er.net/?p=804</guid>
		<description><![CDATA[发售日期确认: 2010年11月2日! Related posts: FIFA 12 First Official Gameplay Trailer Gran Turismo 5 Prologue Spec II: New Course 24 Season 6 Official Trailer]]></description>
			<content:encoded><![CDATA[<p>发售日期确认: 2010年11月2日!</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="640" height="385" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/nd0fscJeyxg&amp;hl=en_US&amp;fs=1&amp;rel=0" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="640" height="385" src="http://www.youtube.com/v/nd0fscJeyxg&amp;hl=en_US&amp;fs=1&amp;rel=0" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<br><p><b>Related posts:</b><ol>
<li><a href='http://alanhan.net/fifa-12-first-official-gameplay-trailer/' rel='bookmark' title='FIFA 12 First Official Gameplay Trailer'>FIFA 12 First Official Gameplay Trailer</a></li>
<li><a href='http://alanhan.net/gran-turismo-5-prologue-spec-ii-new-course/' rel='bookmark' title='Gran Turismo 5 Prologue Spec II: New Course'>Gran Turismo 5 Prologue Spec II: New Course</a></li>
<li><a href='http://alanhan.net/24-season-6-official-trailer/' rel='bookmark' title='24 Season 6 Official Trailer'>24 Season 6 Official Trailer</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://alanhan.net/gran-turismo-5-e3-2010-official-trailer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>升级至WordPress 3.0!</title>
		<link>http://alanhan.net/%e5%8d%87%e7%ba%a7%e8%87%b3wordpress-3-0/</link>
		<comments>http://alanhan.net/%e5%8d%87%e7%ba%a7%e8%87%b3wordpress-3-0/#comments</comments>
		<pubDate>Thu, 17 Jun 2010 21:24:25 +0000</pubDate>
		<dc:creator>Alan</dc:creator>
				<category><![CDATA[Diary]]></category>
		<category><![CDATA[Info Tech]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://24er.net/?p=799</guid>
		<description><![CDATA[成功升级到Wordpress 3.0,还要花些时间探索下新的功能.附上官方介绍视频 No related posts.]]></description>
			<content:encoded><![CDATA[<p>成功升级到Wordpress 3.0,还要花些时间探索下新的功能.附上官方介绍视频</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="640" height="360" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="flashvars" value="guid=BQtfIEY1&amp;width=640&amp;height=360&amp;locksize=no&amp;dynamicseek=false&amp;qc_publisherId=p-18-mFEk4J448M" /><param name="src" value="http://v.wordpress.com/wp-content/plugins/video/flvplayer.swf?ver=1.21" /><param name="wmode" value="transparent" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="640" height="360" src="http://v.wordpress.com/wp-content/plugins/video/flvplayer.swf?ver=1.21" allowfullscreen="true" wmode="transparent" flashvars="guid=BQtfIEY1&amp;width=640&amp;height=360&amp;locksize=no&amp;dynamicseek=false&amp;qc_publisherId=p-18-mFEk4J448M"></embed></object></p>
<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://alanhan.net/%e5%8d%87%e7%ba%a7%e8%87%b3wordpress-3-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>腾讯PHP程序员面试题目</title>
		<link>http://alanhan.net/%e8%85%be%e8%ae%afphp%e7%a8%8b%e5%ba%8f%e5%91%98%e9%9d%a2%e8%af%95%e9%a2%98%e7%9b%ae-2/</link>
		<comments>http://alanhan.net/%e8%85%be%e8%ae%afphp%e7%a8%8b%e5%ba%8f%e5%91%98%e9%9d%a2%e8%af%95%e9%a2%98%e7%9b%ae-2/#comments</comments>
		<pubDate>Sun, 06 Jun 2010 07:50:08 +0000</pubDate>
		<dc:creator>Alan</dc:creator>
				<category><![CDATA[Info Tech]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://24er.net/?p=790</guid>
		<description><![CDATA[说在前面: 以下题目，除了编程任务外其他都需要写在给你提供的草纸上。纸张是珍贵的地球资源，请节约使用。编程任务在有相应的环境时，会要求上机书写，实在没有 条件，就只能写在草纸上了。 时间: 基础任务＋进阶任务＋设计任务 ＝ 90分钟/编程任务 ＝ 60分钟 基础任务: 请列举你能想到的UNIX信号，并说明信号用途。 请列举、你能想到的所有的字符串查找算法，并加注释简单说明。 有一个IP地址(192.168.0.1)，请写出其32位无符号整数形式。 写出、你能想到的所有HTTP返回状态值，并说明用途(比如:返回404表示找不到页面) 基础任务-选作(会得到额外分数): 画几个你最熟悉的SERVER端模型出来(格式不重要，尽量将图画清楚，说明思路即可) 进阶任务: PHP的垃圾收集机制是怎样的？ 说明: 1) 如果，你熟悉PHP源码，那么请从源码入手，回答些问题，会获得额外加分 2) 如果，你不熟悉PHP源码，那么尽你所能，多写点东西，包括利用自己的编程直觉得到的信息，都可以。 3) 对，则有分，错误不扣，不写无分。 请写出HTTP头，并符合以下要求: 1) 这是一个post请求 2) 目标:http://www.example.com:8080/test 3) POST变量: username: test/pwd: test2/intro: Hello world! 4) 包含以下COOKIE信息: cur_query: you&#38;me 说明: 1) 如果，你记不得某个HTTP协议中的指令字了，那么，无奈这举是用汉字代替。 2) 如果，你能记住更多的HTTP协议指令字，那么多写几句，总是没坏处，对吧？ 3) 最关键的，只需要画出正确的轮廓(还记得httpwatch等工具打印出来的头部吗？那就是轮廓的含义)，也会有分数，但如果，连轮廓都写错了，那么就很遗憾了。 设计任务: 最近总有人骚扰我们的投票模块，需要你来设计一个投票限制的东东 要求如下: 1) 要求每个QQ号码(假设此QQ号码在UNIT32内可以表示)10分钟这内只能投5票。 2) 我们的用户很踊跃，平均每天要有2000万人左右通过此程序投票。 [...]]]></description>
			<content:encoded><![CDATA[<p><strong>说在前面:</strong></p>
<ul>
<li>以下题目，除了编程任务外其他都需要写在给你提供的草纸上。纸张是珍贵的地球资源，请节约使用。编程任务在有相应的环境时，会要求上机书写，实在没有 条件，就只能写在草纸上了。</li>
<li>时间: 基础任务＋进阶任务＋设计任务 ＝ 90分钟/编程任务 ＝ 60分钟</li>
</ul>
<p><span id="more-790"></span><br />
<strong>基础任务:</strong></p>
<ul>
<li>请列举你能想到的UNIX信号，并说明信号用途。</li>
<li>请列举、你能想到的所有的字符串查找算法，并加注释简单说明。</li>
<li>有一个IP地址(192.168.0.1)，请写出其32位无符号整数形式。</li>
<li>写出、你能想到的所有HTTP返回状态值，并说明用途(比如:返回404表示找不到页面)</li>
</ul>
<p><strong>基础任务-选作(会得到额外分数):</strong></p>
<ul>
<li>画几个你最熟悉的SERVER端模型出来(格式不重要，尽量将图画清楚，说明思路即可)</li>
</ul>
<p><strong>进阶任务:</strong></p>
<ul>
<li>PHP的垃圾收集机制是怎样的？</li>
</ul>
<p>说明:<br />
1) 如果，你熟悉PHP源码，那么请从源码入手，回答些问题，会获得额外加分<br />
2) 如果，你不熟悉PHP源码，那么尽你所能，多写点东西，包括利用自己的编程直觉得到的信息，都可以。<br />
3) 对，则有分，错误不扣，不写无分。</p>
<ul>
<li>请写出HTTP头，并符合以下要求:</li>
</ul>
<p>1) 这是一个post请求<br />
2) 目标:http://www.example.com:8080/test<br />
3) POST变量: username: test/pwd: test2/intro: Hello world!<br />
4) 包含以下COOKIE信息: cur_query: you&amp;me<br />
说明:<br />
1) 如果，你记不得某个HTTP协议中的指令字了，那么，无奈这举是用汉字代替。<br />
2) 如果，你能记住更多的HTTP协议指令字，那么多写几句，总是没坏处，对吧？<br />
3) 最关键的，只需要画出正确的轮廓(还记得httpwatch等工具打印出来的头部吗？那就是轮廓的含义)，也会有分数，但如果，连轮廓都写错了，那么就很遗憾了。</p>
<p><strong>设计任务:</strong></p>
<ul>
<li>最近总有人骚扰我们的投票模块，需要你来设计一个投票限制的东东</li>
</ul>
<p>要求如下:<br />
1) 要求每个QQ号码(假设此QQ号码在UNIT32内可以表示)10分钟这内只能投5票。<br />
2) 我们的用户很踊跃，平均每天要有2000万人左右通过此程序投票。<br />
说明:<br />
1) 无需写代码，只需要图跟文字即可。<br />
2) 对于关键逻辑，请用图加代码表示出来，这也是对你文字表达能力的一个考验。<br />
3) 对你能想到的所有的边界条件列出来，这是对你逻辑思维全面与敏捷性的考验。<br />
4) 存储部分，尽你所能吧。如果，你需要一个自己设计的存储层，那么把这个存储层的实现，用文字＋图片方式描述清楚，要是设计合理，你会获得华丽的奖分。</p>
<p><strong>编程任务:</strong></p>
<ul>
<li>我们碰到了大麻烦，一个新来的传教士惹恼了上帝，上帝很愤怒，要求我们把圣经(bbe.txt)背熟，直至他说哪个单词，我们就要飞快的回答出这个单 词在第几行第几个单词位置。听说你是个优秀的程序员，那么助我们完成这个不可能的任务吧。</li>
</ul>
<p>要求如下:<br />
1) /myworks/example/bbe.txt，98版本英文圣经一本<br />
2) 输入部分要求如下:php ./example.php [单词]<br />
3) 输出部分如下:[单词] 1,2 2,4 5,6　表示:此单词在1行2列(第二个单词)，2行4列&#8230;<br />
说明:<br />
1) 此文本4MB之巨&#8230;<br />
2) 单词的含义:由英文字母(大小写)，数字(0-9)组成的串<br />
3) 提供给你的机器OS为ubuntu 9.10，内存只有1G，而且，很不幸的，其中700M用来做了别的<br />
4) 上机考试不允许上网，但我装了man文档以及读取CHM以及PDF的阅读器，在电脑的桌面的CHM文件夹中，有相应的PHP参考手册<br />
5) 算法复杂度要求不能大于O(N^2)(就是N的平方)<br />
6) 什么？PHP低效且用起来不顺手，好的，你可以用别的语言来实现。但注意:提供给你的机器上只有python 2.4/perl 5.8/gcc[g++] 4.1</p>
<p><a href="http://www.phpx.com/viewthread.php?tid=261008">Source</a></p>
<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://alanhan.net/%e8%85%be%e8%ae%afphp%e7%a8%8b%e5%ba%8f%e5%91%98%e9%9d%a2%e8%af%95%e9%a2%98%e7%9b%ae-2/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>24 &#8211; Commemorative Music Video</title>
		<link>http://alanhan.net/24-commemorative-music-video/</link>
		<comments>http://alanhan.net/24-commemorative-music-video/#comments</comments>
		<pubDate>Fri, 28 May 2010 07:49:00 +0000</pubDate>
		<dc:creator>Alan</dc:creator>
				<category><![CDATA[TV]]></category>
		<category><![CDATA[24]]></category>

		<guid isPermaLink="false">http://24er.net/?p=778</guid>
		<description><![CDATA[纪念一下陪伴了我9年的24 Related posts: Gran Turismo 5 Prologue Video Type A&#038;B In the Bag 24 Season 8 Official Trailer]]></description>
			<content:encoded><![CDATA[<p><a href="http://alanhan.net/24-commemorative-music-video/"><em>Click here to view the embedded video.</em></a></p>
<p>纪念一下陪伴了我9年的24</p>
<br><p><b>Related posts:</b><ol>
<li><a href='http://alanhan.net/gran-turismo-5-prologue-video-type-ab/' rel='bookmark' title='Gran Turismo 5 Prologue Video Type A&amp;B'>Gran Turismo 5 Prologue Video Type A&#038;B</a></li>
<li><a href='http://alanhan.net/in-the-bag/' rel='bookmark' title='In the Bag'>In the Bag</a></li>
<li><a href='http://alanhan.net/24-season-8-official-trailer/' rel='bookmark' title='24 Season 8 Official Trailer'>24 Season 8 Official Trailer</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://alanhan.net/24-commemorative-music-video/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>将Google Reader文章发送到WordPress的方法</title>
		<link>http://alanhan.net/%e5%b0%86google-reader%e6%96%87%e7%ab%a0%e5%8f%91%e9%80%81%e5%88%b0wordpress%e7%9a%84%e6%96%b9%e6%b3%95/</link>
		<comments>http://alanhan.net/%e5%b0%86google-reader%e6%96%87%e7%ab%a0%e5%8f%91%e9%80%81%e5%88%b0wordpress%e7%9a%84%e6%96%b9%e6%b3%95/#comments</comments>
		<pubDate>Fri, 28 May 2010 07:45:04 +0000</pubDate>
		<dc:creator>Alan</dc:creator>
				<category><![CDATA[Info Tech]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[google reader]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://24er.net/?p=776</guid>
		<description><![CDATA[在Google Reader中有一个&#8221;Sent to&#8221;的功能,你可以把感兴趣的文章发送到其他的网站,GR默认支持发送到Facebook, twitter, Blogger等各大网站.同时,GR也允许自定义&#8221;Sent to&#8221;的网站.如果与Wordpress的&#8221;Press this&#8221;功能结合起来,就可以实现从GR直接发布到Wordpress的功能.具体方法如下: 打开GR,点击右上角&#8221;Settings&#8221; -&#62; &#8220;Reader Settings&#8221; 点击最后一个标签&#8221;Send to&#8221; 在页面下方点击&#8221;Create a custom link&#8221; 在&#8221;URL&#8221;填入:  http://你的Wordpress地址/wp-admin/press-this.php?u=${url}&#38;t=${title}&#38;s=${source}&#38;v=2 保存即可! 以后在GR中打开一篇文章,点击&#8221;Sent to&#8221;,就可以直接打开Wordpress的&#8221;Press this&#8221;窗口了! Related posts: WordPress 2.5與K2沖突的解決方法 Kate Beckinsale Loves 24 Gran Turismo 5 Collector&#8217;s Edition]]></description>
			<content:encoded><![CDATA[<p>在Google Reader中有一个&#8221;Sent to&#8221;的功能,你可以把感兴趣的文章发送到其他的网站,GR默认支持发送到Facebook, twitter, Blogger等各大网站.同时,GR也允许自定义&#8221;Sent to&#8221;的网站.如果与Wordpress的&#8221;Press this&#8221;功能结合起来,就可以实现从GR直接发布到Wordpress的功能.具体方法如下:</p>
<ol>
<li>打开GR,点击右上角&#8221;Settings&#8221; -&gt; &#8220;Reader Settings&#8221;</li>
<li>点击最后一个标签&#8221;Send to&#8221;</li>
<li>在页面下方点击&#8221;Create a custom link&#8221;</li>
<li>在&#8221;URL&#8221;填入:  <code><br />
</code></p>
<pre><code><span style="color: #000000;">http://你的Wordpress地址/wp-admin/press-this.php?u=${url}&amp;t=${title}&amp;s=${source}&amp;v=</span>2</code></pre>
</li>
<li>保存即可!</li>
</ol>
<p>以后在GR中打开一篇文章,点击&#8221;Sent to&#8221;,就可以直接打开Wordpress的&#8221;Press this&#8221;窗口了!</p>
<br><p><b>Related posts:</b><ol>
<li><a href='http://alanhan.net/wordpress-25%e8%88%87k2%e6%b2%96%e7%aa%81%e7%9a%84%e8%a7%a3%e6%b1%ba%e6%96%b9%e6%b3%95/' rel='bookmark' title='WordPress 2.5與K2沖突的解決方法'>WordPress 2.5與K2沖突的解決方法</a></li>
<li><a href='http://alanhan.net/kate-beckinsale-loves-24/' rel='bookmark' title='Kate Beckinsale Loves 24'>Kate Beckinsale Loves 24</a></li>
<li><a href='http://alanhan.net/gran-turismo-5-collectors-edition/' rel='bookmark' title='Gran Turismo 5 Collector&#8217;s Edition'>Gran Turismo 5 Collector&#8217;s Edition</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://alanhan.net/%e5%b0%86google-reader%e6%96%87%e7%ab%a0%e5%8f%91%e9%80%81%e5%88%b0wordpress%e7%9a%84%e6%96%b9%e6%b3%95/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>节约iPhone存储空间的简单方法</title>
		<link>http://alanhan.net/%e8%8a%82%e7%ba%a6iphone%e5%ad%98%e5%82%a8%e7%a9%ba%e9%97%b4%e7%9a%84%e7%ae%80%e5%8d%95%e6%96%b9%e6%b3%95/</link>
		<comments>http://alanhan.net/%e8%8a%82%e7%ba%a6iphone%e5%ad%98%e5%82%a8%e7%a9%ba%e9%97%b4%e7%9a%84%e7%ae%80%e5%8d%95%e6%96%b9%e6%b3%95/#comments</comments>
		<pubDate>Wed, 07 Apr 2010 06:41:39 +0000</pubDate>
		<dc:creator>Alan</dc:creator>
				<category><![CDATA[Digital]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[itunes]]></category>
		<category><![CDATA[Music]]></category>

		<guid isPermaLink="false">http://24er.net/?p=760</guid>
		<description><![CDATA[Apple最近推出了iTunes 9.1,这个版本带来了一个非常棒的功能,能在不删除任何东西的情况下,给iPhone瘦身,从而节约其存储空间. 这个方法非常简单,只需要将iPhone与装有iTunes 9.1的电脑连接,然后在同步的总览页有一个选项&#8221;Convert higher bit rate songs to 128kbps AAC&#8221;,选择了这个选项之后,重新将iPhone同步,原来所有非128kbps AAC的歌曲都会先从iPhone当中删除,iTunes执行转换程序.我刚才测试了一下,我的曲库里有大约220首歌,基本都属于高比特率的文件,iTunes首次转换花了将近10分钟.在转换完成后,这些歌将会重新同步回iPhone.如果一直打开这个选项,以后所有同步到iPhone的歌曲都会自动被转换成128kbps AAC.要注意的是,这个转换只改变iPhone内的音乐文件,对原本电脑里曲库的文件没有任何影响. 这样做带来的好处有: 节省iPhone存储空间 iTunes的同步速度大大加快 音质方面,由于我的耳朵区分高低音质的能力不太强,所以个人认为,经过转换后的音乐音质并没有显著的下降.不过我相信,如果对音质痴迷的人,应该也不会拿着iPhone来听吧? No related posts.]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter" title="save iphone space" src="http://www.blogcdn.com/www.tuaw.com/media/2010/04/itunesaacconversion.jpg" alt="" width="483" height="267" /></p>
<p>Apple最近推出了iTunes 9.1,这个版本带来了一个非常棒的功能,能在不删除任何东西的情况下,给iPhone瘦身,从而节约其存储空间.</p>
<p>这个方法非常简单,只需要将iPhone与装有iTunes 9.1的电脑连接,然后在同步的总览页有一个选项&#8221;Convert higher bit rate songs to 128kbps AAC&#8221;,选择了这个选项之后,重新将iPhone同步,原来所有非128kbps AAC的歌曲都会先从iPhone当中删除,iTunes执行转换程序.我刚才测试了一下,我的曲库里有大约220首歌,基本都属于高比特率的文件,iTunes首次转换花了将近10分钟.在转换完成后,这些歌将会重新同步回iPhone.如果一直打开这个选项,以后所有同步到iPhone的歌曲都会自动被转换成128kbps AAC.<span style="text-decoration: underline;">要注意的是,这个转换只改变iPhone内的音乐文件,对原本电脑里曲库的文件没有任何影响.</span></p>
<p>这样做带来的好处有:</p>
<ul>
<li>节省iPhone存储空间</li>
<li>iTunes的同步速度大大加快</li>
</ul>
<p>音质方面,由于我的耳朵区分高低音质的能力不太强,所以个人认为,经过转换后的音乐音质并没有显著的下降.不过我相信,如果对音质痴迷的人,应该也不会拿着iPhone来听吧? <img src='http://alanhan.net/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://alanhan.net/%e8%8a%82%e7%ba%a6iphone%e5%ad%98%e5%82%a8%e7%a9%ba%e9%97%b4%e7%9a%84%e7%ae%80%e5%8d%95%e6%96%b9%e6%b3%95/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>WordPress 3.0 Beta 1 Released!</title>
		<link>http://alanhan.net/wordpress-3-0-beta-1-released/</link>
		<comments>http://alanhan.net/wordpress-3-0-beta-1-released/#comments</comments>
		<pubDate>Sat, 03 Apr 2010 05:10:11 +0000</pubDate>
		<dc:creator>Alan</dc:creator>
				<category><![CDATA[Info Tech]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://24er.net/?p=756</guid>
		<description><![CDATA[测试中&#8230; 下载地址 Source Related posts: Microsoft Messenger for Mac 8 Beta Windows Live™ Writer Beta 微软新版浏览器IE7 Beta 1发布]]></description>
			<content:encoded><![CDATA[<p>测试中&#8230;</p>
<p><a href="http://wordpress.org/wordpress-3.0-beta1.zip">下载地址</a></p>
<p><a href="http://wordpress.org/development/2010/04/wordpress-3-0-beta-1/">Source</a></p>
<br><p><b>Related posts:</b><ol>
<li><a href='http://alanhan.net/microsoft-messenger-for-mac-8-beta/' rel='bookmark' title='Microsoft Messenger for Mac 8 Beta'>Microsoft Messenger for Mac 8 Beta</a></li>
<li><a href='http://alanhan.net/windows-live%e2%84%a2-writer-beta/' rel='bookmark' title='Windows Live™ Writer Beta'>Windows Live™ Writer Beta</a></li>
<li><a href='http://alanhan.net/%e5%be%ae%e8%bd%af%e6%96%b0%e7%89%88%e6%b5%8f%e8%a7%88%e5%99%a8ie7-beta-1%e5%8f%91%e5%b8%83-2/' rel='bookmark' title='微软新版浏览器IE7 Beta 1发布'>微软新版浏览器IE7 Beta 1发布</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://alanhan.net/wordpress-3-0-beta-1-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BREAKING NEWS &#8211; “24: DAY EIGHT” WILL BE THE AWARD-WINNING SERIES’ FINAL SEASON</title>
		<link>http://alanhan.net/season-8-will-be-the-last-season-of-24/</link>
		<comments>http://alanhan.net/season-8-will-be-the-last-season-of-24/#comments</comments>
		<pubDate>Sat, 27 Mar 2010 21:38:21 +0000</pubDate>
		<dc:creator>Alan</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[TV]]></category>
		<category><![CDATA[24]]></category>

		<guid isPermaLink="false">http://24er.net/?p=749</guid>
		<description><![CDATA[天下无不散之宴席,而且与其冒险继续做第九季甚至更多而让观众失去新鲜感而招致骂名,不如在最美好的时候结束,这样给人的印象也会保留在最美好的那个时刻. Two-Hour Series Finale Airs Monday, May 24, on FOX In a joint decision made by 24’s star and executive producer Kiefer Sutherland, executive producer and showrunner Howard Gordon, Twentieth Century Fox Television, Imagine Entertainment and Fox Broadcasting Company, it was determined that the acclaimed series will end its remarkable eight-season run. Jack Bauer’s last [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a title="24-last-season" href="http://24community.fox.com/go/thread/view/93734/22927801/“24:_Day_Eight”_Will_be_the_Award-Winning_Series’_Final_Season"><img class="aligncenter" src="http://farm5.static.flickr.com/4024/4468253372_5cb09e6271_o.jpg" alt="24-last-season" /></a></p>
<p>天下无不散之宴席,而且与其冒险继续做第九季甚至更多而让观众失去新鲜感而招致骂名,不如在最美好的时候结束,这样给人的印象也会保留在最美好的那个时刻.</p>
<blockquote><p>Two-Hour Series Finale Airs Monday, May 24, on FOX</p>
<p>In a joint decision made by 24’s star and executive producer Kiefer Sutherland, executive producer and showrunner Howard Gordon, Twentieth Century Fox Television, Imagine Entertainment and Fox Broadcasting Company, it was determined that the acclaimed series will end its remarkable eight-season run. Jack Bauer’s last day on FOX will conclude when the final two hours of “Day Eight” air Monday, May 24 (8:00-10:00 PM ET/PT). As the countdown to the series’ climactic conclusion races on, the final 11 hours will air uninterrupted Mondays (9:00-10:00 PM ET/PT) on FOX.</p>
<p>Multiple award-winning series star Kiefer Sutherland reflected on the show’s run: “This has been the role of a lifetime, and I will never be able to fully express my appreciation to everyone who made it possible. While the end of the series is bittersweet, we always wanted 24 to finish on a high note, so the decision to make the eighth season our last was one we all agreed upon. This feels like the culmination of all our efforts from the writers to the actors to our fantastic crew and everyone at Fox. Looking ahead to the future, Howard Gordon and I are excited about the opportunity to create the feature film version of 24. But when all is said and done, it is the loyal worldwide fan base that made it possible for me to have the experience of playing the role of Jack Bauer, and for that I am eternally grateful.”</p>
<p>Executive producer and showrunner Howard Gordon said, “Kiefer and I have loved every minute of making 24, but we all believe that now is the right time to call it a day. I echo his sentiments of gratitude toward the show’s amazing creative team, as well as the studio and network who have always believed in us and shown us unbelievable support.”</p>
<p>“24 is so much more than just a TV show – it has redefined the drama genre and created one of the most admired action icons in television history,” said Peter Rice, Chairman, Entertainment, Fox Networks Group. Kevin Reilly, President, Entertainment, Fox Broadcasting Company added, “We are extremely proud of this groundbreaking series and will be forever thankful to Kiefer, the producers, the cast and crew for everything they’ve put into 24 over the years. It’s truly been an amazing and unforgettable eight days.”</p>
<p>“We are so grateful to Kiefer and Howard who have really poured their hearts and souls into making this show over the past eight seasons,” commented Gary Newman and Dana Walden, Chairmen, Twentieth Century Fox Television. “To everyone who contributed to this iconic series over its amazing run, we want to extend our heartfelt appreciation for your incredible work.”</p>
<p>Added Imagine Entertainment’s Brian Grazer, “I’m so proud to have been a part of 24, which has become such a cultural phenomenon. And to Kiefer and Howard and everyone who has worked on the show, many thanks.”</p>
<p>Now in its eighth season with Kiefer Sutherland starring as the heroic Jack Bauer, the inventive and suspenseful 24 has been nominated for a total of 68 Emmy Awards, winning for Outstanding Drama Series in 2006. Over the course of seven seasons, Sutherland garnered seven Emmy nominations and one win for Outstanding Lead Actor – Drama Series. While the series gained global recognition, Sutherland’s portrayal of the legendary character penetrated the American psyche like no other dramatic television character to become part of the English lexicon.</p>
<p>Premiering November 6, 2001, 24 employed a pioneering split-screen, fast-paced format with complex interweaving storylines as viewers followed anti-terrorism agent Jack Bauer through 24 pulse-pounding episodes, each covering one hour and presented in real time. Subsequent seasons combined the show’s unique and trend-setting format while delivering compelling new elements and attracting talented actors and guest stars, including the Emmy Award-winning Cherry Jones (President Allison Taylor). The series also currently stars Mary Lynn Rajskub (Chloe O’Brian), Anil Kapoor (Omar Hassan), Annie Wersching (Renee Walker), Katee Sackhoff (Dana Walsh), Mykelti Williamson (Brian Hastings), Freddie Prinze Jr. (Cole Ortiz), Chris Diamantopoulos (Rob Weiss) and John Boyd (Arlo Glass).</p>
<p>The first six seasons were set in Los Angeles, and following the strike-induced delay of Season Seven, “24: Redemption,” a two-hour film bridging Seasons Six and Seven, was set in Africa. Washington, D.C. was the setting for Season Seven, and the final season of 24 finds Jack Bauer thwarting a terrorist attack in New York.</p>
<p>At the conclusion of Season Eight, 24 will have a produced a total of 194 episodes (including “24: Redemption”), making it one of the longest-running action television shows in history.</p>
<p>Tune in Monday, March 29 (9:00-10:00 PM ET/PT) for the next all-new installment of 24 and Monday, April 5 (8:00-10:00 PM ET/PT) for a special two-hour episode.</p>
<p>Created by Joel Surnow and Robert Cochran, 24 is a production of 20th Century Fox Television and Imagine Television in association with Teakwood Lane Productions. Howard Gordon, Evan Katz, David Fury, Manny Coto, Brannon Braga, Brad Turner, Alex Gansa, Kiefer Sutherland and Brian Grazer are executive producers, while Chip Johannessen and Patrick Harbinson serve as co-executive producers. Brad Turner will direct the series finale.</p>
<p>-FOX-</p></blockquote>
<p><a href="http://www.facebook.com/notes/24/breaking-news-24-day-eight-will-be-the-award-winning-series-final-season/378898624521">Source</a></p>
<br><p><b>Related posts:</b><ol>
<li><a href='http://alanhan.net/world-soccer-winning-eleven-9-international/' rel='bookmark' title='World Soccer Winning Eleven 9 International'>World Soccer Winning Eleven 9 International</a></li>
<li><a href='http://alanhan.net/24-season-6-prequel/' rel='bookmark' title='24 Season 6 Prequel'>24 Season 6 Prequel</a></li>
<li><a href='http://alanhan.net/24-season-7-trailer/' rel='bookmark' title='24 Season 7 Trailer'>24 Season 7 Trailer</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://alanhan.net/season-8-will-be-the-last-season-of-24/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft Messenger for Mac 8 Beta</title>
		<link>http://alanhan.net/microsoft-messenger-for-mac-8-beta/</link>
		<comments>http://alanhan.net/microsoft-messenger-for-mac-8-beta/#comments</comments>
		<pubDate>Thu, 25 Mar 2010 01:07:39 +0000</pubDate>
		<dc:creator>Alan</dc:creator>
				<category><![CDATA[Info Tech]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[messenger for mac]]></category>
		<category><![CDATA[microsoft]]></category>

		<guid isPermaLink="false">http://24er.net/?p=743</guid>
		<description><![CDATA[在经过漫长的等待之后,微软的mac团队MacBU终于推出了Messenger for Mac 8的beta版本.这个beta最让人兴奋的功能就是期待已久的视频/语音聊天.同时支持与Messenger for Mac用户或windows下的Windows Live Messenger 2009用户语音/视频聊天. 根据Mac Mojo Blog,他们解释了为什么新版本花了这么长时间推出: Why did it take so long? We have been working hard on this feature for a long time so the answer is not a lack of effort. The honest answer is that AV calls are a lot harder to implement than one would [...]]]></description>
			<content:encoded><![CDATA[<p>在经过漫长的等待之后,微软的mac团队MacBU终于推出了Messenger for Mac 8的beta版本.这个beta最让人兴奋的功能就是期待已久的视频/语音聊天.同时支持与Messenger for Mac用户或windows下的Windows Live Messenger 2009用户语音/视频聊天.</p>
<p>根据Mac Mojo Blog,他们解释了为什么新版本花了这么长时间推出:</p>
<blockquote><p>Why did it take so long?</p>
<p>We have been working hard on this feature for a long time so the answer is not a lack of effort. The honest answer is that AV calls are a lot harder to implement than one would think and after we got things working <a href="http://www.officeformac.com/blog/An-Update-on-Messenger-for-Mac">last year</a>, we had to postpone the release because of significant protocol changes we needed to support in order to stay compatible with the latest version of our Windows Live desktop client.</p></blockquote>
<p>他们承认开发语音/视频聊天有很大的难度.而且去年发布的Windows Live Messenger 2009使用了全新的语音/视频聊天协议,MacBU不得不为了和新协议兼容而推迟这个新版本的发布时间.</p>
<p>同时,他们也解释了为什么新版本只是一个beta:</p>
<blockquote><p>Why is this a beta release?</p>
<p>This is a beta release because we are still putting the finishing touches on the full application and some things are not finished yet. However, we are very aware of how patiently you have been waiting for AV support so we decided it was better to get it into your hands now as a beta release than to make you wait even longer.</p></blockquote>
<p>他们明白许多人都期待能在mac上使用msn的语音/视频聊天功能,于是他们先发布这个beta,同时完成正式版最后的润色.</p>
<p>正式版将会和Office for Mac 2011在今年底一同发布.</p>
<p><a href="http://www.microsoft.com/mac/downloads.mspx"><strong>下载地址</strong></a></p>
<p><a href="http://www.officeformac.com/blog/Announcing-the-Messenger-for-Mac-8-beta-release">Source</a></p>
<br><p><b>Related posts:</b><ol>
<li><a href='http://alanhan.net/windows-live-messenger/' rel='bookmark' title='Windows Live Messenger'>Windows Live Messenger</a></li>
<li><a href='http://alanhan.net/microsoft-live%e5%85%a8%e6%99%af%e5%9b%be/' rel='bookmark' title='Microsoft Live全景图'>Microsoft Live全景图</a></li>
<li><a href='http://alanhan.net/%e5%be%ae%e8%bd%af%e6%96%b0%e7%89%88%e6%b5%8f%e8%a7%88%e5%99%a8ie7-beta-1%e5%8f%91%e5%b8%83-2/' rel='bookmark' title='微软新版浏览器IE7 Beta 1发布'>微软新版浏览器IE7 Beta 1发布</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://alanhan.net/microsoft-messenger-for-mac-8-beta/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>EF 50 f/1.4 II USM</title>
		<link>http://alanhan.net/ef-50-f1-4-ii-usm/</link>
		<comments>http://alanhan.net/ef-50-f1-4-ii-usm/#comments</comments>
		<pubDate>Wed, 24 Mar 2010 19:08:15 +0000</pubDate>
		<dc:creator>Alan</dc:creator>
				<category><![CDATA[Digital]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[canon]]></category>
		<category><![CDATA[lens]]></category>

		<guid isPermaLink="false">http://24er.net/?p=741</guid>
		<description><![CDATA[根据可靠消息证实,全新的EF 50 f/1.4 USM正在接受测试.发售日期未知. 升级的部分: 光学方面的升级,但不是L头 改进镜头结构,当前的50 f/1.4是佳能产品线中最不可靠的一款 新的USM 预计价格将会超过Sigma的同款镜头. Source No related posts.]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter" title="EF 50 f/1.4 II USM" src="http://www.canonrumors.com/wp-content/uploads/2010/03/50f14.jpg" alt="" width="570" height="200" /></p>
<p>根据可靠消息证实,全新的EF 50 f/1.4 USM正在接受测试.发售日期未知.</p>
<p>升级的部分:</p>
<ul>
<li>光学方面的升级,但不是L头</li>
<li>改进镜头结构,当前的50 f/1.4是佳能产品线中最不可靠的一款</li>
<li>新的USM</li>
</ul>
<p>预计价格将会超过Sigma的同款镜头.</p>
<p><a href="http://www.canonrumors.com/2010/03/ef-50-f1-4-ii-usm-cr2/">Source</a></p>
<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://alanhan.net/ef-50-f1-4-ii-usm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zzz&#8230;</title>
		<link>http://alanhan.net/zzz/</link>
		<comments>http://alanhan.net/zzz/#comments</comments>
		<pubDate>Wed, 17 Mar 2010 08:23:10 +0000</pubDate>
		<dc:creator>Alan</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://24er.net/732/zzz</guid>
		<description><![CDATA[Zzz&#8230; Originally uploaded by @takumi sooo cute!! Related posts: WinV_Wallpaper]]></description>
			<content:encoded><![CDATA[<div style="float: right; margin-left: 10px; margin-bottom: 10px;">
<a href="http://www.flickr.com/photos/9063866@N03/4383829245/" title="photo sharing"><img src="http://farm5.static.flickr.com/4001/4383829245_d1d4121d6b_m.jpg" alt="" style="border: solid 2px #000000;" /></a><br />
<br />
<span style="font-size: 0.9em; margin-top: 0px;"><br />
<a href="http://www.flickr.com/photos/9063866@N03/4383829245/">Zzz&#8230;</a><br />
<br />
Originally uploaded by <a href="http://www.flickr.com/people/9063866@N03/">@takumi</a><br />
</span>
</div>
<p>sooo cute!!<br />
<br clear="all" /></p>
<br><p><b>Related posts:</b><ol>
<li><a href='http://alanhan.net/winv_wallpaper/' rel='bookmark' title='WinV_Wallpaper'>WinV_Wallpaper</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://alanhan.net/zzz/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mac Terminal欢迎界面详解</title>
		<link>http://alanhan.net/mac-terminal%e6%ac%a2%e8%bf%8e%e7%95%8c%e9%9d%a2%e8%af%a6%e8%a7%a3/</link>
		<comments>http://alanhan.net/mac-terminal%e6%ac%a2%e8%bf%8e%e7%95%8c%e9%9d%a2%e8%af%a6%e8%a7%a3/#comments</comments>
		<pubDate>Tue, 02 Mar 2010 00:25:06 +0000</pubDate>
		<dc:creator>Alan</dc:creator>
				<category><![CDATA[Info Tech]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[terminal]]></category>
		<category><![CDATA[welcome screen]]></category>

		<guid isPermaLink="false">http://24er.net/?p=726</guid>
		<description><![CDATA[当你打开mac下的terminal的时候,首先你会看到这个界面,其中的文字包含了这些意义: Last Login: Mon Mar 1, 15:55:50 on ttys000 Welcome Alan! itd-624:~ Alan$ 第一行记录了你上次登录terminal的时间,大部分时候我都不记得上次登录的时间了&#8230;后面的ttys000代表了你所登录的terminal,这个wiki详细解释了ttys的来由.如果你打开多个terminal窗口,后面的3位数字随之增加. 第二行的Welcome Alan!,称作message of the day,可以自行定义.具体方法在此. 第三行,itd-624:~ Alan$,由两部分组成,前一部分的itd-624代表了你的电脑名称,可以在system preferences -&#62; sharing 下更改.大部分情况这部分都会显示你的电脑名称,但有时候你所连接的网络会更改这个名字,在本图中就是一个例子,本身我的电脑名称是AH,学校的网络将其改为itd-624. 冒号之后的内容代表了当前使用的用户名称.如果你在使用ssh,这个名称则会改变. No related posts.]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a class="flickr-image aligncenter" title="terminal" rel="flickr-mgr" href="http://www.flickr.com/photos/blueteeth/4399972996/"><img class="flickr-medium aligncenter" src="http://farm5.static.flickr.com/4061/4399972996_54b9557b98_o.png" alt="terminal" /></a></p>
<p style="text-align: left;">当你打开mac下的terminal的时候,首先你会看到这个界面,其中的文字包含了这些意义:</p>
<blockquote>
<p style="text-align: left;"><strong>Last Login: Mon Mar 1, 15:55:50 on ttys000<br />
Welcome Alan!<br />
itd-624:~ Alan$ </strong></p>
</blockquote>
<ol>
<li>第一行记录了你上次登录terminal的时间,大部分时候我都不记得上次登录的时间了&#8230;后面的<strong>ttys000</strong>代表了你所登录的terminal,这个<a href="http://en.wikipedia.org/wiki/Data_terminal">wiki</a>详细解释了ttys的来由.如果你打开多个terminal窗口,后面的3位数字随之增加.</li>
<li>第二行的<strong>Welcome Alan!,</strong>称作message of the day,可以自行定义.具体方法<a href="http://www.mactricksandtips.com/2008/04/change-your-terminal-welcome-message.html">在此</a>.</li>
<li>第三行,<strong>itd-624:~ Alan$,</strong>由两部分组成,前一部分的itd-624代表了你的电脑名称,可以在system preferences -&gt; sharing 下更改.大部分情况这部分都会显示你的电脑名称,但有时候你所连接的网络会更改这个名字,在本图中就是一个例子,本身我的电脑名称是AH,学校的网络将其改为itd-624.<br />
冒号之后的内容代表了当前使用的用户名称.如果你在使用ssh,这个名称则会改变.</li>
</ol>
<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://alanhan.net/mac-terminal%e6%ac%a2%e8%bf%8e%e7%95%8c%e9%9d%a2%e8%af%a6%e8%a7%a3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>打造mac mini成为HTPC+NAS一体机的一点想法</title>
		<link>http://alanhan.net/%e6%89%93%e9%80%a0mac-mini%e6%88%90%e4%b8%bahtpcnas%e4%b8%80%e4%bd%93%e6%9c%ba%e7%9a%84%e4%b8%80%e7%82%b9%e6%83%b3%e6%b3%95/</link>
		<comments>http://alanhan.net/%e6%89%93%e9%80%a0mac-mini%e6%88%90%e4%b8%bahtpcnas%e4%b8%80%e4%bd%93%e6%9c%ba%e7%9a%84%e4%b8%80%e7%82%b9%e6%83%b3%e6%b3%95/#comments</comments>
		<pubDate>Mon, 01 Mar 2010 09:58:06 +0000</pubDate>
		<dc:creator>Alan</dc:creator>
				<category><![CDATA[Digital]]></category>
		<category><![CDATA[Info Tech]]></category>
		<category><![CDATA[diy]]></category>
		<category><![CDATA[htpc]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[mini]]></category>
		<category><![CDATA[nas]]></category>

		<guid isPermaLink="false">http://24er.net/?p=724</guid>
		<description><![CDATA[前两天刚拿到一个CHD的邀请,加上全场FREE,于是开始疯狂下载,我的老Dell Inspiron 6400笔记本又开始发挥它的余热了. 今天突发奇想,有没有一部机器结合了HTPC和NAS的优点于一身呢?于是上网疯狂搜刮了一番,发现由于HTPC本身体积的限制,很难做到NAS所要求的多硬盘,大存储量,如果硬要加上几个硬盘,成本马上就高出许多,而且散热和静音等都不好解决;单独的NAS产品又不能作为HTPC来使用.突然想到,mac mini基本满足了所有的要求,总结如下: 体积小巧,Apple的设计当然是没话说的. 配置强大,作为HTPC已经足够.内存和硬盘都是可以自行升级的. 功耗低,省电 Snow Leopard本身已带有Apple Remote Desktop,可以实现远程控制 NAS的一大功能-远程控制BT下载,可以通过mac下的BT软件transmission中的remote功能来实现. 虽然本身只能装一个硬盘,但是可以通过外接类似drobo s的产品来加大存储 暂时只想到这么多,如有错误敬请指正. Related posts: XP中可以被禁用的服务对照表 FTP使用精萃&#8211;FTP的内部命令]]></description>
			<content:encoded><![CDATA[<p>前两天刚拿到一个CHD的邀请,加上全场FREE,于是开始疯狂下载,我的老Dell Inspiron 6400笔记本又开始发挥它的余热了.</p>
<p>今天突发奇想,有没有一部机器结合了HTPC和NAS的优点于一身呢?于是上网疯狂搜刮了一番,发现由于HTPC本身体积的限制,很难做到NAS所要求的多硬盘,大存储量,如果硬要加上几个硬盘,成本马上就高出许多,而且散热和静音等都不好解决;单独的NAS产品又不能作为HTPC来使用.突然想到,<a href="http://www.apple.com/macmini/">mac mini</a>基本满足了所有的要求,总结如下:</p>
<ol>
<li>体积小巧,Apple的设计当然是没话说的.</li>
<li>配置强大,作为HTPC已经足够.内存和硬盘都是可以自行升级的.</li>
<li>功耗低,省电</li>
<li>Snow Leopard本身已带有Apple Remote Desktop,可以实现远程控制</li>
<li>NAS的一大功能-远程控制BT下载,可以通过mac下的BT软件transmission中的remote功能来实现.</li>
<li>虽然本身只能装一个硬盘,但是可以通过外接类似<a href="http://www.drobo.com/products/drobo-s.php">drobo s</a>的产品来加大存储</li>
</ol>
<p>暂时只想到这么多,如有错误敬请指正.</p>
<br><p><b>Related posts:</b><ol>
<li><a href='http://alanhan.net/xp%e4%b8%ad%e5%8f%af%e4%bb%a5%e8%a2%ab%e7%a6%81%e7%94%a8%e7%9a%84%e6%9c%8d%e5%8a%a1%e5%af%b9%e7%85%a7%e8%a1%a8/' rel='bookmark' title='XP中可以被禁用的服务对照表'>XP中可以被禁用的服务对照表</a></li>
<li><a href='http://alanhan.net/ftp%e4%bd%bf%e7%94%a8%e7%b2%be%e8%90%83-ftp%e7%9a%84%e5%86%85%e9%83%a8%e5%91%bd%e4%bb%a4/' rel='bookmark' title='FTP使用精萃&#8211;FTP的内部命令'>FTP使用精萃&#8211;FTP的内部命令</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://alanhan.net/%e6%89%93%e9%80%a0mac-mini%e6%88%90%e4%b8%bahtpcnas%e4%b8%80%e4%bd%93%e6%9c%ba%e7%9a%84%e4%b8%80%e7%82%b9%e6%83%b3%e6%b3%95/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>羅志祥 &#8211; 習慣就好</title>
		<link>http://alanhan.net/%e7%be%85%e5%bf%97%e7%a5%a5-%e7%bf%92%e6%85%a3%e5%b0%b1%e5%a5%bd/</link>
		<comments>http://alanhan.net/%e7%be%85%e5%bf%97%e7%a5%a5-%e7%bf%92%e6%85%a3%e5%b0%b1%e5%a5%bd/#comments</comments>
		<pubDate>Mon, 01 Feb 2010 08:24:12 +0000</pubDate>
		<dc:creator>Alan</dc:creator>
				<category><![CDATA[Music]]></category>
		<category><![CDATA[show lo]]></category>

		<guid isPermaLink="false">http://24er.net/?p=716</guid>
		<description><![CDATA[作詞：Wonderful、阿沁(F.I.R.)   作曲：阿沁(F.I.R.) 你的手機又收不到 我像瘋子在街上繞 努力跑 你的溫度 雨淋過幾條街都散不掉 你面無表情的嘴角 像在嘲笑我的胡鬧 回頭看 突然明瞭 愛過了使用期效 你就想逃 我想維持禮貌忘記驕傲 繼續做你唯一的城堡 習慣就好 習慣就好 是我選擇看不到分手預兆 沒有一絲睡意的困擾無法治療 習慣就好 習慣就好 我承認我的偽裝是真的不夠好 請給我 多一秒 你的手機又收不到 我像瘋子在街上繞 努力跑 你的溫度 雨淋過幾條街都散不掉 你面無表情的嘴角 像在嘲笑我的胡鬧 回頭看 突然明瞭 愛過了使用期效 你就想逃 我想維持禮貌忘記驕傲 繼續做你唯一的城堡 習慣就好 習慣就好 是我選擇看不到分手預兆 沒有一絲睡意的困擾無法治療 習慣就好 習慣就好 我承認我的偽裝是真的不夠好 請給我 多一秒 習慣就好 習慣就好 一個人在夜裡繼續的奔跑 卻發現再也聽不到自己的心跳 習慣就好 習慣就好 我承認我的偽裝是真的不夠好 請給我 多一秒 [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://alanhan.net/%e7%be%85%e5%bf%97%e7%a5%a5-%e7%bf%92%e6%85%a3%e5%b0%b1%e5%a5%bd/"><em>Click here to view the embedded video.</em></a></p>
<p><span id="more-716"></span>作詞：Wonderful、阿沁(F.I.R.)   作曲：阿沁(F.I.R.)</p>
<p>你的手機又收不到 我像瘋子在街上繞<br />
努力跑 你的溫度 雨淋過幾條街都散不掉<br />
你面無表情的嘴角 像在嘲笑我的胡鬧<br />
回頭看 突然明瞭 愛過了使用期效 你就想逃</p>
<p>我想維持禮貌忘記驕傲 繼續做你唯一的城堡<br />
習慣就好 習慣就好 是我選擇看不到分手預兆<br />
沒有一絲睡意的困擾無法治療</p>
<p>習慣就好 習慣就好 我承認我的偽裝是真的不夠好<br />
請給我 多一秒</p>
<p>你的手機又收不到 我像瘋子在街上繞<br />
努力跑 你的溫度 雨淋過幾條街都散不掉<br />
你面無表情的嘴角 像在嘲笑我的胡鬧<br />
回頭看 突然明瞭 愛過了使用期效 你就想逃</p>
<p>我想維持禮貌忘記驕傲 繼續做你唯一的城堡<br />
習慣就好 習慣就好 是我選擇看不到分手預兆<br />
沒有一絲睡意的困擾無法治療</p>
<p>習慣就好 習慣就好 我承認我的偽裝是真的不夠好<br />
請給我 多一秒</p>
<p>習慣就好 習慣就好 一個人在夜裡繼續的奔跑<br />
卻發現再也聽不到自己的心跳<br />
習慣就好 習慣就好 我承認我的偽裝是真的不夠好<br />
請給我 多一秒<br />
一秒</p>
<br><p><b>Related posts:</b><ol>
<li><a href='http://alanhan.net/2007%e5%bf%85%e7%9c%8b/' rel='bookmark' title='2007必看'>2007必看</a></li>
<li><a href='http://alanhan.net/i-miss-my-emule-t_t/' rel='bookmark' title='I miss my Emule T_T'>I miss my Emule T_T</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://alanhan.net/%e7%be%85%e5%bf%97%e7%a5%a5-%e7%bf%92%e6%85%a3%e5%b0%b1%e5%a5%bd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>解决Mighty Mouse滚轮失灵的方法</title>
		<link>http://alanhan.net/%e8%a7%a3%e5%86%b3mighty-mouse%e6%bb%9a%e8%bd%ae%e5%a4%b1%e7%81%b5%e7%9a%84%e6%96%b9%e6%b3%95/</link>
		<comments>http://alanhan.net/%e8%a7%a3%e5%86%b3mighty-mouse%e6%bb%9a%e8%bd%ae%e5%a4%b1%e7%81%b5%e7%9a%84%e6%96%b9%e6%b3%95/#comments</comments>
		<pubDate>Sun, 06 Dec 2009 01:05:21 +0000</pubDate>
		<dc:creator>Alan</dc:creator>
				<category><![CDATA[Diary]]></category>
		<category><![CDATA[Digital]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[mighty mouse]]></category>

		<guid isPermaLink="false">http://24er.net/?p=706</guid>
		<description><![CDATA[Apple Mighty Mouse有个很让人诟病的地方的就是那个小小的滚轮,虽然可以360度任意滚动,但是因为材质的关系,很容易将手上的脏东西卷进鼠标内部,Mighty Mouse的密封程度简直和无菌病房有的一拼,据说想将其解体的唯一方法就是破坏它,再重新用胶水粘回去.鉴于本人的糟糕的动手能力,还是尝试些其他的方法吧.在一番google和自己的实践之后,发现了一个比较有效的方法,具体如下: 找一叠白纸,厚度大概在0.5 &#8211; 1 cm之间即可 将Mighty Mouse关闭,然后翻转 将滚轮压于白纸上,用食指施力,开始让滚轮在白纸上任意滚动 来回数次之后,你会发现白纸上留下了许多胶状的的物质,那些就是从鼠标内部带出来的脏东西了 有时候在滚轮周围也会留下些脏东西,用湿纸巾擦掉即可 经过这番清洁之后,Mighty Mouse的滚轮又能正常使用了! No related posts.]]></description>
			<content:encoded><![CDATA[<p>Apple Mighty Mouse有个很让人诟病的地方的就是那个小小的滚轮,虽然可以360度任意滚动,但是因为材质的关系,很容易将手上的脏东西卷进鼠标内部,Mighty Mouse的密封程度简直和无菌病房有的一拼,据说想将其解体的唯一方法就是破坏它,再重新用胶水粘回去.鉴于本人的糟糕的动手能力,还是尝试些其他的方法吧.在一番google和自己的实践之后,发现了一个比较有效的方法,具体如下:</p>
<ol>
<li>找一叠白纸,厚度大概在0.5 &#8211; 1 cm之间即可</li>
<li>将Mighty Mouse关闭,然后翻转</li>
<li>将滚轮压于白纸上,用食指施力,开始让滚轮在白纸上任意滚动</li>
<li>来回数次之后,你会发现白纸上留下了许多胶状的的物质,那些就是从鼠标内部带出来的脏东西了</li>
<li>有时候在滚轮周围也会留下些脏东西,用湿纸巾擦掉即可</li>
</ol>
<p>经过这番清洁之后,Mighty Mouse的滚轮又能正常使用了!</p>
<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://alanhan.net/%e8%a7%a3%e5%86%b3mighty-mouse%e6%bb%9a%e8%bd%ae%e5%a4%b1%e7%81%b5%e7%9a%84%e6%96%b9%e6%b3%95/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New BMW 5 Series F10</title>
		<link>http://alanhan.net/new-bmw-5-series-f10/</link>
		<comments>http://alanhan.net/new-bmw-5-series-f10/#comments</comments>
		<pubDate>Mon, 23 Nov 2009 23:31:21 +0000</pubDate>
		<dc:creator>Alan</dc:creator>
				<category><![CDATA[Auto]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[bmw]]></category>

		<guid isPermaLink="false">http://24er.net/?p=700</guid>
		<description><![CDATA[Official Wallpapers (1920 x 1200) [flickrset id="72157622863179808" thumbnail="thumbnail" overlay="true" size="large"] Related posts: Fringe is filming at UBC! Mercedes SLS AMG Gran Turismo 5 屏摄 BREAKING NEWS &#8211; “24: DAY EIGHT” WILL BE THE AWARD-WINNING SERIES’ FINAL SEASON]]></description>
			<content:encoded><![CDATA[<p>Official Wallpapers (1920 x 1200)</p>
<p>[flickrset id="72157622863179808" thumbnail="thumbnail" overlay="true" size="large"]</p>
<br><p><b>Related posts:</b><ol>
<li><a href='http://alanhan.net/fringe-is-filming-at-ubc/' rel='bookmark' title='Fringe is filming at UBC!'>Fringe is filming at UBC!</a></li>
<li><a href='http://alanhan.net/mercedes-sls-amg-gran-turismo-5-screenshot/' rel='bookmark' title='Mercedes SLS AMG Gran Turismo 5 屏摄'>Mercedes SLS AMG Gran Turismo 5 屏摄</a></li>
<li><a href='http://alanhan.net/season-8-will-be-the-last-season-of-24/' rel='bookmark' title='BREAKING NEWS &#8211; “24: DAY EIGHT” WILL BE THE AWARD-WINNING SERIES’ FINAL SEASON'>BREAKING NEWS &#8211; “24: DAY EIGHT” WILL BE THE AWARD-WINNING SERIES’ FINAL SEASON</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://alanhan.net/new-bmw-5-series-f10/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>24 Season 8 Official Trailer</title>
		<link>http://alanhan.net/24-season-8-official-trailer/</link>
		<comments>http://alanhan.net/24-season-8-official-trailer/#comments</comments>
		<pubDate>Tue, 17 Nov 2009 22:42:33 +0000</pubDate>
		<dc:creator>Alan</dc:creator>
				<category><![CDATA[TV]]></category>
		<category><![CDATA[24]]></category>

		<guid isPermaLink="false">http://24er.net/?p=692</guid>
		<description><![CDATA[Related posts: 24 Season 6 Official Trailer 24 Season 7 Trailer Gran Turismo 5 E3 2010 Official Trailer]]></description>
			<content:encoded><![CDATA[<p><a href="http://alanhan.net/24-season-8-official-trailer/"><em>Click here to view the embedded video.</em></a></p>
<br><p><b>Related posts:</b><ol>
<li><a href='http://alanhan.net/24-season-6-official-trailer/' rel='bookmark' title='24 Season 6 Official Trailer'>24 Season 6 Official Trailer</a></li>
<li><a href='http://alanhan.net/24-season-7-trailer-2/' rel='bookmark' title='24 Season 7 Trailer'>24 Season 7 Trailer</a></li>
<li><a href='http://alanhan.net/gran-turismo-5-e3-2010-official-trailer/' rel='bookmark' title='Gran Turismo 5 E3 2010 Official Trailer'>Gran Turismo 5 E3 2010 Official Trailer</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://alanhan.net/24-season-8-official-trailer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WhatsApp vs Ping!</title>
		<link>http://alanhan.net/whatsapp-vs-ping/</link>
		<comments>http://alanhan.net/whatsapp-vs-ping/#comments</comments>
		<pubDate>Mon, 16 Nov 2009 23:09:54 +0000</pubDate>
		<dc:creator>Alan</dc:creator>
				<category><![CDATA[Info Tech]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[app]]></category>
		<category><![CDATA[iphone]]></category>

		<guid isPermaLink="false">http://24er.net/?p=689</guid>
		<description><![CDATA[如果想在iPhone上实现和BlackBerry Messenger (BBM)同样功能的话, Ping!曾经是你唯一的选择,这个app的优点是:快捷,方便,容易设置.但是Ping!一家独大的日子快要结束了,因为一个全新的app诞生了,它就是WhatsApp! WhatsApp和Ping!相比的优点: 发出信息的时候没有进度条,类似与IM一样瞬间发送出去 加入在线状态,不想聊的时候告诉大家别来烦你 直接导入iPhone的联系人并自动侦测他们是否使用WhatsApp,不需要手动添加ID 在打字的时候会显示&#8221;输入中&#8221; 目前WhatsApp在App Store是免费的 在一个app内实现通话,发信息和邮件三个功能 干净的UI,走的是苹果风 整合Facebook 未来将会和BBM用户实现通信! 但是WhatsApp还是有些缺点的: 隐私问题:你愿意给别人Ping! ID还是你的电话号码呢?以下是WhatsApp的解释: Why do you ask for my phone number? We ask because that is how WhatsApp sends chat messages between you and your contacts. We value your privacy and will never share your number with third parties, ever! [...]]]></description>
			<content:encoded><![CDATA[<p>如果想在iPhone上实现和BlackBerry Messenger (BBM)同样功能的话, Ping!曾经是你唯一的选择,这个app的优点是:快捷,方便,容易设置.但是Ping!一家独大的日子快要结束了,因为一个全新的app诞生了,它就是WhatsApp!<br />
WhatsApp和Ping!相比的优点:</p>
<ul>
<li> 发出信息的时候没有进度条,类似与IM一样瞬间发送出去</li>
<li> 加入在线状态,不想聊的时候告诉大家别来烦你</li>
<li> 直接导入iPhone的联系人并自动侦测他们是否使用WhatsApp,不需要手动添加ID</li>
<li> 在打字的时候会显示&#8221;输入中&#8221;</li>
<li> 目前WhatsApp在App Store是免费的</li>
<li> 在一个app内实现通话,发信息和邮件三个功能</li>
<li> 干净的UI,走的是苹果风</li>
<li> 整合Facebook</li>
<li> 未来将会和BBM用户实现通信!</li>
</ul>
<p>但是WhatsApp还是有些缺点的:</p>
<ul>
<li> 隐私问题:你愿意给别人Ping! ID还是你的电话号码呢?以下是WhatsApp的解释:</li>
</ul>
<blockquote><p><em>Why do you ask for my phone number?<br />
We ask because that is how WhatsApp sends chat messages between you and your contacts. We value your privacy and will never share your number with third parties, ever! If you would like to learn more about our Privacy Policy, please take a look at our Privacy Notice.</em></p></blockquote>
<p>现在看来,WhatsApp和Ping!还没有非常显著的差别,不过未来如果WhatsApp实现了和BBM的通信,应该会吸引更多的用户.</p>
<br><p><b>Related posts:</b><ol>
<li><a href='http://alanhan.net/%e6%9c%80%e6%96%b0%e6%b6%88%e6%81%af%ef%bc%81%e6%82%a8%e7%9a%84%e5%ad%98%e5%82%a8%e7%a9%ba%e9%97%b4%e5%b0%86%e5%9c%a8-8-%e6%9c%88%e6%9c%ab%e5%a2%9e%e5%8a%a0/' rel='bookmark' title='MSN hotmail国内外全升级'>MSN hotmail国内外全升级</a></li>
<li><a href='http://alanhan.net/360/' rel='bookmark' title='感受雅虎360°'>感受雅虎360°</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://alanhan.net/whatsapp-vs-ping/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apple发布Mac OS X 10.6.2</title>
		<link>http://alanhan.net/apple%e5%8f%91%e5%b8%83mac-os-x-10-6-2/</link>
		<comments>http://alanhan.net/apple%e5%8f%91%e5%b8%83mac-os-x-10-6-2/#comments</comments>
		<pubDate>Mon, 09 Nov 2009 23:44:30 +0000</pubDate>
		<dc:creator>Alan</dc:creator>
				<category><![CDATA[Info Tech]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[mac os x]]></category>
		<category><![CDATA[snow leopard]]></category>

		<guid isPermaLink="false">http://24er.net/?p=686</guid>
		<description><![CDATA[Apple今天通过软件更新发布了Mac OS X 10.6.2,雪豹的第二个更新.这次的更新修正了一些bug,其中包括了之前非常严重的来宾帐户导致主要用户数据丢失的问题. 这次修复的方面包括: 可能导致系统无故登出的问题 Safari Top Sites出现的图像扭曲的问题 Sporlight搜索结果不显示Exchange联系人的问题 无法授权用户管理权限的问题 使用NTFS和WebDAV文件服务器出现的问题 状态菜单的可靠性 4指手势的问题 在Mail下设置Exchange服务器导致Mail退出的问题 编辑Address Book时无相应 为Address Book联系人添加照片时的问题 无法打开下载的文件的问题 Safari插件可靠性 加强iWork, iLife, Aperture, Final Cut Studio, MobileMe, 和iDisk可靠性 使用来宾帐户所导致的数据丢失问题 如需查询详细情况,请浏览: http://support.apple.com/kb/HT3874. 如需查询本次安全更新的内容,请浏览: http://support.apple.com/kb/HT1222. 上周三Apple发布了最新的OS X 10.6.2开发者版本Build 10C540.有传言这个更新去除了对搭载Intel Atom处理器的上网本的支持,使这些上网本用户在升级时出现问题 Related posts: WWDC 2011 Apple iPhone 水果公司饭]]></description>
			<content:encoded><![CDATA[<p>Apple今天通过软件更新发布了Mac OS X 10.6.2,雪豹的第二个更新.这次的更新修正了一些bug,其中包括了之前非常严重的来宾帐户导致主要用户数据丢失的问题.</p>
<p>这次修复的方面包括:</p>
<ul>
<li>可能导致系统无故登出的问题</li>
<li>Safari Top Sites出现的图像扭曲的问题</li>
<li>Sporlight搜索结果不显示Exchange联系人的问题</li>
<li>无法授权用户管理权限的问题</li>
<li>使用NTFS和WebDAV文件服务器出现的问题</li>
<li>状态菜单的可靠性</li>
<li>4指手势的问题</li>
<li>在Mail下设置Exchange服务器导致Mail退出的问题</li>
<li>编辑Address Book时无相应</li>
<li>为Address Book联系人添加照片时的问题</li>
<li>无法打开下载的文件的问题</li>
<li>Safari插件可靠性</li>
<li>加强iWork, iLife, Aperture, Final Cut Studio, MobileMe, 和iDisk可靠性</li>
<li>使用来宾帐户所导致的数据丢失问题</li>
</ul>
<p>如需查询详细情况,请浏览: <a href="http://support.apple.com/kb/HT3874">http://support.apple.com/kb/HT3874</a>.<br />
如需查询本次安全更新的内容,请浏览: <a href="http://support.apple.com/kb/HT1222">http://support.apple.com/kb/HT1222</a>.</p>
<p>上周三Apple发布了最新的OS X 10.6.2开发者版本Build 10C540.有传言这个更新去除了对搭载Intel Atom处理器的上网本的支持,使这些上网本用户在升级时出现问题</p>
<br><p><b>Related posts:</b><ol>
<li><a href='http://alanhan.net/wwdc-2011/' rel='bookmark' title='WWDC 2011'>WWDC 2011</a></li>
<li><a href='http://alanhan.net/apple-iphone/' rel='bookmark' title='Apple iPhone'>Apple iPhone</a></li>
<li><a href='http://alanhan.net/%e6%b0%b4%e6%9e%9c%e5%85%ac%e5%8f%b8%e9%a5%ad/' rel='bookmark' title='水果公司饭'>水果公司饭</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://alanhan.net/apple%e5%8f%91%e5%b8%83mac-os-x-10-6-2/feed/</wfw:commentRss>
		<slash:comments>30</slash:comments>
		</item>
		<item>
		<title>Mercedes SLS AMG Gran Turismo 5 屏摄</title>
		<link>http://alanhan.net/mercedes-sls-amg-gran-turismo-5-screenshot/</link>
		<comments>http://alanhan.net/mercedes-sls-amg-gran-turismo-5-screenshot/#comments</comments>
		<pubDate>Wed, 21 Oct 2009 17:56:04 +0000</pubDate>
		<dc:creator>Alan</dc:creator>
				<category><![CDATA[Auto]]></category>
		<category><![CDATA[Info Tech]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Gran-Turismo]]></category>
		<category><![CDATA[mercedes benz]]></category>

		<guid isPermaLink="false">http://24er.net/?p=674</guid>
		<description><![CDATA[Mercedes SLS AMG Gran Turismo 5 屏摄 [flickrset id="72157622633670006" thumbnail="small" overlay="true" size="large"] Related posts: Gran Turismo 5包装曝光! Gran Turismo 5 Collector&#8217;s Edition Gran Turismo 5 Prologue Video Type A&#038;B]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a class="flickr-image alignnone" title="gran-turismo-5-screenshots-sls-1045" rel="flickr-mgr" href="http://www.flickr.com/photos/blueteeth/4031960289/"><img class="flickr-medium aligncenter" src="http://farm3.static.flickr.com/2478/4031960289_c99d969f82_b.jpg" alt="gran-turismo-5-screenshots-sls-1045" width="700" height="394" /></a></p>
<p style="text-align: center;">Mercedes SLS AMG Gran Turismo 5 屏摄</p>
<p><span id="more-674"></span></p>
<p style="text-align: center;">[flickrset id="72157622633670006" thumbnail="small" overlay="true" size="large"]</p>
<br><p><b>Related posts:</b><ol>
<li><a href='http://alanhan.net/gran-turismo-5-packaging-revealed/' rel='bookmark' title='Gran Turismo 5包装曝光!'>Gran Turismo 5包装曝光!</a></li>
<li><a href='http://alanhan.net/gran-turismo-5-collectors-edition/' rel='bookmark' title='Gran Turismo 5 Collector&#8217;s Edition'>Gran Turismo 5 Collector&#8217;s Edition</a></li>
<li><a href='http://alanhan.net/gran-turismo-5-prologue-video-type-ab/' rel='bookmark' title='Gran Turismo 5 Prologue Video Type A&amp;B'>Gran Turismo 5 Prologue Video Type A&#038;B</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://alanhan.net/mercedes-sls-amg-gran-turismo-5-screenshot/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gran Turismo 5包装曝光!</title>
		<link>http://alanhan.net/gran-turismo-5-packaging-revealed/</link>
		<comments>http://alanhan.net/gran-turismo-5-packaging-revealed/#comments</comments>
		<pubDate>Wed, 21 Oct 2009 08:09:44 +0000</pubDate>
		<dc:creator>Alan</dc:creator>
				<category><![CDATA[Auto]]></category>
		<category><![CDATA[Digital]]></category>
		<category><![CDATA[Info Tech]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Gran-Turismo]]></category>
		<category><![CDATA[playstation-3]]></category>
		<category><![CDATA[ps3]]></category>

		<guid isPermaLink="false">http://24er.net/?p=669</guid>
		<description><![CDATA[有时,惊喜会在你最不期待他们的时候出现.今天,在全新的Mercedes SLS AMG视频当中,山内一典手持GT5的包装出现在视频中.请注意视频0:53处.最让人好奇的是,从这个包装里面可以看到3个蓝光碟盒,一黑一红一蓝,他们分别是什么呢? From gtplanet Related posts: Gran Turismo 5 Collector&#8217;s Edition Mercedes SLS AMG Gran Turismo 5 屏摄 Gran Turismo 5 Prologue Spec II: New Course]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a class="flickr-image alignnone" title="gran-turismo-5-boxart-peek-1" rel="flickr-mgr" href="http://www.flickr.com/photos/blueteeth/4031640266/"><img class="flickr-original aligncenter" longdesc="http://farm3.static.flickr.com/2602/4031640266_51e67c8f88_o.png" src="http://farm3.static.flickr.com/2602/4031640266_51e67c8f88_o.png" alt="gran-turismo-5-boxart-peek-1" /></a></p>
<p style="text-align: center;"><a class="flickr-image alignnone" title="gran-turismo-5-boxart-peek-3" rel="flickr-mgr" href="http://www.flickr.com/photos/blueteeth/4030887175/"><img class="flickr-original aligncenter" longdesc="http://farm3.static.flickr.com/2725/4030887175_358c4c6010_o.png" src="http://farm3.static.flickr.com/2725/4030887175_358c4c6010_o.png" alt="gran-turismo-5-boxart-peek-3" /></a></p>
<p>有时,惊喜会在你最不期待他们的时候出现.今天,在全新的<a href="http://www.youtube.com/watch?v=Og3uRCwHPMA">Mercedes SLS AMG视频</a>当中,山内一典手持GT5的包装出现在视频中.请注意视频0:53处.最让人好奇的是,从这个包装里面可以看到3个蓝光碟盒,一黑一红一蓝,他们分别是什么呢?</p>
<p>From <a href="http://www.gtplanet.net/gran-turismo-5-packaging-reveals-three-discs/">gtplanet</a></p>
<br><p><b>Related posts:</b><ol>
<li><a href='http://alanhan.net/gran-turismo-5-collectors-edition/' rel='bookmark' title='Gran Turismo 5 Collector&#8217;s Edition'>Gran Turismo 5 Collector&#8217;s Edition</a></li>
<li><a href='http://alanhan.net/mercedes-sls-amg-gran-turismo-5-screenshot/' rel='bookmark' title='Mercedes SLS AMG Gran Turismo 5 屏摄'>Mercedes SLS AMG Gran Turismo 5 屏摄</a></li>
<li><a href='http://alanhan.net/gran-turismo-5-prologue-spec-ii-new-course/' rel='bookmark' title='Gran Turismo 5 Prologue Spec II: New Course'>Gran Turismo 5 Prologue Spec II: New Course</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://alanhan.net/gran-turismo-5-packaging-revealed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>初见Magic Mouse之感想</title>
		<link>http://alanhan.net/apple-introduces-magic-mouse/</link>
		<comments>http://alanhan.net/apple-introduces-magic-mouse/#comments</comments>
		<pubDate>Wed, 21 Oct 2009 04:23:51 +0000</pubDate>
		<dc:creator>Alan</dc:creator>
				<category><![CDATA[Info Tech]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[imac]]></category>
		<category><![CDATA[mac mini]]></category>
		<category><![CDATA[macbook]]></category>
		<category><![CDATA[magic mouse]]></category>
		<category><![CDATA[mighty mouse]]></category>

		<guid isPermaLink="false">http://24er.net/?p=664</guid>
		<description><![CDATA[今天Apple大幅度更新了产品,包括更新的iMac,可以做服务器的新Mac Mini,改良的Macbook,还有最让我兴奋的Magic Mouse. 当时入手Mighty Mouse的时候就惊叹苹果的工业设计实在是太强大了,一个小小的鼠标都能做成一个艺术品一般.当我今天看到全新的Magic Mouse的时候,又体会到了当时那种倾倒的感觉,以致于看到我的Mighty Mouse时,居然觉得&#8221;怎么这么难看&#8230;&#8221; 苹果作为多点触控技术的领先者,这次推出Magic Mouse整个表面是一个按键,也是一块触控版.可以通过设置,将之当作传统鼠标来用,也可以通过特定的手势,来实现更快捷方便的鼠标操作.比如说,单指滑动可实现360度的页面操作,双指扫动可实现切换浏览器标签等的操作,等等.个人认为,作为Mighty Mouse的继任者,Magic Mouse成功的找到了前者令人诟病的滚轮的代替方法,并且为台式机提供了Macbook独有的触控板体验. No related posts.]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;"><a class="flickr-image alignnone" title="hero_1_20091020" rel="flickr-mgr" href="http://www.flickr.com/photos/blueteeth/4031226902/"><img class="flickr-original aligncenter" longdesc="http://farm3.static.flickr.com/2526/4031226902_ffcafa6ec6_o.jpg" src="http://farm3.static.flickr.com/2526/4031226902_eec26b0dff.jpg" alt="hero_1_20091020" /></a><br />
今天Apple大幅度更新了产品,包括更新的<a href="http://www.apple.com/ca/imac/">iMac</a>,可以做服务器的新<a href="http://www.apple.com/ca/macmini/">Mac Mini</a>,改良的<a href="http://www.apple.com/ca/macbook/">Macbook</a>,还有最让我兴奋的<a href="http://www.apple.com/ca/magicmouse/">Magic Mouse</a>.</p>
<p>当时入手Mighty Mouse的时候就惊叹苹果的工业设计实在是太强大了,一个小小的鼠标都能做成一个艺术品一般.当我今天看到全新的Magic Mouse的时候,又体会到了当时那种倾倒的感觉,以致于看到我的Mighty Mouse时,居然觉得&#8221;怎么这么难看&#8230;&#8221;
</p>
<p style="text-align: center;"><a class="flickr-image alignnone" title="gestures_list_20091020" rel="flickr-mgr" href="http://www.flickr.com/photos/blueteeth/4031262794/"><img class="flickr-original aligncenter" longdesc="http://farm3.static.flickr.com/2598/4031262794_10202a2a0e_o.jpg" src="http://farm3.static.flickr.com/2598/4031262794_1db8c428ed.jpg" alt="gestures_list_20091020" /></a></p>
<p style="text-align: left;">苹果作为多点触控技术的领先者,这次推出Magic Mouse整个表面是一个按键,也是一块触控版.可以通过设置,将之当作传统鼠标来用,也可以通过特定的手势,来实现更快捷方便的鼠标操作.比如说,单指滑动可实现360度的页面操作,双指扫动可实现切换浏览器标签等的操作,等等.个人认为,作为Mighty Mouse的继任者,Magic Mouse成功的找到了前者令人诟病的滚轮的代替方法,并且为台式机提供了Macbook独有的触控板体验.</p>
<p style="text-align: center;"><a class="flickr-image alignnone" title="wireless_20091020" rel="flickr-mgr" href="http://www.flickr.com/photos/blueteeth/4030509239/"><img class="flickr-original aligncenter" longdesc="http://farm3.static.flickr.com/2794/4030509239_62ae8d3f36_o.jpg" src="http://farm3.static.flickr.com/2794/4030509239_eac51ae924.jpg" alt="wireless_20091020" /></a></p>
<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://alanhan.net/apple-introduces-magic-mouse/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Reinvigorate &#8211; 创新的网站统计</title>
		<link>http://alanhan.net/reinvigorate-%e5%88%9b%e6%96%b0%e7%9a%84%e7%bd%91%e7%ab%99%e7%bb%9f%e8%ae%a1/</link>
		<comments>http://alanhan.net/reinvigorate-%e5%88%9b%e6%96%b0%e7%9a%84%e7%bd%91%e7%ab%99%e7%bb%9f%e8%ae%a1/#comments</comments>
		<pubDate>Sat, 17 Oct 2009 18:37:37 +0000</pubDate>
		<dc:creator>Alan</dc:creator>
				<category><![CDATA[Info Tech]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[media temple]]></category>
		<category><![CDATA[web statistics]]></category>

		<guid isPermaLink="false">http://24er.net/?p=657</guid>
		<description><![CDATA[在(mt)的twitter上看到他们最新的合资公司, Reinvigorate, 他们即将推出一个创新的网站统计软件 Reinvigorate measures your influence on the web in real-time. Gain up-to-the-minute insight into your audience, then adapt to meet their needs and watch your site grow. 他们创新之处何在?对于现在正在beta阶段的他们,以下的几点已经足够吸引人了 实时浏览在线人数: 现在大部分的网站统计都要在一段时间,一般是隔天后才能生成当日的统计,Reinvigorate则实现了实时统计,可以实时了解到现在有多少人在线,有多少个网页正在被浏览等等. 更准确的分析 将统计数据以颗粒图的形式分解成每月,每天,或每小时,使站长可以从时间范围上更准确的了解到其网站的浏览量,IP数等等. 特定事件激活 通过设定的某一事件,如:某一个页面被浏览或浏览者发布了留言等,可以从桌面客户端实时监视这一事件,以及事件的触发者和时间等. 网页点击热能图 这个是我个人认为最酷的一个功能.通过对页面点击的分析,生成某一网页上点击的热能图,通过此图,站长可以知道哪里是浏览者最感兴趣的地方,哪里是网页的死角,可以做出相应的更正. 目前Reinvigorate还处于beta阶段,需要申请试用,详情请查询Revingorate官方网页及blog. No related posts.]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a class="flickr-image alignnone" title="reinvigorate " rel="flickr-mgr" href="http://www.flickr.com/photos/blueteeth/4019230979/"><img class="flickr-original aligncenter" longdesc="http://farm3.static.flickr.com/2677/4019230979_3aa1164bec_o.png" src="http://farm3.static.flickr.com/2677/4019230979_3aa1164bec_o.png" alt="reinvigorate " width="700px" /></a></p>
<p>在(mt)的<a href="http://twitter.com/mediatemple">twitter</a>上看到他们最新的合资公司, <a href="http://reinvigorate.net/">Reinvigorate</a>, 他们即将推出一个创新的网站统计软件</p>
<blockquote><p>Reinvigorate measures your influence on the web in real-time. Gain up-to-the-minute insight into your audience, then adapt to meet their needs and watch your site grow.</p></blockquote>
<p>他们创新之处何在?对于现在正在beta阶段的他们,以下的几点已经足够吸引人了</p>
<p><span id="more-657"></span></p>
<p><strong> 实时浏览在线人数:</strong></p>
<p style="text-align: center;"><strong><a class="flickr-image alignnone" title="livetracking" rel="flickr-mgr" href="http://www.flickr.com/photos/blueteeth/4020033896/"><img class="flickr-original aligncenter" longdesc="http://farm3.static.flickr.com/2718/4020033896_172afd9fae_o.jpg" src="http://farm3.static.flickr.com/2718/4020033896_dafe4ac202.jpg" alt="livetracking" /></a><br />
</strong></p>
<p>现在大部分的网站统计都要在一段时间,一般是隔天后才能生成当日的统计,Reinvigorate则实现了实时统计,可以实时了解到现在有多少人在线,有多少个网页正在被浏览等等.</p>
<p><strong>更准确的分析</strong>
</p>
<p style="text-align: center;"><a class="flickr-image alignnone" title="granular" rel="flickr-mgr" href="http://www.flickr.com/photos/blueteeth/4020034040/"><img class="flickr-original aligncenter" longdesc="http://farm3.static.flickr.com/2775/4020034040_4c0f821be2_o.jpg" src="http://farm3.static.flickr.com/2775/4020034040_09b489b296.jpg" alt="granular" /></a></p>
<p>将统计数据以颗粒图的形式分解成每月,每天,或每小时,使站长可以从时间范围上更准确的了解到其网站的浏览量,IP数等等.</p>
<p><strong>特定事件激活</strong></p>
<p style="text-align: center;"><a class="flickr-image alignnone" title="snoop" rel="flickr-mgr" href="http://www.flickr.com/photos/blueteeth/4019272339/"><img class="flickr-original aligncenter" longdesc="http://farm3.static.flickr.com/2660/4019272339_1291cd617d_o.jpg" src="http://farm3.static.flickr.com/2660/4019272339_48dd0f3964.jpg" alt="snoop" /></a></p>
<p>通过设定的某一事件,如:某一个页面被浏览或浏览者发布了留言等,可以从桌面客户端实时监视这一事件,以及事件的触发者和时间等.</p>
<p><strong>网页点击热能图</strong></p>
<p style="text-align: center;"><a class="flickr-image alignnone" title="heatmap" rel="flickr-mgr" href="http://www.flickr.com/photos/blueteeth/4020034388/"><img class="flickr-original aligncenter" longdesc="http://farm3.static.flickr.com/2728/4020034388_d216da5626_o.jpg" src="http://farm3.static.flickr.com/2728/4020034388_1b7f3aeb6b.jpg" alt="heatmap" /></a></p>
<p>这个是我个人认为最酷的一个功能.通过对页面点击的分析,生成某一网页上点击的热能图,通过此图,站长可以知道哪里是浏览者最感兴趣的地方,哪里是网页的死角,可以做出相应的更正.</p>
<p>目前Reinvigorate还处于beta阶段,需要申请试用,详情请查询Revingorate<a href="http://reinvigorate.net/">官方网页</a>及<a href="http://blog.reinvigorate.net/">blog</a>.</p>
<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://alanhan.net/reinvigorate-%e5%88%9b%e6%96%b0%e7%9a%84%e7%bd%91%e7%ab%99%e7%bb%9f%e8%ae%a1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PhoneView &#8211; 将iPhone变身U盘</title>
		<link>http://alanhan.net/phoneview-%e5%b0%86iphone%e5%8f%98%e8%ba%abu%e7%9b%98/</link>
		<comments>http://alanhan.net/phoneview-%e5%b0%86iphone%e5%8f%98%e8%ba%abu%e7%9b%98/#comments</comments>
		<pubDate>Thu, 15 Oct 2009 18:09:56 +0000</pubDate>
		<dc:creator>Alan</dc:creator>
				<category><![CDATA[Digital]]></category>
		<category><![CDATA[Info Tech]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[mac os x]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://24er.net/?p=651</guid>
		<description><![CDATA[一直以来,我都在寻找某种方法,可以把我的iPhone变身成为移动硬盘,或是U盘.后来我发现了这个软件, PhoneView 这个软件经过不断的完善,如今已经具备了许多强大的功能,如: 浏览iPhone上的照片.包含了缩略图和拍摄时间,还可以直接同步到iPhoto 浏览及搜索Safari的历史记录,书签和已开的窗口. 浏览,播放及导出视频留言,格式为.mp4 浏览及备份iPhone上的音乐,铃声,视频,播客,和音频书 将任何iPhone变身为移动硬盘 在未越狱的iPhone上浏览&#8221;Media&#8221;文件夹,在越狱的iPhone上则显示完整的文件架构 浏览及导出短信和彩信 浏览,编辑及创建Notes 浏览完整通话记录(拨出,拨入,已接,未接),并与电话簿同步 播放,导出及删除音频记事 这个软件最佳之处在于它可以用在所有iPhone或iTouch上,无论越狱与否,并且支持所有版本的iPhone OS 这个软件为共享软件,售价19.95美金.这个价钱包含了永久的免费升级,但是仅可以使用在Mac OS.如果想让你的iPhone变身为U盘,PhoneView是你的最佳选择! 以下是PhoneView的视频介绍 Related posts: K-Lite Mega Codec Pack 1.28 影音集成包下载! WWDC 2011 iPhone 3G终于来了!]]></description>
			<content:encoded><![CDATA[<p>一直以来,我都在寻找某种方法,可以把我的iPhone变身成为移动硬盘,或是U盘.后来我发现了这个软件, <a href="http://www.ecamm.com/mac/phoneview/">PhoneView</a><br />
这个软件经过不断的完善,如今已经具备了许多强大的功能,如:</p>
<ul>
<li> 浏览iPhone上的照片.包含了缩略图和拍摄时间,还可以直接同步到iPhoto</li>
<li> 浏览及搜索Safari的历史记录,书签和已开的窗口.</li>
<li> 浏览,播放及导出视频留言,格式为.mp4</li>
<li> 浏览及备份iPhone上的音乐,铃声,视频,播客,和音频书</li>
<li> 将任何iPhone变身为移动硬盘</li>
<li> 在未越狱的iPhone上浏览&#8221;Media&#8221;文件夹,在越狱的iPhone上则显示完整的文件架构</li>
<li> 浏览及导出短信和彩信</li>
<li> 浏览,编辑及创建Notes</li>
<li> 浏览完整通话记录(拨出,拨入,已接,未接),并与电话簿同步</li>
<li> 播放,导出及删除音频记事</li>
</ul>
<p>这个软件最佳之处在于它可以用在所有iPhone或iTouch上,无论越狱与否,并且支持所有版本的iPhone OS<br />
这个软件为共享软件,售价19.95美金.这个价钱包含了永久的免费升级,但是仅可以使用在Mac OS.如果想让你的iPhone变身为U盘,PhoneView是你的最佳选择!</p>
<p>以下是PhoneView的视频介绍</p>
<p><span id="more-651"></span></p>
<p><a href="http://alanhan.net/phoneview-%e5%b0%86iphone%e5%8f%98%e8%ba%abu%e7%9b%98/"><em>Click here to view the embedded video.</em></a></p>
<br><p><b>Related posts:</b><ol>
<li><a href='http://alanhan.net/k-lite-mega-codec-pack-128-%e5%bd%b1%e9%9f%b3%e9%9b%86%e6%88%90%e5%8c%85%e4%b8%8b%e8%bd%bd/' rel='bookmark' title='K-Lite Mega Codec Pack 1.28 影音集成包下载!'>K-Lite Mega Codec Pack 1.28 影音集成包下载!</a></li>
<li><a href='http://alanhan.net/wwdc-2011/' rel='bookmark' title='WWDC 2011'>WWDC 2011</a></li>
<li><a href='http://alanhan.net/iphone-3g%e7%bb%88%e4%ba%8e%e6%9d%a5%e4%ba%86/' rel='bookmark' title='iPhone 3G终于来了!'>iPhone 3G终于来了!</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://alanhan.net/phoneview-%e5%b0%86iphone%e5%8f%98%e8%ba%abu%e7%9b%98/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://www.ecamm.com/mac/phoneview/phoneview.mov" length="175" type="video/quicktime" />
		</item>
		<item>
		<title>Mac OS X Performance Update 1.0</title>
		<link>http://alanhan.net/mac-os-x-performance-update-1-0/</link>
		<comments>http://alanhan.net/mac-os-x-performance-update-1-0/#comments</comments>
		<pubDate>Wed, 14 Oct 2009 23:56:33 +0000</pubDate>
		<dc:creator>Alan</dc:creator>
				<category><![CDATA[Info Tech]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[mac os x]]></category>

		<guid isPermaLink="false">http://24er.net/?p=649</guid>
		<description><![CDATA[今天Apple通过software update推送了这个Performance Update 1.0.针对由少数用户报告的硬盘间断性暂停的问题. Summary This update addresses intermittent hard drive related pauses reported by a small number of customers. Learn how to apply the Performance Update 1.0 to an Intel-based Macintosh computer. 如果你拥有以下机型,请下载这个更新. Products Affected MacBook Air (Mid 2009), MacBook Pro (17-inch, Mid 2009), MacBook Pro (13-inch, Mid 2009), MacBook Pro (15-inch, Mid 2009), [...]]]></description>
			<content:encoded><![CDATA[<p>今天Apple通过software update推送了这个Performance Update 1.0.针对由少数用户报告的硬盘间断性暂停的问题.</p>
<blockquote><p><strong>Summary</strong></p>
<p>This update addresses intermittent hard drive related pauses reported by a small number of customers.</p>
<p>Learn how to apply the Performance Update 1.0 to an Intel-based Macintosh computer.</p></blockquote>
<p>如果你拥有以下机型,请下载这个更新.</p>
<blockquote><p><strong>Products Affected</strong></p>
<p><span style="color: #999999;">MacBook Air (Mid 2009), MacBook Pro (17-inch, Mid 2009), MacBook Pro (13-inch, Mid 2009), MacBook Pro (15-inch, Mid 2009), MacBook Pro (15-inch, 2.53GHz, Mid 2009), iMac (20-inch, Mid 2009), MacBook Pro (17-inch, Early 2009), MacBook (13-inch, Early 2009), MacBook (13-inch, Mid 2009), MacBook (13-inch, Aluminum, Late 2008), MacBook Air (Late 2008), MacBook Pro (15-inch, Late 2008), iMac (24-inch, Early 2009), iMac (20-inch, Early 2009), Mac mini (Early 2009)</span></p></blockquote>
<br><p><b>Related posts:</b><ol>
<li><a href='http://alanhan.net/mit%e5%85%ac%e5%bc%80%e8%af%be-introduction-to-computer-science-and-programming/' rel='bookmark' title='MIT公开课 &#8211;  Introduction to Computer Science and Programming'>MIT公开课 &#8211;  Introduction to Computer Science and Programming</a></li>
<li><a href='http://alanhan.net/apple-introduces-magic-mouse/' rel='bookmark' title='初见Magic Mouse之感想'>初见Magic Mouse之感想</a></li>
<li><a href='http://alanhan.net/iphone-3g%e7%bb%88%e4%ba%8e%e6%9d%a5%e4%ba%86/' rel='bookmark' title='iPhone 3G终于来了!'>iPhone 3G终于来了!</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://alanhan.net/mac-os-x-performance-update-1-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>In the Bag</title>
		<link>http://alanhan.net/in-the-bag/</link>
		<comments>http://alanhan.net/in-the-bag/#comments</comments>
		<pubDate>Sun, 11 Oct 2009 04:46:50 +0000</pubDate>
		<dc:creator>Alan</dc:creator>
				<category><![CDATA[Diary]]></category>
		<category><![CDATA[Sports]]></category>
		<category><![CDATA[golf]]></category>
		<category><![CDATA[pga]]></category>
		<category><![CDATA[youtube]]></category>

		<guid isPermaLink="false">http://24er.net/?p=645</guid>
		<description><![CDATA[最近在youtube pgatour的频道上发现了In the Bag这个系列,找来了PGA选手介绍他们球包里面的东西,球杆是当然的,还有这些PGA球员会携带的一些小物件,比如说:一根绳子,用来做marker的硬币等等&#8230;可惜的是至今还没有请到Tiger Woods介绍 附上几个我喜欢的player的介绍 Phil Mickelson Sergio Garcia Anthony Kim Related posts: 2007必看 I miss my Emule T_T 24 &#8211; Commemorative Music Video]]></description>
			<content:encoded><![CDATA[<p>最近在youtube pgatour的频道上发现了<a href="http://www.youtube.com/view_play_list?p=085C0FE28DAFE981">In the Bag</a>这个系列,找来了PGA选手介绍他们球包里面的东西,球杆是当然的,还有这些PGA球员会携带的一些小物件,比如说:一根绳子,用来做marker的硬币等等&#8230;可惜的是至今还没有请到Tiger Woods介绍</p>
<p>附上几个我喜欢的player的介绍</p>
<p>Phil Mickelson<br />
<p><a href="http://alanhan.net/in-the-bag/"><em>Click here to view the embedded video.</em></a></p></p>
<p><span id="more-645"></span><br />
Sergio Garcia<br />
<p><a href="http://alanhan.net/in-the-bag/"><em>Click here to view the embedded video.</em></a></p></p>
<p>Anthony Kim<br />
<p><a href="http://alanhan.net/in-the-bag/"><em>Click here to view the embedded video.</em></a></p></p>
<br><p><b>Related posts:</b><ol>
<li><a href='http://alanhan.net/2007%e5%bf%85%e7%9c%8b/' rel='bookmark' title='2007必看'>2007必看</a></li>
<li><a href='http://alanhan.net/i-miss-my-emule-t_t/' rel='bookmark' title='I miss my Emule T_T'>I miss my Emule T_T</a></li>
<li><a href='http://alanhan.net/24-commemorative-music-video/' rel='bookmark' title='24 &#8211; Commemorative Music Video'>24 &#8211; Commemorative Music Video</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://alanhan.net/in-the-bag/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>再一次搬家</title>
		<link>http://alanhan.net/%e5%86%8d%e4%b8%80%e6%ac%a1%e6%90%ac%e5%ae%b6/</link>
		<comments>http://alanhan.net/%e5%86%8d%e4%b8%80%e6%ac%a1%e6%90%ac%e5%ae%b6/#comments</comments>
		<pubDate>Sat, 10 Oct 2009 02:34:57 +0000</pubDate>
		<dc:creator>Alan</dc:creator>
				<category><![CDATA[Diary]]></category>
		<category><![CDATA[Info Tech]]></category>
		<category><![CDATA[media temple]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://24er.net/?p=643</guid>
		<description><![CDATA[刚刚拿到合租(dv)自己的独立IP,马上着手搬家.参照大猫的教程,SSH把原来的数据直接copy过来,速度真是快阿,不过话说从(gs)到(dv)应该也慢不到哪里去吧?再把数据库什么的export/import,再改改文件夹权限,本以为大功告成了,没想到.htaccess都没有转过来,wp的permalink还有插件db manager都罢工了.上传之后终于搞定了.经过这几次搬家,每次都学到很多东西,也不想再折腾了.研究plesk去咯~ No related posts.]]></description>
			<content:encoded><![CDATA[<p>刚刚拿到合租(dv)自己的独立IP,马上着手搬家.参照大猫的<a href="http://ooxx.me/mediatemple-coupon-code.orz">教程</a>,SSH把原来的数据直接copy过来,速度真是快阿,不过话说从(gs)到(dv)应该也慢不到哪里去吧?再把数据库什么的export/import,再改改文件夹权限,本以为大功告成了,没想到.htaccess都没有转过来,wp的permalink还有插件db manager都罢工了.上传之后终于搞定了.经过这几次搬家,每次都学到很多东西,也不想再折腾了.研究plesk去咯~</p>
<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://alanhan.net/%e5%86%8d%e4%b8%80%e6%ac%a1%e6%90%ac%e5%ae%b6/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Fringe is filming at UBC!</title>
		<link>http://alanhan.net/fringe-is-filming-at-ubc/</link>
		<comments>http://alanhan.net/fringe-is-filming-at-ubc/#comments</comments>
		<pubDate>Fri, 09 Oct 2009 17:49:44 +0000</pubDate>
		<dc:creator>Alan</dc:creator>
				<category><![CDATA[Diary]]></category>
		<category><![CDATA[TV]]></category>
		<category><![CDATA[photography]]></category>

		<guid isPermaLink="false">http://24er.net/?p=633</guid>
		<description><![CDATA[[flickrset id="72157622476832364" thumbnail="square" overlay="true" size="large"] Here are some photos I took during the filming. Related posts: Fringe is filming in UBC, again! New BMW 5 Series F10 Mercedes SLS AMG Gran Turismo 5 屏摄]]></description>
			<content:encoded><![CDATA[<p>[flickrset id="72157622476832364" thumbnail="square" overlay="true" size="large"]</p>
<p>Here are some photos I took during the filming.</p>
<br><p><b>Related posts:</b><ol>
<li><a href='http://alanhan.net/fringe-is-filming-in-ubc-again/' rel='bookmark' title='Fringe is filming in UBC, again!'>Fringe is filming in UBC, again!</a></li>
<li><a href='http://alanhan.net/new-bmw-5-series-f10/' rel='bookmark' title='New BMW 5 Series F10'>New BMW 5 Series F10</a></li>
<li><a href='http://alanhan.net/mercedes-sls-amg-gran-turismo-5-screenshot/' rel='bookmark' title='Mercedes SLS AMG Gran Turismo 5 屏摄'>Mercedes SLS AMG Gran Turismo 5 屏摄</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://alanhan.net/fringe-is-filming-at-ubc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress数据库瘦身笔记</title>
		<link>http://alanhan.net/wordpress%e6%95%b0%e6%8d%ae%e5%ba%93%e7%98%a6%e8%ba%ab%e7%ac%94%e8%ae%b0/</link>
		<comments>http://alanhan.net/wordpress%e6%95%b0%e6%8d%ae%e5%ba%93%e7%98%a6%e8%ba%ab%e7%ac%94%e8%ae%b0/#comments</comments>
		<pubDate>Thu, 08 Oct 2009 18:51:17 +0000</pubDate>
		<dc:creator>Alan</dc:creator>
				<category><![CDATA[Diary]]></category>
		<category><![CDATA[Info Tech]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://24er.net/?p=629</guid>
		<description><![CDATA[和大猫合租了mediatemple的(dv),终于了了我这么多年来的心愿,以前看着(dv)的配置只能干流口水,看着价格只能把口水咽回去,诅咒(mt)真会抢钱. 再次打算给这个blog搬家.进去数据库看了看,WTF,居然45MB之巨!我文章也不算很多阿,400多篇,评论更少的可怜,怎么可能这么大?再仔细一看,光wp_postmeta就有40MB,55万个entries.确定是这个表的问题.再进去看看,满眼都是meta_key =_utw_tags_0&#8230; google一下之后,才恍然大悟,原来是之前Wordpress不支持tags的时候,我用过Ultimate Tag Warrior这个插件惹得祸,自从WP原生支持tags之后,我就把UTW删掉了,可是却没管数据库.瘦身的方法如下: DELETE FROM `wp_postmeta` WHERE meta_key = '_utw_tags_0' DELETE FROM `wp_postmeta` WHERE meta_key = '_utw_tags_' 执行完这两个命令后,整个世界清净了.wp_postmeta从40MB骤减至67KB. No related posts.]]></description>
			<content:encoded><![CDATA[<p>和大猫<a href="http://miao.in/">合租</a>了mediatemple的(dv),终于了了我这么多年来的心愿,以前看着(dv)的配置只能干流口水,看着价格只能把口水咽回去,诅咒(mt)真会抢钱.</p>
<p>再次打算给这个blog搬家.进去数据库看了看,WTF,居然45MB之巨!我文章也不算很多阿,400多篇,评论更少的可怜,怎么可能这么大?再仔细一看,光wp_postmeta就有40MB,55万个entries.确定是这个表的问题.再进去看看,满眼都是meta_key =_utw_tags_0&#8230; google一下之后,才恍然大悟,原来是之前Wordpress不支持tags的时候,我用过Ultimate Tag Warrior这个插件惹得祸,自从WP原生支持tags之后,我就把UTW删掉了,可是却没管数据库.瘦身的方法如下:</p>
<p><code>DELETE FROM `wp_postmeta` WHERE meta_key = '_utw_tags_0'</code><br />
<code>DELETE FROM `wp_postmeta` WHERE meta_key = '_utw_tags_'</code></p>
<p>执行完这两个命令后,整个世界清净了.wp_postmeta从40MB骤减至67KB.</p>
<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://alanhan.net/wordpress%e6%95%b0%e6%8d%ae%e5%ba%93%e7%98%a6%e8%ba%ab%e7%ac%94%e8%ae%b0/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>教训</title>
		<link>http://alanhan.net/%e6%95%99%e8%ae%ad/</link>
		<comments>http://alanhan.net/%e6%95%99%e8%ae%ad/#comments</comments>
		<pubDate>Thu, 03 Sep 2009 02:02:53 +0000</pubDate>
		<dc:creator>Alan</dc:creator>
				<category><![CDATA[Diary]]></category>
		<category><![CDATA[Info Tech]]></category>
		<category><![CDATA[dell]]></category>

		<guid isPermaLink="false">http://24er.net/?p=624</guid>
		<description><![CDATA[昨天,我身经百战的Dell Inspiron 6400笔记本电脑在我熟睡的时候蓝屏了,当时他正在执行我下达给它下载Caroline这部电影的命令.本来想重启一下应该就好了吧?结果重启之后,提示我&#8221;unmountable_boot_volume&#8220;,google到微软的这篇官方帮助文档,按照里面的指令一步步的操作,还是没办法.又想到当初为了预防这种状况,分了三个区,想说在xp的分区基础上直接安装windows 7,另外两个盘的数据应该能保存下来.没想到所有分区都已经损坏.再baidu一下,才发现根据我硬盘现在的状况来看,它已经呜呼哀哉了.前几天还想着说最近没事,把硬盘里的东西备份一下,当时没立即着手就做,现在想起来,真是一万倍的后悔.我收藏了这么多年的音乐,以前写过的作文,下载的课件等等,通通都浮云了&#8230; 其实很早之前就有意识要去备份电脑上的资料,之前是没有可用的存储介质,后来入手一个1TB的移动硬盘,当时一懒,只把电影电视剧备份了,我的文档想说整理好之后再备份.现在回想起来,这可真是&#8221;血淋淋&#8221;的教训. 为了能让我的dell继续为我服役,去买了一块Seagate 7200.4 320GB,打算在上面安装Windows 7,买它是看它口碑好,希望它能一直为我服务下去. No related posts.]]></description>
			<content:encoded><![CDATA[<p>昨天,我身经百战的Dell Inspiron 6400笔记本电脑在我熟睡的时候蓝屏了,当时他正在执行我下达给它下载Caroline这部电影的命令.本来想重启一下应该就好了吧?结果重启之后,提示我&#8221;<a href="http://support.microsoft.com/kb/297185">unmountable_boot_volume</a>&#8220;,google到微软的这篇官方帮助文档,按照里面的指令一步步的操作,还是没办法.又想到当初为了预防这种状况,分了三个区,想说在xp的分区基础上直接安装windows 7,另外两个盘的数据应该能保存下来.没想到所有分区都已经损坏.再baidu一下,才发现根据我硬盘现在的状况来看,它已经呜呼哀哉了.前几天还想着说最近没事,把硬盘里的东西备份一下,当时没立即着手就做,现在想起来,真是一万倍的后悔.我收藏了这么多年的音乐,以前写过的作文,下载的课件等等,通通都浮云了&#8230;</p>
<p>其实很早之前就有意识要去备份电脑上的资料,之前是没有可用的存储介质,后来入手一个1TB的移动硬盘,当时一懒,只把电影电视剧备份了,我的文档想说整理好之后再备份.现在回想起来,这可真是&#8221;血淋淋&#8221;的教训.</p>
<p>为了能让我的dell继续为我服役,去买了一块<a href="http://www.seagate.com/ww/v/index.jsp?name=st9320423as-momentus-7200.4-sata-320-gb-hd&amp;vgnextoid=61029937c0780210VgnVCM1000001a48090aRCRD&amp;locale=en-US">Seagate 7200.4 320GB</a>,打算在上面安装Windows 7,买它是看它口碑好,希望它能一直为我服务下去.</p>
<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://alanhan.net/%e6%95%99%e8%ae%ad/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>彩虹</title>
		<link>http://alanhan.net/%e5%bd%a9%e8%99%b9/</link>
		<comments>http://alanhan.net/%e5%bd%a9%e8%99%b9/#comments</comments>
		<pubDate>Mon, 29 Jun 2009 16:29:09 +0000</pubDate>
		<dc:creator>Alan</dc:creator>
				<category><![CDATA[Diary]]></category>
		<category><![CDATA[photography]]></category>

		<guid isPermaLink="false">http://24er.net/?p=616</guid>
		<description><![CDATA[初入夏天的第一个星期居然下雨了 [singlepic id=20 w=500 h=384 float=center] [singlepic id=21 w=500 h=384 float=center] [singlepic id=22 w=500 h=384 float=center] Related posts: Merry Christmas Timbaland &#8211; The Way I Are]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;">初入夏天的第一个星期居然下雨了</p>
<p>[singlepic id=20 w=500 h=384 float=center]</p>
<p>[singlepic id=21 w=500 h=384 float=center]</p>
<p>[singlepic id=22 w=500 h=384 float=center]</p>
<br><p><b>Related posts:</b><ol>
<li><a href='http://alanhan.net/merry-christmas/' rel='bookmark' title='Merry Christmas'>Merry Christmas</a></li>
<li><a href='http://alanhan.net/timbaland-the-way-i-are/' rel='bookmark' title='Timbaland &#8211; The Way I Are'>Timbaland &#8211; The Way I Are</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://alanhan.net/%e5%bd%a9%e8%99%b9/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A short trip to Seattle</title>
		<link>http://alanhan.net/a-short-trip-to-seattle/</link>
		<comments>http://alanhan.net/a-short-trip-to-seattle/#comments</comments>
		<pubDate>Fri, 26 Jun 2009 19:29:23 +0000</pubDate>
		<dc:creator>Alan</dc:creator>
				<category><![CDATA[Diary]]></category>
		<category><![CDATA[Digital]]></category>
		<category><![CDATA[photography]]></category>

		<guid isPermaLink="false">http://24er.net/?p=602</guid>
		<description><![CDATA[五月份为了办签证去Seattle玩了两天 [nggallery id=1] No related posts.]]></description>
			<content:encoded><![CDATA[<p>五月份为了办签证去Seattle玩了两天</p>
<p>[nggallery id=1]</p>
<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://alanhan.net/a-short-trip-to-seattle/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 1.300 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2012-02-19 09:13:04 -->

