发表评论取消回复
相关阅读
相关 Nested Virtualization State of the art and future directions
![watermark_type_ZmFuZ3poZW5naGVpdGk_shadow_10_text_aHR0cHM6Ly9ibG9nLmNzZG4ubmV0L2FsbHdh
相关 Head First C 读书笔记(二)
函数指针: type (\name)(parameter types) 调用: name(parameter) 函数指针数组: type
相关 The art of multipropcessor programming 读书笔记-硬件基础2
> 本系列是 The art of multipropcessor programming 的读书笔记,在原版图书的基础上,结合 OpenJDK 11 以上的版本的代码进行理解
相关 The art of multipropcessor programming 读书笔记-硬件基础1
> 本系列是 The art of multipropcessor programming 的读书笔记,在原版图书的基础上,结合 OpenJDK 11 以上的版本的代码进行理解
相关 读书摘要-The Art of Software Testing ,2rd Edition
Chp 2 The Psychology and Economics of Program Testing The Psychology of Testing
相关 读书摘要-The practice of programming
The practice of programming simplicity, clarity and generality form the bedroc
相关 《Effective C++》读书笔记(二)
一.资源管理 资源管理就是我们申请的资源,不管是内存,互斥锁,文件等等,使用过后,都需要归还给系统。C++没有自带的垃圾回收机制,所以自己把握好资源管理是很重要的!
相关 Hacking: The Art of Exploitation 读书笔记(二)C文件I/O
File descriptor: fd = open( ‘file’, access_mode, permissions) write( fd, b
相关 Hacking: The Art of Exploitation 读书笔记(一)代码调试技巧
GDB 相关 \-q 不打印版本信息 功能: set disassemble-flavor intel /att 设置汇编语法 list:打印代码
相关 《The Practice of Programming》读书笔记(一)
最近在看《程序设计实践》,据说这书是一个被名字毁了的好书。看了之后表示认同。其中的很多最佳实践我之前已经在使用,但其中给了很好的归纳。另外还有一些以前没有想到的,让我感觉眼前一
还没有评论,来说两句吧...