「Python」 shelve:对象的持久存储
使用 pickle 在 DBM 数据库中存储数据;
Python 3.5.6 官方文档:https://docs.python.org/3.5/library/shelve.html
API
一、 Hello World
附录
A API
B 示例
1. hellow world
C 参考资料
- Doug Hellmann 著, 苏金国, et al 译. Python3 标准库[M]. 北京:机械工业出版社, 2018.
使用 pickle 在 DBM 数据库中存储数据;
Python 3.5.6 官方文档:https://docs.python.org/3.5/library/shelve.html
1. hellow world
Comments