<?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>竹叶舟</title>
	<atom:link href="http://xueshu.info/feed" rel="self" type="application/rss+xml" />
	<link>https://xueshu.info</link>
	<description>天上芙蓉剑 人间竹叶舟</description>
	<lastBuildDate>Fri, 09 Dec 2011 20:25:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<div id="google_plus_one"><g:plusone></g:plusone></div>	<item>
		<title>HTC纵横s610d：S-Off &amp; Root</title>
		<link>https://xueshu.info/archives/10383.html</link>
		<comments>https://xueshu.info/archives/10383.html#comments</comments>
		<pubDate>Fri, 02 Dec 2011 15:31:12 +0000</pubDate>
		<dc:creator>完美</dc:creator>
				<category><![CDATA[挨踢]]></category>
		<category><![CDATA[goldcard]]></category>
		<category><![CDATA[HTC]]></category>
		<category><![CDATA[lexikon]]></category>
		<category><![CDATA[merge]]></category>
		<category><![CDATA[root]]></category>
		<category><![CDATA[s-off]]></category>
		<category><![CDATA[s610d]]></category>
		<category><![CDATA[纵横]]></category>

		<guid isPermaLink="false">https://xueshu.info/?p=10383</guid>
		<description><![CDATA[本文发表不久，便有同仁更进一步，在Windows平台上解决了S-Off和Root并且使用的是官方ROM，有此需求者请忽视下文内容，移步：S610D纵横S-OFF及ROOT全教程。 很高兴本文能发挥抛砖引玉的作用。 这篇文章是关于HTC S610d（行货名为纵横，国外同款叫Merge，系统信息中为Lexikon）的S-Off和Root的教程，这款手机目前没有比较简便的（如一键root）干掉S-On以及Root的程序，所以借鉴国外网友经验，在Ubuntu系统上尝试了一下，可用。参考文献： root,s-off,simunlock,superCID htc merge（用windows工作的可以直接参考这个网页） 注意：1、这一过程会清除原手机中的一切信息； 2、S-Off和Root后操作系统为2.2版（froyo）Verizon或2.3版（gingerbread）us cellular，本人没有尝试S-Off后刷中文行货ROM再Root； 3、本文所需要的文件均可在网上下载，但可能需要跳墙； 4、本人不保证下文介绍的方式完全可靠，由此带来的手机技术和保修问题请自己负责。 第一步：安装Android SDK Tools。在此下载Android SDK。Ubuntu系统中，把下载的文件解压到任意目录即可，假设解压到主文件夹~/中，那么以后的过程，~/android-sdk-linux/platform-tools/ 就是工作目录了（这个目录中有一个adb程序）。 第二步：制作GoldCard。 首先要制作一张S-Off、刷机和Root所必需的MicroSD卡，最好为2G以上并格式化为FAT32。 1）下载GoldCard Helper。电子市场中有这个程序，也可以在网上搜索下载独立的apk安装文件。＊如果下载不到这个程序也不要紧，通过SDK tools也能够完全任务，不过要复杂一点。 2）运行 GoldCar Helper，算出Reverse CID。 3）记住这个Reverse CID，到Free HTC goldcard generator网站，填入Reverse CID后，下载goldcard.img文件。放到工作目录（~/android-sdk-linux/platform-tools/ ）中。 4）把MicroSD卡放入手机，并连接手机至电脑，连接方式为“磁盘驱动器”，然后使用Ubuntu的“磁盘实用工具”（通常在系统管理中能够找得到。）查看手机MicroSD的位置，比如/dev/sdc1 ）更改手机连接方式为“仅充电”，并且打开“USB调试”模式（设置-应用程序-开发-USB调试选项上打勾）。 5）CRTL＋ALT＋T打开终端，进入工作目录（cd ~/android-sdk-linux/platform-tools） 键入以下命令以确定正确连接： ./adb devices 如果结果类似下面的信息，就说明连接正常了 * daemon not running. starting it now on port 5037 * * daemon started successfully [...]]]></description>
			<content:encoded><![CDATA[<p><span style="background-color: #ffffff; color: #0000ff;">本文发表不久，便有同仁更进一步，在Windows平台上解决了S-Off和Root并且使用的是官方ROM，有此需求者请忽视下文内容，移步：<span style="color: #000000;"><a href="http://bbs.hiapk.com/thread-2932767-1-1.html" target="_blank"><span style="background-color: #ffffff; color: #000000;">S610D纵横S-OFF及ROOT全教程</span></a></span>。</span></p>
<p><span style="background-color: #ffffff; color: #0000ff;">很高兴本文能发挥抛砖引玉的作用。</span></p>
<p>这篇文章是关于HTC <a href="https://xueshu.info/archives/tag/s610d" class="st_tag internal_tag" rel="tag" title="标签 s610d 下的日志">S610d</a>（行货名为纵横，国外同款叫Merge，系统信息中为Lexikon）的S-Off和Root的教程，这款手机目前没有比较简便的（如一键root）干掉S-On以及Root的程序，所以借鉴国外网友经验，在<span style="color: #0000ff;">Ubuntu系统</span>上尝试了一下，可用。参考文献：<a href="http://androidforums.com/3365539-post1.html" target="_blank"> root,s-off,simunlock,superCID htc merge</a>（<span style="color: #0000ff;">用windows工作的可以直接参考这个网页</span>）</p>
<p>注意：1、这一过程会清除原手机中的一切信息；</p>
<p>2、S-Off和Root后操作系统为<span style="color: #0000ff;">2.2版（froyo）Verizon或2.3版（gingerbread）us cellular</span>，本人没有尝试S-Off后刷中文行货ROM再Root；</p>
<p>3、本文所需要的文件均可在网上下载，但<span style="color: #0000ff;">可能需要跳墙；</span></p>
<p>4、本人不保证下文介绍的方式完全可靠，由此带来的手机技术和保修问题请自己负责。</p>
<p><span style="background-color: #ccffff;"><span id="more-10383"></span>第一步：安装Android SDK Tools</span>。在此下载<a href="http://developer.android.com/sdk/index.html">Android SDK</a>。Ubuntu系统中，把下载的文件解压到任意目录即可，假设解压到主文件夹~/中，那么以后的过程，~/android-sdk-linux/platform-tools/ 就是<strong>工作目录</strong>了（这个目录中有一个adb程序）。</p>
<p><span style="background-color: #ccffff;">第二步：制作GoldCard。</span></p>
<p>首先要制作一张S-Off、刷机和Root所必需的MicroSD卡，最好为2G以上并<span style="color: #0000ff;">格式化为FAT32</span>。</p>
<p>1）下载GoldCard Helper。电子市场中有<a href="https://market.android.com/details?id=name.starnberger.guenther.android.goldcard&amp;hl=en">这个程序</a>，也可以在网上搜索下载独立的apk安装文件。<span style="color: #ff0000;">＊如果下载不到这个程序也不要紧，通过SDK tools也能够完全任务，不过要复杂一点。</span></p>
<p>2）运行 GoldCar Helper，算出Reverse CID。</p>
<p><img class="aligncenter" style="border-style: initial; border-color: initial;" title="GoldCard Helper运行后的界面" src="https://market.android.com/publish/images/PAAAABD0B1byrX82CPYpxjaoetWV7AMGnsEW1ODG5Caf8Ogm8Vvdv66Vc5RqAvpaKbPV3j2Sa724o-AeEqme2LBFzVsAzfqVaS6YoukWkpt2UaiVYGrCveJhuXMX.png" alt="GoldCard Helper运行后的界面" /></p>
<p>3）记住这个Reverse CID，到<a href="http://psas.revskills.de/?q=goldcard" target="_blank">Free HTC goldcard generator</a>网站，填入Reverse CID后，下载goldcard.img文件。放到工作目录（~/android-sdk-linux/platform-tools/ ）中。</p>
<p>4）把MicroSD卡放入手机，并连接手机至电脑，连接方式为<span style="color: #0000ff;">“磁盘驱动器”</span>，然后使用Ubuntu的“磁盘实用工具”（通常在系统管理中能够找得到。）查看手机MicroSD的位置，比如/dev/sdc1</p>
<p>）更改手机连接方式为“<span style="color: #0000ff;">仅充电</span>”，并且<span style="color: #0000ff;">打开“USB调试”模式</span>（设置-应用程序-开发-USB调试选项上打勾）。</p>
<p>5）CRTL＋ALT＋T打开终端，进入<strong>工作目录</strong>（<span style="background-color: #000000; color: #ffffff;">cd ~/android-sdk-linux/platform-tools</span>）</p>
<p>键入以下命令以确定正确连接：</p>
<p><span style="color: #ffffff; background-color: #000000;">./adb devices</span></p>
<pre>如果结果类似下面的信息，就说明连接正常了</pre>
<pre><span style="background-color: #000000; color: #ffffff;">* daemon not running. starting it now on port 5037 *</span>
<span style="background-color: #000000; color: #ffffff;">* daemon started successfully *</span>
<span style="background-color: #000000; color: #ffffff;">List of devices attached </span>
<span style="background-color: #000000; color: #ffffff;">HC19EM800998 device</span></pre>
<p>键入以下命令：</p>
<p><span class="Apple-style-span" style="font-family: Consolas, Monaco, monospace; font-size: 12px; line-height: 18px; white-space: pre; background-color: #000000; color: #ffffff;">sudo dd bs=512 if=./<a href="https://xueshu.info/archives/tag/goldcard" class="st_tag internal_tag" rel="tag" title="标签 goldcard 下的日志">goldcard</a>.img of=/dev/sdc1</span></p>
<pre>（<span style="color: #0000ff;">这条命令假设goldcard.img文件在<strong>工作目录</strong>中，并且手机MicroSD在Ubuntu中的路径为/dev/sdc1，否则</span></pre>
<pre><span style="color: #0000ff;">请自己更改具体路径</span>）</pre>
<pre>这样GoldCard就做好了。</pre>
<pre><span style="color: #ff0000;">＊没有GoldCard Helper的情况下，需要自己查找CID序列号并且手工做Reverse（把序列号颠倒过来、颠倒</span></pre>
<pre><span style="color: #ff0000;">后的序列号前面两位字符变成00）工作，具体方式参考：</span></pre>
<pre><span style="color: #ff0000;"><a href="http://www.nazriawang.com/2010/04/how-to-create-goldcard-with-ubuntu.html"><span style="color: #ff0000;">How to create a goldcard with Ubuntu Linux</span></a>。</span></pre>
<pre><span style="color: #ff0000;">＊＊windows系统创建GoldCard的过程可参考<span style="color: #000000;"><a href="http://www.mikesouthby.co.uk/2010/08/htc-desire-updating-to-froyo-official-ota-for-network-branded-handsets/"><span style="color: #000000;">这个网页</span></a></span>。</span></pre>
<pre><span style="background-color: #ccffff;">第三步，下载相关文件：</span></pre>
<pre>这些文件包括：</pre>
<pre><strong>文件（1）</strong><span style="text-decoration: underline;">miniadb_<a href="https://xueshu.info/archives/tag/merge" class="st_tag internal_tag" rel="tag" title="标签 merge 下的日志">merge</a>_updated</span> <strong>包含root必需的文件和一些adb文件，文件名为miniadb_merge.zip</strong>；
<a href="http://www.multiupload.com/WZDH7BDULJ" target="_blank">Multiupload.com - upload your files to multiple file hosting sites!</a>
<strong>文件（2）</strong><span style="text-decoration: underline;">VZW leak 1.23.605.1 ruu.zip</span> <strong>exploitable RUU. 文件名为rom.zip；</strong>
<a href="http://forum.xda-developers.com/showpost.php?p=8237592&amp;postcount=2" target="_blank">xda-developers - View Single Post - [RUU] HTC Lexikon 1.23.605.1 from Verizon [Leak]</a>
<strong>文件（3）</strong><span style="text-decoration: underline;">merge_eng_su_toolkit</span> <strong>为以后安装的的ROM做Root工作的文件；</strong>
<a href="http://www.mediafire.com/?qm0gnel5tiaytq3" target="_blank">signed_merge_su_eng_toolkit.zip</a>
(镜像地址: <a href="http://www.multiupload.com/BJATZD4I18" target="_blank">http://www.multiupload.com/BJATZD4I18</a>)</pre>
<pre><strong>文件（4）要安装的ROM</strong>，下面提供测试通过的三个ROM：</pre>
<pre><strong>US Cellular:</strong>
<span style="text-decoration: underline;">Froyo</span>
<a href="http://www.multiupload.com/MJZHJKSHX0" target="_blank">Multiupload.com - upload your files to multiple file hosting sites!</a>
<span style="text-decoration: underline;">Gingerbread</span>
<a href="http://www.multiupload.com/LGLPFGTVK0" target="_blank">Multiupload.com - upload your files to multiple file hosting sites!</a>
<strong>Verizon:</strong>
<span style="text-decoration: underline;">Froyo</span>
<a href="http://www.multiupload.com/5XTHQ4SLP2" target="_blank">http://www.multiupload.com/5XTHQ4SLP2</a></pre>
<pre><span style="color: #ff0000;"><strong>＊注意：US Cellular的系统没有中文并且安装后需要Root，但有Gingerbread即Android 2.3。Verizon</strong></span></pre>
<pre><span style="color: #ff0000;"><strong>的系统有中文界面并且已经Root完毕，但只有Froyo即Android 2.2；建议选择Verizon</strong></span></pre>
<pre><span style="background-color: #ccffff;">第四步，准备降级：</span></pre>
<pre>1）将第三步中下载的<strong>文件（1）</strong>miniadb_merge.zip解压到工作目录，就Ubuntu而言，需要的是其中所有不</pre>
<pre>带扩展名的文件，即：<strong>busybox、gfree、psneuter、wpthis和zergRush</strong>。</pre>
<pre>2）将第三步中下载的<strong>文件（2）</strong>rom.zip复制到手机MicroSD卡根目录并重命名为PD42IMG.zip。（注意大小</pre>
<pre>写；这一过程需要把连接方式<strong>暂时</strong>更改为<span style="color: #0000ff;">“磁盘驱动器”</span>）

<span style="background-color: #ccffff;">第五步，降级：</span></pre>
<pre>确保手机电池电量足够（当然最好是100％）以及连接方式为<span style="color: #0000ff;">”仅充电”＋USB调试</span></pre>
<pre><strong><span style="background-color: #000000; color: #ffffff;">cd ~/android-sdk-linux/platform-tools</span> </strong><span style="color: #0000ff;">进入工作目录</span></pre>
<pre><span style="color: #ffffff; background-color: #000000;"><strong>./adb devices</strong></span> <span style="color: blue;">确定已经正确连接 </span></pre>
<pre><strong><span style="color: #000000;">1）前期adb处理</span></strong></pre>
<pre><strong style="color: #ffffff; background-color: #000000;">./adb push zergRush /data/local/</strong></pre>
<pre><span style="color: #ffffff; background-color: #000000;"><strong>./adb shell</strong></span> <span style="color: #0000ff;">提示符会变成</span><span style="color: blue;">$</span></pre>
<pre><span style="color: #ffffff; background-color: #000000;"><strong>chmod 755 /data/local/zergRush</strong></span></pre>
<pre><span style="color: #ffffff; background-color: #000000;"><strong>/data/local/zergRush</strong></span>
<span style="color: #0000ff;">这一命令会运行zergRush程序，将会看到提示："found a gingerbread!" 或 "found a froyo!"，</span></pre>
<pre><span style="color: #0000ff;">运行结果会是：Killing ADB and restarting as <a href="https://xueshu.info/archives/tag/root" class="st_tag internal_tag" rel="tag" title="标签 root 下的日志">root</a>...</span>

<span style="background-color: #000000; color: #ffffff;"><strong>./adb push busybox /data/local</strong></span>

<span style="background-color: #000000; color: #ffffff;"><strong>./adb shell</strong></span> 

<span style="background-color: #000000; color: #ffffff;"><strong>chmod 0755 /data/local/busybox</strong></span>

接下来备份并检验其他分区：
<span style="background-color: #000000; color: #ffffff;"><strong>dd if=/dev/block/mmcblk0p17 of=/sdcard/misc-stock.img bs=4096</strong></span></pre>
<pre><span style="background-color: #000000; color: #ffffff;"><strong>/data/local/busybox md5sum /sdcard/misc-stock.img</strong></span></pre>
<pre><span style="background-color: #000000; color: #ffffff;"><strong>/data/local/busybox md5sum /dev/block/mmcblk0p17</strong></span>
<span style="color: #0000ff;">misc-stock.img的MD5值应该与mmcblk0p17相同</span>

<span style="color: #ffffff; background-color: #000000;"><strong>exit</strong></span> <span style="color: blue;">退回至工作目录</span>

<strong>2）重刷img以便系统允许固件刷新</strong></pre>
<pre><span style="background-color: #000000; color: #ffffff;">./</span><strong><span style="background-color: #000000; color: #ffffff;">adb push misc-downgrade.img /sdcard/</span> </strong></pre>
<pre><strong><span style="background-color: #000000; color: #ffffff;">./adb shell</span> </strong></pre>
<pre><strong><span style="background-color: #000000; color: #ffffff;">dd if=/sdcard/misc-downgrade.img of=/dev/block/mmcblk0p17</span> </strong></pre>
<pre><strong><span style="background-color: #000000; color: #ffffff;">sync</span></strong>

<strong>3)刷新固件</strong>

<span style="background-color: #000000; color: #ffffff;"><strong>exit</strong></span> <span style="color: blue;">退回至工作目录</span>

<span style="color: #ffffff; background-color: #000000;"><strong>./adb reboot bootloader</strong></span> <span style="color: #0000ff;">手机会重启至</span><span style="color: blue;"><span style="color: #0000ff;">fastboot界面</span>.按"电源键" 选定bootloader。</span>

系统会查找并且处理MicroSD中的PD42IMG.zip文件，一旦检验完毕，会提示是否更新，</pre>
<pre>根据提示选择更新固件。<strong>如下图所示</strong>：</pre>
<p><a href="https://xueshu.info/archives/10383.html/dsc_0276" rel="attachment wp-att-10384"><img class="wp-image-10384   aligncenter" title="DSC_0276" src="https://xueshu.info/wp-content/uploads/2011/12/DSC_0276-213x300.jpg" alt="" /></a></p>
<p><span style="background-color: #ccffff;">第六步：<a href="https://xueshu.info/archives/tag/s-off" class="st_tag internal_tag" rel="tag" title="标签 s-off 下的日志">s-off</a></span></p>
<p>刷新固件后，略过设置过程，将手机连接方式变为“磁盘驱动器”，把第三步下载的文件（4）更名为<span class="Apple-style-span" style="font-family: Consolas, Monaco, monospace; font-size: 12px; line-height: 18px; white-space: pre;">PD42IMG.zip复制到MicroSD卡根目录中覆盖原来的文件。</span></p>
<p>进入工作目录：<span style="background-color: #000000; color: #ffffff;"><strong style="font-family: Consolas, Monaco, monospace; font-size: 12px; line-height: 18px; white-space: pre;">cd ~/android-sdk-linux/platform-tools</strong></span></p>
<p><span style="background-color: #000000; color: #ffffff;">./adb push psneuter /data/local/</span><br />
<span style="background-color: #000000; color: #ffffff;">./adb push busybox /data/local/</span><br />
<span style="background-color: #000000; color: #ffffff;">./adb push wpthis /data/local/</span><br />
<span style="background-color: #000000; color: #ffffff;">./adb push gfree /data/local/</span><br />
<span style="background-color: #000000; color: #ffffff;">./adb shell</span><br />
<span style="background-color: #000000; color: #ffffff;"> chmod 0755 /data/local/psneuter</span><br />
<span style="background-color: #000000; color: #ffffff;"> chmod 0755 /data/local/wpthis</span><br />
<span style="background-color: #000000; color: #ffffff;"> chmod 0755 /data/local/gfree</span><br />
<span style="background-color: #000000; color: #ffffff;"> /data/local/psneuter </span></p>
<p><span style="background-color: #000000; color: #ffffff;">./adb shell<br />
</span><span class="Apple-style-span" style="color: #ffffff; background-color: #000000;">/data/local/wpthis<br />
</span><span class="Apple-style-span" style="color: #ffffff; background-color: #000000;">/data/local/gfree -f</span></p>
<p><span style="background-color: #000000; color: #ffffff;">./exit</span></p>
<p><span style="background-color: #ccffff;">第七步：升级并ROOT</span></p>
<p><span style="background-color: #000000; color: #ffffff;">./adb reboot bootloader</span> <span class="Apple-style-span" style="font-family: Consolas, Monaco, monospace; font-size: 12px; line-height: 18px; white-space: pre; color: #0000ff;">手机会重启至fastboot界面.按”电源键” 选定bootloader。</span></p>
<p>升级过程<strong>与第六步第3）阶段相同</strong>，如下图所示：</p>
<p style="text-align: center;"><a href="https://xueshu.info/archives/10383.html/dsc_0283" rel="attachment wp-att-10385"><img class="wp-image-10385  aligncenter" title="DSC_0283" src="https://xueshu.info/wp-content/uploads/2011/12/DSC_0283-194x300.jpg" alt="" /></a></p>
<p>如果你安装的是Verizon版本，那么整个过程已经结束，Verizon系统是pre-rooted。</p>
<p>如果安装的是其他版本，那么还需要手动root一下：关机断电，按音量减＋电源键开机，</p>
<p>选择recovery，然后等待进入Amon_Ra recovery，先备份一下，然后选择<strong>第三步下载的文件（3）</strong></p>
<p><strong></strong>merge_su_eng_toolkit，完成后重启。</p>
<p><span style="background-color: #ccffff;">S-Off＋Root+Verizon Froyo 使用感受</span></p>
<p>HTC纵横是一款侧滑全键盘wcdma、cdma和gsm所谓“三网通吃”的手机。3.8寸屏幕、</p>
<p>高通800MHz的CPU、512RAM（实际总内存360＋），运行Android 2.3系统。优点么，</p>
<p>网上不少评测，说说缺点和root后的对比。</p>
<p><img class="aligncenter" src="http://www.htc.com/uploadedImages/CN/Product/HTC_lexicon/ProductBanner_lexicon.jpg" alt="" width="879" height="364" /></p>
<p>纵横的最大缺点就是不容易Root，而Root又首先要通过S-Off。行货机器自带了许许多多烦人的</p>
<p>自启动软件，以及一些不想用又删不掉的软件，如开心网、碰头、QQ、微薄等等。平时使用内</p>
<p>存要占用250M以上，一般在270－290之间。时间稍长或从一个较大的应用程序退出后，回到主</p>
<p>页面需要等待相当长的一段时间……当然最让人无法忍受的是无法使用Google服务。</p>
<p>Root之后，就目前使用的Verizon Froyo来说，与Gingerbread差别不算很大，自己觉得不需要的</p>
<p>软件全删掉了。不光界面清爽，平时使用内存维持在200M以下，可使用内存在160M以上，清理</p>
<p>一下可达到200M以上。机器运行速度明显加快。其他的自然是电子市场、Google服务都能用，</p>
<p>外加一般Root后所能享受的胡搞瞎搞。</p>
<div id="attachment_10386" class="wp-caption aligncenter" style="width: 490px"><a href="https://xueshu.info/archives/10383.html/attachment/20111202174808" rel="attachment wp-att-10386"><img class="wp-image-10386   " title="20111202174808" src="https://xueshu.info/wp-content/uploads/2011/12/20111202174808-180x300.png" alt="" width="480" height="800" /></a><p class="wp-caption-text">S-Off和Root后的主界面</p></div>
<div id="attachment_10387" class="wp-caption aligncenter" style="width: 490px"><a href="https://xueshu.info/archives/10383.html/attachment/20111202180206" rel="attachment wp-att-10387"><img class="size-full wp-image-10387" title="20111202180206" src="https://xueshu.info/wp-content/uploads/2011/12/20111202180206.png" alt="" width="480" height="800" /></a><p class="wp-caption-text">S-Off和Root后的界面</p></div>
<div id="attachment_10388" class="wp-caption aligncenter" style="width: 490px"><a href="https://xueshu.info/archives/10383.html/attachment/20111202175114" rel="attachment wp-att-10388"><img class="size-full wp-image-10388" title="20111202175114" src="https://xueshu.info/wp-content/uploads/2011/12/20111202175114.png" alt="" width="480" height="800" /></a><p class="wp-caption-text">S-Off和Root后的系统软件信息</p></div>
<div id="attachment_10389" class="wp-caption aligncenter" style="width: 570px"><a href="https://xueshu.info/archives/10383.html/attachment/20111202181635" rel="attachment wp-att-10389"><img class="size-full wp-image-10389 " title="20111202181635" src="https://xueshu.info/wp-content/uploads/2011/12/20111202181635.png" alt="" width="560" height="336" /></a><p class="wp-caption-text">S-Off和Root后，可以修改/etc/hosts文件，就能上twitter和facebook了。</p></div>
<div id="attachment_10390" class="wp-caption aligncenter" style="width: 486px"><a href="https://xueshu.info/archives/10383.html/attachment/20111202190426" rel="attachment wp-att-10390"><img class="size-full wp-image-10390" title="20111202190426" src="https://xueshu.info/wp-content/uploads/2011/12/20111202190426.png" alt="" width="476" height="652" /></a><p class="wp-caption-text">S-Off和Root后的CPU与内存信息</p></div>
<div id="attachment_10391" class="wp-caption aligncenter" style="width: 490px"><a href="https://xueshu.info/archives/10383.html/attachment/20111202180653" rel="attachment wp-att-10391"><img class="size-full wp-image-10391" title="20111202180653" src="https://xueshu.info/wp-content/uploads/2011/12/20111202180653.png" alt="" width="480" height="800" /></a><p class="wp-caption-text">Root的标志，文件系统可读写</p></div>
<div id="attachment_10392" class="wp-caption aligncenter" style="width: 810px"><a href="https://xueshu.info/archives/10383.html/attachment/20111202174854" rel="attachment wp-att-10392"><img class="size-full wp-image-10392" title="20111202174854" src="https://xueshu.info/wp-content/uploads/2011/12/20111202174854.png" alt="" width="800" height="480" /></a><p class="wp-caption-text">可以拍摄720p视频？</p></div>
<div id="google_plus_one"><g:plusone></g:plusone></div>]]></content:encoded>
			<wfw:commentRss>https://xueshu.info/archives/10383.html/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Ubuntu中播放及转换无损音乐（ape, flac&#8230;.）</title>
		<link>https://xueshu.info/archives/10379.html</link>
		<comments>https://xueshu.info/archives/10379.html#comments</comments>
		<pubDate>Fri, 09 Sep 2011 10:21:06 +0000</pubDate>
		<dc:creator>完美</dc:creator>
				<category><![CDATA[挨踢]]></category>
		<category><![CDATA[ape]]></category>
		<category><![CDATA[flac]]></category>
		<category><![CDATA[lossless audio]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">https://xueshu.info/?p=10379</guid>
		<description><![CDATA[DeaDBeeF是播放带cue文件无损音乐的一个好程序，cue文件编码最好设置为utf-8. 如果想转换ape、flac为单个wav或flac或mp3，使用命令行应该是最便捷的手法了。可以安装以下转换程序： sudo apt-get install cuetools shntool shntool原生只支持wav，所以要转换flac、ape，就要安装相应的文件支持程序，如MAC和flac(sudo apt-get install flac)。 转换命令是： cuebreakpoints sample.cue &#124; shnsplit -o flac sample.flac 这样程序就会根据cue把flac分割为单个的flac文件，如想要wav格式，就把-o flac改为-o wav即可。 ape也是一样： cuebreakpoints sample.cue &#124; shnsplit -o flac sample.ape 或 cuebreakpoints sample.cue &#124; shnsplit -o wav sample.ape 参考：« Converting Monkey’s Audio (ape) to flac in Ubuntu]]></description>
			<content:encoded><![CDATA[<p><a href="http://deadbeef.sourceforge.net/">DeaDBeeF</a>是播放带cue文件无损音乐的一个好程序，cue文件编码最好设置为utf-8.</p>
<p>如果想转换ape、flac为单个wav或flac或mp3，使用命令行应该是最便捷的手法了。可以安装以下转换程序：</p>
<p><strong>sudo apt-get install cuetools shntool</strong></p>
<p>shntool原生只支持wav，所以要转换flac、<a href="https://xueshu.info/archives/tag/ape" class="st_tag internal_tag" rel="tag" title="标签 ape 下的日志">ape</a>，就要安装相应的文件支持程序，如<a href="http://aidanjm.wordpress.com/2007/01/26/using-monkeys-audio-ape-files-in-ubuntu/">MAC</a>和flac(sudo apt-get install <a href="https://xueshu.info/archives/tag/flac" class="st_tag internal_tag" rel="tag" title="标签 flac 下的日志">flac</a>)。</p>
<p>转换命令是：</p>
<p><strong>cuebreakpoints sample.cue | shnsplit -o flac sample.flac</strong></p>
<p><strong></strong>这样程序就会根据cue把flac分割为单个的flac文件，如想要wav格式，就把-o flac改为-o wav即可。</p>
<p>ape也是一样：</p>
<p><strong>cuebreakpoints sample.cue | shnsplit -o flac sample.ape</strong></p>
<p><strong></strong>或</p>
<p><strong>cuebreakpoints sample.cue | shnsplit -o wav sample.ape</strong></p>
<p>参考：« <a href="http://aidanjm.wordpress.com/2007/02/04/converting-monkey%e2%80%99s-audio-ape-files-to-flac-in-ubuntu/" rel="prev">Converting Monkey’s Audio (ape) to flac in Ubuntu</a></p>
<div id="google_plus_one"><g:plusone></g:plusone></div>]]></content:encoded>
			<wfw:commentRss>https://xueshu.info/archives/10379.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>学术猫：骨折了，手术了，恢复中</title>
		<link>https://xueshu.info/archives/10322.html</link>
		<comments>https://xueshu.info/archives/10322.html#comments</comments>
		<pubDate>Wed, 24 Aug 2011 12:59:32 +0000</pubDate>
		<dc:creator>完美</dc:creator>
				<category><![CDATA[Animal Friends]]></category>
		<category><![CDATA[热点]]></category>
		<category><![CDATA[北大]]></category>
		<category><![CDATA[学术猫]]></category>

		<guid isPermaLink="false">https://xueshu.info/?p=10322</guid>
		<description><![CDATA[今天看到新闻，有名的学术猫不幸骨折……饿得皮包骨头（体重3KG）出现在实验室，然后被未名ID为Cute的一位同学带去医院，20号顺利手术，现正在恢复中。 爬到未名站，几位同学有图有真相地每天汇报学术猫的情况。 发信人: LegendL (一笑戚七兮，一顾倾洛城~)  标 题: 学术猫要死了，求助  发信站: 北大未名站 (2011年08月17日16:29:57 星期三) 发信人: cute (小Q~&#124;君且随意 我自倾怀)  标 题: Re: 学术猫要死了，求助  发信站: 北大未名站 (2011年08月17日17:34:45 星期三)  应该不是呢 刚才摸过凹下去的脊背和身体 除了瘸的左后脚其他地方都 没有变形和扭曲的样子轻轻捏猫咪也没表现出痛苦和不适 身体没有外伤 但瘦的啊 一把骨头...还呆呆傻傻 各种衰 原来是神气的学术之神 现在真可怜哪。。。 发信人: cute (小Q~&#124;君且随意 我自倾怀)  标 题: 学术猫最新情况汇报  发信站: 北大未名站 (2011年08月18日01:07:44 星期四) 医生大致检查了下说需要拍x光片，我就带她去了。这时猫就开始发飙，尤其碰到受伤的左后腿时，就跟疯了 一样 （后来看了片子才知道她有多疼），医生+护士+我三个人都 按不住（lz被挠得好惨），你见过带两个 伊利莎白 圈防止咬人的飙猫没？今天就是了，整个医院的猫咪都不吭声了... 我终于觉得她恢复了平时一点神气...但随后 就又特别颓了 。 医生看片子发现是左后腿大腿骨折，幸亏是两个角度拍的x光断骨俯视时看是搭在一起的， [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_10323" class="wp-caption alignleft" style="width: 222px"> <a href="https://xueshu.info/archives/10322.html/xsm_001" rel="attachment wp-att-10323"><img class="size-medium wp-image-10323  " title="xsm_001" src="https://xueshu.info/wp-content/uploads/2011/08/xsm_001-236x300.jpg" alt="" width="212" height="270" /></a>  <p class="wp-caption-text">上新闻了。注意所在栏目专题……</p></div>
<p>今天看到新闻，有名的<a href="https://xueshu.info/archives/386.html">学术猫</a>不幸骨折……饿得皮包骨头（体重3KG）出现在实验室，然后被<a href="未名ID为Cute">未名ID为Cute</a>的一位同学带去医院，20号顺利手术，现正在恢复中。</p>
<p>爬到未名站，几位同学有图有真相地每天汇报学术猫的情况。</p>
<pre><span style="background-color: #99ccff;">发信人: LegendL (一笑戚七兮，一顾倾洛城~) </span></pre>
<pre><span class="Apple-style-span" style="background-color: #99ccff;">标 题: 学术猫要死了，求助 </span></pre>
<pre><span class="Apple-style-span" style="background-color: #99ccff;">发信站: 北大未名站 (2011年08月17日16:29:57 星期三)</span></pre>
<pre></pre>
<pre><span style="background-color: #ffff99;">发信人: cute (小Q~|君且随意 我自倾怀) </span></pre>
<pre><span style="background-color: #ffff99;">标 题: Re: 学术猫要死了，求助 </span></pre>
<pre><span style="background-color: #ffff99;">发信站: 北大未名站 (2011年08月17日17:34:45 星期三) </span></pre>
<pre><span class="Apple-style-span" style="background-color: #ffff99;">应该不是呢 刚才摸过凹下去的脊背和身体 除了瘸的左后脚其他地方都</span></pre>
<pre><span class="Apple-style-span" style="background-color: #ffff99;">没有变形和扭曲的样子</span><span class="Apple-style-span" style="background-color: #ffff99;">轻轻捏猫咪也没表现出痛苦和不适 身体没有外伤 但瘦的啊 一把骨头...还呆呆傻傻 各种衰</span></pre>
<pre><span class="Apple-style-span" style="background-color: #ffff99;">原来是神气的学术之神 现在真可怜哪。。。</span></pre>
<pre></pre>
<pre><span class="Apple-style-span" style="background-color: #99ccff;">发信人: cute (小Q~|君且随意 我自倾怀) </span></pre>
<pre><span class="Apple-style-span" style="background-color: #99ccff;">标 题: 学术猫最新情况汇报 </span></pre>
<pre><span class="Apple-style-span" style="background-color: #99ccff;">发信站: 北大未名站 (2011年08月18日01:07:44 星期四)</span></pre>
<pre><span class="Apple-style-span" style="background-color: #99ccff;">医生大致检查了下说需要拍x光片，我就带她去了。这时猫就开始发飙，</span><span class="Apple-style-span" style="background-color: #99ccff;">尤其碰到受伤的左后腿时，就跟疯了</span></pre>
<pre><span class="Apple-style-span" style="background-color: #99ccff;">一样 （后来看了片子才知道她有</span><span class="Apple-style-span" style="background-color: #99ccff;">多疼），医生+护士+我三个人都 按不住（lz被挠得好惨），你见过带两个</span></pre>
<pre><span class="Apple-style-span" style="background-color: #99ccff;">伊利莎白 圈防止咬人的飙猫没？</span><span class="Apple-style-span" style="background-color: #99ccff;">今天就是了，整个医院的猫咪都不吭声了...</span></pre>
<pre><span class="Apple-style-span" style="background-color: #99ccff;">我终于觉得她恢复了平时一点神气...但随后 就又特别颓了 。</span></pre>
<pre><span class="Apple-style-span" style="background-color: #99ccff;">医生看片子发现是左后腿大腿骨折，幸亏是两个角度拍的x光断骨俯视时看是搭在一起的，</span></pre>
<pre><span class="Apple-style-span" style="background-color: #99ccff;">但侧视看让人揪心，是断的很彻底的两截尖利的骨头，深深扎在软组织里，小学还用这条腿点着地走路...</span></pre>
<pre><span class="Apple-style-span" style="background-color: #99ccff;">想一下就肝儿颤了,不知道她受了多少罪。</span></pre>
<pre><span style="background-color: #ffff99;">发信人: cute (小Q~|君且随意 我自倾怀) </span></pre>
<pre><span style="background-color: #ffff99;">标 题: 8.18学术猫情况汇报 </span></pre>
<pre><span style="background-color: #ffff99;">发信站: 北大未名站 (2011年08月19日00:05:30 星期五) </span></pre>
<pre><span style="background-color: #ffff99;">忙了一天的cute回来了，立刻爬上来汇报： 猫咪昨晚和今天白天都没有吐，胰腺应该没问题^^ </span></pre>
<pre><span style="background-color: #ffff99;">三条腿用猫砂很 艰难，但是娴熟（ 谁教的！），目前只有尿尿，木有恩恩。由于怕饿久了猛地吃多不好，</span></pre>
<pre><span style="background-color: #ffff99;">每次只喂她少量猫 粮+ 虾+牛奶/清水，她很喜欢，每次都吃光光，个人觉得生命体征已经稳定下来了，</span></pre>
<pre><span style="background-color: #ffff99;">可是 鼻头还是干的（没事儿吧？） 精神的话现在已经没昨天那么傻了，尝试往床上跳（腿都断成那样折腾个啥）</span></pre>
<pre><span style="background-color: #ffff99;">但还是怯生生的很安静，大多数 时间pia在地上不动，lz家柜子下 面有个巴掌大口的洞，今天早上到处找不到，</span></pre>
<pre><span style="background-color: #ffff99;">然后就看一只猫头从洞口冒出， 然后像毛虫 一样蠕动出来= =|||， 真是百感交集...bless 老猫...明天去复诊.</span>..</pre>
<pre><span class="Apple-style-span" style="background-color: #99ccff;">发信人: cute (小Q~|君且随意 我自倾怀) </span></pre>
<pre><span class="Apple-style-span" style="background-color: #99ccff;">标 题: 820学术猫术后情况汇报 </span></pre>
<pre><span class="Apple-style-span" style="background-color: #99ccff;">发信站: 北大未名站 (2011年08月21日01:38:02 星期天) </span></pre>
<pre><span class="Apple-style-span" style="background-color: #99ccff;">刚回家的cute屁颠屁颠爬上来，相信这会儿大家都知道学术猫已经顺利下手术台了！</span></pre>
<pre><span class="Apple-style-span" style="background-color: #99ccff;">并且在晚上九点多彻底清醒</span><span class="Apple-style-span" style="background-color: #99ccff;">过来（医院晚上12点前都有护士留守），之前担心老猫能不能撑过手术的焦虑不存在了！</span></pre>
<pre><span class="Apple-style-span" style="background-color: #99ccff;">（耶！撒花！长出一口 </span><span class="Apple-style-span" style="background-color: #99ccff;">气！~~ ^-^）</span></pre>
<pre><span class="Apple-style-span" style="background-color: #99ccff;">术后恢复过程是这样： </span><span class="Apple-style-span" style="background-color: #99ccff;">after 6 hours：麻醉效过，进食少量食物和水；</span></pre>
<pre><span class="Apple-style-span" style="background-color: #99ccff;">1week：留院，输液看护；</span></pre>
<pre><span class="Apple-style-span" style="background-color: #99ccff;">2-3w：可接回家，但限制猫体自</span><span class="Apple-style-span" style="background-color: #99ccff;">由，不准下地不准碰伤处</span></pre>
<pre><span class="Apple-style-span" style="background-color: #99ccff;">（cute已经邪恶地想到像带小盆友一样带她上厕所的情景：放着我来！~~），尽情长</span><span class="Apple-style-span" style="background-color: #99ccff;">肥；</span></pre>
<pre><span class="Apple-style-span" style="background-color: #99ccff;">4-12w：静养，憋足3个月撤钢丝</span></pre>
<pre></pre>
<pre><span style="background-color: #ffff99;">发信人: daisylove (总有一天)</span>
<span style="background-color: #ffff99;">标 题: 8.22学术猫情况进展-探望归来</span>
<span style="background-color: #ffff99;">发信站: 北大未名站 (2011年08月22日16:13:20 星期一)</span>
<span style="background-color: #ffff99;">12点多到了纳吉亚，看到学术猫已经打上点滴了，依然是伊丽莎白女士造型，很乖的趴在</span>
<span style="background-color: #ffff99;">那里，屁股冲着我，我说小断我来啦~ 她就哼哼两声，我摸摸她她又哼哼两声~~ 看了看</span>
<span style="background-color: #ffff99;">学术猫的病例，昨天的病例上写着，“早上状况良好，但不喜欢吃猫粮，换了皇家，还喜</span>
<span style="background-color: #ffff99;">欢吃，但吃的不多。闻到了隔壁的猫的AD猫罐头时，居然站起来了，所以早餐就是猫粮和</span>
<span style="background-color: #ffff99;">AD……”看完我这个心酸，贼后悔昨天没来看她，让她受委屈了，一直这么淡定、有个性的</span>
<span style="background-color: #ffff99;">猫，居然想吃隔壁的AD。还记着昨天中午11点多的时候一个MM过来看望小断，送了两罐AD~~ </span></pre>
<pre><span style="background-color: #ffff99;">总体来说，学术猫情况不错，精神头还行，跟以前一样，就趴在那冥思，累了就站起来翻</span>
<span style="background-color: #ffff99;">个身，站起来还不错，自己也知道不去碰手术的那条腿，翻身后终于不再用没毛的半边屁</span>
<span style="background-color: #ffff99;">股对着我了~~ 吃的话ad吃的比猫粮要多些，我这次带去了营养膏和罐头，她估计会吃的</span>
<span style="background-color: #ffff99;">越来越多，体重神马的跟手术前一样，3.2公斤~ 估计还要再打3天的点滴。</span></pre>
<pre><span class="Apple-style-span" style="font-family: Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif; font-size: 13px; line-height: 19px; white-space: normal;">以下图片均转载自北大未名站流浪猫关爱协会版。</span></pre>
<pre><span class="Apple-style-span" style="font-family: Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif; font-size: 13px; line-height: 19px; white-space: normal;"><span id="more-10322"></span> </span></pre>
<div id="attachment_10351" class="wp-caption aligncenter" style="width: 650px"><a href="https://xueshu.info/archives/10322.html/dscn2731" rel="attachment wp-att-10351"><img class="size-full wp-image-10351 " title="瘦得很口年" src="https://xueshu.info/wp-content/uploads/2011/08/dscn2731.jpg" alt="瘦得很口年" width="640" height="360" /></a><p class="wp-caption-text">瘦得很口年</p></div>
<div id="attachment_10352" class="wp-caption aligncenter" style="width: 650px"><a href="https://xueshu.info/archives/10322.html/%e5%b7%a6%e5%90%8e%e8%85%bf%e5%8f%97%e4%bc%a4%e7%89%b9%e5%86%991" rel="attachment wp-att-10352"><img class="size-full wp-image-10352" title="左后腿受伤特写" src="https://xueshu.info/wp-content/uploads/2011/08/左后腿受伤特写1.jpg" alt="左后腿受伤特写" width="640" height="478" /></a><p class="wp-caption-text">左后腿受伤特写</p></div>
<div id="attachment_10353" class="wp-caption aligncenter" style="width: 650px"><a href="https://xueshu.info/archives/10322.html/%e6%9c%af%e5%90%8e%e5%9b%9b%e5%88%86%e4%b9%8b%e4%b8%80%e6%98%8f%e8%bf%b7%e5%85%a8%e8%ba%ab%e7%85%a7" rel="attachment wp-att-10353"><img class="size-full wp-image-10353" title="术后四分之一昏迷全身照" src="https://xueshu.info/wp-content/uploads/2011/08/术后四分之一昏迷全身照.jpg" alt="术后四分之一昏迷全身照" width="640" height="478" /></a><p class="wp-caption-text">术后四分之一昏迷全身照</p></div>
<div id="attachment_10354" class="wp-caption aligncenter" style="width: 650px"><a href="https://xueshu.info/archives/10322.html/%e7%bb%88%e4%ba%8e%e8%bf%9e%e4%b8%8a%e4%ba%861" rel="attachment wp-att-10354"><img class="size-full wp-image-10354" title="终于连上了" src="https://xueshu.info/wp-content/uploads/2011/08/终于连上了1.jpg" alt="终于连上了" width="640" height="478" /></a><p class="wp-caption-text">终于连上了</p></div>
<div id="attachment_10355" class="wp-caption aligncenter" style="width: 650px"><a href="https://xueshu.info/archives/10322.html/%e5%88%9a%e5%90%83%e5%ae%8cad%ef%bc%8c%e9%9d%99%e5%85%bb%e4%b8%ad" rel="attachment wp-att-10355"><img class="size-full wp-image-10355 " title="刚吃完ad，静养中" src="https://xueshu.info/wp-content/uploads/2011/08/刚吃完ad，静养中.jpg" alt="刚吃完ad，静养中" width="640" height="383" /></a><p class="wp-caption-text">刚吃完ad，静养中</p></div>
<div id="google_plus_one"><g:plusone></g:plusone></div>]]></content:encoded>
			<wfw:commentRss>https://xueshu.info/archives/10322.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>“文明”的价值</title>
		<link>https://xueshu.info/archives/10311.html</link>
		<comments>https://xueshu.info/archives/10311.html#comments</comments>
		<pubDate>Mon, 25 Jul 2011 09:26:36 +0000</pubDate>
		<dc:creator>完美</dc:creator>
				<category><![CDATA[译文志]]></category>
		<category><![CDATA[文明]]></category>
		<category><![CDATA[辜鸿铭]]></category>

		<guid isPermaLink="false">https://xueshu.info/?p=10311</guid>
		<description><![CDATA[Now in order to estimate the value of a civilisation, it seems to me, the question we must finally ask is not what great cities, what magnificent houses, what fine roads it has built and is able to build; what beautiful and comfortable furniture, what clever and useful implements, tools and instruments it has made [...]]]></description>
			<content:encoded><![CDATA[<p>Now in order to estimate the value of a civilisation, it seems to me, the question we must finally ask is not what great cities, what magnificent houses, what fine roads it has built and is able to build; what beautiful and comfortable furniture, what clever and useful implements, tools and instruments it has made and is able to make; no, not even what institutions, what arts and sciences it has invented: the question we must ask, in order to estimate the value of a civilisation, &#8211;is, <em>what type of humanity</em>, what kind of men and women it has been able to produce. In fact, the man and woman, &#8211;the type of human beings&#8211; which a civilisation produces, it is this which shows the essence, the personality, so to speak, the soul of that civilisation. （KU HUNG-MING, The Spirit of Chinese People. ）</p>
<p>吾眼中文明价值之估量，其根本之究问非谓有否与能否修建繁华之都市、雄伟之建筑、恢弘之马路；亦非有否与能否制造舒适之家俱、精巧之器皿、实用之工具；甚或创造出何种体制、艺术与科学。夫文明之价值，欲审之而必问者惟其产育之人品类为何。其陶铸之男女诚显文明之本性，可谓文明之魂也。（<a href="https://xueshu.info/archives/tag/%e8%be%9c%e9%b8%bf%e9%93%ad" class="st_tag internal_tag" rel="tag" title="标签 辜鸿铭 下的日志">辜鸿铭</a>：春秋大义）</p>
<p>不通古文，硬译……</p>
<div id="google_plus_one"><g:plusone></g:plusone></div>]]></content:encoded>
			<wfw:commentRss>https://xueshu.info/archives/10311.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>時節</title>
		<link>https://xueshu.info/archives/10309.html</link>
		<comments>https://xueshu.info/archives/10309.html#comments</comments>
		<pubDate>Tue, 12 Jul 2011 18:39:38 +0000</pubDate>
		<dc:creator>完美</dc:creator>
				<category><![CDATA[发自黑莓]]></category>
		<category><![CDATA[東京夢華錄]]></category>
		<category><![CDATA[七夕]]></category>
		<category><![CDATA[端午]]></category>

		<guid isPermaLink="false">https://xueshu.info/archives/10309.html</guid>
		<description><![CDATA[項安世 項氏家說 卷八 節序說，俗言端午為屈原，七夕為女、牛，皆附會之說也。大率人情每兩月必一聚會，而月必用陽，日必重之，此古人因人情而立教，示尊陽也。是故正月則用一日，三月則用重三，五月則用重五，七月則用重七，九月則用重九，皆取陽月陽日，獨十一月用冬至，蓋陽生之日亦重陽也… 所以故事可能是这样的： 鱼1：去年夏天掉下个银来乃们吃到木有？ 鱼2鱼3:吃到啦…肿么鸟？ 鱼1 :今天银们又开着船敲锣打鼓滴扔下来不少东东，说是跟内个银有关…恐怕是下毒报复咱们吧… 鱼2 :别扯鸟…偶跟鱼3鱼4都吃啦…挺好滴，应该是饭后甜点，银类记性不好，送晚啦…还有94花生馅滴有点塞牙… 众鱼：银类万岁！ 屈灵均：乃们介群魂淡啊 (╥﹏╥) 韩国银(小声)：三闾大夫其实是偶们家滴… 屈灵均：哥温！ Posted with WordPress for BlackBerry.]]></description>
			<content:encoded><![CDATA[<p>項安世 項氏家說 卷八 節序說，俗言端午為屈原，七夕為女、牛，皆附會之說也。大率人情每兩月必一聚會，而月必用陽，日必重之，此古人因人情而立教，示尊陽也。是故正月則用一日，三月則用重三，五月則用重五，七月則用重七，九月則用重九，皆取陽月陽日，獨十一月用冬至，蓋陽生之日亦重陽也… </p>
<p>所以故事可能是这样的：<br />
鱼1：去年夏天掉下个银来乃们吃到木有？<br />
鱼2鱼3:吃到啦…肿么鸟？<br />
鱼1 :今天银们又开着船敲锣打鼓滴扔下来不少东东，说是跟内个银有关…恐怕是下毒报复咱们吧…<br />
鱼2 :别扯鸟…偶跟鱼3鱼4都吃啦…挺好滴，应该是饭后甜点，银类记性不好，送晚啦…还有94花生馅滴有点塞牙…<br />
众鱼：银类万岁！<br />
屈灵均：乃们介群魂淡啊  (╥﹏╥)<br />
韩国银(小声)：三闾大夫其实是偶们家滴…<br />
屈灵均：哥温！
<p>Posted with WordPress for BlackBerry.</p>
<div id="google_plus_one"><g:plusone></g:plusone></div>]]></content:encoded>
			<wfw:commentRss>https://xueshu.info/archives/10309.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>联结facebook测试</title>
		<link>https://xueshu.info/archives/10306.html</link>
		<comments>https://xueshu.info/archives/10306.html#comments</comments>
		<pubDate>Mon, 04 Jul 2011 10:56:27 +0000</pubDate>
		<dc:creator>完美</dc:creator>
				<category><![CDATA[挨踢]]></category>
		<category><![CDATA[facebook]]></category>

		<guid isPermaLink="false">https://xueshu.info/?p=10306</guid>
		<description><![CDATA[如题。]]></description>
			<content:encoded><![CDATA[<p>如题。</p>
<div id="google_plus_one"><g:plusone></g:plusone></div>]]></content:encoded>
			<wfw:commentRss>https://xueshu.info/archives/10306.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>在U盘上安装Ubuntu 11.04系统</title>
		<link>https://xueshu.info/archives/10288.html</link>
		<comments>https://xueshu.info/archives/10288.html#comments</comments>
		<pubDate>Fri, 01 Jul 2011 09:12:54 +0000</pubDate>
		<dc:creator>完美</dc:creator>
				<category><![CDATA[挨踢]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">https://xueshu.info/?p=10288</guid>
		<description><![CDATA[注：这篇文章讲的不是把U盘做成启动盘。 需要准备的工具：启动光盘一个；U盘一只（如果电脑有条件，最好是16G以上USB3.0的U盘，除了容量越大越好外，USB2.0的速度实在是不给力） 第一步：设置光盘启动。 第二步，启动后可以选择“试用Ubuntu”然后安装的方式，也可以直接选择“安装Ubuntu”。 第三步，在试用系统中选择桌面上的安装程序。 第四步，选择安装语言。 第五步，查看安装要求和安装选项。 第六步，分配磁盘空间。 第七步，选择U盘为安装对象。 第八步，给U盘新添分区表，并且设置分区。注：下图分区只是做为一个例子，实际这么分区不科学。 第九步，开始安装。一边安装，一边设置一些个人信息和密码。 第十步，安装结束。结束时的最后一项工作是 grub-install，图中的显示结果说明启动器会安装在U盘上。 第十一步，重启并选择启动方式。需要注意的是，一旦在U盘上安装成功，启动时就不应该再设置为USB-HDD优先了，因为这头U盘现在已经被系统视为硬盘，所以正确的方式是在硬盘启动顺序中，把U盘列在其他硬盘上方。 最后要说明的是，安装好的U盘，启动速度非常慢。使用时的速度也很慢。]]></description>
			<content:encoded><![CDATA[<p><strong>注：</strong>这篇文章讲的不是把U盘做成启动盘。</p>
<p><strong>需要准备的工具：</strong>启动光盘一个；U盘一只（如果电脑有条件，最好是16G以上USB3.0的U盘，除了容量越大越好外，USB2.0的速度实在是不给力）</p>
<p><strong>第一步：设置光盘启动。</strong></p>
<div id="attachment_10289" class="wp-caption aligncenter" style="width: 610px"><a rel="attachment wp-att-10289" href="https://xueshu.info/archives/10288.html/dsc_9696"><img class="size-full wp-image-10289" title="DSC_9696" src="https://xueshu.info/wp-content/uploads/2011/07/DSC_9696.jpg" alt="" width="600" height="484" /></a><p class="wp-caption-text">在BIOS设置中更改第一启动盘为光盘</p></div>
<p><strong><span id="more-10288"></span>第二步，启动后可以选择“试用Ubuntu”然后安装的方式，也可以直接选择“安装Ubuntu”。</strong></p>
<p><a rel="attachment wp-att-10290" href="https://xueshu.info/archives/10288.html/dsc_9699"><img class="aligncenter size-full wp-image-10290" title="DSC_9699" src="https://xueshu.info/wp-content/uploads/2011/07/DSC_9699.jpg" alt="" width="600" height="456" /></a></p>
<p><strong>第三步，在试用系统中选择桌面上的安装程序。</strong></p>
<div id="attachment_10291" class="wp-caption aligncenter" style="width: 610px"><a rel="attachment wp-att-10291" href="https://xueshu.info/archives/10288.html/screenshot_01"><img class="size-full wp-image-10291" title="Screenshot_01" src="https://xueshu.info/wp-content/uploads/2011/07/Screenshot_01.jpg" alt="" width="600" height="480" /></a><p class="wp-caption-text">选择安装程序</p></div>
<p><strong>第四步，选择安装语言。</strong></p>
<p><a rel="attachment wp-att-10292" href="https://xueshu.info/archives/10288.html/screenshot_02"><img class="aligncenter size-full wp-image-10292" title="Screenshot_02" src="https://xueshu.info/wp-content/uploads/2011/07/Screenshot_02.jpg" alt="" width="600" height="444" /></a></p>
<p><strong>第五步，查看安装要求和安装选项。</strong></p>
<p><a rel="attachment wp-att-10293" href="https://xueshu.info/archives/10288.html/screenshot_03"><img class="aligncenter size-full wp-image-10293" title="Screenshot_03" src="https://xueshu.info/wp-content/uploads/2011/07/Screenshot_03.jpg" alt="" width="600" height="447" /></a></p>
<p><strong>第六步，分配磁盘空间。</strong></p>
<p><a rel="attachment wp-att-10294" href="https://xueshu.info/archives/10288.html/screenshot_04"><img class="aligncenter size-full wp-image-10294" title="Screenshot_04" src="https://xueshu.info/wp-content/uploads/2011/07/Screenshot_04.jpg" alt="" width="600" height="389" /></a></p>
<p><strong>第七步，选择U盘为安装对象。</strong></p>
<p><a rel="attachment wp-att-10295" href="https://xueshu.info/archives/10288.html/screenshot_05"><img class="aligncenter size-full wp-image-10295" title="Screenshot_05" src="https://xueshu.info/wp-content/uploads/2011/07/Screenshot_05.jpg" alt="" width="600" height="384" /></a></p>
<p><strong>第八步，给U盘新添分区表，并且设置分区。注：下图分区只是做为一个例子，实际这么分区不科学。</strong></p>
<p><a rel="attachment wp-att-10296" href="https://xueshu.info/archives/10288.html/screenshot_06"><img class="aligncenter size-full wp-image-10296" title="Screenshot_06" src="https://xueshu.info/wp-content/uploads/2011/07/Screenshot_06.jpg" alt="" width="600" height="389" /></a><a rel="attachment wp-att-10297" href="https://xueshu.info/archives/10288.html/screenshot_07"><img class="aligncenter size-full wp-image-10297" title="Screenshot_07" src="https://xueshu.info/wp-content/uploads/2011/07/Screenshot_07.jpg" alt="" width="600" height="391" /></a></p>
<p><strong>第九步，开始安装。一边安装，一边设置一些个人信息和密码。</strong></p>
<p><a rel="attachment wp-att-10298" href="https://xueshu.info/archives/10288.html/screenshot_08"><img class="aligncenter size-full wp-image-10298" title="Screenshot_08" src="https://xueshu.info/wp-content/uploads/2011/07/Screenshot_08.jpg" alt="" width="600" height="440" /></a></p>
<p><strong>第十步，安装结束。结束时的最后一项工作是 grub-install，图中的显示结果说明启动器会安装在U盘上。</strong></p>
<p><a rel="attachment wp-att-10299" href="https://xueshu.info/archives/10288.html/screenshot_11"><img class="aligncenter size-full wp-image-10299" title="Screenshot_11" src="https://xueshu.info/wp-content/uploads/2011/07/Screenshot_11.jpg" alt="" width="600" height="440" /></a></p>
<p><strong>第十一步，重启并选择启动方式。需要注意的是，一旦在U盘上安装成功，启动时就不应该再设置为USB-HDD优先了，因为这头U盘现在已经被系统视为硬盘，所以正确的方式是在硬盘启动顺序中，把U盘列在其他硬盘上方。</strong></p>
<p><a rel="attachment wp-att-10300" href="https://xueshu.info/archives/10288.html/dsc_9702"><img class="aligncenter size-full wp-image-10300" title="DSC_9702" src="https://xueshu.info/wp-content/uploads/2011/07/DSC_9702.jpg" alt="" width="600" height="477" /></a></p>
<p>最后要说明的是，安装好的U盘，启动速度非常慢。使用时的速度也很慢。</p>
<div id="google_plus_one"><g:plusone></g:plusone></div>]]></content:encoded>
			<wfw:commentRss>https://xueshu.info/archives/10288.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>这俩人像不像？</title>
		<link>https://xueshu.info/archives/10284.html</link>
		<comments>https://xueshu.info/archives/10284.html#comments</comments>
		<pubDate>Tue, 28 Jun 2011 02:27:40 +0000</pubDate>
		<dc:creator>完美</dc:creator>
				<category><![CDATA[影像志]]></category>
		<category><![CDATA[任达华]]></category>
		<category><![CDATA[蒋介石]]></category>

		<guid isPermaLink="false">https://xueshu.info/?p=10284</guid>
		<description><![CDATA[觉得俩帅哥挺像的，不过识别人相貌的能力比较差，所以也许看得不准。]]></description>
			<content:encoded><![CDATA[<p>觉得俩帅哥挺像的，不过识别人相貌的能力比较差，所以也许看得不准。</p>
<p style="text-align: center;"><a rel="attachment wp-att-10285" href="https://xueshu.info/archives/10284.html/c_r"><img class="aligncenter size-full wp-image-10285" title="C_R" src="https://xueshu.info/wp-content/uploads/2011/06/C_R.jpg" alt="" width="558" height="340" /></a></p>
<div id="google_plus_one"><g:plusone></g:plusone></div>]]></content:encoded>
			<wfw:commentRss>https://xueshu.info/archives/10284.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>偶……中签了～</title>
		<link>https://xueshu.info/archives/10277.html</link>
		<comments>https://xueshu.info/archives/10277.html#comments</comments>
		<pubDate>Tue, 28 Jun 2011 01:58:01 +0000</pubDate>
		<dc:creator>完美</dc:creator>
				<category><![CDATA[活着]]></category>

		<guid isPermaLink="false">https://xueshu.info/?p=10277</guid>
		<description><![CDATA[第六期中签比例33：1……年底有效。]]></description>
			<content:encoded><![CDATA[<p>第六期中签比例33：1……年底有效。</p>
<p style="text-align: center;"><a rel="attachment wp-att-10278" href="https://xueshu.info/archives/10277.html/%e5%b0%8f%e5%ae%a2%e8%bd%a6%e9%85%8d%e7%bd%ae%e6%8c%87%e6%a0%87%e7%a1%ae%e8%ae%a4%e9%80%9a%e7%9f%a5%e4%b9%a6"><img class="aligncenter size-full wp-image-10278" title="小客车配置指标确认通知书" src="https://xueshu.info/wp-content/uploads/2011/06/小客车配置指标确认通知书.jpg" alt="" width="508" height="324" /></a></p>
<div id="google_plus_one"><g:plusone></g:plusone></div>]]></content:encoded>
			<wfw:commentRss>https://xueshu.info/archives/10277.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>鹽鴨卵</title>
		<link>https://xueshu.info/archives/10274.html</link>
		<comments>https://xueshu.info/archives/10274.html#comments</comments>
		<pubDate>Sat, 14 May 2011 18:24:19 +0000</pubDate>
		<dc:creator>完美</dc:creator>
				<category><![CDATA[发自黑莓]]></category>
		<category><![CDATA[東京夢華錄]]></category>

		<guid isPermaLink="false">https://xueshu.info/archives/10274.html</guid>
		<description><![CDATA[趙希鵠調燮類編卷二葷饌：雞鴨卵不可多食，俗謂鵝卵能補，大不然，宜少食。 鴨卵不可合蒜及李子鱉肉食。 鴨蛋以碙砂畫花及寫字候幹，以頭髮灰汁澆之，則黃直透內。做灰鹽鴨子，月半日做，則黃居中，不然則偏，一云日中做。 陶宗儀南村輟耕錄卷七鹹杬子：今人以米湯和入鹽草灰以團鴨卵，謂曰「鹹杬子」。按齊民要術，用杬木皮淹漬，故名之。若作圓字寫，則誤矣。 Posted with WordPress for BlackBerry.]]></description>
			<content:encoded><![CDATA[<p><b>趙希鵠</b><u>調燮類編</u>卷二葷饌：雞鴨卵不可多食，俗謂鵝卵能補，大不然，宜少食。<br />
鴨卵不可合蒜及李子鱉肉食。<br />
鴨蛋以碙砂畫花及寫字候幹，以頭髮灰汁澆之，則黃直透內。做灰鹽鴨子，月半日做，則黃居中，不然則偏，一云日中做。<br />
陶宗儀南村輟耕錄卷七鹹杬子：今人以米湯和入鹽草灰以團鴨卵，謂曰「鹹杬子」。按齊民要術，用杬木皮淹漬，故名之。若作圓字寫，則誤矣。
<p>Posted with WordPress for BlackBerry.</p>
<div id="google_plus_one"><g:plusone></g:plusone></div>]]></content:encoded>
			<wfw:commentRss>https://xueshu.info/archives/10274.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

