写bug的小杨

导航

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

统计

12 2019 档案

报错"Parameter 0 of method stringRedisTemplate in org.springframework.boot.autoconfigure.data.redis.RedisAutoConfiguration required a bean of type 'org.springframework.data.redis.connection.RedisConnec"
摘要:解决办法: pom文件的redis依赖改成 阅读全文

posted @ 2019-12-10 17:07 迷途的小狗 阅读(10426) 评论(1) 推荐(0) 编辑

mysql远程连接虚拟机数据库报错2003(docker虚拟机防火墙没关)
摘要:今日坑: https://blog.csdn.net/weixin_43025071/article/details/88603053 查看防火墙状态:systemctl status firewalld 关闭防火墙:systemctl stop firewalld 开启防火墙:systemctl 阅读全文

posted @ 2019-12-04 14:56 迷途的小狗 阅读(944) 评论(0) 推荐(0) 编辑

StringUtils中isEmpty的用法
摘要:isEmpty 等价于: str == null || str.length == 0 isBlank 等价于: str == null || str.length == 0 || str.trim().length == 0 StringUtils方法的操作对象是java.lang.String类 阅读全文

posted @ 2019-12-02 12:06 迷途的小狗 阅读(6877) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示