
Python
风行無痕
应用工程师/DBA管理员,专注Java/C#/Python程序设计。
展开
-
Python项目异常报错处理The confidence keyword argument is only available if OpenCV is installed.
在运行项目是出现报错[ERROR] ## The confidence keyword argument is only available if OpenCV is installed.需要安装opencv-python这个库。原创 2023-05-10 12:50:23 · 4259 阅读 · 0 评论 -
Python调用webservice接口
我们需要通过第三方库来简单实现调用。这里我们使用suds包来调用webservice,需要先通过命令 pip install suds 安装库。原创 2022-08-27 15:39:04 · 5020 阅读 · 0 评论 -
Python项目运行报错 django.core.exceptions.ImproperlyConfigured: WSGI application ‘WebTool.wsgi.application
使用Pycharm运行python项目报错:django.core.exceptions.ImproperlyConfigured: WSGI application 'WebTool.wsgi.application' could not be loaded; Error importing module.原创 2022-06-27 09:35:57 · 4671 阅读 · 1 评论 -
Python项目生成requirement文件以及使用requirements.txt安装类库
python生成requirements.txt原创 2022-04-18 14:38:54 · 4659 阅读 · 0 评论 -
Python连接SQL Server数据库实现查询并导出数据到excel 含指定列格式化操作
Windows提供了两个小工具instsrv.exe和srvany.exe来把任何应用包装成windows服务。顾名思义instsrv(install service)是用来安装服务的,而srvany(service anything)包装任何服务的外壳。下载instsrv.exe和srvany.exe.由于nginx的windows应用没有服务,使用起来不太方便,这里趁机利用一下把nginx...原创 2021-07-13 23:26:50 · 3128 阅读 · 0 评论