- 博客(4)
- 收藏
- 关注
原创 Google App Engine开发之清除本地数据库
在本地开发调试Google App Engine程序时,有时候需要清空本地的GAE模拟环境的数据库。此时,需要切换到项目主目录下面的war/WEB-INF/appengine-generated。这个目录下面包含了local_db.bin文件。删除这个文件重新启动程序,你就有了一个新的空白数据库。 转自http://developers.winfortune.info/2010/12/%E
2011-06-30 14:07:00
829
原创 Google App Engine开发之Text
一般定义如下格式就可:@Persistent(defaultFetchGroup = "true") private Text Elements; public String getElements() { return this.Elements.getValue(); } public void setElements(String _value) { this
2011-06-30 14:06:00
239
原创 Google App Engine问题之Your project must be configured to use a JDK in order to use JSPs
I had this problem, as well. It seems to have happened because I had installed theJRE before installing the JDK, so the libraries from the JRE were being referenced.To clarify what has already bee
2011-06-20 09:25:00
332
原创 Google App Engine开发问题之javax.servlet.FilterChain is a restricted class
按照Google app engine文档操作,在配置好JDK和Google app engine SDK后,本地运行Google app sdk/demos中的例子,一直出现java.lang.NoClassDefFoundError: javax.servlet.FilterChain is a restricted class,Please see the Google App Engine
2011-06-20 09:16:00
675
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅