摘要: 1. 首先下载linux对应的安装包 下载地址:https://www.oracle.com/java/technologies/downloads/#java8 2. 解压安装包jdk-8u391-linux-x64.tar.gz tar -zxvf jdk-8u391-linux-x64.tar 阅读全文
posted @ 2025-01-06 17:19 峡谷风 阅读(48) 评论(0) 推荐(0)
摘要: ''' pip install cryptography ''' from cryptography.hazmat.primitives.ciphers import Cipher, algorithms, modes from cryptography.hazmat.primitives impo 阅读全文
posted @ 2025-01-06 12:39 峡谷风 阅读(478) 评论(0) 推荐(0)