05 2017 档案

摘要:http://blog.csdn.net/windone0109/article/details/10550383 一、ConfigParser简介 ConfigParser 是用来读取配置文件的包。配置文件的格式如下:中括号“[ ]”内包含的为section。section 下面为类似于key-v 阅读全文
posted @ 2017-05-31 23:09 漫舞沧海 阅读(100) 评论(0) 推荐(0)
摘要:1、shelve模块 【内容持久化】 1 # /usr/bin/env python 2 # -*- coding:utf-8 -*- 3 import shelve 4 ''' 5 import shelve 6 d = shelve.open(filename) # open, with (g) 阅读全文
posted @ 2017-05-25 22:26 漫舞沧海 阅读(113) 评论(0) 推荐(0)
摘要:https://docs.python.org/3/library/index.html 阅读全文
posted @ 2017-05-14 22:02 漫舞沧海 阅读(187) 评论(0) 推荐(0)
摘要:https://docs.python.org/3/library/functions.html?hightlight=built 阅读全文
posted @ 2017-05-14 21:59 漫舞沧海 阅读(76) 评论(0) 推荐(0)
摘要:Sublime Text 3 快捷键精华版 Ctrl+Shift+P:打开命令面板Ctrl+P:搜索项目中的文件Ctrl+G:跳转到第几行Ctrl+W:关闭当前打开文件Ctrl+Shift+W:关闭所有打开文件Ctrl+Shift+V:粘贴并格式化Ctrl+D:选择单词,重复可增加选择下一个相同的单 阅读全文
posted @ 2017-05-07 09:15 漫舞沧海 阅读(80) 评论(0) 推荐(0)