摘要: python 全栈开发,Day60(MySQL的前戏,数据库概述,MySQL安装和基本管理,初识MySQL语句) python 全栈开发,Day61(库的操作,表的操作,数据类型,数据类型(2),完整性约束) python 全栈开发,Day62(外键的变种(三种关系),数据的增删改,单表查询,多表查 阅读全文
posted @ 2019-04-07 17:04 咕噜噜~ 阅读(232) 评论(0) 推荐(0) 编辑
摘要: #-*- encoding:gb2312 -*- import hashlib a = "a test string" print 'md5 = %s' % (hashlib.md5(a).hexdigest(),) print 'sha1 = %s' % (hashlib.sha1(a).hexdigest(),) print 'sha224 = %s' % (hashlib.sha224(... 阅读全文
posted @ 2019-04-07 10:53 咕噜噜~ 阅读(885) 评论(0) 推荐(0) 编辑