摘要:
Table of Contents 1. 问题 问题 在看 的源码时,对于它如何构造有序的结构这一部分不是很理解,代码如下: class OrderedDict(dict): 'Dictionary that remembers insertion order' An inherited dict 阅读全文
摘要:
Table of Contents 1. 一个简单的C语言实现的线程示例 一个简单的C语言实现的线程示例 在看《Beginning Linux Programming》时,为了更好的理解线程的概念,书中列举了这样一个小例子: include include include include inclu 阅读全文