码迷,mamicode.com
首页 >  
搜索关键字:shutil    ( 464个结果
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
haproxy配置增删改查
shutil json (): quit_flag=quit_flag: item_list() choice=().strip() choice==: backend_info=().strip() result=fetch(backend_info) (result) choice==: back_up() backend_record_dict=input_json()keybackend_record_dict: backend=key record=backend_record_dict[key..
分类:其他好文   时间:2016-12-07 02:39:26    阅读次数:175
python对文件的操作
一、python中对文件、文件夹操作时经常用到的os模块和shutil模块常用方法。 1.得到当前工作目录,即当前Python脚本工作的目录路径: os.getcwd() 2.返回指定目录下的所有文件和目录名:os.listdir() 3.函数用来删除一个文件:os.remove() 4.删除多个目 ...
分类:编程语言   时间:2016-12-03 21:24:12    阅读次数:282
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之路,day6-Python基础
1.config 模块 2.hashlib操作 3.random模块 4.shelve模块 5.shutil模块 6. logging模块 7.re模块 常用正则表达式符号 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 '.' 默认匹配 ...
分类:编程语言   时间:2016-11-19 02:53:22    阅读次数:304
Python系统(os)相关操作
文件操作 python中常用于文件处理的模块有os,shutil等。 1 创建文件 文件的创建可以使用open()函数,如下创建一个test_file.txt的文件: 执行完后,可以找到该文件/Users/xxx/test_file.txt 2 判断文件是否存在 判断文件是否存在可以使用os模块的e ...
分类:编程语言   时间:2016-11-15 00:55:11    阅读次数:357
python学习之day6,常用标准模块
1.时间模块 time 2.random模块 生成随机字符 3.shutil 模块 复制,删除,打包压缩 4.hashlib 模块 可以用来校验文件一致性 ...
分类:编程语言   时间:2016-11-14 15:03:17    阅读次数:143
widerface数据库转voc2007数据集(python/matlab实现)
python实现基本需求,可以在此基础上修改 import h5py from skimage import io import shutil import random headstr = """\ VOC2007 %06d.jpg My Database PASCAL VOC2007 flick... ...
分类:数据库   时间:2016-11-08 17:29:32    阅读次数:715
464条   上一页 1 ... 32 33 34 35 36 ... 47 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!