全部博文(1493)
发布时间: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......【阅读全文】
发布时间:2012-06-14 08:45:21
asctime ctime gettimeofday gmtime localtime mktime settimeofday time <......【阅读全文】
发布时间:2012-06-14 08:45:14
经常会遇到需要查找ip归属地,尤其是批量查找的时候,使用脚本就比较方便了,在网上找到一个,自己更改了一下,修复了在linux下出现中文乱码......【阅读全文】