And this isn't my nose. This is a false one.

大公司为什么禁止在 Spring Boot 项目中使用 @Autowired 注解?

最近公司升级框架,由原来的spring framerwork 3.0升级到5.0,然后写代码的时候突然发现idea在属性注入的 @Autowired 注
cndz 2023-07-26 21:05:28
And this isn't my nose. This is a false one.

如何保证Redis和数据库的数据一致性

Redis是一种高性能的nosql的key-value数据库,因为它的快速响应和高吞吐量使得它颇受程序员的喜爱。然而,Redis是一个非持久化的数据库,数据仅存
cndz 2023-07-24 15:54:33
And this isn't my nose. This is a false one.

Spring Retry优雅的实现重处理

在开发中,我们经常会遇到一些不可避免的错误,例如网络故障、磁盘空间不足等等。而这些错误可能会导致我们的业务逻辑失败,获取这些错误重试就可以成功,为了确保业务流程
cndz 2023-07-23 18:32:40
And this isn't my nose. This is a false one.

Sping三种DI(依赖注入)方式及其优缺点

依赖注入(DI)是一种设计模式,它允许对象相互协作,而不是在代码中直接创建和管理它们之间的依赖关系。Spring中,有多种DI方法可供选择,每种方法都有自己的
cndz 2023-07-19 23:23:39
And this isn't my nose. This is a false one.

LocalDate、LocalDateTime、Date、String之间相互转换

在Java中,有几个类通常用于表示日期和时间。其中包括LocalDate、LocalDateTime、Date和String。这些类中的每一个都有自己独特的特性
cndz 2023-07-18 15:57:29
And this isn't my nose. This is a false one.

java Jsoup详解(html格式化 html解析 java爬虫)

Jsoup是一款Java HTML解析器,它可以从HTML文档中提取数据。它提供了一种简单的API,可以通过CSS选择器和类似于jQuery的语法来查找、提取和
cndz 2023-07-17 23:40:52
And this isn't my nose. This is a false one.

springboot bean管理注解 @Component @Repository @Service @Controller @RestController详解

在Spring Boot框架中,Bean管理非常重要。在Java中,使用注解的方式实现Bean管理变得越来越流行。Spring Boot中提供了一些常用的注解,
cndz 2023-07-17 15:05:26
And this isn't my nose. This is a false one.

Access denied; you need (at least one of) the SUPER privilege(s) for this operation

mysql Access denied; you need (at least one of) the SUPER privilege(s) for this
cndz 2023-07-15 21:21:52
And this isn't my nose. This is a false one.

mysql出现Expression #2 of SELECT list is not in GROUP BY clause and contains nonaggre错误的解决办法

mysql为5.7之前,则会默认启用ONLY_FULL_GROUP_BY SQL模式,在该模式下MySQL查询非HAVING条件或ORDER BY聚合操作在查
cndz 2023-07-15 20:10:31