有 Java 编程相关的问题?

你可以在下面搜索框中键入要查询的问题!


共 (1) 个答案

  1. # 1 楼答案

    docs开始:

    You can download an application by running appcfg.sh with the download_app action in the Java SDK command line tool:

    ./appengine-java-sdk/bin/appcfg.sh download_app -A <your_app_id> -V <your_app_version> <output-dir>
    

    This command downloads your compiled application in the WAR that you uploaded most recently.