2012年4月12日

perror函数与strerror函数

摘要: perror函数与strerror函数#include <stdio.h>// void perror(const char *msg);#include <string.h> // char *strerror(int errnum);#include <errno.h> //errnoerrno是错误代码,在errno.h头文件中void perror(const char *s)perror是错误输出函数,在标准输出设备上输出一个错误信息。参数s一般是参数错误的函数例如perror("fun"),其输出为:fun:后面跟着错误信息( 阅读全文

posted @ 2012-04-12 15:50 Richard.FreeBSD 阅读(692) 评论(0) 推荐(0) 编辑

ping 可以ping通,但是dns无法解析,导致ie无法上网问题的解决办法!---winsock2问题[转贴]

摘要: 修复ie后,出现无法上网情况。问题很奇怪,ping可以ping通,但是dns无法解析。情况如下:C:\Documents and Settings\zuyl>ping 220.181.18.165Pinging 220.181.18.165(?) with 32 bytes of data:或:Pinging 220.181.18.165(2 no-...) with 32 bytes of data:Reply from 220.181.18.165: bytes=32 time=1ms TTL=57Reply from 220.181.18.165: bytes=32 time=2m 阅读全文

posted @ 2012-04-12 10:10 Richard.FreeBSD 阅读(541) 评论(0) 推荐(0) 编辑

导航