摘要:
threading基于Java的线程模型设计。锁(Lock)和条件变量(Condition)在Java中是对象的基本行为(每一个对象都自带了锁和条件变量),而在Python中则是独立的对象。Python Thread提供了Java Thread的行为的子集;没有优先级、线程组,线程也不能被停止、暂停 阅读全文
posted @ 2016-11-22 22:42
小 楼 一 夜 听 春 雨
阅读(794)
评论(0)
推荐(0)
摘要:
http://blog.csdn.net/u014328976/article/details/46745349 GCC编译器 gcc hello.c -o hello #将hello.c编译成hello可执行文件 gcc -E hello.c -o hello.i #将hello.c 转换成预处理 阅读全文
posted @ 2016-11-22 22:37
小 楼 一 夜 听 春 雨
阅读(4170)
评论(0)
推荐(0)

浙公网安备 33010602011771号