摘要: main.cpp#include "settime.h"#include <QtCore/QCoreApplication>#include <QString>#include <sys/time.h>#include <unistd.h>#include <QDebug>int gettimeofday(struct timeval *tv, struct timezone *tz);int settimeofday(const struct timeval *tv, const struct timezone 阅读全文
posted @ 2012-05-13 17:07 雨中枫叶 阅读(454) 评论(0) 推荐(0) 编辑