如何在 AppEngine SDK for MacOSX 中对本地数据存储进行临时备份

发布于 2024-08-11 18:37:10 字数 69 浏览 14 评论 0原文

如何在 AppEngine SDK for MacOSX 中对本地数据存储进行临时备份?

这些文件位于何处?

How do I make a temporary backup of the local datastore in the AppEngine SDK for MacOSX

And where are the files located?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

陪你到最终 2024-08-18 18:37:10

搜索名为“local_db.bin”的内容如果您使用的是 Eclipse 插件,您将在 WEB-INF/appengine-generate 中找到此文件

Search for something called "local_db.bin" If you're using a plugin for Eclipse, you'll find this file in WEB-INF/appengine-generated

滥情空心 2024-08-18 18:37:10

local_db.bin 是数据库文件,它位于您的项目目录中,只需复制它即可。

local_db.bin is the database file and it is located in your project directory, just make a copy of it.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文