Google App Engine & Python 18 hours ago Read More
So i was tired of fallout last weekend and decided to check out google's appengine the concept seemed really nice and i wanted to give it a try so i jumped right in. The thing is that it only curr...
Google App Engine entities 18 hours ago Read More
During last time, I have found that I am afraid of creating new entities. Especially when it is about creating new networked entities or high load entities, when it may cause problems with handlin...
WingIDE中调试GAE(google app engine) 1 days ago Read More
之前调试一直在用print。。。很寒,其实在WingIDE中可以直接断点调试GAE的,下面介绍两种常用的方法:. 1. 在WingIDE中设置dev_appserver.py为main debug file(右键- Set As Main Debug File),然后设置运行参数:appname -debug ...
Unit Test Your Google App Engine Models 1 days ago Read More
I've been working on a project using Google App Engine (GAE). My favorite way to start any project is by doing TDD. Unfortunately I'm new to python and GAE simultaneously so I had to do plenty of ...
Google App Engine 3 days ago Read More
Google App Engine是Google推出的免费虚拟主机空间,其实这比一般虚拟主机强悍的多,你可以利用Google App Engine工具来开发网站或制作网络应用程序,Google会在自己的庞大服务器集群上为你提供空间、带宽、资源等。目前Google App Engine为每个用户提供10个Application(简称App),每个App有500M免费空间,每个App限制100...
google app engine 家計簿 ソース公開 3 days ago Read More
グラフ機能やメモ機能を追加したため、家計簿のソースが大幅に変わったため、ソース自体をgoogle codeとして下記に公開しました。 結局家計簿をwebアプリにしても、管理者にデータを見られるため、誰も使いたがらないので、それなら、自分専用のwebアプリ ...
Developing with Google App Engine 3 days ago Read More
Developing with Google App Engine introduces development with Google App Engine a platform that provides developers and users with infrastructure Google itself uses to develop and deploy massively...