2009年5月25日 星期一

讓 IIS 6.0 運行於 32 bit 模式

參考 如何在 64 位元版的 Windows 上切換 32 位元版的 ASP.NET 1.1 與 64 位元版的 ASP.NET 2.0 一文 主要方法節錄如下: cscript %SYSTEMDRIVE%\inetpub\adminscripts\adsutil.vbs SET W3SVC/AppPools/Enable32bitAppOnWin64 1

2009年4月4日 星期六

用 index 改善 db4o query 的效能

在 code 中記得要對會需要進行 query 的 field 進行 index,可以大幅改善效能。下面是一個例子:
Db4oFactory.Configure().ObjectClass(typeof(GeneOntologyInfo)).ObjectField("id").Indexed(true);  // 重點是這段;因為我們會常常搜尋 id==X 的物件,故對該 field 進行 index
gene2GO = Db4oFactory.OpenFile(GENE2GO_DB);
using (StreamReader r = new StreamReader(GENE2GO_SOURCE))
{
 while ((line = r.ReadLine()) != null)
 {                            
   string[] info = Regex.Split(line, @"\t");
   GeneOntologyInfo ginfo = new GeneOntologyInfo(info[2], info[3], info[4], info[0]);
   gene2GO.Store(ginfo);
 }
}


// query 的程式碼
IQuery query = gene2GO.Query();
query.Constrain(typeof(GeneOntologyInfo));
query.Descend("id").Constrain(id);
IObjectSet result = query.Execute();
// 略

2009年3月19日 星期四

VS2005+VSS 經由 Internet

  1. 安裝 VSS
  2. 安裝完畢後,開啟 VS2005
  3. 工具->選項->原始檔控制->外掛程式選擇:選取 Microsoft Visual SourceSafe (Internet)
  4. 開啟->方案->SourceSafe (Internet)->Add SourceSafe Database
    • Address: 輸入 VSS server 網址(如 localhost)
    • Folder: 輸入 VSS folder(如 \\localhost\VSS)
  5. 在跳出的視窗中輸入 VSS 的帳號和密碼
  6. 成功加入 SourceSafe Database 後,在列表中選取加入的資料庫,接著選取要開啟的專案即可

2009年2月16日 星期一

POS Tagger 工具

TreeTagger
The TreeTagger is a tool for annotating text with part-of-speech and lemma information. It was developed by Helmut Schmid in the TC project at the Institute for Computational Linguistics of the University of Stuttgart. The TreeTagger has been successfully used to tag German, English, French, Italian, Dutch, Spanish, Bulgarian, Russian, Greek, Portuguese, Chinese and old French texts and is adaptable to other languages if a lexicon and a manually tagged training corpus are available.

2009年2月11日 星期三

iPhone/iPod Touch 破解後軟體安裝列表 (Firmware 2.2.1)

iPhone/iPod Touch 破解後安裝的軟體列表
  1. 更新 Cydia
  2. 加入如下 source 到 Cydia 的 Source lists
  3. 利用 Cydia 安裝
    • OpenSSH:遠端登入(root/alpine)
    • SBSettings:系統細部設定,與快捷鍵
      • Fast Notes
      • Autolock SBSettings
      • Process
    • WinterBoard:布景主題
    • QuickGold:快速啟動應用程式或搜尋
    • Five Icon Dock:讓 Dock 可容納五個 icons
    • Stack:在 Dock 上多出數個快速啟動 apps
    • xGPS:離線地圖(地圖檔位於 /private/var/mobile/Library)
    • mxTube:離線觀看(下載)YouTube
    • miPatch Firmware 2.2.1:安裝破解的應用程式
    • BossTool:移動系統檔案,增加 OS 磁區容量(移動完畢可以移除
    • Lock Calendar:在鎖定畫面顯示行事曆
    • Appbackup
    • Aptbackup
    • Stumbler Plus
    • Safari Download Plug-In
    • hClipboard
    • Clippy
  4. 自 Cydia 中直接加入 SOSiPhone source(安裝 Installer 4 用)
  5. 自 Cydia 中安裝 Installer
  6. 在 Installer 中加入 http://app.weiphone.com/installer/ Source