檔案為 '原創' 類別

[原創]Ipod Touch 3.0,Iphone 3.0 簡易開啟電池百分比顯示方法

 

首先 先把閣下的 Iphone / Ipod touch JB, 完成後進入cydia,搜尋 "sbsettings",如下圖

如成安裝後在ipod touch/iphone的介面上方由左向右掃,出現下方的menu,按左方的More。

按下後會出現以下圖片的內容,按Extra & Options

把Numeric Battery 由OFF 轉為ON 就會出現如下圖右上角所示的百分比。

原創文章,如需轉貼,請注明來源

Ipod Touch 3.0,Iphone 3.0 簡易開啟電池百分比顯示方法

來源: http://blog.24reader.com/vincentlam/2009/06/26/%E5%8E%9F%E5%89%B5ipod-touch-30iphone-30-%E7%B0%A1%E6%98%93%E9%96%8B%E5%95%9F%E9%9B%BB%E6%B1%A0%E7%99%BE%E5%88%86%E6%AF%94%E9%A1%AF%E7%A4%BA%E6%96%B9%E6%B3%95/

 

 

 
 
 
Share This

[原創]4步自製 uwants.com Rss - 任何網頁也能自製rss。

 本文是使用feed43.com,進行web page 轉換為rss的功能,請注意此網頁的Free User Rss 更新的次數為每 6 小時一次。

第一步:

首先進入Feed43.com,然後按右下方的create your own feed,這個功能是不需要註冊就可以使用。

 進入後,請乾入所需轉換為rss的連結,緊記在encoding中輸入big5-hkscs,完成後按reload,直至出現page loaded successfully。如下圖所示。

ps. 由於網頁可能未能連接到uwants的伺服器,因此可能會出現 » Can’t connect to www.uwants.com:80 (connect: timeout) 等錯誤,如出現錯誤只需再按reload即可。

第二步:

以下需要找出需要 source code 重覆的部份, 放入 Item (repeatable) Search Pattern

本例子重覆部份為

<tbody id="normalthread_7994423" > <tr> <td class="folder"><a href="http://www.uwants.com/viewthread.php?tid=7994423&amp;extra=page%3D1" title="新窗口打開" target="_blank"><img src="http://i1.hk/u/images/default/folder_new.gif" /></a></td> <td class="icon"> &nbsp; </td> <th class="new" > <label> <!– By Rex Heat Thread –> <!– By Rex Heat Thread –> &nbsp;</label> <em>[<a href="http://www.uwants.com/forumdisplay.php?fid=77&amp;filter=type& amp;amp;typeid=141">原創</a>]</em> <span id="thread_7994423"><a href="http://www.uwants.com/viewthread.php?tid=7994423&amp;extra=page%3D1"><!– google_ad_section_start –>侮辱別人的方法 (如果得罪了.請多多包涵)<!– google_ad_section_end –></a></span> <span class="threadpages">&nbsp;<img src="http://i1.hk/u/images/default/new.gif"></span> <a href="http://www.uwants.com/redirect.php?tid=7994423&amp;goto=newpost#newpost" class="new">New</a> </th> <td class="author"> <cite> <a href="http://www.uwants.com/space.php?action=viewpro&amp;uid=191433">010203040506</a> </cite> <em>2009-4-29</em> </td> <td class="nums"><strong>0</strong> / <em>1</em></td> <td class="lastpost"> <em><a href="http://www.uwants.com/redirect.php?tid=7994423&amp;goto=lastpost#lastpost">2009-4-29 06:40 PM</a></em> <cite>by <a href="http://www.uwants.com/space.php?action=viewpro&amp;username=010203040506">010203040506</a></cite> </td> </tr> </tbody>

因此在Global Search Pattern中輸入以下文字

<tbody id="normalthread_{*}">{%}

另外在Item (repeatable) Search Pattern中輸入

<span id="thread_{*}"><a href="{%}"><!– google_ad_section_start –>{%}<!– google_ad_section_end –></a></span>{*}<cite>{*}>{%}<{*}</cite>{*}<td class="nums"><strong>{%}</strong> / <em>{%}</em></td>{*}<td class="lastpost">{*}<em>{*}>{%}</a></em>

完成後按 Extract,如出現Item pattern matched 0 times,即以上的文字複製時出現錯誤,請重新複製,直至matched times不是0為止,如下圖

第三步:

輸入在RSS feed中所需出現的標題和連結,本人建議不需修改。

在RSS item properties 中為RSS所顥示的方法。

  • {%1} 為文章連結
  • {%2} 為文章的標題
  • {%3} 為文章的作者
  • {%4} 為文章的回應帖數
  • {%5} 為文章的查看人次
  • {%6} 為文章的最後更新時間

以下的Item Content Template 可因應情況而作出自訂和修改。

<li><a href="{%1}">{%2} </a><ul><li>( 作者 : {%3} 回覆 :{%4} / 查看 {%5} 最後更新時間 : {%6} )</li></ul></li>

由於本例子是把所有文章結合到同一個RSS feed 的同一記錄中,因此需打勾

<ul>{%}</ul>

完成後按 Preview 直至出現OK (Preview mode),如下圖.

第四步:

於 Feed Preview: 中可看到剛才製作的RSS資料,另外如需要修改連結的檔名 可按Change file name 作出修改,RSS製作完成 可按Feed URL is : 後方的xml檔取得已完成的RSS feed。

以下連結為本文所製作的rss /3683410256542738.xml

如需轉點請註明來源 : http://blog.24reader.com/vincentlam/2009/04/29/%E5%8E%9F%E5%89%B54%E6%AD%A5%E8%87%AA%E8%A3%BD-uwantscom-rss-%E4%BB%BB%E4%BD%95%E7%B6%B2%E9%A0%81%E4%B9%9F%E8%83%BD%E8%87%AA%E8%A3%BDrss%E3%80%82/

Share This