logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

python pyinstaller打包报错ModuleNotFoundError: No module named 'apscheduler'

网上搜索了很多方法,本质其实就是未找到引用的apscheduler 库,思考良久,是不是打包没有打进去,那么这个库在哪里呢?那就看你使用的是python 自带pip安装还是使用 Anaconda安装的,根据自己引用情况找到对应的路径[我的是,前面路径我省略了 \Anaconda3\Lib\site-packages]那么打包的使用带上这个路径:pyinstaller -p...

jenkins安装提示Please wait while Jenkins is getting ready to work...(Jenkins访问资源慢的问题)

实际上这个最快https://mirrors.tuna.tsinghua.edu.cn/jenkins/这个一般http://mirror.xmission.com/jenkins/updates/update-center.json

jenkins视图设置对应job

jenkins怎么为视图添加对应job

【jenkins】jenkins配置邮件发送allure报告

插件安装完成后,【系统管理】--> 【系统配置】这个邮件后缀感觉意义不大。

文章图片
#jenkins#运维
metersphere与jenkins的持续集成

官方提供了插件下载2、安装插件jenkins上--系统管理--插件管理--高级选择hpi文件安装完成重启jenkins metersphere API Endpoint:metersphere地址metersphere API accesskey:来自个人账户的设置metersphere API secretkey:来自个人账户的设置工作空间:按需选择项目名称:按需选择执行方式:按需选择运行模式:

文章图片
#jenkins#ci#运维
jenkins运行web项目报错TestResult' object has no attribute 'outputBuffer

一、运行main函数,未生成测试报告,报错:'_TestResult' object has no attribute 'outputBuffer'self.outputBuffer = io.StringIO()self.test_start_time = round(time.time(), 2)、在HTMLTestReportCN.py中Ctrl+F搜索_TestR...

【git】gitee如何清除已上传的__pycache__文件

gitee如何清除已上传的__pycache__文件。

文章图片
#git#github
python安装error: Microsoft Visual C++ 14.0 is required. Get it with “Microsoft Visual解决方案

pip install flask-sqlalchemy提示报错:error: Microsoft Visual C++ 14.0 is required. Get it with "Microsoft Visual C++ Build Tools": https://visualstudio.microsoft.com/downloads/网上很多教程(失败,不要使用):下载Microsoft

#microsoft#python#c++
【git】【IDEA】在idea中使用git

在IDEA当中使用git进行代码管理和多人协同。

文章图片
#git#intellij-idea#java
    共 52 条
  • 1
  • 2
  • 3
  • 6
  • 请选择