自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

杨领well的专栏

君子食无求饱,居无求安,敏于事而慎于言,就有道而正焉。

  • 博客(2)
  • 资源 (21)
  • 问答 (1)
  • 收藏
  • 关注

原创 Redis 源码解读之逐出策略

Redis 源码解读之逐出策略背景和问题本文想解决的问题:redis 触发逐出的时机是怎样的?redis 逐出策略有哪些?如何在海量的 key 中快速找到逐出评价值(idle)最高的key,并将之逐出?LFU 算法的频率是如何统计的?结论redis 触发逐出的时机是怎样的?如图,主要有两个地方会触发逐出。更新 maxmemory 参数,导致实际使用内存大于该限制。处理客户端请求,使用到的内存大于内存限制。redis 逐出策略有哪些?逐出策略主要分为两个维

2021-04-05 08:26:11 335

原创 Redis 源码解读之 AOF Rewrite

2021-04-13 06:39:34 247

Debugging with gdb.pdf

Debugging with gdb.pdf,【源码】RapidJSON 源码剖析(0.1):调试工具 GDB 的使用

2018-08-19

跟我一起写 Makefile

跟我一起写 Makefile,陈皓 本文由作者免费发布到网上,为了让更多人看到,我转载到我的CSDN 资源。 本应该免费的,但是 CSDN 规定所需下载资源分数至少为 1, 因此,暂且设为 1 吧。

2018-07-14

Gnu标准的make文档

The make utility automatically determines which pieces of a large program need to be recompiled, and issues commands to recompile them. This manual describes GNU make, which was implemented by Richard Stallman and Roland McGrath. Development since Version 3.76 has been handled by Paul D. Smith. 2018/7/5 GNU make http://www.gnu.org/software/make/manual/make.html#Search-Algorithm 14/248 GNU make conforms to section 6.2 of IEEE Standard 1003.2-1992 (POSIX.2).

2018-07-14

Algorithm Design(算法设计)中英 带目录

Algorithm Design(算法设计)中英 带书签目录 Kleinberg 科林伯格 高清

2018-01-12

The Vim Tutorial and Reference By Steve Oualline

The Vim Tutorial and Reference By Steve Oualline I'm not sure this book is a labor of love or a love of labor. It certainly is the longest book I've written. When I first started using Vim I noticed that there were a “few” commands that Vim had that it's the old Vi editor didn't have. So I decided to write a book which would serve as documentation to this wonderful editor. As part of my preparation I checked existing books for the Vi editor. They were about 150-200 pages long, so I figured that my book would turn out about 250-300 pages. Turns out that Vim has a lot more features than expected and as you can see the book is over 800 pages. The goal of this book is to provide a tutorial to show the reader how to use the power of Vim to solve common problems. Also the book attempts to show you visually the operation of very major command and option, and to fully document the rest. Unfortunately, I've had to impose some limits on the book. This book does not cover editing in any language but English mostly due to the fact that English is the only language I know. Also it does not cover the interfaces to external tools which I do not posses.

2017-12-20

垃圾回收算法与实现,Turling

垃圾回收算法与实现,Turling 高清 非扫描版 垃圾回收算法与实现,Turling

2017-12-08

Objective-C程序设计 第四版 高清

Objective-C程序设计 第四版Objective-C程序设计 第四版Objective-C程序设计 第四版Objective-C程序设计 第四版Objective-C程序设计 第四版Objective-C程序设计 第四版Objective-C程序设计 第四版Objective-C程序设计 第四版Objective-C程序设计 第四版

2017-12-07

The Transport Layer Security (TLS) Protocol V1.1

The Transport Layer Security (TLS) Protocol V1.1

2017-08-25

HTTP权威指南.pdf

HTTP权威指南.pdf

2017-07-28

图解HTTP 彩色版.pdf

图解HTTP 彩色版.pdf 只需要2积分

2017-07-26

思科的NAC说明(中文版).pdf

思科的NAC说明(中文版).pdf

2017-07-26

Komic, 将rar的漫画转化为pdf的神器

Komic, 将rar的漫画转化为pdf的神器。方便在电纸书看漫画。

2016-12-19

C++多线程编程中文版

C++多线程编程中文版

2016-12-19

第七届蓝桥杯大赛个人赛省赛(软件类)真题

第七届蓝桥杯大赛个人赛省赛(软件类)真题

2016-12-07

The_C++_Programming_Language,Special_Edition.

The_C++_Programming_Language,Special_Edition. C++编程语言英语

2016-07-09

Disk-Based_Container_Objects By Tom Nelson

Disk-Based_Container_Objects By Tom Nelson

2016-07-07

C++-MFC快速超简单入门

C++-MFC快速超简单入门

2016-05-25

2015年第六届蓝桥杯大赛个人赛决赛(软件类)真题

2015年第六届蓝桥杯决赛个人赛,C++ JAVA A B C组真题

2016-05-25

2014年第五届蓝桥杯大赛软件类C_C++ B组全国总决赛真题

2014年第五届蓝桥杯大赛软件类C_C++ B组全国总决赛真题.

2016-05-24

安装包制作

将VC写的程序制作成安装包。 不知道如何制作的这是教程http://teach.hanzify.org/article/696-1263372559.html

2015-07-26

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除