摘要: 再github上面下载激活文件 地址:https://github.com/ilanyu/ReverseProxy/releases/tag/v1.4 双击运行成功后就不用管了 在jrebel的激活面板中填入以下 http://127.0.0.1:8888/{GUID} GUID:在线生成地址有很多 阅读全文
posted @ 2023-09-06 10:26 大大大怪兽 阅读(227) 评论(0) 推荐(0) 编辑
摘要: 错误信息: 1231 - Variable 'sql_mode' can't be set to the value of 'NO_AUTO_CREATE_USER' 临时解决 select version();select @@global.sql_mode 查询sql_modeset globa 阅读全文
posted @ 2023-09-05 19:47 大大大怪兽 阅读(119) 评论(0) 推荐(0) 编辑
摘要: 问题描述: 出现这样的情况 : No converter found for return value of type: class java.util.ArrayList 原因是没有办法解析json字符串, 1.需要在pom文件中添加依赖 /* <!--json--> <dependency> < 阅读全文
posted @ 2021-04-27 13:58 大大大怪兽 阅读(409) 评论(0) 推荐(0) 编辑
摘要: 在整合过程中遇到这种情况: 原因是在db.properties文件中,连接使用了useSSL=true /* SSL协议提供服务主要: 1)认证用户服务器,确保数据发送到正确的服务器; . 2)加密数据,防止数据传输途中被窃取使用; 3)维护数据完整性,验证数据在传输过程中是否丢失; 当前支持SSL 阅读全文
posted @ 2021-04-25 14:19 大大大怪兽 阅读(162) 评论(0) 推荐(0) 编辑
摘要: springboot集成 spring-security认证报错--> There is no PasswordEncoder mapped for the id "null" 在网上看到说是 springboot 2.1.x之前可以直接使用,之后认证就会 There is no PasswordE 阅读全文
posted @ 2021-02-19 16:22 大大大怪兽 阅读(138) 评论(0) 推荐(0) 编辑
摘要: springboot运行报错,错误信息如下: The server time zone value '�й���׼ʱ��' is unrecognized or represents more than one time zone. You must configure either the ser 阅读全文
posted @ 2021-02-18 16:59 大大大怪兽 阅读(67) 评论(0) 推荐(0) 编辑
摘要: 今天数据库又打不开了,然后之前的数据也都找不到了,正当我着急的时候,发现了一个办法 如下: 打开显示隐藏文件目录 :在C盘-->ProgramData-->MySQL--MySQL Server 5.7 -->Data(先把这个备份出来) 然后卸载MySQL,注意:卸载查看一下网上的教程,不然卸载不 阅读全文
posted @ 2021-01-31 14:03 大大大怪兽 阅读(178) 评论(0) 推荐(0) 编辑
摘要: 清华 https://mirrors.tuna.tsinghua.edu.cn/ 包含了好多仓库源,jenkins,gitlab,zabbix,openresty, postgres. docker-ce 基本主流的都包含了 中科大 http://mirrors.ustc.edu.cn/ 与清华的类 阅读全文
posted @ 2021-01-30 17:44 大大大怪兽 阅读(136) 评论(0) 推荐(0) 编辑
摘要: 在开发web项目中,使用HTML页面出现乱码现象: 只需要在HTML页面添加一行代码即可: 代码: <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 阅读全文
posted @ 2021-01-24 00:28 大大大怪兽 阅读(46) 评论(0) 推荐(0) 编辑
摘要: 在启动项目的时候出现这个问题: java.lang.ClassNotFoundException: org.springframework.web.filter.CharacterEncodingFilter 解决方案如下: 1. 2.创建文件夹,添加jar包 3.添加jar包 阅读全文
posted @ 2021-01-22 14:58 大大大怪兽 阅读(466) 评论(0) 推荐(1) 编辑