全部博文(1493)
发布时间:2012-06-18 10:36:53
1. 在Windows主机上用SecureCRT远程登录Linux主机 2. 设置DISPLAY环境变量 #export DISPLAY= :0.0 <......【阅读全文】
发布时间:2012-06-14 08:46:06
这个函数的功能:将IP地址从字符串格式转换成网络地址格式,支持Ipv4和Ipv6. 函数原型: static int inet_pton(int af, const char *src,void *dst)......【阅读全文】
发布时间:2012-06-14 08:45:58
常用的头文件:#include <assert.h> //设定插入点 #include <ctype.h> //字符处理 #include <errno.h> //定义错误码 #in......【阅读全文】