11 2018 档案
摘要:加密解密都是这一个接口 int Rc4EncryptFile(std::string in_file_path, std::string out_file_path, const char *rc4_encrypt_key, int encrypt_chunk_size){ ifstream fin
阅读全文
摘要:/** * @brief FuncModuleWin::copyFile * @param fromFIleName 优盘里面的文件 * @param toFileName 拷贝到/bin里面的启动文件 * @return */ bool FuncModuleWin::copyFile(const QString &fromFIleName, const QString &toFil...
阅读全文
摘要:#include <windows.h> //设置文字颜色void SetColor(int ForgC){ WORD wColor; //We will need this handle to get the current background attribute HANDLE hStdOut
阅读全文