排序
【Java】为什么重写 equals 时必须重写 hashCode ⽅法?(约652字)
文章目录为什么重写 equals 时必须重写 hashCode ⽅法?什么是 hashCode 方法?为什么要有 hashCode 方法?为什么两个对象有相同的 hashcode 值,它们也不⼀定相等?hashCode 和 equals 方法的...
【Java】Java 什么是BlockingDeque? 适合用在什么样的场景?BlockingDeque 与BlockingQueue有何关系,请对比下它们的方法?(约448字)
文章目录什么是BlockingDeque? 适合用在什么样的场景?BlockingDeque 与BlockingQueue有何关系,请对比下它们的方法? BlockingDeque大家族有哪些? BlockingDeque 实现例子?
【Java】Spring Boot的Starter的底层原理了解过吗?(约337字)
文章目录自动配置(Auto-Configuration):Spring Boot的启动机制:配置元数据和条件化配置:Starter依赖的传递性:约定优于配置: