04 2025 档案
摘要:一、 为什么选择这本书? 这本书来自于:https://github.com/codefollower/My-Blog/issues/1。工作之后,个人一直追求的一个方面就是“系统化”,笼统的来说就是两方面“基础”+“专业”。这本书是属于基础方面的系统化,旨在加深对进程、线程、CPU调度、同步、死锁
阅读全文
摘要:《Operating System Concepts》学习第 71 天,p808-p820 总结,总计 13 页。 一、技术总结 1.design principles of windows (1)security 满足 C2 级别,基于 Discretionary Access Control(D
阅读全文
摘要:《Operating System Concepts》学习第 71 天,p808-p820 总结,总计 13 页。 一、技术总结 1./proc /proc 是一个虚拟的文件系统。 二、英语总结(生词:2) 1.unidirectional (1)unidirectional: uni-("one"
阅读全文
摘要:《Operating System Concepts》学习第 70 天,p794-p807 总结,总计 14 页。 一、技术总结 1.symmetric multiprocessing(SMP) (1)定义 Multiprocessing in which each processor perfor
阅读全文
摘要:《Operating System Concepts》学习第 69 天,p778-p793 总结,总计 16 页。 一、技术总结 1.Linux system (1)components kernel, system libraries(如:C library(libc)), system util
阅读全文
摘要:《Operating System Concepts》学习第 68 天,p777-p777 总结,总计 1 页。 一、技术总结 1.Linux kernel (1)定义 kernel: The operating system component(program) running on the co
阅读全文
摘要:《Operating System Concepts》学习第 67 天,p767-p776 总结,总计 10 页。 一、技术总结 1.Linux kernel The operating-system kernel of a Linux system. 2.Linux system The kern
阅读全文
摘要:《Operating System Concepts》学习第 66 天,p764-p766 总结,总计 3 页。 一、技术总结 1.cache-update policy (1)write-through policy In caching, a policy whereby writes are
阅读全文
摘要:《Operating System Concepts》学习第 65 天,p749-p763 总结,总计 15 页。 一、技术总结 1.Distributed File Systems (1)The Client–Server DFS Model (2)The Cluster-Based DFS Mo
阅读全文
摘要:《Operating System Concepts》学习第 64 天,p748-p748 总结,总计 1 页。 一、技术总结 1.Transmission Control Protocol(TCP) 重点是要自己能画出其过程,这里就不赘述了。 二、英语总结(生词:3) transfer, tran
阅读全文
摘要:《Operating System Concepts》学习第 63 天,p738-p747 总结,总计 10 页。 一、技术总结 1.network structure local-area networks (LAN)、wide-area networks (WAN). 2.communicati
阅读全文
摘要:《Operating System Concepts》学习第 62 天,p735-p737 总结,总计 3 页。 一、技术总结 1.distributed system (1)定义 A collection of loosely coupled nodes interconnected by a c
阅读全文
摘要:《Operating System Concepts》学习第 61 天,p733-p734 总结,总计 2 页。 一、技术总结 1.distributed system (1)定义 A collection of loosely coupled nodes interconnected by a c
阅读全文
摘要:《Operating System Concepts》学习第 60 天,p700-p732 总结,总计 33 页。 一、技术总结 1.Virtual machine manager (VMM) The computer function that manages the virtual machin
阅读全文
摘要:《Operating System Concepts》学习第 59 天,p667-p699 总结,总计 32 页。 一、技术总结 1.protection rings 2.capability list In protection, a list of objects together with t
阅读全文
摘要:《Operating System Concepts》学习第 58 天,p636-p666 总结,总计 31 页。 一、技术总结 1.system and network threats (1)attack network traffic (2)denial of service (3)port s
阅读全文
摘要:《Operating System Concepts》学习第 57 天,p629-p635 总结,总计 7 页。 一、技术总结 1.system and network threats (1)attack network traffic 二、英语总结(生词:1) 1.unleash (1)leash
阅读全文
摘要:《Operating System Concepts》学习第 56 天,p626-p628 总结,总计 3 页。 一、技术总结 1.code review A software development method in which the developer submits code to oth
阅读全文
摘要:《Operating System Concepts》学习第 55 天,p606-p625 总结,总计 20 页。 一、技术总结 1.remote file system (1)ftp 允许匿名访问(anonymous access)或者认证访问(authenticated access)。 (2)
阅读全文
摘要:《Operating System Concepts》学习第 54 天,p601-p605 总结,总计 5 页。 一、技术总结 1.mount Just as a file must be opened before it can be used, a file system must be mou
阅读全文
摘要:《Operating System Concepts》学习第 53 天,p597-p600 总结,总计 4 页。 一、技术总结 1.mount Just as a file must be opened before it can be used, a file system must be mou
阅读全文
摘要:《Operating System Concepts》学习第 52 天,p587-p596 总结,总计 10 页。 一、技术总结 1.Recovery (1)consistency checking consistency checking 工具:fsck。 (2)log-structure fil
阅读全文
摘要:《Operating System Concepts》学习第 51 天,p586-p586 总结,总计 1 页。 一、技术总结 1.Recovery (1)consistency checking consistency checking 工具:fsck。 二、英语总结(生词:2) 1.counte
阅读全文
摘要:《Operating System Concepts》学习第 50 天,p584-p585 总结,总计 2 页。 一、技术总结 1.double caching The problem in which the same data might be in two different caches;
阅读全文
摘要:《Operating System Concepts》学习第 49 天,p580-p583 总结,总计 4 页。 一、技术总结 1.unified buffer cache In fi le I/O, a cache used for both memory-mapped I/O and direc
阅读全文
摘要:《Operating System Concepts》学习第 48 天,p552-p579 总结,总计 28 页。 一、技术总结 1.file descriptor/file handle (1)file descriptor(fd) UNIX open-file pointer, created
阅读全文
摘要:《Operating System Concepts》学习第 47 天,p545-p551 总结,总计 7 页。 一、技术总结 1.link (1)定义 In file naming, a file that has no contents but rather points to another
阅读全文
摘要:《Operating System Concepts》学习第 46 天,p528-p544 总结,总计 17 页。 一、技术总结 1.file (1)定义 The smallest logical storage unit; a collection of related information d
阅读全文
摘要:2025年3月编程人总共更新了31篇文章: 1.2025年2月文章一览 2.《Operating System Concepts》阅读笔记:p177-p178 3.《Operating System Concepts》阅读笔记:p179-p179 4.《Operating System Concep
阅读全文
浙公网安备 33010602011771号