11 2022 档案
摘要:系统环境:操作系统:Windows server 2016Python 版本:3.7.6DBUtils 版本:2.0 问题描述:pip 有安装 DBUtils 包,但是使用语句:from DBUtils.PooledDB import PooledDB, SharedDBConnection 却一直
阅读全文
摘要:在安装pymysql时候总是安装失败。因为是安装超时,需要利用国内镜像。 pip install -i https://pypi.doubanio.com/simple/ pymysql 参考文档:https://blog.51cto.com/hld1992/2057321?source=drt
阅读全文
摘要:1.搭建 nginx-rtmp 下载 nginx-rtmp-http-flv-master。 参考:https://blog.csdn.net/KayChanGEEK/article/details/105098588 2.在服务器上运行会遇到nginx.exe 运行时候出现应用程序运行不起来 需要
阅读全文
摘要:SpringBoot 使用 WebSocket 非常方便,依赖上仅需要添加相应的 Starter 即可。 1.添加 starter 依赖 在maven中添加引用 <!--websocket--> <dependency> <groupId>org.springframework.boot</grou
阅读全文