上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 35 下一页
摘要: 《Operating System Concepts》学习第 37 天,p471-p472 总结,总计 2 页。 一、技术总结 1.NAS (1)定义 network-attached storage (NAS):Storage accessed from a computer over a net 阅读全文
posted @ 2025-03-23 23:42 codists 阅读(13) 评论(0) 推荐(0)
摘要: 《Operating System Concepts》学习第 36 天,p460-p4470 总结,总计 11 页。 一、技术总结 无。 二、英语总结(生词:3) 1.lifespan (1)lifespan: life + span("the period of time that sth exi 阅读全文
posted @ 2025-03-22 23:54 codists 阅读(16) 评论(0) 推荐(0)
摘要: 《Operating System Concepts》学习第 35 天,p449-p459 总结,总计 11 页。 一、技术总结 1.NVM & SSD Flash-memory-based NVM is frequently used in a disk-drive-like container, 阅读全文
posted @ 2025-03-21 11:18 codists 阅读(29) 评论(0) 推荐(0)
摘要: 《Operating System Concepts》学习第 34 天,p408-p448 总结,总计 41 页。 一、技术总结 2.page-replacement algorithm In memory management, the algorithm that chooses which v 阅读全文
posted @ 2025-03-20 10:50 codists 阅读(19) 评论(0) 推荐(0)
摘要: 《Operating System Concepts》学习第 33 天,p389-p407 总结,总计 19 页。 一、技术总结 1.virtual memeory (1)定义 A technique that allows the execution of a process that is no 阅读全文
posted @ 2025-03-19 10:53 codists 阅读(19) 评论(0) 推荐(0)
摘要: 《Operating System Concepts》学习第 32 天,p359-p388 总结,总计 30 页。 一、技术总结 1.paging (1)定义 A common memory management scheme that avoids external fragmentation b 阅读全文
posted @ 2025-03-18 11:01 codists 阅读(15) 评论(0) 推荐(0)
摘要: 《Operating System Concepts》学习第 31 天,p354-p358 总结,总计 5 页。 一、技术总结 1.logical address & virtual address Binding addresses at either compile or load time g 阅读全文
posted @ 2025-03-17 10:46 codists 阅读(12) 评论(0) 推荐(0)
摘要: 《Operating System Concepts》学习第 30 天,p331-p353 总结,总计 23 页。 一、技术总结 1.lockdep 工具 2.claim edge 3.banker's algorithm A deadlock avoidance algorithm, less e 阅读全文
posted @ 2025-03-16 11:02 codists 阅读(18) 评论(0) 推荐(0)
摘要: 《Operating System Concepts》学习第 29 天,p309-p330 总结,总计 22 页。 一、技术总结 1.Python 中的并发编程 (1)semaphore class threading.Semaphore(value=1)。 (2)condition variabl 阅读全文
posted @ 2025-03-15 10:55 codists 阅读(29) 评论(0) 推荐(0)
摘要: 《Operating System Concepts》学习第 28 天,p286-p308 总结,总计 23 页。 一、技术总结 1.reentrant lock(可重入锁) (1)为什么称为 reentrant lock? A thread acquires a ReentrantLock loc 阅读全文
posted @ 2025-03-14 13:56 codists 阅读(40) 评论(0) 推荐(0)
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 35 下一页