离线开发时最大的问题是文档不可用。
Google AppEngine过去常常提供其文档的可下载tar球,但似乎不再这样做了。那么如何获得AppEngine文档的本地版本,以及在需要时更新它的能力呢?
答案 0 :(得分:3)
我的问题的解决方案是使用wget
来创建GAE / J文档的本地镜像。
pushd ~/Docs
wget --mirror -nH -np --page-requisites --convert-links --cut-dirs=3 \
-P GAEJ \
https://developers.google.com/appengine/docs/java/
由于StackOverflow的Q& A格式支持点对点答案,因此我写了一篇博客文章,其中包含更多细节(以及更常见的用例):Downloading or Caching (Technical) Documentation。
答案 1 :(得分:0)
来源:https://groups.google.com/forum/#!topic/google-appengine/mj_VA3UCkD8
实际命令:
httrack -N100 -%k https://developers.google.com/appengine/docs/java/