如何在没有 GUI 的 Linux 中查看“.db”文件
我已经使用 Berkeley DB 使用 C 创建了一个 .db 文件。我想查看 .db 文件内的内容。当我的 Linux 机器上没有 GUI 时如何实现这一点?
i have created a .db file using Berkeley DB using C. I want to view the contents inside the .db file. How to achieve this when I ahve no GUI on a linux machine?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果你的系统已经安装了Berkeley DB,你可以这样使用它,这是一个测试的demo,希望它能解决你的问题:
if you system had been installed the Berkeley DB, you could use it like this, it is a demo to test, hope it could solve your problem: