摘要: char szBeginTime[32] ={0};time_t tmBeginTime = time(NULL);struct tm *tmNowBegin = localtime(&tmBeginTime);strftime(szBeginTime,32,"%Y-%m-%d %H:%M:%S",tmNowBegin);fprintf(stderr, "Connect Begin Time %s\n ", szBeginTime ); 阅读全文
posted @ 2011-11-18 11:10 byfei 阅读(681) 评论(0) 推荐(0) 编辑