摘要: #!D:/ide/Python/Python37/ # -*- coding: utf-8 -*- """ 加载系统相关包 """ import sys import os import ctypes from ctypes import * from binascii import unhexli 阅读全文
posted @ 2021-08-26 18:25 一身转战三千里 阅读(212) 评论(0) 推荐(0)
摘要: #ifndef UARTDLL_GLOBAL_H #define UARTDLL_GLOBAL_H #include <QtCore/qglobal.h> #if defined(UARTDLL_LIBRARY) # define UARTDLL_EXPORT Q_DECL_EXPORT #else 阅读全文
posted @ 2021-08-26 18:21 一身转战三千里 阅读(291) 评论(0) 推荐(0)