原文档 1、前提条件 已开通短信服务,具体操作请参见 国内短信快速入门。 如需发...
pyinstaller打包程序运行后路径报错:系统找不到指定的路径。
1、场景 用pyinstaller打包程序后放到远程电脑的D盘中,然后运行。 运行后提示...
python 利用aiofiles库异步读取文件
1、说明 python中的异步操作就要用到asyncio异步框架。这样跟asyncio搭配用的库就有些要求...
python 多线程Threading模块使用
0、threading类 方法 threading.active_count(): 返回当前存活...
python 调用C# dll类库:pythonnet
1、前提 dll文件的位数与python一致。比如dll文件是32位,python也得是32位。...
python patool 解压缩.rar文件并处理错误could not find an executable program to cr
1、解压缩 安装patool 安装winRAR 示例 p...
python 利用zipfile压缩文件夹
1、目录结构 test kkk ...
大华API开发:以门禁监控订阅为例
1、需求 当大华的门禁、监控设备触发事件后,icc平台会有记录。要做的就是将icc平台的数据拉下来保存到自...
unicode转义字符串转中文
例如:"1u697cu897fu8fb9u5ba2u68afu697cu68afu53e3&quo...
python程序打包:pyinstaller
1、安装 pip install pyinstaller 2、创建单个可执行文件.exe:--onefi...