摘要:
void printSoftwareInfo(const char *programName, const char *date, const char *time){ char s_month[5]; int month, day, year; static const char month_na 阅读全文
posted @ 2018-08-03 14:26
我是张洪铭我是熊博士
阅读(187)
评论(0)
推荐(0)
摘要:
string GetSysUsecTimeHMS(){ char szBuf[256] = {0}; struct timeval tv; struct timezone tz; struct tm *p; gettimeofday(&tv, &tz); p = localtime(&tv.tv_s 阅读全文
posted @ 2018-08-03 14:00
我是张洪铭我是熊博士
阅读(1467)
评论(0)
推荐(0)