
问题解决
Dreamer_code
技术途中追光者
展开
-
运行python安装包没找到
python安装错位置,调用不到,则需要重新安装。原创 2023-08-14 23:20:04 · 1115 阅读 · 0 评论 -
git clone 代码错误RPC错误
【代码】git clone 代码错误RPC错误。原创 2023-04-24 00:09:18 · 856 阅读 · 1 评论 -
SonarQube踩坑:本地利用maven进行代码SonarQube静态扫描
SonarQube内置ElasticSearch内存不够- 解决办法:修改内存配置大小- 查询当前配置内存:sysctl -a | grep vm.max_map_count- 更改内存大小:sysctl -w vm.max_map_count=262144。原创 2023-04-13 00:54:57 · 1198 阅读 · 0 评论 -
Jenkins创建任务没有构建maven项目解决方案
jenkins问题原创 2022-03-18 08:06:01 · 1984 阅读 · 0 评论 -
python报错ModuleNotFoundError: No module named ‘configs‘
问题:项目根目录执行pytest命令报错,找不到该模块E:\桌面\code\combat>pytest -sTest session starts (platform: win32, Python 3.8.4, pytest 6.2.5, pytest-sugar 0.9.4)rootdir: E:\桌面\code\combatplugins: allure-pytest-2.9.45, html-3.1.1, metadata-1.11.0, sugar-0.9.4collecting .原创 2022-03-09 13:38:25 · 6167 阅读 · 0 评论