google-app-engine - Google App Engine 版本号?

标签 google-app-engine version

App Engine 版本号是如何工作的?它们只是整数吗?我可以使用花车吗?我可以重复使用旧版本号吗?

最佳答案

来自手册:

http://code.google.com/appengine/docs/python/config/appconfig.html#Required_Elements

A version specifier for the application code. App Engine retains a copy of your application for each version used. An administrator can change which major version of the application is default using Administration Console, and can test non-default versions before making them default. The version specifier can contain letters, digits, and hyphens.

Each version of an application retains its own copy of app.yaml. When an application is uploaded, the version mentioned in the app.yaml file being uploaded is the version that gets created or replaced by the upload.

关于google-app-engine - Google App Engine 版本号?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3848131/

相关文章:

java - 将 java 从版本 8 降级到 7

java - 如何在 Maven 中指定不同版本的 Standard DocLet?

java - 如何在 Google App Engine HTTP 响应中包含图表和表格

google-app-engine - 部署谷歌服务帐户时无权访问应用程序

python - 在 Google App Engine Datastore 中按日期过滤

javascript - 为什么在 css 或脚本路由中使用 "?ver=2.70"?

laravel 与 vagrant 和 virtualbox - 版本 10 安装但 11 时 "vagrant up"

google-app-engine - 已部署的 GAE 应用程序上的交互式控制台

google-app-engine - Google Cloud 上的实时游戏 : Channel API or Compute Engine?

java - 为什么 Java 9 和 10 不可见?