码迷,mamicode.com
首页 >  
搜索关键字:configparser    ( 485个结果
python configparser模块
来看一个好多软件的常见文档格式如下: 如果想用python生成一个这样的文档怎么做呢? ...
分类:编程语言   时间:2016-12-14 18:24:19    阅读次数:283
python--常见模块学习
本节大纲: 1.模块介绍 2.time&datetime 3.random. 4.os 5.sys 6.shutil 7.json&picle 8.shelve 9.xml处理 10.yaml处理 11.configparser 12.hashlib 13.subprocess 14.logging ...
分类:编程语言   时间:2016-12-13 07:25:38    阅读次数:180
configparser ,shelve ,hashlib,random模块
读取 hashlib模块 random模块 ...
分类:其他好文   时间:2016-11-19 13:11:13    阅读次数:191
Python基础篇-day6
本节简介: 1、模块1.1 时间模块1.2 random模块1.3 shutil模块1.4 shelve模块1.5 XML模块1.6 ConfigParser模块1.7 hashlib模块1.8 logging模块1.9 re模块 1、模块 1.1 时间模块 timeprint(time.clock ...
分类:编程语言   时间:2016-11-19 12:54:26    阅读次数:260
day--6_python常用模块
常用模块: time和datetime shutil模块 radom string shelve模块 xml处理 configparser处理 hashlib subprocess logging模块 re正则表达式 time模块 time模块,即时间模 import time # 导入时间模块 p... ...
分类:编程语言   时间:2016-11-19 12:53:19    阅读次数:205
python学习道路(day6note)(time &datetime,random,shutil,shelve,xml处理,configparser,hashlib,logging模块,re正则表达式)
1.tiim模块,因为方法较多我就写在code里面了,后面有注释 2.datetiim模块,因为方法较多我就写在code里面了,后面有注释 3.random模块,因为方法较多我就写在code里面了,后面有注释 3.shutil模块,因为方法较多我就写在code里面了,后面有注释 4.shelve模块 ...
分类:编程语言   时间:2016-11-19 12:08:21    阅读次数:268
Python(六)-常用模块
1.2.1时间格式 1.3 random 模块 1.4 os 模块 1.5 sys模块 1.6 json& pickle 模块 1.7 Subprocess模块 1.8 logging 模块 1.9 hashlib 模块 2.0 ConfigParser模块 2.1 shelve模块 1.3 re模 ...
分类:编程语言   时间:2016-11-18 22:19:17    阅读次数:277
Python3处理配置文件
1、说明:python3使用configparser模块来处理ini配置文件。2、代码示例:需要生成conf.ini配置文件如下:[config]v1 = 100v2 = abcv3 = truev4 = 123.45python代码:import configparser# 加载现有配置文件con ...
分类:编程语言   时间:2016-11-14 15:43:45    阅读次数:209
python学习之路——基础篇(3)模块(续)
re正则表达式、shutil、ConfigParser、xml 一、re 正则元字符和语法: a\.c a\\c a.c a\c 匹配字符集任意一个字符,或者“-”表示一个集合范围 如:[a-zA-Z0-9]匹配范围中任意一个字符;或者[^] 匹配否定,对括号中的内容取反。 aefg befg ce ...
分类:编程语言   时间:2016-11-05 14:46:54    阅读次数:308
ConfigParser.MissingSectionHeaderError: File contains no section headers.
今天使用ConfigParser解析一个ini文件,报出如下错误: 经过分析是由于文件编码方式导致,调整代码如下,问题解决: 此文件为unicode编码,所以这里填入"utf_16",如果为其他编码格式,则修改该参数。 python编码查询地址:http://docs.python.org/2/li ...
分类:其他好文   时间:2016-10-27 12:46:46    阅读次数:221
485条   上一页 1 ... 35 36 37 38 39 ... 49 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!