We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
您好binbin,我是新手,请问下deploy/code.py里面 def main(): capi = Code_Work(pro=,url=,ver=) print capi.work() 里面的 pro=,url=,ver=是代表项目,下载路径和版本号吗?没有版本号的可以不写吗? 比如我有个java的项目 webservice.war在下载服务器上,可以写成下面这样子吗? capi = Code_Work(pro=‘webservice.war’,url=‘http://www.download.com/’,ver=) 谢谢大神,
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
No branches or pull requests
您好binbin,我是新手,请问下deploy/code.py里面
def main():
capi = Code_Work(pro=,url=,ver=)
print capi.work()
里面的 pro=,url=,ver=是代表项目,下载路径和版本号吗?没有版本号的可以不写吗?
比如我有个java的项目 webservice.war在下载服务器上,可以写成下面这样子吗?
capi = Code_Work(pro=‘webservice.war’,url=‘http://www.download.com/’,ver=)
谢谢大神,
The text was updated successfully, but these errors were encountered: