随笔分类 - python
摘要:先引入包 下文中context是https方式用到 context = ssl._create_unverified_context() 1.get 2.post values = {} values["token"] =token values["CustomApp"]="Web" 3.请求结果j
阅读全文
摘要:删除C#生成的bin和obj内文件。
阅读全文
摘要:这篇文章只讲pyinstaller 场景一 只打包单个文件 场景二 需要打包资源文件 场景三 资源文件中有逻辑程序,不能采用场景二方式 使用pyinstaller打包Python程序 场景一 只打包单个文件 安装工具 :pip3 install pyinstaller 在Python程序文件夹上(不
阅读全文
摘要:import win32api,win32gui,win32confrom pynput.keyboard import Listener def clickLeftCur(): win32api.mouse_event(win32con.MOUSEEVENTF_LEFTDOWN|win32con.MOUSEEVENTF_LEFTUP, 0, 0) def press(key): ...
阅读全文
摘要:按键盘一建停止所有python进程 模拟一个py进程
阅读全文