
python
lk326604467
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
python标准异常
自菜鸟教程转载 2018-12-04 10:57:23 · 327 阅读 · 0 评论 -
python错误之db type could not be determined
做小栗子调用shelve模块时,我是先自己创建了一个shv.db的文件,调试的时候提示: dbm.error: db type could not be determined 原代码如下: import shelve shv = shelve.open(r"shv.db") try: shv['one'] = 1 shv['two'] = 2 shv['thr...转载 2018-12-04 11:08:31 · 3480 阅读 · 0 评论 -
将博客搬至优快云
摘自http://www.cnblogs.com/yyds/p/6901864.html转载 2018-12-04 12:55:44 · 248 阅读 · 0 评论