2009-05-18
- [備忘] ubuntu 下,flash 亂碼的修正
- sudo gedit /etc/fonts/conf.d/49-sansserif.conf ,將兩個「sans-serif」改成「sans serif」即可
- 範例程式
- 投影片
- (1) 下載 Google App Engine SDK
- (2) 安裝 Eclipse (非必要)
$ wget http://googleappengine.googlecode.com/files/google_appengine_1.1.5.zip $ unzip google_appengine_1.1.5.zip $ sudo apt-get install sun-java6-jdk eclipse
- (3) 安裝 Pydev (非必要)
- (4) 申請 Google App Engine Key - http://appengine.google.com/ - 步驟參考
- (5) 下載課程範例程式
$ cd google_appengine google_appengine$ wget http://trac.nchc.org.tw/grid/raw-attachment/wiki/Reading/GAE.zip google_appengine$ unzip GAE.zip
- 關於 app.yaml
- Google App Engine 的設定檔 app.yaml 裡面是靠標準表示法來表示 (1) 觸發網址 (2) 對應的目錄(static_dir)/檔案(static_files)/程式(Script) (3) 本機端硬碟目錄/檔案/程式
- 範例說明
- 關於 cron.yaml
- Goolge App Engine 目前已經有支援排程,相關語法可參考範例說明
Last modified 15 years ago
Last modified on Mar 4, 2010, 9:30:09 PM