使用Python开发脚本获取Jenkins JOb的构建状态 Jenkins库: https://github […]
标签: python
解决Yearning-python老版本查询慢问题
yearning是一个开源的SQL审核平台,现在版本为Golang开源版本,早期版本为python djang […]
consul删除无效实例py脚本
使用python脚本删除consul中注册的无效实例,脚本可以结合crontab定时任务执行。 python版 […]
Nginx + gunicorn 502 问题解决
最近公司要求上线一个工单系统,使用过程中发现数据量过多时前端请求后端会报错502,原因是后端数据过多响应慢导致 […]
用python把图片转成字符画
之前的文章小猪佩奇社会人motd相比大家已经看到了,其实原理就是把图片转成字符画。 项目地址:https:// […]
Centos7配置Python PyPi 镜像源
安装Python3之后会出现pip下载安装很慢的情况,这个时候我们需要配置加速源进行加速访问下载 配置Pyth […]
python3 SSL连接私有CA证书免认证
系统【Centos 7.1.1503】 python【Python 3.6.1】 最近在写docker的一些小 […]
python 网站连接检测脚本
【环境】:Python3 这个脚本可以检测网站url连接时间,状态码等信息。 加入传入参数,域名信息,适配py […]
ImportError: pycurl: libcurl link-time ssl backend (nss) is different from compile-time ssl backend (openssl)
报错如下 ImportError: pycurl: libcurl link-time ssl backend […]
error: command ‘gcc’ failed with exit status 1
【系统】:centos7 安装pillow-4.0.0出现错误 error: command ‘g […]