- 博客(5)
- 收藏
- 关注
原创 SpringBoot3 使用配置文件整合 Apache Avro
Springboot3 使用配置文件整合 Apache Avro ,并通过消息生产者和消费者实现消息发送
2023-06-21 12:45:21 446
原创 利用反射动态修改 EasyPoi 导出Excel表格标题名称
EasyPoi 动态修改表格标题名称需求代码实现1、实体类@Data@Accessors(chain = true)public class AccountVO implements Serializable { @Excel(name = "账户ID", orderNum = "2") private String accountId; @Excel(name = "账户名称", orderNum = "3") private String accountN
2022-05-16 13:13:05 1588 2
原创 解决win10磁盘占用100%,并出现卡顿、假死无反应现象。修改注册表解决,亲测有效!
修改注册表,解决win10磁盘占用100%问题。电脑开机磁盘100%,出现问题肯定是百度啊,然后发现网上都是说什么关闭“HomeGroupListener”与“HomeGroupProvider”(然后这两项在win 1803版本已经去掉了,所以并没有找到),关闭WindowsDefender、关闭Windows Search、关闭ipv6等等,全是这样的,试了结果都不起作用。好吧,这些都不行,另辟蹊径,又有人说win10是微软自带的ahci驱动,驱动日期在2006年,需要更新intel快速存储驱动
2020-10-03 18:23:57 38976 28
原创 Failed to configure a DataSource: ‘url’ attribute is not specified两种解决办法
Failed to configure a DataSource: ‘url’ attribute is not specified and no embedded datasource could be configured两种解决办法。在学习springboot中,项目启动报Failed to configure a DataSource错误Description:Failed to configure a DataSource: ‘url’ attribute is not specified
2020-08-24 17:07:10 14815 2
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人