摘要: #ifndef COMMON_H#define COMMON_H#include <QString>#include <QByteArray> const quint8 chCRCHTalbe[] = // CRC 高位字节值表{ 0x00, 0xC1, 0x81, 0x40, 0x01, 0xC0 阅读全文
posted @ 2021-07-13 16:16 大力的成长 阅读(627) 评论(0) 推荐(0)
摘要: QDateTime time = QDateTime::currentDateTime(); // 获取当前时间 int year = time.date().year(); // 年 int month = time.date().month(); // 月 int day = time.date 阅读全文
posted @ 2021-07-13 10:22 大力的成长 阅读(4168) 评论(0) 推荐(0)