Skip to main content

· One min read

Google App Engine for developers http://www.niallkennedy.com/blog/2008/04/google-app-engine.html

Google App Engine 大量使用了 django 的架構與功能 http://code.google.com/appengine/articles/djangoforms.html

Google App Engine 使用的 Model Types 和 Property Classes http://code.google.com/appengine/docs/datastore/typesandpropertyclasses.html

直接可用的 Google App Engine 範例 http://code.google.com/p/google-app-engine-django-guestbook/

讓 Django 使用者更容易遷移到 app engine http://code.google.com/p/google-app-engine-django/

app engine group http://groups.google.com/group/google-appengine

Python 性能調優 ppt http://www.haokanbu.com/story/17930/

· One min read

Wireshark 一直是我工作中不可或缺的軟體,現在終於出 1.0 啦!

更棒的是 1.0 版同時提供了 intel mac 版!有圖有真相。

看的出來不是 Native Cocoa,而是透過 X 來支援的,所以應該看不到 iphone 版?XD

· One min read

Sphinx 是 Python 2.6 新採用的 rst 文件生成系統.

要開始玩首先得下載 Python 原始碼

svn co http://svn.python.org/projects/doctools/trunk/ python

下載完後進入 Doc 目錄,輸入

make html

則會自動下載 sphinx 與相關程式,然後自動編譯 rst 檔案.

如果輸入

make web

的話則是產生一個可執行的線上網頁文件程式。此網站程式甚至還支援搜尋,真是強悍到有點扯 @@

Update:

Sphinx 產生的首頁原來是從 template 中 render 的。看來拿到其他地方重用的彈性並沒想像中的高. 一般使用 rst 時還是繼續用自己寫的 mopowg 吧.