码迷,mamicode.com
首页 >  
搜索关键字:shelve    ( 251个结果
python模块(shelve,xml,configparser,hashlib,logging)
1.1shelve模块 shelve 模块比pickle模块简单,只有一个open函数,返回类似字典对象,可读可写:key必须为字符串, 而值可以是python所支持的数据类型。 shelve模块主要用来存储一个简单的数据, shelve最重要的函数是open,在调用它的时候,使用文件名作为参数,它 ...
分类:编程语言   时间:2016-12-16 10:03:30    阅读次数:259
读写文件
如何使用Python在硬盘上创建,读取,保存文件 import os 处理文件,文件夹,文件路径 import shelve 保存变量(保存 Python 程序中的数据) 一、文件与文件路径 os.path 模块 os.path.join() 返回文件路径字符串 os.path.abspath() ...
分类:其他好文   时间:2016-12-14 21:38:43    阅读次数:200
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
pickle与shelve
pickle Example 写入文件 读取文件 shelve Example 写入文件 读取文件 ...
分类:其他好文   时间:2016-11-26 03:26:15    阅读次数:195
shelve模块理解
转载至:http://www.cnblogs.com/xiaoli2018/p/4423460.html ...
分类:其他好文   时间:2016-11-26 02:06:19    阅读次数:154
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之路,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
251条   上一页 1 ... 20 21 22 23 24 ... 26 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!