摘要:
1 # -*- coding:utf-8 -*- 2 3 __autor__ = "在路上_UP" 4 5 from random import choice 6 import string 7 8 def GenPasswd(length=8,chars=string.ascii_letters+string.digits): 9 return ''.join(... 阅读全文
posted @ 2018-01-10 14:32
在路上-UP
阅读(189)
评论(0)
推荐(0)
摘要:
python的logging模块提供了记录程序运行情况的日志功能,类似于Apache的log4j,很好很强大,这里我们就来看一下Python中内置的日志模块logging用法详解 logging模块简介 Python的logging模块提供了通用的日志系统,可以方便第三方模块或者是应用使用。这个模块 阅读全文
posted @ 2018-01-10 13:52
在路上-UP
阅读(4388)
评论(0)
推荐(1)

浙公网安备 33010602011771号