摘要:
I/O models in unix network programming 通过<UNIX Network Programming(Volume1,3rd)> 学习unix下的io模型 there are five I/O models that are available to us under 阅读全文
摘要:
字符串hash算法time33 time33是一种字符串hash算法,其中使用了magic number 5381(001 010 100 000 101)原因是: Magic Constant 5381: 1. odd number 2. prime number 3. deficient num 阅读全文
摘要:
make manual read notes manual download: https://www.gnu.org/software/make/manual/make.pdf 1 Overview of make make可以自动地决定一个大型项目中的哪些部分需要被重新编译,并且列出重新编译他们 阅读全文