摘要:
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 阅读全文