issues Search Results · repo:NotFound9/interviewGuide language:Java
Filter by
15 results
(113 ms)15 results
inNotFound9/interviewGuide (press backspace or delete to remove)Redis过期key是怎么样清理的?
- LRU算法 中 PS
PS:使用单向链表能不能实现呢,也可以,单向链表的节点虽然获取不到pre节点的信息,但是可以将下一个节点的key和value设置在当前节点上,然后把当前节点的next指针指向下下个节点,这样相当于把下一个节点删除了
感觉应该是把当前节点删除了,因为下一个节点的 key 和 value 都被赋值到当前节点上了。表面上删除下一个节点,实际上删除的是当前节点。因为当前节点的内容丢失了。 ...
Feyl
- Opened on Jan 25, 2022
- #24
c-s-t-z
- Opened on Sep 28, 2021
- #22
[Linux内核学习资料:200+篇经典内核文章,100+篇内核论文,50+内核项目,500+道内核面试题,80+内核讲解视频] (https://github.com/0voice/linux_kernel_wiki)
410974689
- Opened on Jul 30, 2021
- #21
public class Singleton {
private static Singleton instance;
public static Singleton getInstance() {
if (instance == null) { ...
dooonabe
- 3
- Opened on May 2, 2020
- #12
baixw
- 1
- Opened on Apr 17, 2020
- #11
zhaofeiyue
- 1
- Opened on Dec 5, 2016
- #8

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.