03 2019 档案
摘要:1.str转换成bytes两种方法: 1)bytes(s, encoding = "utf8") 2)str.encode(s) 2.bytes转换成str两种方法: 1)str(b, encoding = "utf-8") 2)bytes.decode(b)
阅读全文
摘要:# coding=utf-8 from Crypto.Cipher import AES import base64 from Crypto.SelfTest.st_common import a2b_hex ''' 基于base64 的AES加密 ''' global Key Key='XXXXX
阅读全文
摘要:1.卸载之前安装的包:pip uninstall locust 2.进入该链接下载whl文件,下载好之后安装 3.进入下载的目录,执行命令安装:C:\Users\lenovo\Downloads>pip install locustio-0.11.0-py2.py3-none-any.whl 4.再
阅读全文

浙公网安备 33010602011771号