🗒️后端面试准备

比尔盖子

|2025-9-1|最后更新: 2025-9-1|
type
status
date
slug
summary
tags
category
icon
password

Java基础

基本数据类型

数字:short,int,long,double,byte
字符:char
布尔:boolean

自动装箱拆箱

装箱:Integer i=1,Integer.valueOf(1)
拆箱:int a = i,i.intValue()

集合

锁机制

多线程

设计模式

垃圾回收

JVM调优

Redis

缓存击穿,缓存穿透,缓存雪崩

主从复制

Dubbo

MySql

慢Sql优化

Mybatis

SpringBoot

鉴权和认证

Loading...