mianshi别人问那些问题比较好

1.hashmap

数组,链表,说一下put,get方法过程;key.hashcode 数组长度 取余,

2.concurrentHashMap

线程安全的map,1.8  ,数组,链表,红黑树,cas,volatile

3.mysql  数据量(500w) 分库分表 ,并发量(1200) redis,mq

4.数据库调优方法,索引优化

innodb  有 聚簇索引 (主键索引主键的索引结构中,既存储了主键值,又存储了行数据),但非主键索引只存储指向对主键的引用,非聚簇索引

https://blog.csdn.net/djrm11/article/details/96499817

5.springboot 自动配置 原理 

《一步一步学springboot2 微服务项目实战》 18章

https://blog.csdn.net/djrm11/article/details/100165733

你可能感兴趣的:(mianshiti)