📄️ 防止stack overflow——内存地址杀毒 2022-07-30
提问:
📄️ 如何调查CPU是否在空等待
checkcpustatus.jpg
📄️ 类vs数据结构 2022-06-25
很多人根据数据结构的定义:"Data structure is a storage that is used to store and organize data. It is a way of arranging data on a computer so that it can be accessed and updated efficiently. Depending on your requirement and project, it is important to choose the right data structure for your project. "觉得类当然也是一种数据结构,因为符合定义中提到的行为。然而,经过一番查资料外加看了下经典clean coder blog的描述,发现事情没这么简单。
📄️ index
+++
📄️ linux服务器安全性维护
基本要求
📄️ 多进程/多线程/协程浅显介绍
比较早写的笔记和理解,可能有错误,具体还是看现代操作系统相关文档.
📄️ 计算机上的时间 从CPU L1 L2再到网络连接的延时比较 2023-02-25
以下转自:https://stackoverflow.com/questions/4087280/approximate-cost-to-access-various-caches-and-main-memory
📄️ linux环境下python c++代码耗时测试工具 2023-02-25
通用类