摘要: 如2020-2021-1 20201314 《信息安全专业导论》第五周学习总结 作业信息 这个作业属于哪个课程 https://edu.cnblogs.com/campus/besti/2020-2021-1fois 这个作业要求在哪里 https://www.cnblogs.com/rocedu/ 阅读全文
posted @ 2020-11-01 18:39 20201314黄斯阳 阅读(131) 评论(0) 推荐(0) 编辑
摘要: ##代码 text='hello world' import hashlib m=hashlib.md5() update(str.encode(text)) m=m.hexdigest() import uuid res=str(uuid.uuid4()) res=res.replace('-', 阅读全文
posted @ 2020-11-01 18:15 20201314黄斯阳 阅读(61) 评论(0) 推荐(0) 编辑