摘要: from PyQt5.QtWidgets import QWidget, QApplication, QPushButton, QTextEdit, QCheckBox, QLabel, QFileDialog from PyQt5.QtGui import QIcon import sys imp 阅读全文
posted @ 2022-03-22 21:42 myrj 阅读(67) 评论(0) 推荐(0) 编辑
摘要: 通过AES256进行模糊处理 解密AES256 c:\Anaconda32\envs\myenv\Scripts\pyinstaller.exe --distpath=./dist/win32 --workpath=./build/win32 --uac-admin --uac-uiaccess - 阅读全文
posted @ 2022-03-22 21:12 myrj 阅读(297) 评论(0) 推荐(0) 编辑
摘要: """ Add the `Makespec` options to a option-parser instance or a option group. """ g = parser.add_argument_group('What to generate') g.add_argument( "- 阅读全文
posted @ 2022-03-22 20:09 myrj 阅读(250) 评论(0) 推荐(0) 编辑