尊敬河马

文章
6
资源
0
加入时间
2年10月21天

k8s 1.15.1集群部署

hostnamectl set-hostname k8s-master-01hostnamectl set-hostname k8s-node01hostnamectl set-hostname k8s-node02192.168.1.9 k8s-master-01192.168.1.6 k8s-node01192.168.1.13 k8s-node021、基础环境wget http://dl.fedoraproject.org/pub/epel/epel-re...

算法之LRU和LFU算法

在地址映射过程中,若在页面中发现所要访问的页面不在内存中,则产生缺页中断。当发生缺页中断时,如果操作系统内存中没有空闲页面,则操作系统必须在内存选择一个页面将其移出内存,以便为即将调入的页面让出空间。而用来选择淘汰哪一页的规则叫做**页面置换算法。**

CodeForces - 118A String Task 【水题】

**CodeForces - 118A String Task 【水题】**Problem DescriptionPetya started to attend programming lessons. On the first lesson his task was to write a simple program. The program was supposed to do the...