Fork me on GitHub
摘要: import time import cv2 class CaptView(object): def __init__(self, url, name, delay): self.url = url self.name = name self.capture = cv2.VideoCapture(u 阅读全文
posted @ 2021-11-25 15:43 是阿凯啊 阅读(113) 评论(0) 推荐(0) 编辑
摘要: python打包exe执行文件 1.pyinstaller 打包 这里以打包一个简单fastapi服务为例子 环境 python 3.6.7 pyInstaller 4.7 FastApi 0.70.0 unicorn 0.15.0 extra-hook/hoks-unicorn.py from P 阅读全文
posted @ 2021-11-25 13:45 是阿凯啊 阅读(1521) 评论(0) 推荐(0) 编辑