英文: Query entities by specifying a list of values in GAE Datastore 问题 在我的Datastore中,我想通过指定相同属性的值作为过滤...
GO源代码是否已上传到Google App Engine?
英文: is GO source code uploaded to google app engine? 问题 我想知道源代码是上传还是只有二进制/编译版本? GAE的工程师是否可以访问我的宝贵源代码...
将Python GAE db.GeoPt转换为Go类型是否可能?
英文: Is it possible to port Python GAE db.GeoPt to a Go type? 问题 我正在将一个原本用Python编写的GAE应用程序移植到Go语言。到目前...
Why can't I deploy with 'goapp deploy' to GAE, I get can't find import: "github.com/go-sql-driver/mysql"
英文: Why can't I deploy with 'goapp deploy' to GAE, I get can't find import: "gi...
go get | package appengine: 无法识别的导入路径 “appengine”
英文: go get | package appengine: unrecognized import path "appengine" 问题 我有一个托管在 GitHub 上的包...
“__key__”属性的查询在GAE数据存储中是否具有强一致性?
英文: Are queries on the "__key__" property strongly consistent with GAE datastore? 问题 我知道GA...
`goapp deploy`和`goapp serve`在Windows上的路径是否不同?
英文: goapp deploy: has different path then goapp serve on windows? 问题 你的系统配置如下: golang 1.2.1 go appen...
将Map App Engine模块(以前的后端)映射到单独的Go程序。
英文: Map App Engine Modules (former Backends) to separate Go program 问题 我们正在使用App Engine和Go语言。 最近,Goo...
数据存储是否在查询根实体和同一类型的子实体时需要指定祖先?
英文: Does datastore require an ancestor to be specified when querying root and children entities of t...
Go App Engine 获取 API 错误 7(images: ACCESS_DENIED)
英文: Go App Engine getting API error 7 (images: ACCESS_DENIED) 问题 似乎是由于未加载图像服务而导致的,但模块已加载。我在开发服务器上没有遇...
76