gae

美 [geɪ]英 [geɪ]
  • v.(gaed gaen gaeing) 〔苏格兰语〕 = go
  • 网络谷歌应用引擎(Google App Engine);裂隙

gaegae

gae

谷歌应用引擎(Google App Engine)

· 【转】GAE(Google App Engine)+Goagent超详细图文教程 · 【转】build.prop在Android4.1中的权限问题 · [转]如何定制androi…

裂隙

石油词汇英语翻译(GH)--石油百科 ... gadolinium 钆 gae 裂隙 gaffer 不熟练工 ...

1
Keys in the GAE datastore are also unique, just as they would be in a traditional database. GAE数据存储中的键也是惟一的,正如在传统的数据库中一样。
2
Note that this same class, with changes for package name and class name, can be used in each of your GAE projects. 注意,这个相同的类,只要更改包名和类名,就可以在您的每个GAE项目中使用。
3
Click OK in the form of a query and you've indicated that you are prepared to pay for a database operation. 点击查询表单的OK按钮,表示你确定准备为GAE的数据库操作而付费。
4
You need to register your application on GAE before you deploy, as you need its name in app. yaml (as shown in Part 1). 您需要在部署前在GAE中注册应用程序,因为在app.yaml中需要它的名称(如第1部分中所示)。
5
Developers are reminded that the GAE Go environment is still experimental, so it is wise not to start writing commercial applications yet. Google提醒开发者,GAE的Go环境还处于试验阶段,所以最好先不要编写商业化的应用程序。
6
If your JVM is swapped out of memory, GAE must spend additional time to start your entire application the next time a request comes in. 如果您的JVM被换出内存,那么在下一次请求到来时,GAE必须花费更多的时间来启动整个应用程序。
7
How contented they both were on long wintry nights to gae into the strange flickering light of the fire. 在漫长的冬日夜晚,两人凝视着炉火发出的奇异闪光,心里别提有多么的自得。
8
As it turns out, GAE is an excellent example of a message-oriented middleware system. 事实证明,GAE是面向消息中间件系统的一个很好的例子。
9
The user's access token is no longer saved in a plain text file but in GAE's datastore, which is different from a traditional database. 用户的访问令牌不再以明文形式的文件保存,而是保存在GAE的数据存储中,这有别于传统的数据库。
10
Despite XML's ubiquity across the internet, GAE does not provide a bulk upload service for data stored in XML documents. 尽管XML在Internet上无处不在,但并没有提供一种批量上传服务来上传存储在XML文档中的数据。
11
This was inspired by the popular open source distributed-cache memcached, but is a specialized implementation for the GAE. 此内存缓存的灵感来源于流行的开源分布式缓存memcached,但这是GAE的专用实现。
12
Once you start to leverage GAE and store and retrieve real data from it, indexing becomes a real-world (as in real dollar) concern. 一旦您开始利用GAE并存储和检索来自它的真实数据,建立索引就成了真正的关注事项。
13
About NoSQL systems: Datastore is hardly a good example of a good one. It's good enough for App Engine, but you now know its caveats. 关于NoSQL系统,Datastore很难成为一个好的例子,它对GAE是够用的但你现在知道了它的缺点。
14
A task in a GAE queue is just a servlet. GAE队列上的任务刚好是一个servlet。
15
When you sign up for a GAE account, you automatically get 200 indexes for free; beyond that, there is a price. 在您注册GAE帐号时,您将自动免费获得200条索引;除此之外,都要付费。
16
Queueing longer running processes in order to manage the duration of main processes isn't just a GAE thing, however. 但是排列长期运行的流程来管理主流程的持续时间不仅仅是一个GAE工作。
17
I have found that GAE is one of the best and easiest places for Java developers to get started learning NoSQL. 我发现GAE是Java开发人员开始了解NoSQL的最佳和最容易的地方之一。
18
Likewise, large enterprise applications that are already developed are likely to use APIs that GAE prohibits. 同样地,已经开发的大型企业应用程序可能使用GAE禁止的API。
19
Conclusions Acanthamoeba is an opportunistic pathogenic free living amoeba which can produce fatal GAE. 结论棘阿米巴是一种机会性致病的自由生活阿米巴,可引起人的致死性肉芽肿性脑炎。
20
Specifically, GAE queues make it possible to unload long-running processes from web requests. 特别地,GAE队列使我们可以通过Web请求卸载长期运行的流程。
21
Running on GAE does not change this in any way, but it can take advantage of the scalability features of our application. 在GAE上运行并没有改变这一点,但是它可以利用应用程序的可伸缩特性。
22
Recognizing the limitations of BigTable for most developers, GAE provides access to hosted MySQL services via its paid business offerings. 认识到BigTable对于大多数开发人员的局限性,GAE就可以通过其付费业务产品对已托管的MySQL服务提供访问。
23
Using GAE, you dump URLs that point to servlets or JSPs onto message queues, which are then picked up and processed by GAE services. 您可以使用GAE将指向servlets或JSPs的URLs转储到消息队列上,然后由GAE服务选取和处理。
24
Launched in April 2008, Google App Engine (GAE) (see Resources for a link) is a free web application hosting service from Google. GoogleAppEngine(GAE)(参见参考资料中的链接)是一个免费web应用程序,用于托管来自Google的服务,于2008年4月发布。
25
GAE requires that all the data columns involved in a query be indexed, and the index can't contain BLOB or text columns. GAE需要将查询中涉及到的所有数据列编入索引,且该索引不包含BLOB或文本列。
26
This makes use of the GAE's user's API to look up the User object based on the e-mail, then querying Bigtable for the account. 这将使用GAE的用户的API根据电子邮件查找User对象,然后查询Bigtable查找帐户。
27
Add both the created output jar and wsc-gae. jar file to the lib folder of your project. 将创建的outputjar文件和wsc-gae.jar文件添加到您的项目的lib文件夹。
28
Objectify also permits relationships and exposes a query interface that supports the GAE notions of filtering and sorting. Objectify还允许关系,显示一个查询界面来支持GAE筛选和排序概念。
29
To create each employee, you will use a SOAP service running on GAE, one at a time. 要创建每个员工,您将使用运行在GAE上的一个SOAP服务—一次一个。
30
If you gae him a penny for his thoughts, you'd get change. 如果你用一分钱买他的想法,你还能拿到找零。(说明他的想法一文不值。)