问题处理
做测试的喵酱
不舍爱与自由。
展开
-
Maven项目,进行编译,使用idea的 编译功能,就是正常的,但是在终端中执行 mvn clean compile 报错
Maven项目,进行编译,使用idea的 编译功能,就是正常的,但是在终端中执行 mvn clean compile 报错原创 2023-10-13 10:53:00 · 910 阅读 · 0 评论 -
mac jdk的环境变量路径,到底在哪里?
mac jdk的环境变量路径,到底在哪里?原创 2023-10-13 10:47:49 · 1198 阅读 · 1 评论 -
jenkins 升级后报错:java.lang.ClassNotFoundException: org.jruby.javasupport.proxy.InternalJavaProxy at jav
Jenkins 升级后报错:java.lang.ClassNotFoundException: org.jruby.javasupport.proxy.InternalJavaProxy at java.base/java.net.URLClassLoader.findClass(URLClassLoader.java:476) at jenkins.util.URLClassLoader2.findClass(URLClassLoader2.java:35) at java.base/java.lang.原创 2023-10-11 14:07:58 · 1236 阅读 · 0 评论 -
Unable to find image ‘jenkins/jenkins:jdk11‘ locally Trying to pull reposito
报错:Unable to find image 'jenkins/jenkins:jdk11' locally Trying to pull reposito。是由于docker 属于海外,我们在国内获取不到,所以需要加载一个配置文件,在docker目录下进行配置。重启docker:systemctl restart docker。新建daemon.json :touch daemon.json。查看启动状态:systemctl status docker。原创 2023-10-10 16:56:33 · 1221 阅读 · 0 评论 -
ERROR 1062 (23000): Duplicate entry ‘%-root‘ for key ‘user.PRIMARY‘
ERROR 1062 (23000): Duplicate entry '%-root' for key 'user.PRIMARY'原创 2023-09-05 11:32:44 · 8499 阅读 · 0 评论 -
Error attempting to get column ‘HEADIMAGE‘ from result set. Cause: java.sql.SQLException: 不支持的字符集
## Error querying database. Cause: org.apache.ibatis.executor.result.ResultMapException: Error attempting to get column 'HEADIMAGE' from result set. Cause: java.sql.SQLException: 不支持的字符集 (在类路径中添加 orai18n.jar): ZHS16GBK。原创 2023-08-28 11:35:48 · 385 阅读 · 0 评论 -
ERROR: epmd error for host localhost: nxdomain (non-existing domain) 启动MQ报错
ERROR: epmd error for host localhost: nxdomain (non-existing domain) 启动MQ报错原创 2023-08-10 09:28:35 · 1027 阅读 · 0 评论 -
io.jsonwebtoken.impl.lang.UnavailableImplementationException: Unable to find an implementation for i
at com.example.usermanagement.utils.TokenGenerator.generateToken(TokenGenerator.java:20) ~[classes/:na]添加依赖。原创 2023-08-02 10:56:50 · 238 阅读 · 0 评论 -
win上pytest生成html报错:UnicodeEncodeError: ‘gbk‘ codec can‘t encode character ‘\xe6‘ in position
win上pytest生成html报错:UnicodeEncodeError: 'gbk' codec can't encode character '\xe6' in position原创 2023-07-24 10:35:10 · 716 阅读 · 1 评论 -
linux 上,部署python django 项目。Django项目中,有venv 虚拟环境的文件,我怎么才能在启动项目的时候,使用这个venv环境
linux 上,部署python django 项目。Django项目中,有venv 虚拟环境的文件,我怎么才能在启动项目的时候,使用这个venv环境原创 2023-06-27 15:00:42 · 1550 阅读 · 0 评论 -
web页面F12查看接口信息时遇到页面自动刷新问题
web页面F12查看接口信息时遇到页面自动刷新问题原创 2023-06-22 09:45:37 · 2179 阅读 · 0 评论 -
chrome 突然不能访问github
chrome 突然不能访问github原创 2023-06-19 20:04:36 · 2081 阅读 · 2 评论 -
Django执行数据迁移manage.py makemigrations报错:NameError: name ‘_mysql‘ is not defined
Django执行数据迁移manage.py makemigrations报错:NameError: name '_mysql' is not defined原创 2023-06-08 14:54:35 · 630 阅读 · 0 评论 -
启动前端项目
启动前端项目原创 2023-05-31 11:25:54 · 1437 阅读 · 0 评论 -
mac卸载与安装指定版本node.js
mac卸载与安装指定版本node.js原创 2023-05-31 11:18:37 · 3429 阅读 · 0 评论 -
mac 安装 pip install mysqlclient 报错
mac 安装 pip install mysqlclient 报错原创 2023-05-15 09:42:16 · 130 阅读 · 1 评论 -
git报错处理:ssh:connect to host github.com port 22: Connection timed out
git 在上传、下载 文件的时候,报错。报错信息:提示这个域名github.com port 的22 端口,链接超时。我直接访问github.com 这个域名是可以访问的,ping 也是可以ping通的。使用telnet 链接github.com 的22 端口,报超时错误。所以,问题就在这个22端口上。原创 2023-04-23 11:42:11 · 3397 阅读 · 1 评论 -
创建Django项目时将当前的目录直接变为Django项目
创建Django项目时将当前的目录直接变为Django项目原创 2023-04-14 10:44:17 · 291 阅读 · 0 评论 -
npm 安装pm2报错:npm ERR! code ECONNRESETnpm ERR! syscall readnpm ERR! errno ECONNRESETnpm ERR! networ
npm ERR! code ECONNRESETnpm ERR! syscall readnpm ERR! errno ECONNRESETnpm ERR! network request to https://registry.npmjs.org/dayjs failed, reason: read ECONNRESETnpm ERR! network This is a problem related to network connectivity.npm ERR! network In mo原创 2023-04-13 17:19:47 · 4490 阅读 · 0 评论 -
npm安装pm2及报错处理
npm安装pm2及报错处理原创 2023-04-13 17:21:16 · 4606 阅读 · 0 评论 -
django:has been blocked by CORS policy: Response to preflight request doesn‘t pass
django:has been blocked by CORS policy: Response to preflight request doesn't pass原创 2023-04-02 08:41:59 · 5946 阅读 · 0 评论 -
pip使用豆瓣源安装第三方库
pip使用豆瓣源安装第三方库原创 2023-04-02 08:25:15 · 77 阅读 · 0 评论 -
Error: getaddrinfo ENOTFOUND localhost
Error: getaddrinfo ENOTFOUND localhost原创 2023-03-31 07:02:39 · 11421 阅读 · 0 评论 -
关于生产环境监控总结
关于生产环境监控总结原创 2023-03-30 16:46:53 · 868 阅读 · 0 评论 -
jmeter 接口请求,第二轮循环开始加密失败
jmeter脚本报错:jmeter 接口请求,第二轮循环开始加密失败原创 2023-03-16 07:34:42 · 281 阅读 · 0 评论 -
jmeter参数化读取数据保证每个线程拿到的数据唯一
jmeter登录场景循环读取数据,每个数据只读取一次(循环控制器)原创 2023-03-14 14:10:10 · 2094 阅读 · 0 评论 -
jmeter报错: java.io.EOFException: Unexpected end of ZLIB input stream
jmeter报错: java.io.EOFException: Unexpected end of ZLIB input stream原创 2023-02-27 11:14:20 · 605 阅读 · 0 评论 -
jdk下载&历史版本下载
jdk下载&历史版本下载原创 2023-02-20 17:07:46 · 740 阅读 · 0 评论 -
linux 使用rz命令上传文件失败skipped by remote
linux 使用rz命令上传文件失败skipped by remote原创 2023-02-20 16:16:15 · 2025 阅读 · 0 评论 -
jmeter:java.io.EOFException: Unexpected end of ZLIB input stream
jmeter:java.io.EOFException: Unexpected end of ZLIB input stream原创 2023-02-16 15:28:40 · 620 阅读 · 0 评论 -
springboot如何增加 application.yml配置文件
springboot如何增加 application.yml配置文件原创 2022-12-03 14:05:28 · 2318 阅读 · 3 评论 -
This application has no explicit mapping for /error, so you are seeing this as a fallback.
This application has no explicit mapping for /error, so you are seeing this as a fallback.原创 2022-12-03 13:50:49 · 923 阅读 · 0 评论 -
Cause: java.lang.IllegalArgumentException: Mapped Statements collection already contains value for
Cause: java.lang.IllegalArgumentException: Mapped Statements collection already contains value for原创 2022-12-01 21:30:01 · 302 阅读 · 2 评论 -
mybatis报错:### Error querying database. Cause: java.sql.SQLException: Access denied for user ‘root}‘
mybatis报错:### Error querying database原创 2022-11-30 08:55:41 · 556 阅读 · 0 评论 -
java工厂模式
工厂模式原创 2022-11-10 17:28:37 · 157 阅读 · 0 评论 -
树莓派--7寸触摸显示屏问题处理
树莓派--7寸触摸显示屏问题处理原创 2022-10-25 22:11:03 · 2050 阅读 · 0 评论 -
Java中使用同样的sql语句在数据库中可以查询出结果,但是在程序中确无法查询出结果
Java中使用同样的sql语句在数据库中可以查询出结果,但是在程序中确无法查询出结果原创 2022-10-12 14:21:05 · 3624 阅读 · 0 评论 -
idea格式化xml文件 mac&win
win idea格式化xml文件Ctrl+Alt+Lmac idea 格式化xml文件option+command+L原创 2022-09-22 09:54:33 · 1391 阅读 · 0 评论 -
spring boot 读取相对路径
spring boot 读取相对路径原创 2022-08-25 15:33:02 · 1872 阅读 · 0 评论 -
django添加js静态文件
在django项目里,一个html里添加js文件,但是一运行时,就报错,提示找不到js文件。原创 2022-08-10 12:52:01 · 1377 阅读 · 0 评论