摘要: 基于python 1、DES加密解密 from pyDes import des,CBC,PAD_PKCS5 Des_key = 'GraspDog' class Encryption: def des_encrypt(s): """ DES 加密 :param s:原始字符串 :return:加密 阅读全文
posted @ 2021-08-23 18:52 大洋Blog 阅读(90) 评论(0) 推荐(0)
摘要: question1: pytest_html生成的html报告中的Result一栏出现‘No log output captured’: 解决办法: run_test.py文件加上“--capture=sys”参数 阅读全文
posted @ 2021-08-23 18:50 大洋Blog 阅读(508) 评论(0) 推荐(1)