随笔分类 -  Python,app Engine

app engine摘录一
摘要:Storing data in a scalable web application can be tricky. A user could be interacting with any of dozens of web servers at a given time, and the user's next request could go to a different web server ... 阅读全文
posted @ 2008-06-29 18:09 Keep Walking 阅读(5511) 评论(0) 推荐(0)
关于App Engine的google.appengine.tools.dev_appserver.AppConfigNotFoundError错误
摘要:今天开始玩的app engine,也是今天开始学习的python,出道不顺,遇到一个错误, google.appengine.tools.dev_appserver.AppConfigNotFoundError 不过,最后仔细核对了demo,原来是因为自己写的helloworld程序的配置文件名字不对,本来自己写的是hellowrold.py 和helloworld.yaml,核实了google自... 阅读全文
posted @ 2008-06-29 17:15 Keep Walking 阅读(6641) 评论(0) 推荐(0)