上一页 1 ··· 75 76 77 78 79 80 81 82 83 ··· 90 下一页
摘要: 什么是LRU算法? LRU是Least Recently Used的缩写,即最近最少使用,在有限的内容块中存储最近使用次数最多的数据,当内容块已满时,把最少使用的数据删除以便存储新的内容。 阅读全文
posted @ 2019-01-10 14:55 Peter.Jones 阅读(124) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2019-01-10 10:01 Peter.Jones 阅读(1) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2019-01-09 14:51 Peter.Jones 阅读(213) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/shenfumin2014/article/details/18084435 阅读全文
posted @ 2019-01-08 13:38 Peter.Jones 阅读(728) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2019-01-07 17:22 Peter.Jones 阅读(2) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2019-01-05 09:52 Peter.Jones 阅读(1) 评论(0) 推荐(0)
摘要: 1). KEYS pattern : 查找所有符合给定模式 pattern 的 key 。 如 keys * , keys *list* 2). DEL key [key ...] : 删除给定的一个或多个 key 。 3). EXISTS key : 检查指定的key是否存在, 存在返回1 , 不存在返回0. 4). MOVE key db : 将当前数据库的 key 移动到给定的数据... 阅读全文
posted @ 2019-01-03 00:36 Peter.Jones 阅读(180) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2019-01-03 00:34 Peter.Jones 阅读(5) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2019-01-03 00:33 Peter.Jones 阅读(4) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2019-01-03 00:32 Peter.Jones 阅读(4) 评论(0) 推荐(0)
上一页 1 ··· 75 76 77 78 79 80 81 82 83 ··· 90 下一页