nginx Window环境使用ZeroBrane Studio开发调试OpenResty ZeroBrane Studio简介和功能 ZeroBrane Studio是一个轻量级的Lua IDE,具有代码完成,语法高亮,实时编码,代码分析器以及Lua 5.1,Lua 5.2,Lua 5.3... 05月23日 71 发表评论 阅读全文
shell jenkins job Shell command doesn’t run in background At some point in the recent releases, it seems Jenkins can no longer runs background shell commands ... 04月15日 26 发表评论 阅读全文
python pip install pyton-ldap error: Microsoft Visual C++ 14.0 is required安装报错解决方案 pip install python-ldap时出现以下错误 ... building '_ldap' extension error: Microsoft Visual C++ 14.0 is re... 04月10日 165 发表评论 阅读全文
python smtplib.SMTPDataError: (554, b’DT:SPM 163异常解决方案 使用python的smtplib模块发送邮件时出现 通过给出的链接找到错误代码含义: 554 DT:SPM 发送的邮件内容包含了未被许可的信息,或被系统识别为垃圾邮件。请检查是否有用户发... 07月08日 950smtplib.SMTPDataError: (554, b’DT:SPM 163异常解决方案已关闭评论 阅读全文
python python-jenkins模块requests.exceptions.HTTPError: 400 Client Error 是因为jenkins-python在python3.6存在bug,url没有转码。亲测Python2.7版本可以正常使用 06月07日 920python-jenkins模块requests.exceptions.HTTPError: 400 Client Error已关闭评论 阅读全文