如何从 DDMS 和 DDMS 恢复数据FTP 服务器?
我已经备份了联系人、设置、浏览器书签和媒体文件
成功使用此代码。这些数据存储在 DDMS 和 DDMS 中。 FTP 作为文件。我如何以编程方式恢复这些备份文件。有谁知道意思告诉我怎么走吗?这是我用于备份的 cursorToCSV 方法。非常感谢。
I've Backup Contacts, Settings, Browser bookmarks & Media files
successfully using this code. These data are stored in DDMS & FTP as files. How can i restore these backedup files by programmatically. Anyone knows mean tell me the way? This is my cursorToCSV method for taking backup. Lot of thanks in Advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
找到cursorToCSV的代码,应该有对应的反向方法。
用它来恢复备份文件。
Find the code for cursorToCSV and there should be a corresponding reverse method.
Use that to restore the backup files.