摘要:
m = hashlib.md5() print(m.__doc__) Methods: update() -- updates the current digest with an additional stringdigest() -- return the current digest valu 阅读全文
posted @ 2018-05-05 17:10
静心_心静
阅读(305)
评论(0)
推荐(0)
摘要:
1 hostname = "xxx.xxx.xxx.xxx" 2 username = "root" 3 password = "123456" 4 dbname = "test" 5 str_sql = " SElect * from score" 6 7 import pymysql 8 import re 9 10 def r_db(host,username,pas... 阅读全文
posted @ 2018-05-05 16:25
静心_心静
阅读(229)
评论(0)
推荐(0)
摘要:
https://docs.python.org/3/library/datetime.html 2、时间格式 3、datetime、date模块 4、time 阅读全文
posted @ 2018-05-05 16:15
静心_心静
阅读(329)
评论(0)
推荐(0)