Wednesday, July 23, 2008
Go Home
I have left home for three weeks and missed my son and my wife. I am very happy today because I will go home today. I will play game with my son tomorrow.
Labels: life
Tuesday, July 22, 2008
左转右转,随心而动
GAE web framework
GAE provides a web framework, but it is not good enough. Django is a excellent MVC web framework and support templates. I think Django is a best choice, but GAE disables the session function. Google maybe can provide a better framework for us.
Monday, July 21, 2008
Google App Engine bug( static_dir)
GAE SDK version: 1.1.0
in App.yaml:
- url: /file/
static_dir: res/file
This config will generate an invalide path "res\0xcile\". If you modify the directory name to other, it will work fine( for example: ufile).
in App.yaml:
- url: /file/
static_dir: res/file
This config will generate an invalide path "res\0xcile\". If you modify the directory name to other, it will work fine( for example: ufile).









