Google App Engine版本号? [英] Google App Engine version numbers?

查看:199
本文介绍了Google App Engine版本号?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

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

解决方案

从手册:

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



应用程序代码的版本说明符。 App Engine会为每个使用的
版本保留一份
的应用程序副本。管理员可以使用
管理控制台更改
应用程序的哪个主要版本为默认版本,并且可以在使
为默认版本前测试
非默认版本。版本说明符
可以包含字母,数字和
连字符。


应用程序的每个版本都保留
自己的app.yaml副本。上传
应用程序时,app.yaml文件中提到的
版本是
上传的版本,其版本获得
创建或替换为上传。



How do App Engine version numbers work? Are they only integers? Can I use floats? Can I reuse old version numbers?

解决方案

From the manual:

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版本号?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆