摘要: Python模块03/re模块 内容大纲 re模块(正则表达式) 1.re模块(正则表达式) 阅读全文
posted @ 2019-07-29 21:36 LBZHK 阅读(200) 评论(0) 推荐(0) 编辑
摘要: Python模块02/序列化/os模块/sys模块/haslib加密/collections 内容大纲 1.序列化 2.os模块 3.sys模块 4.haslib加密 5.collections 1.序列化 1.1 什么是序列化 1.2 json模块(重点) 1.3pickle模块 2.os模块 3 阅读全文
posted @ 2019-07-29 14:19 LBZHK 阅读(282) 评论(0) 推荐(0) 编辑
摘要: Python模块01/自定义模块/time模块/datetime模块/random模块 内容大纲 1.自定义模块 2.time模块 3.datetime模块 4.random模块 1.自定义模块 1.自定义一个模块 2.导入发生的事情 2.time模块 3.datetime模块 4.random模块 阅读全文
posted @ 2019-07-29 14:17 LBZHK 阅读(163) 评论(0) 推荐(0) 编辑