1. Raft算法 Raft保证了在任何时候以下属性都成立: Election Safety:在一个给定的term,至多只有一个leader被选...
使用命令 在Docker上启动MYSQL容器失败,查看容器的log: 可以看出,mysqld无法识别-p参数,这是由于Docker是对参数顺序敏...
Paging: Introduction Crux: How to virtualize memory without segments?Her...
Free-Space Management When the space that is managing consists of variab...
Segmentation Crux: How to support a large address space? Segmentation: G...
Mechanism: Address Translation Crux: How to efficiently and flexibly vir...
The Abstraction: Address Spaces Early Systems The OS was a set of routin...
Scheduling: Proportional Share Also known as a fair-share scheduler.Inst...
Scheduling: The Multi-Level Feedback Queue (MLFQ) Crux: design a schedul...