LaoFu 发布的文章

Crack-Beyond-Compare-linuxcrack beyond compare 4 on linux1.官网下载最新版 Beyond Compare 4 并安装Beyond Compare 4安装命令:sudo apt install -i bcompare-4.2.3.22587_amd64.deb如果报错 “依赖关系问题 - 仍未被配置” 使用如下命令sud

- 阅读剩余部分 -

Kernels 2.6.16 and newer provide a mechanism to have the kernel drop the page cache and/or inode and dentry caches on command, which can help free up a lot of memory. Now you can throw away that script that a

- 阅读剩余部分 -

前言设计一个缓存系统,不得不要考虑的问题就是:缓存穿透、缓存击穿与失效时的雪崩效应。缓存穿透缓存穿透是指查询一个一定不存在的数据,由于缓存是不命中时被动写的,并且出于容错考虑,如果从存储层查不到数据则不

- 阅读剩余部分 -

Nginx可以根据客户端IP进行负载均衡,在upstream里设置ip_hash,就可以针对同一个C类地址段中的客户端选择同一个后端服务器,除非那个后端服务器宕了才会换一个。Nginx的upstream目前支持的5种方式的分配1、轮询(默认)​每个请

- 阅读剩余部分 -