- 博客(75)
- 收藏
- 关注
原创 SpringBoot 项目:Failed to configure a DataSource: ‘url‘ attribute is not specified and no embedded
本文主要介绍遇到的项目bug:Failed to configure a DataSource: ‘url‘ attribute is not specified and no embedded的解决方法
2024-10-08 21:05:34 182
原创 Java接口和抽象类的区别
最近在刷八股的时候看到 接口和抽象类的区别 这个问题,答案就是一些如抽象类使用abstract声明、有抽象方法,接口使用interface声明、一个类可以实现多个接口等。但是想了一下如果在面试的时候被问这个问题时,面试官是只希望听到这些语法上的区别吗?当然如果面试的是实习生,这么回答也是可以的。但如果面试的是三四年工作经验的呢,恐怕是想听到的是两者更加本质上的区别。
2024-09-21 21:49:59 480
原创 windows环境下配置MySQL主从启动失败 查看data文件夹中.err发现报错unknown variable ‘log‐bin=mysql‐bin‘
windows环境下MySQL启动失败,data文件夹中.err发现报错unknown variable 'log‐bin=mysql‐bin'的原因和解决方案
2024-09-20 19:54:58 538
原创 Windows环境下搭建MySQL主从同步实现读写分离(保姆级教程,超详细!!!)
本文重点介绍了Windows环境下搭建MySQL主从同步实现读写分离的详细步骤和配置中遇到的坑
2024-09-20 19:53:46 1803
原创 SQL优化-MySQL Explain中出现Select tables optimized away
本文主要介绍MySQL Explain中出现Select tables optimized away的原因
2024-09-19 23:45:00 398
原创 MySQL报错ERROR 2003 (HY000): Can‘t connect to MySQL server on ‘localhost:3306‘ (10061)
MySQL报错ERROR 2003(HY000)的解决方法
2024-09-10 23:29:18 410
原创 MySQL报错ERROR 1045 (28000): Access denied for user ‘root‘@‘localhost‘ (using password: YES)
MySQL报错ERROR 1045 (28000)的解决方法
2024-09-10 22:56:52 349
原创 阻塞队列ArrayBlockingQueue与LinkedBlockingQueue
本章主要介绍BlockingDeque和它的实现类ArrayBlockingQueue与LinkedBlockingQueue。
2024-08-31 23:46:59 959
原创 MySQL报错:1118 - Row size too large. The maximum row size for the used table bype, not counting Bl0Bs,
MySQL报错:1118 - Row size too large. The maximum row size for the used table bype, not counting Bl0Bs, is 65535. This indudes storage overhead, check the manua. You have to change some columns to TEXT or BLOBs。
2024-08-30 21:00:00 749
原创 使用Jackson的@JsonProperty接受类型为Date时间数据时出现时区问题的解决方法
使用Jackson的@JsonProperty接受类型为Date时间数据时出现时区问题的解决方法
2024-08-30 12:01:07 275
原创 CommandLineRunner和ApplicationRunner
CommandLineRunner和ApplicationRunner相关介绍和使用
2024-08-24 18:21:18 378
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人