<?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>aspirin</title>
	<atom:link href="http://skylast.com/feed" rel="self" type="application/rss+xml" />
	<link>http://skylast.com</link>
	<description>eleven&#039;s blog</description>
	<lastBuildDate>Thu, 02 Sep 2010 05:12:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>支持oAuth的twitter api一枚</title>
		<link>http://skylast.com/archives/2010/09/post-1250.html</link>
		<comments>http://skylast.com/archives/2010/09/post-1250.html#comments</comments>
		<pubDate>Thu, 02 Sep 2010 05:09:00 +0000</pubDate>
		<dc:creator>eleven</dc:creator>
				<category><![CDATA[share]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://skylast.com/archives/2010/09/post-1250.html</guid>
		<description><![CDATA[终于用twip搭好了一个api.如果你是墙内用户,可以参考下文将本api用于支持oAuth认证的客户端上.



Part 1:完成Twitter认证,此部分需要穿墙完成.   a.用浏览器打开api地址:http://skylast.com/t,点击Sign in with twitter,你将会被链接到twitter官方网站.

<span class="readmore"><a href="http://skylast.com/archives/2010/09/post-1250.html" title="支持oAuth的twitter api一枚">Read More: 535 Words Totally</a></span>]]></description>
			<content:encoded><![CDATA[<p>终于用twip搭好了一个api.如果你是墙内用户,可以参考下文将本api用于支持oAuth认证的客户端上.</p>

<p>Part 1:完成Twitter认证,此部分需要穿墙完成.   <br />a.用浏览器打开api地址:http://skylast.com/t,点击Sign in with twitter,你将会被链接到twitter官方网站.</p>

<p><a href="http://skylast.com/wp/wp-content/uploads/2010/09/1.jpg" class="highslide-image" onclick="return hs.expand(this);"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="图像-1" border="0" alt="图像-1" src="http://skylast.com/wp/wp-content/uploads/2010/09/1_thumb.jpg" width="400" height="228" /></a></p>

<p>b.输入你的twitter用户名和密码,Sign in.</p>

<p><a href="http://skylast.com/wp/wp-content/uploads/2010/09/2.jpg" class="highslide-image" onclick="return hs.expand(this);"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="图像-2" border="0" alt="图像-2" src="http://skylast.com/wp/wp-content/uploads/2010/09/2_thumb.jpg" width="400" height="228" /></a></p>

<p>c.单击allow.</p>

<p><a href="http://skylast.com/wp/wp-content/uploads/2010/09/3.jpg" class="highslide-image" onclick="return hs.expand(this);"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="图像-3" border="0" alt="图像-3" src="http://skylast.com/wp/wp-content/uploads/2010/09/3_thumb.jpg" width="400" height="303" /></a></p>

<p>d.这一步会返回<a href="http://skylast.com/t">http://skylast.com/t</a>,并提示输入密码.这个密码是用来登录api的,可以与twitter密码相同也可不同.建议保持一致好记忆.</p>

<p><a href="http://skylast.com/wp/wp-content/uploads/2010/09/4.jpg" class="highslide-image" onclick="return hs.expand(this);"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="图像-4" border="0" alt="图像-4" src="http://skylast.com/wp/wp-content/uploads/2010/09/4_thumb.jpg" width="400" height="303" /></a></p>

<p>f.看到类似下列页面就表示认证成功了.如果显示的failed,可以单击”Show your timeline”刷新页面.</p>

<p><a href="http://skylast.com/wp/wp-content/uploads/2010/09/5.jpg" class="highslide-image" onclick="return hs.expand(this);"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="图像-5" border="0" alt="图像-5" src="http://skylast.com/wp/wp-content/uploads/2010/09/5_thumb.jpg" width="400" height="303" /></a></p>

<p>&#160;</p>

<p>Part2:在支持oAuth的客户端上使用该api,这里以android上的seesmic为例:</p>

<p>a.单击Add Twitter account.</p>

<p><a href="http://skylast.com/wp/wp-content/uploads/2010/09/seesmic_1.jpg" class="highslide-image" onclick="return hs.expand(this);"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="seesmic_1" border="0" alt="seesmic_1" src="http://skylast.com/wp/wp-content/uploads/2010/09/seesmic_1_thumb.jpg" width="400" height="667" /></a></p>

<p>b.输入twitter用户名与密码,去掉Use secure connection前的勾.</p>

<p><a href="http://skylast.com/wp/wp-content/uploads/2010/09/seesmic_2.jpg" class="highslide-image" onclick="return hs.expand(this);"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="seesmic_2" border="0" alt="seesmic_2" src="http://skylast.com/wp/wp-content/uploads/2010/09/seesmic_2_thumb.jpg" width="400" height="667" /></a></p>

<p>c.去掉页面底部的Use XAuth前面的勾,并点击Sign in.</p>

<p><a href="http://skylast.com/wp/wp-content/uploads/2010/09/seesmic_3.jpg" class="highslide-image" onclick="return hs.expand(this);"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="seesmic_3" border="0" alt="seesmic_3" src="http://skylast.com/wp/wp-content/uploads/2010/09/seesmic_3_thumb.jpg" width="400" height="667" /></a></p>

<p>d.等待片刻直到出现下面的页面即为成功.</p>

<p><a href="http://skylast.com/wp/wp-content/uploads/2010/09/seesmic_4.jpg" class="highslide-image" onclick="return hs.expand(this);"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="seesmic_4" border="0" alt="seesmic_4" src="http://skylast.com/wp/wp-content/uploads/2010/09/seesmic_4_thumb.jpg" width="400" height="667" /></a></p>

<p>理论上可以用于所有支持oAuth的客户端上,例如Nokia上面的Gravity.</p>
]]></content:encoded>
			<wfw:commentRss>http://skylast.com/archives/2010/09/post-1250.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>实用android程序30个</title>
		<link>http://skylast.com/archives/2010/09/post-1228.html</link>
		<comments>http://skylast.com/archives/2010/09/post-1228.html#comments</comments>
		<pubDate>Tue, 31 Aug 2010 20:46:29 +0000</pubDate>
		<dc:creator>eleven</dc:creator>
				<category><![CDATA[share]]></category>
		<category><![CDATA[android]]></category>

		<guid isPermaLink="false">http://skylast.com/archives/2010/09/post-1228.html</guid>
		<description><![CDATA[没有游戏,几乎所有的软件都可以在Market里面找到,只是搜索起来有点麻烦.可以使用豌豆荚手机助手安装下列软件.



            UniversalAndroot-1.6.2.apk        软件作者.通用root工具,一键获取root权限.为什么要root?                  MarketAccess.apk        如果用的是国内的网络,Google会屏蔽安卓市场,这个软件可以用来模拟国外运营商从而打开market.                  adobe.psmobile.apk        photoshop手机版,简单编辑.                  adobe.reader.apk        PDF阅读器,效率不错.                  andftp.apk        FTP客户端.                  androidVNC.apk        VNC客户端,可以用来控制电脑.电脑上需要安装vnc server.                  aqq.apk        第三方QQ,比腾讯做的好用.                  bettertermpro.apk        android下的终端程序.                  chompsms.apk        短信工具,用来发国际短信很便宜.                  cmplayer.v7.apk        全功能播放器(rmvb+mkv等).                  cootek.smartinput.apk        触宝拼音,流畅兼美观.                  drocap2.apk        截屏软件.                  dropbox.android.apk        dropbox客户端,国内需穿墙.                  ebuddy.android.apk        全功能im客户端(gtalk+msn..).                  evernote.apk        evernote客户端.软件详情请参考善用佳软的文章.                  extendedcontrols.apk        桌面开关,用来快速关闭wifi,蓝牙等.                  fancywidget.android.apk        一个天气挂件,挺好用的.                  iReaderFree.apk        电子书阅读器.                  netcounter.apk        精准的流量统计.                  newsrob.apk+newsrob.pro.apk        Google Reader客户端,后面是付费版的破解补丁.                  notepad.color.note.apk        桌面贴纸.                  powermanagerpro.apk        电源控制.根据使用环境自动在多种预设值中切换,省电必备.                  rootexplorer.apk        文件管理器,需要Root权限.                  sudoku10k.apk        强大的数独游戏.                  swiftp.apk        把手机变成一个ftp服务器.                  taskman.apk        任务管理器.                  ttpod.apk        天天动听,mp3播放器,比自带的好用.                  websharing.r1.apk        通过电脑浏览器来管理/上传文件,可以扔掉usb线了.                  wordmate.apk        英汉/汉英词典.                  wordpress.android.apk        WordPress客户端.        

<span class="readmore"><a href="http://skylast.com/archives/2010/09/post-1228.html" title="实用android程序30个">Read More: 1117 Words Totally</a></span>]]></description>
			<content:encoded><![CDATA[<p>没有游戏,几乎所有的软件都可以在Market里面找到,只是搜索起来有点麻烦.可以使用<a href="http://wandoujia.com/" target="_blank">豌豆荚手机助手</a>安装下列软件.</p>

<table border="1" cellspacing="0" cellpadding="2" width="549"><tbody>     <tr>       <td valign="top" width="199">UniversalAndroot-1.6.2.apk</td>        <td valign="top" width="348">软件<a href="http://blog.23corner.com/2010/08/30/universal-androot-1-6-2-beta-5/#more-407" target="_blank">作者</a>.通用root工具,一键获取root权限.<a href="http://cncn6.com/s60v3/2010/3021.html" target="_blank">为什么要root?</a></td>     </tr>      <tr>       <td valign="top" width="204">MarketAccess.apk</td>        <td valign="top" width="348">如果用的是国内的网络,Google会屏蔽安卓市场,这个软件可以用来模拟国外运营商从而打开market.</td>     </tr>      <tr>       <td valign="top" width="208">adobe.psmobile.apk</td>        <td valign="top" width="348">photoshop手机版,简单编辑.</td>     </tr>      <tr>       <td valign="top" width="211">adobe.reader.apk</td>        <td valign="top" width="348">PDF阅读器,效率不错.</td>     </tr>      <tr>       <td valign="top" width="213">andftp.apk</td>        <td valign="top" width="348">FTP客户端.</td>     </tr>      <tr>       <td valign="top" width="215">androidVNC.apk</td>        <td valign="top" width="348">VNC客户端,可以用来控制电脑.电脑上需要安装vnc server.</td>     </tr>      <tr>       <td valign="top" width="216">aqq.apk</td>        <td valign="top" width="348">第三方QQ,比腾讯做的好用.</td>     </tr>      <tr>       <td valign="top" width="217">bettertermpro.apk</td>        <td valign="top" width="348">android下的终端程序.</td>     </tr>      <tr>       <td valign="top" width="218">chompsms.apk</td>        <td valign="top" width="348">短信工具,用来发国际短信很便宜.</td>     </tr>      <tr>       <td valign="top" width="218">cmplayer.v7.apk</td>        <td valign="top" width="348">全功能播放器(rmvb+mkv等).</td>     </tr>      <tr>       <td valign="top" width="218">cootek.smartinput.apk</td>        <td valign="top" width="348">触宝拼音,流畅兼美观.</td>     </tr>      <tr>       <td valign="top" width="218">drocap2.apk</td>        <td valign="top" width="348">截屏软件.</td>     </tr>      <tr>       <td valign="top" width="218">dropbox.android.apk</td>        <td valign="top" width="348">dropbox客户端,国内需穿墙.</td>     </tr>      <tr>       <td valign="top" width="218">ebuddy.android.apk</td>        <td valign="top" width="348">全功能im客户端(gtalk+msn..).</td>     </tr>      <tr>       <td valign="top" width="218">evernote.apk</td>        <td valign="top" width="348">evernote客户端.软件详情请参考善用佳软的<a href="http://xbeta.info/evernote-03.htm" target="_blank">文章</a>.</td>     </tr>      <tr>       <td valign="top" width="218">extendedcontrols.apk</td>        <td valign="top" width="348">桌面开关,用来快速关闭wifi,蓝牙等.</td>     </tr>      <tr>       <td valign="top" width="218">fancywidget.android.apk</td>        <td valign="top" width="348">一个天气挂件,挺好用的.</td>     </tr>      <tr>       <td valign="top" width="218">iReaderFree.apk</td>        <td valign="top" width="348">电子书阅读器.</td>     </tr>      <tr>       <td valign="top" width="218">netcounter.apk</td>        <td valign="top" width="348">精准的流量统计.</td>     </tr>      <tr>       <td valign="top" width="218">newsrob.apk+newsrob.pro.apk</td>        <td valign="top" width="348">Google Reader客户端,后面是付费版的破解补丁.</td>     </tr>      <tr>       <td valign="top" width="218">notepad.color.note.apk</td>        <td valign="top" width="348">桌面贴纸.</td>     </tr>      <tr>       <td valign="top" width="218">powermanagerpro.apk</td>        <td valign="top" width="348">电源控制.根据使用环境自动在多种预设值中切换,省电必备.</td>     </tr>      <tr>       <td valign="top" width="218">rootexplorer.apk</td>        <td valign="top" width="348">文件管理器,需要Root权限.</td>     </tr>      <tr>       <td valign="top" width="218">sudoku10k.apk</td>        <td valign="top" width="348">强大的数独游戏.</td>     </tr>      <tr>       <td valign="top" width="218">swiftp.apk</td>        <td valign="top" width="348">把手机变成一个ftp服务器.</td>     </tr>      <tr>       <td valign="top" width="218">taskman.apk</td>        <td valign="top" width="348">任务管理器.</td>     </tr>      <tr>       <td valign="top" width="218">ttpod.apk</td>        <td valign="top" width="348">天天动听,mp3播放器,比自带的好用.</td>     </tr>      <tr>       <td valign="top" width="218">websharing.r1.apk</td>        <td valign="top" width="348">通过电脑浏览器来管理/上传文件,可以扔掉usb线了.</td>     </tr>      <tr>       <td valign="top" width="218">wordmate.apk</td>        <td valign="top" width="348">英汉/汉英词典.</td>     </tr>      <tr>       <td valign="top" width="218">wordpress.android.apk</td>        <td valign="top" width="348">WordPress客户端.</td>     </tr>   </tbody></table>

<p>所有程序都打包在一个25.6M的zip文件里,解压密码skylast.com.    <br />下载地址:&#160; <a href="http://cid-e7f36087f76f8827.office.live.com/browse.aspx/Public" target="_blank">apps.zip</a>     <br />    <br />顺便推荐一下<a href="http://bbs.gfan.com/" target="_blank">机锋论坛</a>吧.</p>
]]></content:encoded>
			<wfw:commentRss>http://skylast.com/archives/2010/09/post-1228.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>钓鱼</title>
		<link>http://skylast.com/archives/2010/08/post-1220.html</link>
		<comments>http://skylast.com/archives/2010/08/post-1220.html#comments</comments>
		<pubDate>Tue, 31 Aug 2010 05:04:31 +0000</pubDate>
		<dc:creator>eleven</dc:creator>
				<category><![CDATA[diary]]></category>
		<category><![CDATA[life]]></category>

		<guid isPermaLink="false">http://skylast.com/archives/2010/08/post-1220.html</guid>
		<description><![CDATA[今天去钓鱼,连片鱼鳞都没有见着.





<span class="readmore"><a href="http://skylast.com/archives/2010/08/post-1220.html" title="钓鱼">Read More: 85 Words Totally</a></span>]]></description>
			<content:encoded><![CDATA[<p>今天去钓鱼,连片鱼鳞都没有见着.</p>

<p><a href="http://skylast.com/wp/wp-content/uploads/2010/08/fishing_1.jpg" class="highslide-image" onclick="return hs.expand(this);"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="fishing_1" border="0" alt="fishing_1" src="http://skylast.com/wp/wp-content/uploads/2010/08/fishing_1_thumb.jpg" width="500" height="415" /></a></p>

<p>不过幸亏在海岸边的岩石缝里面抓了好些野生小鲍鱼:</p>

<p><a href="http://skylast.com/wp/wp-content/uploads/2010/08/IMG_1513.jpg" class="highslide-image" onclick="return hs.expand(this);"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="IMG_1513" border="0" alt="IMG_1513" src="http://skylast.com/wp/wp-content/uploads/2010/08/IMG_1513_thumb.jpg" width="500" height="375" /></a></p>

<p>   <p>另有疑似八角海星的怪物一枚:</p>    <p><a href="http://skylast.com/wp/wp-content/uploads/2010/08/IMG_1506.jpg" class="highslide-image" onclick="return hs.expand(this);"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="IMG_1506" border="0" alt="IMG_1506" src="http://skylast.com/wp/wp-content/uploads/2010/08/IMG_1506_thumb.jpg" width="500" height="375" /></a></p>    <p>总算是略有所获.然而鲍鱼这种长相恶劣的东西&#8230;谁爱吃谁吃吧.</p></p>
]]></content:encoded>
			<wfw:commentRss>http://skylast.com/archives/2010/08/post-1220.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>坑</title>
		<link>http://skylast.com/archives/2010/08/post-1209.html</link>
		<comments>http://skylast.com/archives/2010/08/post-1209.html#comments</comments>
		<pubDate>Sat, 28 Aug 2010 17:33:48 +0000</pubDate>
		<dc:creator>eleven</dc:creator>
				<category><![CDATA[share]]></category>

		<guid isPermaLink="false">http://skylast.com/archives/2010/08/post-1209.html</guid>
		<description><![CDATA[你想跳坑么？如果答案是肯定的，那么去看看南派三叔写的小说吧。

盗墓笔记（单击下载）太长篇，先来个相对短篇的吧，我大概花了3个小时就读完了。

大漠苍狼，txt格式适合手机阅读器（单击下载）。

<span class="readmore"><a href="http://skylast.com/archives/2010/08/post-1209.html" title="坑">Read More: 137 Words Totally</a></span>]]></description>
			<content:encoded><![CDATA[<p>你想跳坑么？如果答案是肯定的，那么去看看南派三叔写的小说吧。<br />
盗墓笔记（单击<a href="http://skylast.com/wp/wp-content/uploads/2010/08/dmbj.zip" target="_blank">下载</a>）太长篇，先来个相对短篇的吧，我大概花了3个小时就读完了。<br />
大漠苍狼，txt格式适合手机阅读器（单击<a href="http://skylast.com/wp/wp-content/uploads/2010/08/DMCL.zip" target="_blank">下载</a>）。<br />
亲爱的，如果因为害怕而错过这些惊险奇妙的文字就太可惜了。<br />
顺便向兽人以及兽人的配偶问个好吧。</p>
]]></content:encoded>
			<wfw:commentRss>http://skylast.com/archives/2010/08/post-1209.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>常用软件</title>
		<link>http://skylast.com/archives/2010/08/post-1200.html</link>
		<comments>http://skylast.com/archives/2010/08/post-1200.html#comments</comments>
		<pubDate>Sat, 21 Aug 2010 17:08:34 +0000</pubDate>
		<dc:creator>eleven</dc:creator>
				<category><![CDATA[share]]></category>
		<category><![CDATA[mac]]></category>

		<guid isPermaLink="false">http://skylast.com/archives/2010/08/post-1200.html</guid>
		<description><![CDATA[尽量把习惯往mac上转。不过还是有很多不方便的地方。比如文字处理。我怀疑微软压根就没打算好好做mac平台的office套件，运行速度慢而且界面丑的和雪豹一点都不协调，更难受的是文档兼容性。我一直就没办法正常打开学校的cover sheet.据说这些问题会在新版的office2011上面得到解决。记不清楚谁跟我说过office最初版是发布在mac osx上面的，这也是为什么office for mac的版本号总比windows下的高的原因。

再贴一些常用的adb(Android Debug Bridge) shell命令：

<span class="readmore"><a href="http://skylast.com/archives/2010/08/post-1200.html" title="常用软件">Read More: 1026 Words Totally</a></span>]]></description>
			<content:encoded><![CDATA[<p><img src="http://skylast.com/wp/wp-content/uploads/2010/08/application.png" width="600" height="38" alt="application.png" /><br />
尽量把习惯往mac上转。不过还是有很多不方便的地方。比如文字处理。我怀疑微软压根就没打算好好做mac平台的office套件，运行速度慢而且界面丑的和雪豹一点都不协调，更难受的是文档兼容性。我一直就没办法正常打开学校的cover sheet.据说这些问题会在新版的office2011上面得到解决。记不清楚谁跟我说过office最初版是发布在mac osx上面的，这也是为什么office for mac的版本号总比windows下的高的原因。<br />
再贴一些常用的adb(Android Debug Bridge) shell命令：<br />
1.将应用程序从android设备下载到电脑:
<pre class="brush:shell">
adb pull /system/sd/app app
adb pull /system/sd/app-private app-private 
</pre>
2.将应用程序安装到android设备中:
<pre class="brush:shell">
adb push app /system/sd/app
adb push app-private /system/sd/app-private //上则命令的逆操作。
</pre>
3.删除已安装的应用程序
<pre class="brush:shell">
adb shell rm -r /system/sd/app
adb shell rm -r /system/sd/app-private //学一点linux终端命令还是很有用的。
</pre>
4.在recovery mode下推送更新补丁，修复崩溃的系统很有用：
<pre class="brush:shell">
adb shell mount /sdcard
adb shell rm /sdcard/update.zip
adb shell push ＊＊whatevername＊＊ /sdcard/update.zip
</pre>
5.在fastboot模式下恢复nand备份，备份文件可以由软件Rom Manager创建：
<pre class="brush:shell">
fastboot erase boot
fastboot erase recovery
fastboot flash system system.img
fastboot flash boot boot.img
fastboot flash userdata data.img
fastboot flash recovery recovery.img
fastboot reboot
</pre>
如果打算换手机，推荐一下android吧。这学期有一门java的课，一共有80多个人。有次老师说，用iphone的举手，都有57个人了。爱疯太街机了吧。</p>

<p>老友记里面的钱德有个很好笑的名字(Chandler Muriel Bing),不过我依然觉得他是一个很称职的丈夫。为什么有人说他娘娘腔呢？I don&#8217;t care.</p>
]]></content:encoded>
			<wfw:commentRss>http://skylast.com/archives/2010/08/post-1200.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>鸡蛋真难吃。</title>
		<link>http://skylast.com/archives/2010/08/post-1198.html</link>
		<comments>http://skylast.com/archives/2010/08/post-1198.html#comments</comments>
		<pubDate>Fri, 20 Aug 2010 06:50:24 +0000</pubDate>
		<dc:creator>eleven</dc:creator>
				<category><![CDATA[share]]></category>

		<guid isPermaLink="false">http://skylast.com/archives/2010/08/post-1198.html</guid>
		<description><![CDATA[A：这鸡蛋真难吃。 B：隔壁的鸡给了你多少钱?



A：这鸡蛋真难吃。 B：有本事你下个好吃的蛋来。

<span class="readmore"><a href="http://skylast.com/archives/2010/08/post-1198.html" title="鸡蛋真难吃。">Read More: 788 Words Totally</a></span>]]></description>
			<content:encoded><![CDATA[<p>A：这鸡蛋真难吃。 B：隔壁的鸡给了你多少钱?</p>

<p>A：这鸡蛋真难吃。 B：有本事你下个好吃的蛋来。</p>

<p>A：这鸡蛋真难吃。 B：下蛋的是一只勤劳勇敢善良正直的鸡。</p>

<p>A：这鸡蛋真难吃。 B：再难吃也是自己家的鸡下的蛋，凭这个就不能说难吃。</p>

<p>A：这鸡蛋真难吃。 B：比前年的蛋已经进步很多了。</p>

<p>A：这鸡蛋真难吃。 B：你就是吃这鸡蛋长大的，你有什么权力说这蛋不好吃？</p>

<p>A：这鸡蛋真难吃。 B：你这么说是什么居心什么目的？</p>

<p>A：这鸡蛋真难吃。 B：自己家鸡下的蛋都说不好吃，你还是不是中国人？</p>

<p>A：这鸡蛋真难吃。 B：隔壁家那鸭蛋更难吃，你咋不说呢？</p>

<p>A：这鸡蛋真难吃。 B：嫌难吃就别吃，滚去吃隔壁的鸭蛋吧。</p>

<p>A：这鸡蛋真难吃。 B：鸭蛋是好吃 ，可是不符合我们家的具体情况</p>

<p>A：这鸡蛋真难吃。 B：胡说！我们家的鸡蛋比邻居家的鸭蛋好吃五倍！</p>

<p>A：这鸡蛋真难吃。 B：凡事都有个过程 现在还不是吃鸭蛋的时候….</p>

<p>A：这鸡蛋真难吃。 B：光抱怨有什么用，有这个时间还不如努力去赚钱</p>

<p>A：这鸡蛋真难吃。 B：幼右心理阴暗，连鸡蛋不好吃也要发牢骚</p>

<p>A：这鸡蛋真难吃。 B：世界上没有绝对的好蛋,美国鸡蛋好吃，你去吧</p>

<p>A：这鸡蛋真难吃。 B：不是老毛，你现在臭鸡蛋都吃不上，还有劲在这里唧唧歪歪</p>

<p>A：这鸡蛋真难吃。 B：大家小心啊，此人IP在国外</p>

<p>A：这鸡蛋真难吃。 B：台湾网特，滚，这里不欢迎你</p>

<p>A：这鸡蛋真难吃。 B：tmd，我怀疑你是轮子</p>

<p>A：这鸡蛋真难吃。 B：隔壁家的鸡蛋是伪鸡蛋。</p>

<p>A：这鸡蛋真难吃。 B：没有XXX，你连这鸡蛋都吃不上。</p>

<p>A：这鸡蛋真难吃。 B：你这样说不利于稳定，不和谐。</p>

<p>A：这鸡蛋真难吃。 B：要对咱们家的鸡有耐心，它一定会下出更好吃的蛋。</p>

<p>A：这鸡蛋真难吃。 B：隔壁家也吃过这样的鸡蛋，这是初级阶段。</p>

<p>A：这鸡蛋真难吃。 B：很多家都是因为吃隔壁的鸭蛋而导致家庭成员冲突，生活水平下降最终解体</p>

<p>via <a href="http://www.9haow.cn/2010/08/19/jidan.html" target="_blank">好玩吧</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://skylast.com/archives/2010/08/post-1198.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
