摘要: /** * @brief FuncModuleWin::copyFile * @param fromFIleName 优盘里面的文件 * @param toFileName 拷贝到/bin里面的启动文件 * @return */ bool FuncModuleWin::copyFile(const QString &fromFIleName, const QString &toFil... 阅读全文
posted @ 2018-11-05 17:04 wjbooks 阅读(2224) 评论(3) 推荐(1) 编辑
摘要: #include <windows.h> //设置文字颜色void SetColor(int ForgC){ WORD wColor; //We will need this handle to get the current background attribute HANDLE hStdOut 阅读全文
posted @ 2018-11-05 10:54 wjbooks 阅读(1281) 评论(0) 推荐(0) 编辑