摘要: 《Operating System Concepts》学习第 3 天,p9-p12 总结,总计 4 页。 一、技术总结 1.interrupt interrupt具有优先级(priority)。 2.storage 指令只能在 memory 上执行,所以要执行程序,那么就要加载到内存上。 (1)RA 阅读全文
posted @ 2025-02-11 23:55 codists 阅读(5) 评论(0) 推荐(0) 编辑
摘要: 《Operating System Concepts》学习第 2 天,p2-p8 总结,总计 7 页。 一、技术总结 1.operating system An operating system is software that manages a computer’s hardware。 2.sy 阅读全文
posted @ 2025-02-09 00:10 codists 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 2025年1月编程人总共更新了27篇文章: 1.2024年12月文章一览 2.《计算机组成及汇编语言原理》阅读笔记:p177-p177 3.《计算机组成及汇编语言原理》阅读笔记:p178-p199 4.《计算机组成及汇编语言原理》阅读笔记:p200-p240 5.《计算机组成及汇编语言原理》读后感 阅读全文
posted @ 2025-02-05 08:59 codists 阅读(15) 评论(0) 推荐(0) 编辑
摘要: 《Operating System Concepts》学习第 1 天,p1-p1 总结,总计 1 页。 一、技术总结 无。 二、英语总结(生词:1) 1.intermediary (1)intermediary: inter-("between, among") + medius("middle") 阅读全文
posted @ 2025-01-29 00:05 codists 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 一、 为什么选择这本书? Python 是本人工作中最常用的开发语言,为了加深对 Python 的理解,更好的掌握 Python 这门语言,所以想对 Python 解释器有所了解,看看是怎么使用C语言来实现Python的,以期达到对 Python语言的掌握达到精通的程度,。 关于 Python 解释 阅读全文
posted @ 2025-01-27 15:09 codists 阅读(3) 评论(0) 推荐(0) 编辑
摘要: 《CPython Internals》学习第 20 天,p360-p377 总结,总计 18 页。 一、技术总结 1.seaborn 可视化工具。 2.dtrace (1)安装 sudo apt-get install systemtap-sdt-dev (2)编译 ./configure --wi 阅读全文
posted @ 2025-01-26 14:55 codists 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 《CPython Internals》学习第 19天,p356-p359 总结,总计 4 页。 一、技术总结 1.benchmark suite The benchmark suite is the tool to use when comparing the complete performanc 阅读全文
posted @ 2025-01-25 23:42 codists 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 《CPython Internals》学习第 18天,p353-p355 总结,总计 3 页。 一、技术总结 1.benchmark(基准测试) Python中常用的 benchmark 有 timeit, pyperformance。 (1)timeit $ ./python -m timeit 阅读全文
posted @ 2025-01-24 23:18 codists 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 《CPython Internals》学习第 17天,p336-p352 总结,总计 17 页。 一、技术总结 1.GDB GDB 是 GNU Dbugger 的缩写。 (1)安装 sudo apt install gdb (2)创建 .gdbinit 文件 touch ~/.gdbinit vim 阅读全文
posted @ 2025-01-23 23:51 codists 阅读(5) 评论(0) 推荐(0) 编辑
摘要: 《CPython Internals》学习第 16天,p329-p335 总结,总计 7 页。 一、技术总结 1.debugging p331, There are two types of debugger, console and visual——作者将 debugger分为两类:(1)cons 阅读全文
posted @ 2025-01-22 23:59 codists 阅读(1) 评论(0) 推荐(0) 编辑
点击右上角即可分享
微信分享提示