05 2023 档案
摘要:在MacOS系统中,可以通过homebrew安装7zip,并在命令行中使用7z来压缩并加密文件。具体命令如下: 1. 安装7zip: ```brew install p7zip``` 2. 压缩并加密文件: ```7z a -p[密码] -mx=[压缩级别] [压缩文件名].7z [待压缩文件或目录
阅读全文
摘要:https://stackoverflow.com/questions/65389275/modulenotfounderror-no-module-named-crypto-python-3-9-pycharm
阅读全文
摘要:不能够直接用github的username和password来push代码了。 需要用自己的github token 拼接处下面的url地址: 然后执行git push url 如果想每次仍然使用git push命令: 使用git remote set-url origin https://ghp_
阅读全文