<?xml version="1.0" encoding="GB2312"?>  
<rss version="2.0" 
xmlns:dc="http://purl.org/dc/elements/1.1/" 
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" 
xmlns:admin="http://webns.net/mvcb/" 
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> 
  
<channel> 
<title><![CDATA[覃健祥 | chin at blogchina]]></title> 
<link>http://chin.bokee.com/index.html</link> 
<description><![CDATA[开始提供广告，收入将全部捐助张琳，如果有您需要的信息，请支持一下，谢谢。
<script type="text/javascript"><!--
google_ad_client = "pub-9078228163713963";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text_image";
google_ad_channel ="";
//--></script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>]]></description> 
<dc:language>zh-cn</dc:language> 
<dc:creator>chin@blogchina.com</dc:creator> 
<dc:date>2008-04-03T17:52:08Z</dc:date> 
<admin:generatorAgent rdf:resource="http://blog.bokee.com.com" /> 

<item> 
<title><![CDATA[终于把GD的JPEG支持搞定了]]></title> 
<link>http://chin.bokee.com/6735906.html</link> 
<description><![CDATA[PHP 5.2.2自己从源代码编译的，没有任何扩展<br />扩展编译成so之后在php.ini加载<br />gd, libpng, libjpeg都是yum安装的<br /><br />可是phpinfo()里面显示GD模块没有JPEG支持，这个问题一年前就有了，我反复执行<br />/usr/local/php5/bin/phpize<br />./configure --with-php-config=/usr/local/php5/bin/php-config<br />make<br />make install<br />重新编译gd模块，未果，就搁下了<br /><br />直到今天，忽然心血来潮，和gd较上劲了，仔细看config的输出，发现libpng,libjpeg都没找到（我不知道为啥编译完了png是支持的，而jpeg不支持），可以用--with-jpeg-dir=&amp;lt;DIR&amp;gt;来指定jpeg的位置<br /><br />先yum list libjpeg, libpng, zlib及他们的-devel包一番，发现都装了<br />然后gdlib-config --features发现输出“GD_XPM GD_JPEG GD_FONTCONFIG GD_FREETYPE GD_PNG GD_GIF”，说明系统的gd是对的，支持JPEG的，那么问题肯定出在编译php-gd的过程中了<br /><br />于是试了一下--with-jpeg=/usr/local --with-png=/usr/local --with-zlib-dir=/usr/local（http://www.boutell.com/gd/faq.html这里建议的），configure出错，不能进行下去，--with-jpeg-dir=/usr（我自己瞎想的），编译倒是成功了，phpinfo显示还是不支持jpeg<br /><br />又看了一下gdlib-config --all，输出<br />GD library&amp;#160; 2.0.33<br />includedir: /usr/include<br />cflags:&amp;#160;&amp;#160;&amp;#160;&amp;#160; -I/usr/include<br />ldflags:&amp;#160;&amp;#160;&amp;#160; -L/usr/lib64<br />libs:&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; -lXpm -lX11 -ljpeg -lfontconfig -lfreetype -lpng12 -lz -lm<br />libdir:&amp;#160;&amp;#160;&amp;#160;&amp;#160; /usr/lib64<br />features:&amp;#160;&amp;#160; GD_XPM GD_JPEG GD_FONTCONFIG GD_FREETYPE GD_PNG GD_GIF<br /><br />终于明白了，我装的64位系统，很多库在lib64下面，似乎大彻大悟，命令改为：<br />./configure --with-php-config=/usr/local/php5/bin/php-config --with-jpeg-dir=/usr/lib64<br />然后make，make install，成功。<br />
]]></description> 
<guid isPermaLink="false">6735906@http://chin.bokee.com/</guid> 
<dc:subject>流水帐</dc:subject> 
<dc:date>2008-06-12T00:40:01Z</dc:date> 
</item> 
<item> 
<title><![CDATA[被救者不感恩还是央视太矫情太虚伪]]></title> 
<link>http://chin.bokee.com/6676512.html</link> 
<description><![CDATA[
&amp;lt;央视编导手记:农民雪灾中救助44乘客无人感恩&amp;gt; 真相：<br /><br /><a href="http://view.news.qq.com/zt/2008/hubeiganen/index.htm">http://view.news.qq.com/zt/2008/hubeiganen/index.htm</a><br /><br />我的立场：<br />鉴于央视的一贯作风，我倾向于认为，44人集体不知感恩基本不太可能，央视太矫情太虚伪可信度比较高。<br /><br />参考链接：<br />44被救者不知感恩真相 <a href="http://view.news.qq.com/zt/2008/hubeiganen/index.htm">腾讯专题</a> <a href="http://cache.tianya.cn/publicforum/content/free/1/1176818.shtml">天涯讨论</a> <a href="http://www.google.com/search?q=44%E4%B8%AA%E8%A2%AB%E6%95%91%E6%B9%96%E5%8C%97%E4%BA%BA%E4%B8%8D%E6%87%82%E6%84%9F%E6%81%A9">Google搜索结果</a><br />刘德华得罪央视 气哭《同一首歌》导演孟欣 <a href="http://ent.163.com/07/0619/08/3HB931ID00031H2L.html">网易报道</a><br /><br />
]]></description> 
<guid isPermaLink="false">6676512@http://chin.bokee.com/</guid> 
<dc:subject>流水帐</dc:subject> 
<dc:date>2008-04-03T17:52:04Z</dc:date> 
</item> 
<item> 
<title><![CDATA[iphone破解，恢复和常用软件]]></title> 
<link>http://chin.bokee.com/6655368.html</link> 
<description><![CDATA[
<script type="text/javascript">&amp;lt;!--
google_ad_client = &amp;quot;pub-9078228163713963&amp;quot;;
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = &amp;quot;468x60_as&amp;quot;;
google_ad_type = &amp;quot;text_image&amp;quot;;
google_ad_channel =&amp;quot;&amp;quot;;
//--&amp;gt;</script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<p style="margin: 0cm 0cm 0pt;" class="MsoNormal"><font size="3"><span mso-hansi-font-family:="" times="" roman?;="" ?times="" new="" roman??="" style="font-family: 宋体;">昨天一不小心把</span><span lang="EN-US"><font face="Times New Roman">iphone</font></span><span mso-hansi-font-family:="" times="" roman?;="" ?times="" new="" roman??="" style="font-family: 宋体;">弄到白苹果状态了，又刷了几遍，留此备忘。</span></font><span lang="EN-US"><font size="3" face="Times New Roman"> </font></span></p><p /><p style="margin: 0cm 0cm 0pt 21pt; text-indent: -21pt;" class="MsoNormal"><span lang="EN-US" times="" new="" roman??="" style=""><span style=""><font face="Times New Roman"><font size="3">1.</font><span times="" new="" roman??="" style="font-weight: normal; font-size: 7pt; line-height: normal; font-style: normal; font-variant: normal;">         </span></font></span></span><font size="3"><span mso-hansi-font-family:="" times="" roman?;="" ?times="" new="" roman??="" style="font-family: 宋体;">将</span><span lang="EN-US"><font face="Times New Roman">iphone</font></span><span mso-hansi-font-family:="" times="" roman?;="" ?times="" new="" roman??="" style="font-family: 宋体;">恢复至出厂状态（刚买还没破解的兄弟略过此步）</span></font></p><p style="margin: 0cm 0cm 0pt 42pt; text-indent: -21pt;" class="MsoNormal"><span lang="EN-US" times="" new="" roman??="" style=""><span style=""><font face="Times New Roman"><font size="3">a)</font><span times="" new="" roman??="" style="font-weight: normal; font-size: 7pt; line-height: normal; font-style: normal; font-variant: normal;">         </span></font></span></span><font size="3"><span mso-hansi-font-family:="" times="" roman?;="" ?times="" new="" roman??="" style="font-family: 宋体;">用数据线将</span><span lang="EN-US"><font face="Times New Roman">iphone</font></span><span mso-hansi-font-family:="" times="" roman?;="" ?times="" new="" roman??="" style="font-family: 宋体;">连接到电脑上</span></font></p><p style="margin: 0cm 0cm 0pt 42pt; text-indent: -21pt;" class="MsoNormal"><span lang="EN-US" times="" new="" roman??="" style=""><span style=""><font face="Times New Roman"><font size="3">b)</font><span times="" new="" roman??="" style="font-weight: normal; font-size: 7pt; line-height: normal; font-style: normal; font-variant: normal;">        </span></font></span></span><font size="3"><span mso-hansi-font-family:="" times="" roman?;="" ?times="" new="" roman??="" style="font-family: 宋体;">按</span><span lang="EN-US"><font face="Times New Roman">Home</font></span><span mso-hansi-font-family:="" times="" roman?;="" ?times="" new="" roman??="" style="font-family: 宋体;">键和</span><span lang="EN-US"><font face="Times New Roman">Power</font></span><span mso-hansi-font-family:="" times="" roman?;="" ?times="" new="" roman??="" style="font-family: 宋体;"></span></font><font size="3"><span lang="EN-US"><font face="Times New Roman"> / Sleep</font></span></font><font size="3"><span mso-hansi-font-family:="" times="" roman?;="" ?times="" new="" roman??="" style="font-family: 宋体;">键使</span><span lang="EN-US"><font face="Times New Roman">Iphone</font></span><span mso-hansi-font-family:="" times="" roman?;="" ?times="" new="" roman??="" style="font-family: 宋体;">进入恢复模式（详细操作：先按</span><span lang="EN-US"><font face="Times New Roman">iphone</font></span><span mso-hansi-font-family:="" times="" roman?;="" ?times="" new="" roman??="" style="font-family: 宋体;">的</span><span lang="EN-US"><font face="Times New Roman">Home</font></span><span mso-hansi-font-family:="" times="" roman?;="" ?times="" new="" roman??="" style="font-family: 宋体;">键（</span><span lang="EN-US"><font face="Times New Roman">iphone</font></span><span mso-hansi-font-family:="" times="" roman?;="" ?times="" new="" roman??="" style="font-family: 宋体;">上就这么一个大的醒目的圆按钮），按住不放，然后按住右上角的</span><span lang="EN-US"><font face="Times New Roman">Power</font></span><span mso-hansi-font-family:="" times="" roman?;="" ?times="" new="" roman??="" style="font-family: 宋体;"></span></font><font size="3"><span lang="EN-US"></span><span mso-hansi-font-family:="" times="" roman?;="" ?times="" new="" roman??="" style="font-family: 宋体;"></span></font><font size="3"><span lang="EN-US"><font face="Times New Roman"> / Sleep</font></span></font><font size="3"><span mso-hansi-font-family:="" times="" roman?;="" ?times="" new="" roman??="" style="font-family: 宋体;"></span></font><font size="3"><span mso-hansi-font-family:="" times="" roman?;="" ?times="" new="" roman??="" style="font-family: 宋体;">键，两键按住不放，约</span><span lang="EN-US"><font face="Times New Roman">5-10</font></span><span mso-hansi-font-family:="" times="" roman?;="" ?times="" new="" roman??="" style="font-family: 宋体;">秒会出现一个白色苹果</span><span lang="EN-US"><font face="Times New Roman">Logo</font></span><span mso-hansi-font-family:="" times="" roman?;="" ?times="" new="" roman??="" style="font-family: 宋体;">，松开</span><span lang="EN-US"><font face="Times New Roman">Power</font></span><span mso-hansi-font-family:="" times="" roman?;="" ?times="" new="" roman??="" style="font-family: 宋体;"></span></font><font size="3"><span lang="EN-US"></span><span mso-hansi-font-family:="" times="" roman?;="" ?times="" new="" roman??="" style="font-family: 宋体;"></span></font><font size="3"><span lang="EN-US"><font face="Times New Roman"> / Sleep</font></span></font><font size="3"><span mso-hansi-font-family:="" times="" roman?;="" ?times="" new="" roman??="" style="font-family: 宋体;"></span></font><font size="3"><span mso-hansi-font-family:="" times="" roman?;="" ?times="" new="" roman??="" style="font-family: 宋体;">键，几秒后就进入恢复模式了）</span></font></p><p style="margin: 0cm 0cm 0pt 42pt; text-indent: -21pt;" class="MsoNormal"><font face="Times New Roman"><span lang="EN-US" times="" new="" roman??="" style=""><span style=""><font size="3">c)</font><span times="" new="" roman??="" style="font-weight: normal; font-size: 7pt; line-height: normal; font-style: normal; font-variant: normal;">         </span></span></span><span lang="EN-US"><font size="3">Itunes</font></span></font><font size="3"><span mso-hansi-font-family:="" times="" roman?;="" ?times="" new="" roman??="" style="font-family: 宋体;">会自动检测到处于恢复模式的</span><span lang="EN-US"><font face="Times New Roman">iphone</font></span><span mso-hansi-font-family:="" times="" roman?;="" ?times="" new="" roman??="" style="font-family: 宋体;">，并自动运行（检测不到则手工开启</span><span lang="EN-US"><font face="Times New Roman">itunes</font></span><span mso-hansi-font-family:="" times="" roman?;="" ?times="" new="" roman??="" style="font-family: 宋体;">），跳出对话框说检测到一个处于恢复模式的</span><span lang="EN-US"><font face="Times New Roman">iphone</font></span><span mso-hansi-font-family:="" times="" roman?;="" ?times="" new="" roman??="" style="font-family: 宋体;">，点确定。在</span><span lang="EN-US"><font face="Times New Roman">itunes</font></span><span mso-hansi-font-family:="" times="" roman?;="" ?times="" new="" roman??="" style="font-family: 宋体;">界面按住</span><span lang="EN-US"><font face="Times New Roman">shift</font></span><span mso-hansi-font-family:="" times="" roman?;="" ?times="" new="" roman??="" style="font-family: 宋体;">点击“恢复”，会跳出一个文件选择对话框，选择一个事先下载好的</span><span lang="EN-US"><font face="Times New Roman">firmware</font></span><span mso-hansi-font-family:="" times="" roman?;="" ?times="" new="" roman??="" style="font-family: 宋体;">文件，点打开，恢复就开始了。为什么要</span><span lang="EN-US"><font face="Times New Roman">shift+</font></span><span mso-hansi-font-family:="" times="" roman?;="" ?times="" new="" roman??="" style="font-family: 宋体;">恢复呢，直接点恢复，</span><span lang="EN-US"><font face="Times New Roman">itunes</font></span><span mso-hansi-font-family:="" times="" roman?;="" ?times="" new="" roman??="" style="font-family: 宋体;">会从</span><span lang="EN-US"><font face="Times New Roman">apple</font></span><span mso-hansi-font-family:="" times="" roman?;="" ?times="" new="" roman??="" style="font-family: 宋体;">官方网站下载最新的</span><span lang="EN-US"><font face="Times New Roman">firmware</font></span><span mso-hansi-font-family:="" times="" roman?;="" ?times="" new="" roman??="" style="font-family: 宋体;">装上，有两个坏处：一是最新版本有可能会锁住你的</span><span lang="EN-US"><font face="Times New Roman">iphone</font></span><span mso-hansi-font-family:="" times="" roman?;="" ?times="" new="" roman??="" style="font-family: 宋体;">，给破解带来麻烦，二是下载的很慢，</span><span lang="EN-US"><font face="Times New Roman">160</font></span><span mso-hansi-font-family:="" times="" roman?;="" ?times="" new="" roman??="" style="font-family: 宋体;">多</span><span lang="EN-US"><font face="Times New Roman">M</font></span><span mso-hansi-font-family:="" times="" roman?;="" ?times="" new="" roman??="" style="font-family: 宋体;">的固件，还是用迅雷之类的来下载比较好。</span></font></p><p style="margin: 0cm 0cm 0pt 21pt; text-indent: -21pt;" class="MsoNormal"><span lang="EN-US" times="" new="" roman??="" style=""><span style=""><font face="Times New Roman"><font size="3">2.</font><span times="" new="" roman??="" style="font-weight: normal; font-size: 7pt; line-height: normal; font-style: normal; font-variant: normal;">         </span></font></span></span><font size="3"><span mso-hansi-font-family:="" times="" roman?;="" ?times="" new="" roman??="" style="font-family: 宋体;">破解</span><span lang="EN-US"><font face="Times New Roman">iphone</font></span><span mso-hansi-font-family:="" times="" roman?;="" ?times="" new="" roman??="" style="font-family: 宋体;">（刚买还没破解的兄弟从这里开始看）</span></font></p><p style="margin: 0cm 0cm 0pt 42pt; text-indent: -21pt;" class="MsoNormal"><font face="Times New Roman"><span lang="EN-US" times="" new="" roman??="" style=""><span style=""><font size="3">a)</font><span times="" new="" roman??="" style="font-weight: normal; font-size: 7pt; line-height: normal; font-style: normal; font-variant: normal;">         </span></span></span><span lang="EN-US"><font size="3">Iphone</font></span></font><font size="3"><span mso-hansi-font-family:="" times="" roman?;="" ?times="" new="" roman??="" style="font-family: 宋体;">开机（网上很多教程说要进入恢复模式，打开</span><span lang="EN-US"><font face="Times New Roman">itunes</font></span><span mso-hansi-font-family:="" times="" roman?;="" ?times="" new="" roman??="" style="font-family: 宋体;">，根据我的实践，这两部是不需要的），用数据线连接到电脑上。</span></font></p><p style="margin: 0cm 0cm 0pt 42pt; text-indent: -21pt;" class="MsoNormal"><span lang="EN-US" times="" new="" roman??="" style=""><span style=""><font face="Times New Roman"><font size="3">b)</font><span times="" new="" roman??="" style="font-weight: normal; font-size: 7pt; line-height: normal; font-style: normal; font-variant: normal;">        </span></font></span></span><font size="3"><span mso-hansi-font-family:="" times="" roman?;="" ?times="" new="" roman??="" style="font-family: 宋体;">在电脑上运行</span><span lang="EN-US"><font face="Times New Roman">ziphone gui</font></span><span mso-hansi-font-family:="" times="" roman?;="" ?times="" new="" roman??="" style="font-family: 宋体;">（我用的</span><span lang="EN-US"><font face="Times New Roman">2.2</font></span><span mso-hansi-font-family:="" times="" roman?;="" ?times="" new="" roman??="" style="font-family: 宋体;">版本，其他版本可能有差异，昨晚用</span><chmetcnv tcsc="0" numbertype="1" negative="False" hasspace="False" sourcevalue="2.5" unitname="C" w:st="on"><span lang="EN-US"><font face="Times New Roman">2.5c</font></span></chmetcnv><span mso-hansi-font-family:="" times="" roman?;="" ?times="" new="" roman??="" style="font-family: 宋体;">破解的，破完之后</span><span lang="EN-US"><font face="Times New Roman">sim</font></span><span mso-hansi-font-family:="" times="" roman?;="" ?times="" new="" roman??="" style="font-family: 宋体;">卡无信号，<strike>可能是个案，没有统计意义 </strike>——今天查了一下资料，ziphone 2.5c会将baseband升级成用Anysim 1.4破解过的4.04_05_G版本，这个版本的确没有手机和wifi信号，国内外用户都有反映，非个案），勾选左侧的</span><span lang="EN-US"><font face="Times New Roman">jailbreak, activate, unlock</font></span><span mso-hansi-font-family:="" times="" roman?;="" ?times="" new="" roman??="" style="font-family: 宋体;">，然后点击</span><span lang="EN-US"><font face="Times New Roman">start</font></span><span mso-hansi-font-family:="" times="" roman?;="" ?times="" new="" roman??="" style="font-family: 宋体;">。</span><span lang="EN-US"><font face="Times New Roman">Ziphone</font></span><span mso-hansi-font-family:="" times="" roman?;="" ?times="" new="" roman??="" style="font-family: 宋体;">会自动搞定一切（包括把处于正常开机模式的</span><span lang="EN-US"><font face="Times New Roman">iphone</font></span><span mso-hansi-font-family:="" times="" roman?;="" ?times="" new="" roman??="" style="font-family: 宋体;">弄到恢复模式——这时候</span><span lang="EN-US"><font face="Times New Roman">itunes</font></span><span mso-hansi-font-family:="" times="" roman?;="" ?times="" new="" roman??="" style="font-family: 宋体;">跳出来说要恢复的话，别理他，直接关掉它），大约三分钟后就自动破解完重启了。</span></font></p><p style="margin: 0cm 0cm 0pt 21pt;" class="MsoNormal"><font size="3"><span mso-hansi-font-family:="" times="" roman?;="" ?times="" new="" roman??="" style="font-family: 宋体;">做完这两步就可以自己换</span><span lang="EN-US"><font face="Times New Roman">sim</font></span><span mso-hansi-font-family:="" times="" roman?;="" ?times="" new="" roman??="" style="font-family: 宋体;">卡，安装软件了。其实破解很简单，呵呵。</span></font></p><p style="margin: 0cm 0cm 0pt 21pt;" class="MsoNormal"><font size="3"><span mso-hansi-font-family:="" times="" roman?;="" ?times="" new="" roman??="" style="font-family: 宋体;"></span></font></p><p style="margin: 0cm 0cm 0pt 21pt;" class="MsoNormal"><font size="3"><span mso-hansi-font-family:="" times="" roman?;="" ?times="" new="" roman??="" style="font-family: 宋体;"></span></font></p><p style="margin: 0cm 0cm 0pt 21pt;" class="MsoNormal"><font size="3"><span mso-hansi-font-family:="" times="" roman?;="" ?times="" new="" roman??="" style="font-family: 宋体;">关于破解工具的选择，ziphone提供了降级bootloader的选项，可以把4.6的bootloader降级为3.9的，但3.9的bootloader就再也不能升级了，目前只有4.6的bootloader被发现了漏洞，所以可以灵活的升降级。因此，不推荐使用ziphone的&amp;quot;降级bootloader&amp;quot;功能，不推荐使用ziphone 2.4和2.5（do it all功能会自动降级！昨晚我差一点点了这个，后来发现有个advanced feature，可以选择不降级）。</span></font></p><p style="margin: 0cm 0cm 0pt 21pt;" class="MsoNormal"><font size="3"><span mso-hansi-font-family:="" times="" roman?;="" ?times="" new="" roman??="" style="font-family: 宋体;">关于4.6 bootloader有什么好处，可以参考这篇文章：<a href="http://www.weiphone.com/thread-69365-1-1.html">http://www.weiphone.com/thread-69365-1-1.html</a></span></font></p><p style="margin: 0cm 0cm 0pt 21pt;" class="MsoNormal"><font size="3"><span mso-hansi-font-family:="" times="" roman?;="" ?times="" new="" roman??="" style="font-family: 宋体;"></span></font></p><p style="margin: 0cm 0cm 0pt 21pt; text-indent: -21pt;" class="MsoNormal"><span lang="EN-US" times="" new="" roman??="" style=""><span style=""><font face="Times New Roman"><font size="3">3.</font><span times="" new="" roman??="" style="font-weight: normal; font-size: 7pt; line-height: normal; font-style: normal; font-variant: normal;">         </span></font></span></span><span mso-hansi-font-family:="" times="" roman?;="" ?times="" new="" roman??="" style="font-family: 宋体;"><font size="3">共享电脑的无线（适合电脑有无线网卡，但没有无线路由的）</font></span></p><p style="margin: 0cm 0cm 0pt 42pt; text-indent: -21pt;" class="MsoNormal"><span lang="EN-US" times="" new="" roman??="" style=""><span style=""><font face="Times New Roman"><font size="3">a)</font><span times="" new="" roman??="" style="font-weight: normal; font-size: 7pt; line-height: normal; font-style: normal; font-variant: normal;">         </span></font></span></span><span mso-hansi-font-family:="" times="" roman?;="" ?times="" new="" roman??="" style="font-family: 宋体;"><font size="3">在电脑上建立一个点对点无线网络</font></span></p><p style="margin: 0cm 0cm 0pt 21pt; text-indent: 21pt;" class="MsoNormal"><font size="3"><span mso-hansi-font-family:="" times="" roman?;="" ?times="" new="" roman??="" style="font-family: 宋体;">进入控制面板</span><span lang="EN-US"><font face="Times New Roman"> -&amp;gt; </font></span><span mso-hansi-font-family:="" times="" roman?;="" ?times="" new="" roman??="" style="font-family: 宋体;">网络连接，右击无线连接，选择“属性”打开无线网卡的属性页，点击“无线网络配置”的选项卡，点“添加”出来添加无线网络的对话框。网络名随便写（一会儿在</span><span lang="EN-US"><font face="Times New Roman">iphone</font></span><span mso-hansi-font-family:="" times="" roman?;="" ?times="" new="" roman??="" style="font-family: 宋体;">上找到了你自己认得就行，别写中文），数据加密写禁用，勾选“这事一个计算机到计算机网络；没有使用无线访问点”。点确定。</span></font></p><p style="margin: 0cm 0cm 0pt 42pt; text-indent: -21pt;" class="MsoNormal"><span lang="EN-US" times="" new="" roman??="" style=""><span style=""><font face="Times New Roman"><font size="3">b)</font><span times="" new="" roman??="" style="font-weight: normal; font-size: 7pt; line-height: normal; font-style: normal; font-variant: normal;">        </span></font></span></span><span mso-hansi-font-family:="" times="" roman?;="" ?times="" new="" roman??="" style="font-family: 宋体;"><font size="3">把能上网的线路共享出来</font></span></p><p style="margin: 0cm 0cm 0pt 42pt;" class="MsoNormal"><font size="3"><span mso-hansi-font-family:="" times="" roman?;="" ?times="" new="" roman??="" style="font-family: 宋体;">一般这个能上网的线路叫“本地连接”（如果是你办公室局域网或者通过</span><span lang="EN-US"><font face="Times New Roman">ADSL</font></span><span mso-hansi-font-family:="" times="" roman?;="" ?times="" new="" roman??="" style="font-family: 宋体;">上网），右击之，选择“属性”打开本地连接属性对话框，点击“高级”选项卡，勾选“允许其他网络用户通过此计算机的</span><span lang="EN-US"><font face="Times New Roman">Internet</font></span><span mso-hansi-font-family:="" times="" roman?;="" ?times="" new="" roman??="" style="font-family: 宋体;">连接来连接”，取消“允许其他网络用户控制或者禁用共享的</span><span lang="EN-US"><font face="Times New Roman">Internet</font></span><span mso-hansi-font-family:="" times="" roman?;="" ?times="" new="" roman??="" style="font-family: 宋体;">连接”前的勾（不取消也无所谓），点击确定。</span></font><span lang="EN-US"></span></p><p /><p style="margin: 0cm 0cm 0pt 42pt;" class="MsoNormal"><font size="3"><span mso-hansi-font-family:="" times="" roman?;="" ?times="" new="" roman??="" style="font-family: 宋体;">这一步操作会将上一步设置的无线网络连接</span><span lang="EN-US"><font face="Times New Roman">ip</font></span><span mso-hansi-font-family:="" times="" roman?;="" ?times="" new="" roman??="" style="font-family: 宋体;">地址设为</span><span lang="EN-US"><font face="Times New Roman">192.168.0.1</font></span><span mso-hansi-font-family:="" times="" roman?;="" ?times="" new="" roman??="" style="font-family: 宋体;">。并激活了一个</span><span lang="EN-US"><font face="Times New Roman">DHCP</font></span><span mso-hansi-font-family:="" times="" roman?;="" ?times="" new="" roman??="" style="font-family: 宋体;">。所以，请不要把这两步的顺序弄反了。</span></font></p><p style="margin: 0cm 0cm 0pt 42pt; text-indent: -21pt;" class="MsoNormal"><span lang="EN-US" times="" new="" roman??="" style=""><span style=""><font face="Times New Roman"><font size="3">c)</font><span times="" new="" roman??="" style="font-weight: normal; font-size: 7pt; line-height: normal; font-style: normal; font-variant: normal;">         </span></font></span></span><font size="3"><span mso-hansi-font-family:="" times="" roman?;="" ?times="" new="" roman??="" style="font-family: 宋体;">用</span><span lang="EN-US"><font face="Times New Roman">iphone</font></span><span mso-hansi-font-family:="" times="" roman?;="" ?times="" new="" roman??="" style="font-family: 宋体;">去连电脑的点对点无线网</span></font></p><p style="margin: 0cm 0cm 0pt 42pt;" class="MsoNormal"><font size="3"><span mso-hansi-font-family:="" times="" roman?;="" ?times="" new="" roman??="" style="font-family: 宋体;">打开</span><span lang="EN-US"><font face="Times New Roman">iphone</font></span><span mso-hansi-font-family:="" times="" roman?;="" ?times="" new="" roman??="" style="font-family: 宋体;">，选择</span><span lang="EN-US"><font face="Times New Roman">Setting -&amp;gt; Wifi </font></span><span mso-hansi-font-family:="" times="" roman?;="" ?times="" new="" roman??="" style="font-family: 宋体;">找到这个点对点网络，连接之。有时候会提示“</span><span lang="EN-US"><font face="Times New Roman">unable to join</font></span><span mso-hansi-font-family:="" times="" roman?;="" ?times="" new="" roman??="" style="font-family: 宋体;">”，别理他，只要</span><span lang="EN-US"><font face="Times New Roman">iphone</font></span><span mso-hansi-font-family:="" times="" roman?;="" ?times="" new="" roman??="" style="font-family: 宋体;">屏幕左上角无线信号的图标出来了就行。</span></font></p><p style="margin: 0cm 0cm 0pt 42pt; text-indent: -21pt;" class="MsoNormal"><span lang="EN-US" times="" new="" roman??="" style=""><span style=""><font face="Times New Roman"><font size="3">d)</font><span times="" new="" roman??="" style="font-weight: normal; font-size: 7pt; line-height: normal; font-style: normal; font-variant: normal;">        </span></font></span></span><font size="3"><span mso-hansi-font-family:="" times="" roman?;="" ?times="" new="" roman??="" style="font-family: 宋体;">用</span><span lang="EN-US"><font face="Times New Roman">iphone</font></span><span mso-hansi-font-family:="" times="" roman?;="" ?times="" new="" roman??="" style="font-family: 宋体;">上网，用</span><span lang="EN-US"><font face="Times New Roman">safari</font></span><span mso-hansi-font-family:="" times="" roman?;="" ?times="" new="" roman??="" style="font-family: 宋体;">打开</span><span lang="EN-US"><a href="http://www.yahoo.com/"><font face="Times New Roman">www.yahoo.com</font></a></span><span mso-hansi-font-family:="" times="" roman?;="" ?times="" new="" roman??="" style="font-family: 宋体;">看看啦！</span></font></p><p style="margin: 0cm 0cm 0pt 21pt; text-indent: -21pt;" class="MsoNormal"><span lang="EN-US" times="" new="" roman??="" style=""><span style=""><font face="Times New Roman"><font size="3">4.</font><span times="" new="" roman??="" style="font-weight: normal; font-size: 7pt; line-height: normal; font-style: normal; font-variant: normal;">         </span></font></span></span><span mso-hansi-font-family:="" times="" roman?;="" ?times="" new="" roman??="" style="font-family: 宋体;"><font size="3">安装软件</font></span></p><p style="margin: 0cm 0cm 0pt;" class="MsoNormal"><font size="3"><span mso-hansi-font-family:="" times="" roman?;="" ?times="" new="" roman??="" style="font-family: 宋体;">用</span><span lang="EN-US"><font face="Times New Roman">installer</font></span><span mso-hansi-font-family:="" times="" roman?;="" ?times="" new="" roman??="" style="font-family: 宋体;">在线安装，将能体会到</span><span lang="EN-US"><font face="Times New Roman">BSD ports</font></span><span mso-hansi-font-family:="" times="" roman?;="" ?times="" new="" roman??="" style="font-family: 宋体;">之爽，不用你选择安装位置，不用点一堆的</span><span lang="EN-US"><font face="Times New Roman">ok</font></span><span mso-hansi-font-family:="" times="" roman?;="" ?times="" new="" roman??="" style="font-family: 宋体;">和</span><span lang="EN-US"><font face="Times New Roman">next</font></span><span mso-hansi-font-family:="" times="" roman?;="" ?times="" new="" roman??="" style="font-family: 宋体;">。</span></font></p><p style="margin: 0cm 0cm 0pt;" class="MsoNormal"><font size="3"><span mso-hansi-font-family:="" times="" roman?;="" ?times="" new="" roman??="" style="font-family: 宋体;"></span></font></p><p style="margin: 0cm 0cm 0pt;" class="MsoNormal"><font size="3"><span mso-hansi-font-family:="" times="" roman?;="" ?times="" new="" roman??="" style="font-family: 宋体;">先安装BSD Subsystem和OpenSSH</span></font></p><p style="margin: 0cm 0cm 0pt;" class="MsoNormal"><font size="3"><span mso-hansi-font-family:="" times="" roman?;="" ?times="" new="" roman??="" style="font-family: 宋体;"></span></font></p><p style="margin: 0cm 0cm 0pt;" class="MsoNormal"><font size="3"><span mso-hansi-font-family:="" times="" roman?;="" ?times="" new="" roman??="" style="font-family: 宋体;">然后通过电脑用 putty ssh到iphone上去执行（ip在Setting -&amp;gt; Wifi里面，默认账户：root alpine）：</span></font></p><p style="margin: 0cm 0cm 0pt;" class="MsoNormal"><font size="3"><span mso-hansi-font-family:="" times="" roman?;="" ?times="" new="" roman??="" style="font-family: 宋体;">mv /Applications /private/var</span></font></p><p style="margin: 0cm 0cm 0pt;" class="MsoNormal"><font size="3"><span mso-hansi-font-family:="" times="" roman?;="" ?times="" new="" roman??="" style="font-family: 宋体;">ln -s /private/var/Applications /</span></font></p><p style="margin: 0cm 0cm 0pt;" class="MsoNormal"><font size="3"><span mso-hansi-font-family:="" times="" roman?;="" ?times="" new="" roman??="" style="font-family: 宋体;">说明：以上两步是把Applications放到disk2（挂载点/private/var）上去，并在disk1建立一个软连接，以后装软件都装到</span></font><font size="3"><span mso-hansi-font-family:="" times="" roman?;="" ?times="" new="" roman??="" style="font-family: 宋体;">/private/var/Applications去了，再也不会提示空间不足了</span></font><font size="3"><span mso-hansi-font-family:="" times="" roman?;="" ?times="" new="" roman??="" style="font-family: 宋体;">。disk1（挂载点/）一共才300M，剩余空间只有三四十M，装软件很容易就占满了。也可以用同样的方法把fonts等耗费空间较多的文件夹移到disk2去。</span></font></p><p style="margin: 0cm 0cm 0pt;" class="MsoNormal"><font size="3"><span mso-hansi-font-family:="" times="" roman?;="" ?times="" new="" roman??="" style="font-family: 宋体;"></span></font></p><p style="margin: 0cm 0cm 0pt;" class="MsoNormal"><font size="3"><span mso-hansi-font-family:="" times="" roman?;="" ?times="" new="" roman??="" style="font-family: 宋体;">然后执行：</span></font></p><p style="margin: 0cm 0cm 0pt;" class="MsoNormal"><font size="3"><span mso-hansi-font-family:="" times="" roman?;="" ?times="" new="" roman??="" style="font-family: 宋体;">chmod +s /Applications/Installer.app/Installer</span></font></p><p style="margin: 0cm 0cm 0pt;" class="MsoNormal"><font size="3"><span mso-hansi-font-family:="" times="" roman?;="" ?times="" new="" roman??="" style="font-family: 宋体;">说明：Installer在安装某些软件的时候是需要root权限(chmod +s就是赋予setuid以root身份执行权限的)的，移动Applications文件夹之前是正常的，cp走的时候，s不会带走，xwr都正常，所以需要执行这一步，不然安装软件的时候会遇到Main script execution failed</span></font></p><p /><p style="margin: 0cm 0cm 0pt;" class="MsoNormal"><span mso-hansi-font-family:="" times="" roman?;="" ?times="" new="" roman??="" style="font-family: 宋体;"><font size="3">软件列表</font></span></p><p style="margin: 0cm 0cm 0pt;" class="MsoNormal"><span lang="EN-US"><font size="3"><font face="Times New Roman">#source:</font></font></span></p><p /><p style="margin: 0cm 0cm 0pt;" class="MsoNormal"><span lang="EN-US"><font size="3"><font face="Times New Roman"><a href="http://i.unlock.no/">http://i.unlock.no</a></font></font></span></p><p style="margin: 0cm 0cm 0pt;" class="MsoNormal"><span lang="EN-US"></span><span lang="EN-US"><font size="3"><font face="Times New Roman"><a href="http://app.weiphone.com/installer">http://app.weiphone.com/installer</a>、</font></font></span></p><p style="margin: 0cm 0cm 0pt;" class="MsoNormal"><span lang="EN-US"><font size="3"><font face="Times New Roman">Community Source</font></font></span></p><p style="margin: 0cm 0cm 0pt;" class="MsoNormal"><span lang="EN-US"><a href="http://lumaqq.linuxsir.org/update/repository.plist">http://lumaqq.linuxsir.org/update/repository.plist</a></span></p><p style="margin: 0cm 0cm 0pt;" class="MsoNormal"><span lang="EN-US"><font size="3" face="Times New Roman"></font></span></p><p style="margin: 0cm 0cm 0pt;" class="MsoNormal"><span lang="EN-US"><font size="3"><font face="Times New Roman">不要使用tgbus.com出的那个source，就是iphonebus.com/apps/rep.xml，好多软件都安装不上。而且他们家的source在all package里面都能找到。</font></font></span></p><p /><p style="margin: 0cm 0cm 0pt;" class="MsoNormal"><span lang="EN-US"></span></p><p /><p style="margin: 0cm 0cm 0pt;" class="MsoNormal"><font size="3"><span lang="EN-US"><font face="Times New Roman">#</font></span><span mso-hansi-font-family:="" times="" roman?;="" ?times="" new="" roman??="" style="font-family: 宋体;">系统基础件</span><span lang="EN-US"></span></font></p><p /><p style="margin: 0cm 0cm 0pt;" class="MsoNormal"><span lang="EN-US"><font size="3"><font face="Times New Roman">ziphone ibrickr fix（解决ziphone破解之后ibus连不上的bug）<chsdate isrocdate="False" islunardate="False" day="30" month="12" year="1899" w:st="on" /></font></font></span></p><p /><p style="margin: 0cm 0cm 0pt;" class="MsoNormal"><span lang="EN-US"><font size="3"><font face="Times New Roman">bsd subsystem</font></font></span></p><p /><p style="margin: 0cm 0cm 0pt;" class="MsoNormal"><span lang="EN-US"><font size="3"><font face="Times New Roman">region patch（装完这个之后就可以去Setting -&amp;gt; General -&amp;gt; International中把Region Format设为China了, 1.1.3不装这个就没China的选项，只有HK）</font></font></span></p><p /><p style="margin: 0cm 0cm 0pt;" class="MsoNormal"><span lang="EN-US"></span></p><p /><p style="margin: 0cm 0cm 0pt;" class="MsoNormal"><font size="3"><span lang="EN-US"><font face="Times New Roman">#</font></span><span mso-hansi-font-family:="" times="" roman?;="" ?times="" new="" roman??="" style="font-family: 宋体;">系统工具</span><span lang="EN-US"></span></font></p><p /><p style="margin: 0cm 0cm 0pt;" class="MsoNormal"><span lang="EN-US"><font size="3"><font face="Times New Roman">OpenSSH</font></font></span></p><p /><p style="margin: 0cm 0cm 0pt;" class="MsoNormal"><span lang="EN-US"><font size="3"><font face="Times New Roman">Term-vt100</font></font></span></p><p /><p style="margin: 0cm 0cm 0pt;" class="MsoNormal"><span lang="EN-US"><font size="3"><font face="Times New Roman">Services</font></font></span></p><p /><p style="margin: 0cm 0cm 0pt;" class="MsoNormal"><span lang="EN-US"><font size="3"><font face="Times New Roman">Sysinfo</font></font></span></p><p /><p /><p style="margin: 0cm 0cm 0pt;" class="MsoNormal"><span lang="EN-US"><font size="3"><font face="Times New Roman">Search</font></font></span></p><p /><p style="margin: 0cm 0cm 0pt;" class="MsoNormal"><span lang="EN-US"><font size="3"><font face="Times New Roman">Converter</font></font></span></p><p /><p style="margin: 0cm 0cm 0pt;" class="MsoNormal"><span lang="EN-US"><font size="3"><font face="Times New Roman">VoiceDial</font></font></span></p><p /><p style="margin: 0cm 0cm 0pt;" class="MsoNormal"><span lang="EN-US"><font size="3"><font face="Times New Roman">Apollo</font></font></span></p><p /><p style="margin: 0cm 0cm 0pt;" class="MsoNormal"><span lang="EN-US"><font size="3"><font face="Times New Roman">LumaQQ</font></font></span></p><p /><p style="margin: 0cm 0cm 0pt;" class="MsoNormal"><span lang="EN-US"><font size="3"><font face="Times New Roman">MACalc</font></font></span></p><p /><p style="margin: 0cm 0cm 0pt;" class="MsoNormal"><span lang="EN-US"><font size="3"><font face="Times New Roman">iLM(Google Maps离线版)</font></font></span></p><p style="margin: 0cm 0cm 0pt;" class="MsoNormal"><span lang="EN-US"><font size="3"><font face="Times New Roman"><br /></font></font></span></p><p style="margin: 0cm 0cm 0pt;" class="MsoNormal"><span lang="EN-US"><font size="3" face="Times New Roman"></font></span></p><font size="3" face="Times New Roman">iPhysics</font><p /><p style="margin: 0cm 0cm 0pt;" class="MsoNormal"><span lang="EN-US"><font size="3"><font face="Times New Roman">iRadio</font></font></span></p><p><span lang="EN-US"><font size="3"><font face="Times New Roman">Light Off</font></font></span></p><p /><p style="margin: 0cm 0cm 0pt;" class="MsoNormal"><span lang="EN-US"></span></p><p /><p style="margin: 0cm 0cm 0pt;" class="MsoNormal"><span lang="EN-US"><font size="3"><font face="Times New Roman">#weiphone.com </font></font></span></p><p /><p style="margin: 0cm 0cm 0pt;" class="MsoNormal"><span lang="EN-US"><font size="3"><font face="Times New Roman">wefit</font></font></span></p><p /><p style="margin: 0cm 0cm 0pt;" class="MsoNormal"><span lang="EN-US"><font size="3"><font face="Times New Roman">WeLLK</font></font></span></p><p /><p style="margin: 0cm 0cm 0pt;" class="MsoNormal"><span lang="EN-US"><font size="3"><font face="Times New Roman">WeSpot</font></font></span></p><p /><p style="margin: 0cm 0cm 0pt;" class="MsoNormal"><span lang="EN-US"></span></p><p /><p style="margin: 0cm 0cm 0pt;" class="MsoNormal"><font size="3"><span lang="EN-US"><font face="Times New Roman">#</font></span><span mso-hansi-font-family:="" times="" roman?;="" ?times="" new="" roman??="" style="font-family: 宋体;">游戏模拟器</span><span lang="EN-US"></span></font></p><p /><p style="margin: 0cm 0cm 0pt;" class="MsoNormal"><span lang="EN-US"><font size="3"><font face="Times New Roman">gpSPhone</font></font></span></p><p /><p style="margin: 0cm 0cm 0pt;" class="MsoNormal"><span lang="EN-US"><font size="3"><font face="Times New Roman">NES</font></font></span></p><p /><p style="margin: 0cm 0cm 0pt;" class="MsoNormal"><span lang="EN-US"><font size="3" face="Times New Roman">psx4all</font></span></p><br /><p style="margin: 0cm 0cm 0pt;" class="MsoNormal">FAQ（我只测试过1.1.3）</p><br /><p style="margin: 0cm 0cm 0pt;" class="MsoNormal"><br /></p><p style="margin: 0cm 0cm 0pt;" class="MsoNormal">Term-vt100密码错误</p><p style="margin: 0cm 0cm 0pt;" class="MsoNormal">http://forums.macrumors.com/showthread.php?t=422369 12楼 <br /></p><p style="margin: 0cm 0cm 0pt;" class="MsoNormal">putty 连上去，执行:</p><p style="margin: 0cm 0cm 0pt;" class="MsoNormal">
mkdir -p /usr/local/arm-apple-darwin/lib<br />
ln -sf /usr/lib/libgcc_s.1.dylib /usr/local/arm-apple-darwin/lib/libgcc_s.1.dylib<br />
chmod +s /Applications/Term-vt100.app/Term-vt100</p><br /><p style="margin: 0cm 0cm 0pt;" class="MsoNormal">Apollo连不上MSN登录服务器</p><p style="margin: 0cm 0cm 0pt;" class="MsoNormal">http://www.everythingicafe.com/forum/third-party-applications/apollo-fix-for-1-1-3-a-22734.html 1楼</p><p style="margin: 0cm 0cm 0pt;" class="MsoNormal">putty连上去，或者用Term-vt100，执行</p><p style="margin: 0cm 0cm 0pt;" class="MsoNormal">vim /etc/hosts</p><p style="margin: 0cm 0cm 0pt;" class="MsoNormal">在文件末尾加入：</p><p style="margin: 0cm 0cm 0pt;" class="MsoNormal">
64.12.161.185 login.oscar.aol.com<br />
64.12.161.185 login.messaging.aol.com<br />
65.54.239.140 messenger.hotmail.com<br />
65.54.239.140 dp.msnmessenger.akadns.net<br />
65.54.179.216 nexus.passport.com<br />
65.54.179.216 nexus.passport.com.nsatc.net<br />
65.54.183.203 login.live.com<br />
65.54.183.203 login.live.com.nsatc.net<br />
65.55.128.48 spaces.live.com<br />
209.85.163.125 talk.google.com<br />
209.85.163.125 talk.l.google.com</p><p style="margin: 0cm 0cm 0pt;" class="MsoNormal">保存，退出。</p><p style="margin: 0cm 0cm 0pt;" class="MsoNormal">或者用ibus下载下来改好了传上去。<br />
</p><p style="margin: 0cm 0cm 0pt;" class="MsoNormal"><br /></p><p style="margin: 0cm 0cm 0pt;" class="MsoNormal"><span lang="EN-US"></span></p><p /><p><font size="3" face="Times New Roman"> </font></p><p /><p><font size="3" face="Times New Roman"> </font></p><p /><p><font size="3" face="Times New Roman"> </font></p><p /><p><font size="3" face="Times New Roman"> </font></p><p /><p><font size="3" face="Times New Roman"> </font></p><p /><p /><p />]]></description> 
<guid isPermaLink="false">6655368@http://chin.bokee.com/</guid> 
<dc:subject>流水帐</dc:subject> 
<dc:date>2008-03-10T14:42:40Z</dc:date> 
</item> 
<item> 
<title><![CDATA[iphone]]></title> 
<link>http://chin.bokee.com/6636424.html</link> 
<description><![CDATA[<script type="text/javascript"><!--
google_ad_client = "pub-9078228163713963";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text_image";
google_ad_channel ="";
//--></script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
1月30日，无意中发现有个老大在美国，两天后回国，托他带个iphone，网上铺天盖地的言论说1.1.3版本破解无望，入手须慎重，1.1.2需要卡贴才能破解，而且基本买不到了。<br /><br />我在“道高一尺，魔高一丈”的理论指引下，坚信1.1.3很快就可以破解的。于是让老大带了。<br /><br />2月14日，休了个工作以来最长的“寒假”去杭州参加年会，碰到老大，问之，答曰我的iphone已在北京。16日晚回到北京，本来想去公司拿的，但是等王志勇同学托运的行李等了近一个小时，又是三人拼车回市区，于是暂且作罢，度过了一个忐忑不安（1.1.3到底能不能破解啊，我会不会买回一块高科技砖头-_-!）的夜晚，17日一大早骑车冲到公司，取到iphone开始破解，过程非常顺利。<br /><br />开盒，取出底座，数据线，iphone，接上电脑<br />打开前一天晚上就准备好的ziphone，勾选jailbreak, activate, unlock，点start<br />转身去洗手间<br />三分钟后返回，iphone已经破解好了！<br /><br />不会换sim卡，一边上网搜索，一边嘀咕：苹果咋连个说明书都不给。网上搜索的情况显示很多跟我这样的小白不知道怎么换sim卡。找同事要了一根回形针，顺利顶开卡托，取出AT &amp;amp; T的卡（上面有个3G的字样哦），换上我的，拨我的座机，正常。<br /><br />最后，在我要把iphone装回盒子带回家的时候，发现有一本很小很小的手册-_-!!!<br /><br />回家用wifi，折腾了数小时，能进入路由器管理界面，就是不能解析域名，最后按照某篇帖子指示把iphone的dns手工指定为路由器的ip 192.168.0.1，成功（注：就成功了这么一次，后来重刷之后，再也不能通过这样的方式上无线了）。<br /><br />ziphone破解之后ibus和ibrickr不认，还说我的iphone是未破解的，按照iphonebus上的说明装了个补丁，搞定。<br /><br />后来的事情就比较乏味了，遇到了这么几个麻烦：<br />1.中文输入法安装了无法调出来，发短信界面没有小地球，后来在Setting里面更改了语言设置就ok了。<br />2.无法上wifi，公司的wifi密码我不知道，不好意思去麻烦IT的兄弟，用我自己的笔记本做了个点对点的wifi，有线网络设置为共享，搞定。家里的无线路由也最终被我搞定，手工在路由器设置界面指定dns，设为北京网通的dns（路由器自动获取到的第一个dns地址居然是广东的，晕）<br />3.很多很多软件装不上，要么是下载包失败，要么是不兼容1.1.3内核，比如iradio，term-vt100下载失败，openssh，wellk（连连看）装了也不能运行。<br /><br /><br /><br />
]]></description> 
<guid isPermaLink="false">6636424@http://chin.bokee.com/</guid> 
<dc:subject>流水帐</dc:subject> 
<dc:date>2008-02-25T17:38:21Z</dc:date> 
</item> 
<item> 
<title><![CDATA[How to make decision 如何做决定]]></title> 
<link>http://chin.bokee.com/6580054.html</link> 
<description><![CDATA[<script type="text/javascript"><!--
google_ad_client = "pub-9078228163713963";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text_image";
google_ad_channel ="";
//--></script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<p>如何做决定，这是一个会伴随我们一生的问题。</p><p>我经常在需要作出重要决定的时候碰到棘手的问题，最后做出并非最佳甚至很坏的决定。我唯一可供分享的经验是：在情绪不好的时候一定不要做任何决定。</p><p>我找到了关于如何做决定的小文章，中英文各一篇，留此存照。</p><p>===============此处开始转载==============</p><p>要做出一个切合实际或有效的决定，</p><p>通常依赖个体对自己及环境的正确了解。<br />　　<br />在婴儿时期，<br /> <br />我们无法真正控制或掌握自己及环境的一切，<br /> <br />我们所能做的是不舒服时哭叫，<br /> <br />让父母来猜到底怎么回事。<br /> <br />儿童时期，<br /> <br />我们对自己及世界有了比以前多一些的了解，<br /> <br />就开始运用两个新策略来做决定--当我们对自己状况不了解，<br /> <br />而对环境状况了解，则容易受他人意见左右，而倾向做出「依赖型的决定」（dependent decision），<br /> <br />例如，对自己的兴趣不了解，在选择主修科系时，<br /> <br />就依赖父母的意见做为决定；<br /> <br />如果我们知道自己要什么，<br /> <br />而较不了解情境或环境状况的话，我们也许会做「直觉型的决定」（intuitive decision），<br /> <br />例如「我喜欢冰淇淋，不喜欢青菜。」<br /> <br />当我们逐渐长大，我们保存上述这两种型态的决定方式，<br /> <br />并增加一种决定策略--「计划型的决定」（pacnful decision）。<br /> <br />这种计划性的决定，是考虑个人及环境双方的情境才做的较有效的决定。<br /> <br />当我们运用这种策略时，<br /> <br />我们会衡量情境的内在与外在需求情形，及其正、反面情况。<br /> <br />如果时间容许，我们会收集更多的数据，并考虑各种可能的结果；<br /> <br />如此，所做的决定较符合我们及环境的需求。</p><p>来源：<a href="http://www.tkgsh.tn.edu.tw/counsell/%E8%B3%87%E6%96%99%E7%B5%84/%E6%9C%88%E6%9C%83/%E5%AD%B8%E7%94%9F%E7%89%88%E8%BC%94%E5%B0%8E%E9%80%9A%E8%A8%8A/149/%E5%AD%B8%E7%BF%92%E5%A6%82%E4%BD%95%E5%81%9A%E6%B1%BA%E5%AE%9A.htm">http://www.tkgsh.tn.edu.tw/counsell/%E8%B3%87%E6%96%99%E7%B5%84/%E6%9C%88%E6%9C%83/%E5%AD%B8%E7%94%9F%E7%89%88%E8%BC%94%E5%B0%8E%E9%80%9A%E8%A8%8A/149/%E5%AD%B8%E7%BF%92%E5%A6%82%E4%BD%95%E5%81%9A%E6%B1%BA%E5%AE%9A.htm</a></p><p>================另外一个转载=============</p><h2 class="Header">Introduction</h2><span id="intelliTXT"><div id="Intro">Making decisions can be intimidating and time-consuming. And while there's no easy way to just make them, the following tips can help you in that direction. </div></span><h2 class="Header">Instructions</h2><div class="Difficulty"><span><strong><font color="#4a7195">Difficulty:</font></strong></span> Moderate </div><h3 class="SubHeader">Things You'll Need</h3><ul id="ThingsYouWillNeed" class="List_Arrow"><li>Paper And Pencils </li></ul><span id="intelliTXT"><h3 class="SubHeader">Steps</h3><div class="Step"><div class="StepNumber">1</div><h4>Step One</h4><div class="StepContent">Mark out the parameters of the decision clearly: What choices do you have? Are there more than two? </div></div><div class="Step"><div class="StepNumber">2</div><h4>Step Two</h4><div class="StepContent">Gather as much information as you can about each alternative - talk to the appropriate people, solicit advice from friends and family, and research by reading books and magazine or newspaper articles. </div></div><div class="Step"><div class="StepNumber">3</div><h4>Step Three</h4><div class="StepContent">Get the experience that will help you make an informed decision. For example, if you're trying to decide whether to become a doctor or not, first volunteer at a hospital or clinic. </div></div><div class="Step"><div class="StepNumber">4</div><h4>Step Four</h4><div class="StepContent">Jot down a list of pros and cons for each decision. Prioritize which considerations are very important to you, and which are less so. </div></div><div class="Step"><div class="StepNumber">5</div><h4>Step Five</h4><div class="StepContent">Recognize that there are no right reasons for making a particular decision. The fact that a particular path is important to you, regardless of what others think, legitimizes it. </div></div><div class="Step"><div class="StepNumber">6</div><h4>Step Six</h4><div class="StepContent">Think honestly about any fears, motives or biases guiding your thinking. Recognize them for what they are. </div></div><div class="Step"><div class="StepNumber">7</div><h4>Step Seven</h4><div class="StepContent">Brainstorm alternatives. Can you synthesize the available alternatives into a compromise that maximizes the pros and minimizes the cons? Look for ways to have your cake and eat it too. </div></div><div class="Step"><div class="StepNumber">8</div><h4>Step Eight</h4><div class="StepContent">Put an end to collecting information about your decision. Avoid thinking that with just a little more time and information, you'll be able to make the one perfect decision. Remember that no decision is perfect and that all choices are made in a condition of some uncertainty. </div></div><div class="Step"><div class="StepNumber">9</div><h4>Step Nine</h4><div class="StepContent">Recognize that you might learn things in hindsight that would have changed your decision had you known about them earlier. This thought is normal, and should not be allowed to stall your decision making. </div></div><div class="Step"><div class="StepNumber">10</div><h4>Step Ten</h4><div class="StepContent">Make the decision. </div></div></span><span id="Span1"><div class="clr"></div><h3 class="SubHeader">Tips &amp;amp; Warnings</h3><ul class="TipsAndWarnings"><li class="lstTip">Critically evaluate your decision from time to time - if you don't like how things are progressing, try something else. </li><li class="lstTip">If all else fails, try going with your gut feeling. </li><li class="lstWarning">Keep one eye on the clock; avoid endless delays in making a decision for fear that you don't know enough or will make the wrong choice.</li></ul><p class="lstWarning">来源：<a href="http://www.ehow.com/how_3838_make-decisions.html">http://www.ehow.com/how_3838_make-decisions.html</a></p></span>]]></description> 
<guid isPermaLink="false">6580054@http://chin.bokee.com/</guid> 
<dc:subject>流水帐</dc:subject> 
<dc:date>2007-12-25T21:04:49Z</dc:date> 
</item> 
<item> 
<title><![CDATA[kiwiphp开源了]]></title> 
<link>http://chin.bokee.com/6571394.html</link> 
<description><![CDATA[<p>其实kiwiphp早就提供匿名svn checkout了，不过一直没有文档，最近每写好一个class都要发邮件给大家说如何使用，手册越来越不成体系，遂萌发弄个wiki的念头。</p><p>昨晚努力了数小时，kiwiphp的wiki上线运行了：<a href="http://wiki.kiwiphp.com/">http://wiki.kiwiphp.com/</a></p><p>欢迎感兴趣的同好去看看：）</p>]]></description> 
<guid isPermaLink="false">6571394@http://chin.bokee.com/</guid> 
<dc:subject>流水帐</dc:subject> 
<dc:date>2007-12-18T16:30:11Z</dc:date> 
</item> 
<item> 
<title><![CDATA[重做的kiwiphp框架性能测试]]></title> 
<link>http://chin.bokee.com/6550993.html</link> 
<description><![CDATA[<p class="MsoNormal"><font face="宋体" size="2"><span style="FONT-SIZE: 10.5pt; FONT-FAMILY: 宋体">上次</span></font><font face="Arial"><span lang="EN-US" style="FONT-FAMILY: Arial">PHP</span></font><font face="宋体"><span style="FONT-FAMILY: 宋体">框架介绍</span></font><font face="Arial"><span lang="EN-US" style="FONT-FAMILY: Arial">techtalk</span></font><font face="宋体"><span style="FONT-FAMILY: 宋体">中，我给大家做演示，连接一台远程的</span></font><font face="Arial"><span lang="EN-US" style="FONT-FAMILY: Arial">Linux Server</span></font><font face="宋体"><span style="FONT-FAMILY: 宋体">，测试了一下</span></font><font face="Arial"><span lang="EN-US" style="FONT-FAMILY: Arial">kiwiphp</span></font><font face="宋体"><span style="FONT-FAMILY: 宋体">（</span></font><font face="Arial"><span lang="EN-US" style="FONT-FAMILY: Arial">kiwiphp</span></font><font face="宋体"><span style="FONT-FAMILY: 宋体">是我自己写的一个小</span></font><font face="Arial"><span lang="EN-US" style="FONT-FAMILY: Arial">framework</span></font><font face="宋体"><span style="FONT-FAMILY: 宋体">）性能，结果显示</span></font><font face="Arial"><span lang="EN-US" style="FONT-FAMILY: Arial">kiwiphp</span></font><font face="宋体"><span style="FONT-FAMILY: 宋体">在执行一个简单的页面输出任务时，性能只有原生</span></font><font face="Arial"><span lang="EN-US" style="FONT-FAMILY: Arial">php</span></font><font face="宋体"><span style="FONT-FAMILY: 宋体">的</span></font><font face="Arial"><span lang="EN-US" style="FONT-FAMILY: Arial">3%</span></font><font face="宋体"><span style="FONT-FAMILY: 宋体">，而并非我演示之前说的</span></font><font face="Arial"><span lang="EN-US" style="FONT-FAMILY: Arial">30%</span></font><font face="宋体"><span style="FONT-FAMILY: 宋体">，这个是不正常的，由于时间关系，我没有当场解决这个问题。后来我在笔记本和</span></font><font face="Arial"><span lang="EN-US" style="FONT-FAMILY: Arial">yroot</span></font><font face="宋体"><span style="FONT-FAMILY: 宋体">上分别测了一下，</span></font><font face="Arial"><span lang="EN-US" style="FONT-FAMILY: Arial">30%</span></font><font face="宋体"><span style="FONT-FAMILY: 宋体">是相对比较可信的。</span></font><font face="Arial"><span lang="EN-US" style="FONT-FAMILY: Arial"></span></font></p><p /><p class="MsoNormal"><font face="Arial" size="2"><span lang="EN-US" style="FONT-SIZE: 10.5pt; FONT-FAMILY: Arial"></span></font><p /><p class="MsoNormal"><font face="宋体" size="2"><span style="FONT-SIZE: 10.5pt; FONT-FAMILY: 宋体">现将测试结果贴这里备忘：</span></font><font face="Arial"><span lang="EN-US" style="FONT-FAMILY: Arial"></span></font></p><p /><p class="MsoNormal"><b><font face="宋体" size="4"><span style="FONT-WEIGHT: bold; FONT-SIZE: 14pt; FONT-FAMILY: 宋体">测试方法</span></font></b><b><font face="Arial" size="4"><span lang="EN-US" style="FONT-WEIGHT: bold; FONT-SIZE: 14pt; FONT-FAMILY: Arial">1</span></font></b></p><p /><p class="MsoNormal"><font face="宋体" size="2"><span style="FONT-SIZE: 10.5pt; FONT-FAMILY: 宋体">用</span></font><font face="Arial"><span lang="EN-US" style="FONT-FAMILY: Arial">php framework</span></font><font face="宋体"><span style="FONT-FAMILY: 宋体">和原生</span></font><font face="Arial"><span lang="EN-US" style="FONT-FAMILY: Arial">php</span></font><font face="宋体"><span style="FONT-FAMILY: 宋体">分别输出一个页面，该页面</span></font><font face="Arial"><span lang="EN-US" style="FONT-FAMILY: Arial">include</span></font><font face="宋体"><span style="FONT-FAMILY: 宋体">一个公共头和一个公共尾</span></font><font face="Arial"><span lang="EN-US" style="FONT-FAMILY: Arial"></span></font></p><p /><p class="MsoNormal"><font face="宋体" size="2"><span style="FONT-SIZE: 10.5pt; FONT-FAMILY: 宋体">原生</span></font><font face="Arial"><span lang="EN-US" style="FONT-FAMILY: Arial">php</span></font><font face="宋体"><span style="FONT-FAMILY: 宋体">代码参见附件</span></font><font face="Arial"><span lang="EN-US" style="FONT-FAMILY: Arial"></span></font></p><p /><p class="MsoNormal"><font face="Arial" size="2"><span lang="EN-US" style="FONT-SIZE: 10.5pt; FONT-FAMILY: Arial"></span></font><p /><p class="MsoNormal"><font face="宋体"><span style="FONT-FAMILY: 宋体">环境测试方法和结果：</span></font><font face="Arial"><span lang="EN-US" style="FONT-FAMILY: Arial"></span></font></p><p /><p class="MsoNormal"><font face="Arial" size="2"><span lang="EN-US" style="FONT-SIZE: 10.5pt; FONT-FAMILY: Arial">nonmvc.txt</span></font><font face="宋体"><span style="FONT-FAMILY: 宋体">的内容是</span></font><font face="Arial"><span lang="EN-US" style="FONT-FAMILY: Arial">100</span></font><font face="宋体"><span style="FONT-FAMILY: 宋体">行</span></font><font face="Arial"><span lang="EN-US" style="FONT-FAMILY: Arial"><a title="http://localhost/mvc_bench/nonmvc/index.php" href="http://localhost/mvc_bench/nonmvc/index.php">http://localhost/mvc_bench/nonmvc/index.php</a></span></font></p><p /><p class="MsoNormal"><font face="Arial" size="2"><span lang="EN-US" style="FONT-SIZE: 10.5pt; FONT-FAMILY: Arial">mvc.txt</span></font><font face="宋体"><span style="FONT-FAMILY: 宋体">的内容是</span></font><font face="Arial"><span lang="EN-US" style="FONT-FAMILY: Arial">100</span></font><font face="宋体"><span style="FONT-FAMILY: 宋体">行</span></font><font face="Arial"><span lang="EN-US" style="FONT-FAMILY: Arial"><a title="http://localhost/mvc_bench/mvc/index.php" href="http://localhost/mvc_bench/mvc/index.php">http://localhost/mvc_bench/mvc/index.php</a></span></font></p><p /><p class="MsoNormal"><font face="Arial" size="2"><span lang="EN-US" style="FONT-SIZE: 10.5pt; FONT-FAMILY: Arial"></span></font><p /><p class="MsoNormal"><font face="Arial" size="2"><span lang="EN-US" style="FONT-SIZE: 10.5pt; FONT-FAMILY: Arial">http_load -parallel 10 -seconds 10 /home/jianxian/nonmvc.txt</span></font></p><p /><p class="MsoNormal"><font face="Arial" size="2"><span lang="EN-US" style="FONT-SIZE: 10.5pt; FONT-FAMILY: Arial">11363 fetches, 10 max parallel, 1.52264e+06 bytes, in 10.0008 seconds</span></font></p><p /><p class="MsoNormal"><font face="Arial" size="2"><span lang="EN-US" style="FONT-SIZE: 10.5pt; FONT-FAMILY: Arial">134 mean bytes/connection</span></font></p><p /><p class="MsoNormal"><font face="Arial" color="#ff0000" size="2"><span lang="EN-US" style="FONT-SIZE: 10.5pt; COLOR: red; FONT-FAMILY: Arial">1136.21</span></font><font face="Arial"><span lang="EN-US" style="FONT-FAMILY: Arial"> fetches/sec, 152252 bytes/sec</span></font></p><p /><p class="MsoNormal"><font face="Arial" size="2"><span lang="EN-US" style="FONT-SIZE: 10.5pt; FONT-FAMILY: Arial">msecs/connect: 0.065158 mean, 12.248 max, 0.018 min</span></font></p><p /><p class="MsoNormal"><font face="Arial" size="2"><span lang="EN-US" style="FONT-SIZE: 10.5pt; FONT-FAMILY: Arial">msecs/first-response: 4.99158 mean, 825.573 max, 0.733 min</span></font></p><p /><p class="MsoNormal"><font face="Arial" size="2"><span lang="EN-US" style="FONT-SIZE: 10.5pt; FONT-FAMILY: Arial">HTTP response codes:</span></font></p><p /><p class="MsoNormal" style="TEXT-INDENT: 10.5pt"><font face="Arial" size="2"><span lang="EN-US" style="FONT-SIZE: 10.5pt; FONT-FAMILY: Arial">code 200 – 11363</span></font></p><p /><p class="MsoNormal"><font face="Arial" size="2"><span lang="EN-US" style="FONT-SIZE: 10.5pt; FONT-FAMILY: Arial"></span></font><p /><p class="MsoNormal"><font face="Arial" size="2"><span lang="EN-US" style="FONT-SIZE: 10.5pt; FONT-FAMILY: Arial"></span></font><p /><p class="MsoNormal"><font face="Arial" size="2"><span lang="EN-US" style="FONT-SIZE: 10.5pt; FONT-FAMILY: Arial">http_load -parallel 10 -seconds 10 /home/jianxian/mvc.txt</span></font></p><p /><p class="MsoNormal"><font face="Arial" size="2"><span lang="EN-US" style="FONT-SIZE: 10.5pt; FONT-FAMILY: Arial">3823 fetches, 10 max parallel, 512282 bytes, in 10.0013 seconds</span></font></p><p /><p class="MsoNormal"><font face="Arial" size="2"><span lang="EN-US" style="FONT-SIZE: 10.5pt; FONT-FAMILY: Arial">134 mean bytes/connection</span></font></p><p /><p class="MsoNormal"><font face="Arial" color="#ff0000" size="2"><span lang="EN-US" style="FONT-SIZE: 10.5pt; COLOR: red; FONT-FAMILY: Arial">382.251</span></font><font face="Arial"><span lang="EN-US" style="FONT-FAMILY: Arial"> fetches/sec, 51221.7 bytes/sec</span></font></p><p /><p class="MsoNormal"><font face="Arial" size="2"><span lang="EN-US" style="FONT-SIZE: 10.5pt; FONT-FAMILY: Arial">msecs/connect: 0.0706869 mean, 0.185 max, 0.018 min</span></font></p><p /><p class="MsoNormal"><font face="Arial" size="2"><span lang="EN-US" style="FONT-SIZE: 10.5pt; FONT-FAMILY: Arial">msecs/first-response: 15.2609 mean, 867.053 max, 2.237 min</span></font></p><p /><p class="MsoNormal"><font face="Arial" size="2"><span lang="EN-US" style="FONT-SIZE: 10.5pt; FONT-FAMILY: Arial">HTTP response codes:</span></font></p><p /><p class="MsoNormal" style="TEXT-INDENT: 10.5pt"><font face="Arial" size="2"><span lang="EN-US" style="FONT-SIZE: 10.5pt; FONT-FAMILY: Arial">code 200 – 3823</span></font></p><p /><p class="MsoNormal"><font face="Arial" size="2"><span lang="EN-US" style="FONT-SIZE: 10.5pt; FONT-FAMILY: Arial"></span></font><p /><p class="MsoNormal"><font face="Arial" color="#ff0000" size="2"><span lang="EN-US" style="FONT-SIZE: 10.5pt; COLOR: red; FONT-FAMILY: Arial">382.251 / 1136.21 = 33.64%</span></font></p><p /><p class="MsoNormal"><font face="Arial" color="#ff0000" size="2"><span lang="EN-US" style="FONT-SIZE: 10.5pt; COLOR: red; FONT-FAMILY: Arial"></span></font><p /><p class="MsoNormal"><b><font face="宋体" size="4"><span style="FONT-WEIGHT: bold; FONT-SIZE: 14pt; FONT-FAMILY: 宋体">测试方法</span></font></b><b><font face="Arial" size="4"><span lang="EN-US" style="FONT-WEIGHT: bold; FONT-SIZE: 14pt; FONT-FAMILY: Arial">2</span></font></b></p><p /><p class="MsoNormal"><font face="宋体" size="2"><span style="FONT-SIZE: 10.5pt; FONT-FAMILY: 宋体">用</span></font><font face="Arial"><span lang="EN-US" style="FONT-FAMILY: Arial">php framework</span></font><font face="宋体"><span style="FONT-FAMILY: 宋体">和原生</span></font><font face="Arial"><span lang="EN-US" style="FONT-FAMILY: Arial">php</span></font><font face="宋体"><span style="FONT-FAMILY: 宋体">分别输出一个字串：</span></font><font face="Arial"><span lang="EN-US" style="FONT-FAMILY: Arial">Hello world </span></font></p><p /><p class="MsoNormal"><font face="Arial" size="2"><span lang="EN-US" style="FONT-SIZE: 10.5pt; FONT-FAMILY: Arial"></span></font><p /><p class="MsoNormal"><font face="宋体"><span style="FONT-FAMILY: 宋体">环境测试方法和结果：</span></font><font face="Arial"><span lang="EN-US" style="FONT-FAMILY: Arial"></span></font></p><p /><p class="MsoNormal"><font face="Arial" size="2"><span lang="EN-US" style="FONT-SIZE: 10.5pt; FONT-FAMILY: Arial">nonmvc.txt</span></font><font face="宋体"><span style="FONT-FAMILY: 宋体">的内容是</span></font><font face="Arial"><span lang="EN-US" style="FONT-FAMILY: Arial">100</span></font><font face="宋体"><span style="FONT-FAMILY: 宋体">行</span></font><font face="Arial"><span lang="EN-US" style="FONT-FAMILY: Arial"><a title="http://localhost/mvc_bench/hw/nonmvc/index.php" href="http://localhost/mvc_bench/hw/nonmvc/index.php">http://localhost/mvc_bench/hw/nonmvc/index.php</a></span></font></p><p /><p class="MsoNormal"><font face="Arial" size="2"><span lang="EN-US" style="FONT-SIZE: 10.5pt; FONT-FAMILY: Arial">mvc.txt</span></font><font face="宋体"><span style="FONT-FAMILY: 宋体">的内容是</span></font><font face="Arial"><span lang="EN-US" style="FONT-FAMILY: Arial">100</span></font><font face="宋体"><span style="FONT-FAMILY: 宋体">行</span></font><font face="Arial"><span lang="EN-US" style="FONT-FAMILY: Arial"><a title="http://localhost/mvc_bench/hw/mvc/index.php" href="http://localhost/mvc_bench/hw/mvc/index.php">http://localhost/mvc_bench/hw/mvc/index.php</a></span></font></p><p /><p class="MsoNormal"><font face="Arial" size="2"><span lang="EN-US" style="FONT-SIZE: 10.5pt; FONT-FAMILY: Arial"></span></font><p /><p class="MsoNormal"><font face="Arial" size="2"><span lang="EN-US" style="FONT-SIZE: 10.5pt; FONT-FAMILY: Arial">http_load -parallel 10 -seconds 10 /home/jianxian/nonmvc.txt</span></font></p><p /><p class="MsoNormal"><font face="Arial" size="2"><span lang="EN-US" style="FONT-SIZE: 10.5pt; FONT-FAMILY: Arial">11248 fetches, 10 max parallel, 1.50723e+06 bytes, in 10.0003 seconds</span></font></p><p /><p class="MsoNormal"><font face="Arial" size="2"><span lang="EN-US" style="FONT-SIZE: 10.5pt; FONT-FAMILY: Arial">134 mean bytes/connection</span></font></p><p /><p class="MsoNormal"><font face="Arial" color="#ff0000" size="2"><span lang="EN-US" style="FONT-SIZE: 10.5pt; COLOR: red; FONT-FAMILY: Arial">1124.76</span></font><font face="Arial"><span lang="EN-US" style="FONT-FAMILY: Arial"> fetches/sec, 150718 bytes/sec</span></font></p><p /><p class="MsoNormal"><font face="Arial" size="2"><span lang="EN-US" style="FONT-SIZE: 10.5pt; FONT-FAMILY: Arial">msecs/connect: 0.06526 mean, 4.462 max, 0.018 min</span></font></p><p /><p class="MsoNormal"><font face="Arial" size="2"><span lang="EN-US" style="FONT-SIZE: 10.5pt; FONT-FAMILY: Arial">msecs/first-response: 4.60769 mean, 630.797 max, 0.763 min</span></font></p><p /><p class="MsoNormal"><font face="Arial" size="2"><span lang="EN-US" style="FONT-SIZE: 10.5pt; FONT-FAMILY: Arial">HTTP response codes:</span></font></p><p /><p class="MsoNormal" style="TEXT-INDENT: 10.5pt"><font face="Arial" size="2"><span lang="EN-US" style="FONT-SIZE: 10.5pt; FONT-FAMILY: Arial">code 200 – 11248</span></font></p><p /><p class="MsoNormal" style="TEXT-INDENT: 10.5pt"><font face="Arial" size="2"><span lang="EN-US" style="FONT-SIZE: 10.5pt; FONT-FAMILY: Arial"></span></font><p /><p class="MsoNormal"><font face="Arial" size="2"><span lang="EN-US" style="FONT-SIZE: 10.5pt; FONT-FAMILY: Arial">http_load -parallel 10 -seconds 10 /home/jianxian/mvc.txt</span></font></p><p /><p class="MsoNormal"><font face="Arial" size="2"><span lang="EN-US" style="FONT-SIZE: 10.5pt; FONT-FAMILY: Arial">4118 fetches, 10 max parallel, 477688 bytes, in 10.0002 seconds</span></font></p><p /><p class="MsoNormal"><font face="Arial" size="2"><span lang="EN-US" style="FONT-SIZE: 10.5pt; FONT-FAMILY: Arial">116 mean bytes/connection</span></font></p><p /><p class="MsoNormal"><font face="Arial" color="#ff0000" size="2"><span lang="EN-US" style="FONT-SIZE: 10.5pt; COLOR: red; FONT-FAMILY: Arial">411.792</span></font><font face="Arial"><span lang="EN-US" style="FONT-FAMILY: Arial"> fetches/sec, 47767.9 bytes/sec</span></font></p><p /><p class="MsoNormal"><font face="Arial" size="2"><span lang="EN-US" style="FONT-SIZE: 10.5pt; FONT-FAMILY: Arial">msecs/connect: 0.0731333 mean, 10.091 max, 0.018 min</span></font></p><p /><p class="MsoNormal"><font face="Arial" size="2"><span lang="EN-US" style="FONT-SIZE: 10.5pt; FONT-FAMILY: Arial">msecs/first-response: 14.6304 mean, 828.407 max, 1.848 min</span></font></p><p /><p class="MsoNormal"><font face="Arial" size="2"><span lang="EN-US" style="FONT-SIZE: 10.5pt; FONT-FAMILY: Arial">HTTP response codes:</span></font></p><p /><p class="MsoNormal"><font face="Arial" size="2"><span lang="EN-US" style="FONT-SIZE: 10.5pt; FONT-FAMILY: Arial">&amp;nbsp; code 200 -- 4118</span></font></p><p /><p class="MsoNormal"><font face="Arial" size="2"><span lang="EN-US" style="FONT-SIZE: 10.5pt; FONT-FAMILY: Arial"></span></font><p /><p class="MsoNormal"><font face="Arial" color="#ff0000" size="2"><span lang="EN-US" style="FONT-SIZE: 10.5pt; COLOR: red; FONT-FAMILY: Arial">411.792 / 1124.76 = 36.61% &amp;nbsp;</span></font><font face="宋体"><span style="FONT-FAMILY: 宋体">小幅性能增长是因为我在框架中去掉了</span></font><font face="Arial"><span lang="EN-US" style="FONT-FAMILY: Arial">3</span></font><font face="宋体"><span style="FONT-FAMILY: 宋体">个自动载入文件</span></font></p><p class="MsoNormal"><font face="宋体"><span style="FONT-FAMILY: 宋体"></span></font></p><p class="MsoNormal"><font face="宋体"><span style="FONT-FAMILY: 宋体">update：禁用apc后测试结果是：</span></font></p><p><font face="宋体">http_load -parallel 10 -seconds 10 /home/jianxian/nonmvc.txt<br />8922 fetches, 10 max parallel, 1.19555e+06 bytes, in 10.0009 seconds<br />134 mean bytes/connection<br />892.121 fetches/sec, 119544 bytes/sec<br />msecs/connect: 0.0680688 mean, 1.713 max, 0.018 min<br />msecs/first-response: 5.8938 mean, 745.489 max, 0.931 min<br />HTTP response codes:<br />&amp;nbsp; code 200 -- 8922<br /></font></p><p><font face="宋体">http_load -parallel 10 -seconds 10 /home/jianxian/mvc.txt<br />1790 fetches, 10 max parallel, 207640 bytes, in 10.0027 seconds<br />116 mean bytes/connection<br />178.952 fetches/sec, 20758.5 bytes/sec<br />msecs/connect: 0.0744101 mean, 2.409 max, 0.019 min<br />msecs/first-response: 32.4393 mean, 1305.51 max, 5.265 min<br />HTTP response codes:<br />&amp;nbsp; code 200 -- 1790</font></p><p>kiwiphp的性能是原生php的20%</p></p><p>&amp;nbsp;</p></p><p>&amp;nbsp;</p></p><p>&amp;nbsp;</p></p><p>&amp;nbsp;</p></p><p>&amp;nbsp;</p></p><p>&amp;nbsp;</p></p><p>&amp;nbsp;</p></p><p>&amp;nbsp;</p></p><p>&amp;nbsp;</p></p><p>&amp;nbsp;</p></p><p>&amp;nbsp;</p>]]></description> 
<guid isPermaLink="false">6550993@http://chin.bokee.com/</guid> 
<dc:subject>流水帐</dc:subject> 
<dc:date>2007-12-01T14:44:19Z</dc:date> 
</item> 
<item> 
<title><![CDATA[雅虎，中国网，Myspace招PHP程序员]]></title> 
<link>http://chin.bokee.com/6528203.html</link> 
<description><![CDATA[
受人之托，帮忙介绍php程序员。待遇应该都还可以。<br />
<br />
雅虎（yahoo.com.cn）：多人，中高级，2年以上经验<br />
Myspace（myspace.cn）：多人，水平不限<br />
中国网（chinadaily.com）：一人，中级，要能独立完成<span class="t_tag" onclick="function onclick(event) {

    function onclick(event) {

        function onclick(event) {
            tagshow(event);
        }

    }

}" href="http://www.phpchina.com/bbs/tag.php?name=%BF%AA%B7%A2">开发</span><span class="t_tag" onclick="function onclick(event) {

    function onclick(event) {

        function onclick(event) {
            tagshow(event);
        }

    }

}" href="http://www.phpchina.com/bbs/tag.php?name=%B9%A4%D7%F7">工作</span>，没人带。全能型选手，css和js也要搞定<br />
<br />
有兴趣且满足条件的同好将简历寄至我的邮箱：talkativedoggy at gmail/yahoo.com<br />
<br />
BTW，还有一个朋友的创业公司起步招php &amp;amp; ajax好手，要求/待遇/联系方式/业务介绍见：<a target="_blank" href="http://www.tuyuan.com/jobs.htm">http://www.tuyuan.com/jobs.htm</a>。这个自己去联系即可，无需发邮件给我。]]></description> 
<guid isPermaLink="false">6528203@http://chin.bokee.com/</guid> 
<dc:subject>流水帐</dc:subject> 
<dc:date>2007-11-12T11:21:14Z</dc:date> 
</item> 
<item> 
<title><![CDATA[最大的行星和千年一遇的日子]]></title> 
<link>http://chin.bokee.com/6408380.html</link> 
<description><![CDATA[<p>事件一：最大的行星</p><p>早上看到一条新闻：“科学家发现迄今最大的行星”（<a href="http://cn.news.yahoo.com/search.html?p=%E6%9C%80%E5%A4%A7%E8%A1%8C%E6%98%9F&amp;ei=UTF-8">http://cn.news.yahoo.com/search.html?p=%E6%9C%80%E5%A4%A7%E8%A1%8C%E6%98%9F&amp;amp;ei=UTF-8</a>），如何形容这个“最大”，不严谨的记者采用了“体积是地球的二十倍”，“20个地球那么大”，“体积是木星的1.7倍”，各大网媒平媒转来转去，谬误百出。晚上，我看到法制晚报的纸介质版，报纸上赫然写着“约有20个地球那么大”。</p><p>那么这个行星究竟有多大呢？它的直径有24.3万千米，大约是地球的20倍（地球的直径是1.27万千米），是木星的1.7倍（木星直径14.3万千米），论体积，是地球的8000倍。我相信，即便是没有读过小学的人也能凭生活常识判断出来：A的直径是B的20倍绝对不等于A的体积是B的20倍。为什么这么简单的一个问题，却有如此之多的没提犯错呢（其中包括法制晚报和CCTV.com），原因之一，很多媒体工作者科学素养低，缺乏起码的常识和逻辑意识（我所处的IT行业有许许多多这样的媒体工作者，其他行业的我一点都不懂，不评价）。原因之二，接着往下看：</p><p /><p>事件二：千年一遇的日子</p><p>今天上网了的人们，估计没少收到“今天是个千年一遇的日子”的消息吧，大意是说，今天是07年08月09日，这样的日子千年一遇。我在雅虎通上收到同事mm的这条消息，认真看了一下，回复她说：这个是百年一遇，1907年8月9日和2107年8月9日也是070809。</p><p>我也相信，即便是没有受过高等教育的会数人民币的人，也能算出来这个日子只是百年一遇。为什么如此简单的问题，大家都在网上转来转去呢而不考虑其正确性呢？和上一个事件一样，人们都懒，习惯了道听途说，以讹传讹，懒得去思考和质疑。在信息不通畅的时代是这样，有了互联网，信息传递和存储成本空前的低，这种现象就尤其严重了。</p><p>一周前，一个IT同仁问我：听说你们公司工资很低，是这样吗？我不惊不怒，也没有正面否定，回答道：相信你自己的判断，而不是道听途说。就用这句话作结吧。</p>]]></description> 
<guid isPermaLink="false">6408380@http://chin.bokee.com/</guid> 
<dc:subject>流水帐</dc:subject> 
<dc:date>2007-08-09T21:05:18Z</dc:date> 
</item> 
<item> 
<title><![CDATA[给我的同事们：PHP的性能，安全，缺点]]></title> 
<link>http://chin.bokee.com/6405675.html</link> 
<description><![CDATA[<p>下午去听了社区部门yanc的课程，他讲的非常好，不过感觉意犹未尽，回家将我以前收集的一些资源整理放在这里，以飨同好。<br /><br />推荐资源一：a howto on optimizing php<br /><a href="http://phplens.com/lens/php-book/optimizing-debugging-php.php">http://phplens.com/lens/php-book/optimizing-debugging-php.php</a><br />总揽全局方能运筹帷幄决胜千里之外。这是一篇非常全面的php性能优化指南，高屋建瓴，教你全面均衡的优化你的应用。系统的介绍了LAMP架构下系统优化的各个层次，尤其是最后两个php执行流程图，可以很好的帮助大家理解下午yanc讲的opcode cache。虽然两年半没有更新了，仍不失为经典的php优化扛鼎之作。<br /><br />推荐资源二：php benckmark tests<br /><a href="http://www.php.lt/benchmark/phpbench.php">http://www.php.lt/benchmark/phpbench.php</a><br />细节决定成败。这个简洁却不失细致的基准测试结果在“代码行”级别上教你如何编写高性能的php程序。尤其值得注意的是，和“同样的任务，面向过程的实现方式比面向对象快数倍”这个论调一样，php社区长期流传单引号速度远远快于双引号的言论，如今，时过境迁，这些经验是否还有效呢？我的建议是，相信你自己的判断，而不是道听途说。作决定之前，对你不了解的技术和架构做个垂直切片，而不是等到业务逻辑全部实现了才发现严重的性能问题。avoid surprises.<br /><br />推荐资源三：PHP有什么缺点<br /><a href="http://www.nirvanastudio.org/php/php-in-contrast-to-perl.html">http://www.nirvanastudio.org/php/php-in-contrast-to-perl.html</a><br />知己知彼，百战不殆。衡量一个人是否足够熟悉php的标准之一就是看他了解多少php的缺点，这篇文章罗列了PHP的很多不足之处，其中有很多地方都说的很中肯。了解了php的缺点，相信你能更好的驾驭它，用其可用之处。不过，也别走极端，任何技术都不是完美的，严谨的必然罗嗦（比如ADA），灵活的必然晦涩（比如Haskell），强大的必然难以驾驭（比如汇编），与其把时髦的技术挂在嘴边，不如把过时的技术放在心里。用好自己最熟悉的就是成功。<br /><br />推荐资源四：《Essential PHP Security》<a href="http://project.5acity.com.cn/documents/essential_php_security.chm">http://project.5acity.com.cn/documents/essential_php_security.chm</a><br />一本PHP安全的电子书。软件工程有个很重要的原则就是防御式编程，遵守这个原则能让你生产安全健壮的产品。哦，顺便说个放之四海而皆准的道理：不要相信任何来自外部的数据。2004年的时候，我在linux下面用lumaqq把我的qq昵称修改为空了（不是空格，而是空白，什么都没有）。原因就是qq只在客户端验证了昵称是否为空，服务端却没有验证。 </p>]]></description> 
<guid isPermaLink="false">6405675@http://chin.bokee.com/</guid> 
<dc:subject>流水帐</dc:subject> 
<dc:date>2007-08-07T23:57:21Z</dc:date> 
</item> 

</channel> 
</rss> 