上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 13 下一页
摘要: -2023-06-07 14:17:39.729 [TID: N/A] ERROR 28772 [ XNIO-1 task-1] c.s.s.a.s.impl.SysEmailSendServiceImpl : Mail server connection failed; nested except 阅读全文
posted @ 2023-06-07 14:55 蓝海的bug本 阅读(26) 评论(0) 推荐(0) 编辑
摘要: 按照官方提示开启了鉴权 server.tomcat.accesslog.enabled=false nacos.core.auth.enabled=true nacos.core.auth.plugin.nacos.token.secret.key=巴拉巴拉小魔仙 nacos.core.auth.s 阅读全文
posted @ 2023-05-23 09:40 蓝海的bug本 阅读(596) 评论(0) 推荐(0) 编辑
摘要: 这次修补漏洞升级,把nacos从1.4.1版本升级到2.2.2,然后就完美的起不来了,后来研究了版本的区别,第一步报错是自定义鉴权的问题,改了,还是报错,排错发现内置的数据库启动没问题,换成外置的就报错,然后对比了sql,发现2.2.2的config_info、 config_info_beta、h 阅读全文
posted @ 2023-05-18 16:26 蓝海的bug本 阅读(188) 评论(0) 推荐(0) 编辑
摘要: 简单说就是数据量太大了,响应时间不够,还没写完呢,链接就关闭了,前端把响应时间加长就解决了。 阅读全文
posted @ 2023-05-05 14:08 蓝海的bug本 阅读(474) 评论(0) 推荐(0) 编辑
摘要: netstat -ano|findstr "8080" 查看端口号 tasklist|findstr "9848" 查看进程 taskkill -PID 9848 -F 杀死进程 阅读全文
posted @ 2023-04-20 09:30 蓝海的bug本 阅读(14) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2023-03-02 08:57 蓝海的bug本 阅读(124) 评论(0) 推荐(0) 编辑
摘要: 1.如果传入的是基本类型,该变量在方法1中的值不变,需要return 返回值;2.如果传入的是引用类型(对象),不修改该变量原指针时,该变量在方法1中的值将改变。3.不管传入方法2的参数是什么类型,方法2内部都能够获取到方法1中该参数的值。 阅读全文
posted @ 2023-02-22 15:55 蓝海的bug本 阅读(275) 评论(0) 推荐(0) 编辑
摘要: * 检查sql确保子查询只会返回一条数据 * 如果是多行数据,就不能使用=,可选择in * 添加any方法,但是注意any,all方法必须与一个比较操作符一起使用 * limit 1(根据业务来定,不推荐) 阅读全文
posted @ 2023-01-18 11:14 蓝海的bug本 阅读(211) 评论(0) 推荐(0) 编辑
摘要: str_to_date(class_time,'%Y%m%d %H:%i:%s') 在sql里转换就行了 select str_to_date(class_time,'%Y%m%d %H:%i:%s') a from a order by a desc ; 阅读全文
posted @ 2023-01-17 14:29 蓝海的bug本 阅读(13) 评论(0) 推荐(0) 编辑
摘要: p6spy 打印 SQL 日志p6spy GitHub 地址:p6spy/p6spy (github.com) MyBatis-Plus 结合 p6spy:MyBatis-Plus (baomidou.com) 2.1 引入依赖<dependency> <groupId>p6spy</groupId 阅读全文
posted @ 2023-01-13 17:01 蓝海的bug本 阅读(176) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 13 下一页