- 博客(8)
- 收藏
- 关注
原创 SpringSecurity6的配置使用
认证1. 首先引入SpringSecurity的依赖<dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-security</artifactId> <version>3.2.5</version></dependency>引入依赖后所有的请求都会被Se
2024-05-28 20:08:11 2124
原创 List集合的remove()方法使用注意点
remove()方法使用如果传入的是int基本数据类型,他就会删除索引对应的值如果想根据对应的整数类型的值进行删除,需要使用包装类Integer
2024-04-16 11:13:12 321
原创 使用Spring的ApplicationContext注入Bean的注意事项
【代码】使用Spring的ApplicationContext注入Bean的注意事项。
2024-01-18 16:13:17 385 1
原创 Java在循环时删除集合中已匹配的元素
将集合需要删除的元素设置为null,然后使用stream流过滤掉为null值的数据。将集合深拷贝一份,在循环的时候如果匹配到了,通过索引将另一份的集合对应数据删除。使用迭代器iterator的remove()方法进行删除。
2024-01-16 13:11:29 498 1
原创 mysql使用distinct关键字
使用EXPLAIN关键字进行查询,如果出现Extra字段的值中出现了。使用order by排序时,sql语句为。
2023-12-19 19:50:38 584 1
原创 Validated报错HV000028: Unexpected exception during isValid call.
【代码】Validated报错HV000028: Unexpected exception during isValid call.
2023-11-21 13:02:56 1774 1
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人