FastCGI开发学习
1. 下载fastcgi开发包,编译安装 http://www.fastcgi.com/dist/fcgi-c …
Linux中C/C++头文件说明
1、 Linux中一些头文件的作用: <assert.h>:ANSI C。提供断言,assert( …
python 调用so dll动态链接库
ctypes使得python能够直接调用c语言开发的动态链接库,非常强大。 为了使用CTypes,你必须依次完 …
eclipse 函数编译时报错:undefined reference to `pthread_create’
Eclipse + CDT: pthread_create函数编译时报错:undefined referenc …