上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 35 下一页
摘要: 《Operating System Concepts》学习第 27 天,p272-p285 总结,总计 14 页。 一、技术总结 1.semaphore A semaphore S is an integer variable that, apart from initialization, is 阅读全文
posted @ 2025-03-13 10:15 codists 阅读(11) 评论(0) 推荐(0)
摘要: 《Operating System Concepts》学习第 26 天,p258-p271 总结,总计 14 页。 一、技术总结 1.critical section A section of code responsible for changing data that must only be 阅读全文
posted @ 2025-03-12 11:02 codists 阅读(16) 评论(0) 推荐(0)
摘要: 一、 为什么选择这本书? 面试的时候经常被问到 kubernetes(下称 k8s),所以打算学习 k8s。看到《Quick Start Kubernetes》的作者对自己所写的书持续地更新,被这种认真打动了,外加这本书只有100多页,所以选择了这本书作为入门 k8s 的教材。 二、这本书写了什么? 阅读全文
posted @ 2025-03-11 13:31 codists 阅读(19) 评论(0) 推荐(0)
摘要: 《Operating System Concepts》学习第 25 天,p228-p257 总结,总计 30 页。 一、技术总结 1.algorithm evaluation 评估 CPU 调度算法需要考虑的因素有:CPU utilization, response time 或者 throughp 阅读全文
posted @ 2025-03-10 14:03 codists 阅读(14) 评论(0) 推荐(0)
摘要: 《Operating System Concepts》学习第 24 天,p208-p227 总结,总计 20 页。 一、技术总结 1.vmstat Linux 系统上 vmstat 命令的作用是“Report virtual memory statistics”。 2.scheduling algo 阅读全文
posted @ 2025-03-09 13:48 codists 阅读(16) 评论(0) 推荐(0)
摘要: 说明 最近在看《Quick Start Kubernetes》,书上使用的是 Docker Desktop 和 Linode Kubernetes Engine(LKE) 进行演示,但是实际开发中都不可能用到这两个工具,所以本人使用 minikube 进行操作。 系统:WSL Ubuntu 22.0 阅读全文
posted @ 2025-03-08 22:52 codists 阅读(278) 评论(0) 推荐(0)
摘要: 《Operating System Concepts》学习第 23 天,p203-p207 总结,总计 5 页。 一、技术总结 1.vmstat Linux 系统上 vmstat 命令的作用是“Report virtual memory statistics”。 2.scheduling algor 阅读全文
posted @ 2025-03-07 21:59 codists 阅读(8) 评论(0) 推荐(0)
摘要: 《Operating System Concepts》学习第 21 天,p188-p199 总结,总计 12 页。 一、技术总结 1.thread-local storage Data available only to a given thread. 2.transaction (1)英语中的意思 阅读全文
posted @ 2025-03-05 23:46 codists 阅读(13) 评论(0) 推荐(0)
摘要: 《Operating System Concepts》学习第 20 天,p180-p187 总结,总计 8 页。 一、技术总结 1.forke-join A strategy for thread creation in which the main parent thread creates (f 阅读全文
posted @ 2025-03-04 23:59 codists 阅读(21) 评论(0) 推荐(0)
摘要: 《Operating System Concepts》学习第 19 天,p179-p179 总结,总计 1 页。 一、技术总结 1.Python thread pool (1)示例 书上介绍的是 Java thread poo, 因为本人工作中使用的编程语言是 Python, 所以补充一下 Pyth 阅读全文
posted @ 2025-03-03 19:00 codists 阅读(41) 评论(0) 推荐(0)
上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 35 下一页