File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 150
150
- Session和cookie的区别。
151
151
- [ 计算机网络面试问题集锦] ( https://blog.csdn.net/justloveyou_/article/details/78303617 )
152
152
### 架构设计与分布式
153
-
154
- - [ 用java自己实现一个LRU。] ( https://github.com/randian666/algorithm-study/blob/master/src/main/java/com/algorithm/study/demo/LRUCache/LRUMap.java )
153
+ - [ ZooKeeper基本原理] ( https://zhuanlan.zhihu.com/p/30024403 )
155
154
- 分布式集群下如何做到唯一序列号。
156
155
- 设计一个秒杀系统,30分钟没付款就自动关闭交易。
157
156
- [ 如何使用redis和zookeeper实现分布式锁?有什么区别优缺点,会有什么问题,分别适用什么场景。] ( https://mp.weixin.qq.com/s/OCIg3TwpmXzqOVqBZ2fSow )
194
193
- dubbo的泛化调用怎么实现的,如果是你,你会怎么做。
195
194
- 远程调用会有超时现象,如果做到优雅的控制,JDK自带的超时机制有哪些,怎么实现的。
196
195
### 数据结构与算法
197
-
196
+ - [ 用java自己实现一个LRU。 ] ( https://github.com/randian666/algorithm-study/blob/master/src/main/java/com/algorithm/study/demo/LRUCache/LRUMap.java )
198
197
- 10亿个数字里里面找最小的10个。
199
198
- 有1亿个数字,其中有2个是重复的,快速找到它,时间和空间要最优。
200
199
- 2亿个随机生成的无序整数,找出中间大小的值。
You can’t perform that action at this time.
0 commit comments