摘要: 1.New notepad++,edit as below,save as exec.bat; .\ConsoleApplication1.exe 100; 2.Powershell run the exec.bat; .\exec.bat; 3.Stop the executed bat prog 阅读全文
posted @ 2022-05-24 17:19 FredGrit 阅读(45) 评论(0) 推荐(0) 编辑
摘要: // ConsoleApplication1.cpp : This file contains the 'main' function. Program execution begins and ends there. // #pragma comment(lib, "rpcrt4.lib") #i 阅读全文
posted @ 2022-05-24 17:14 FredGrit 阅读(60) 评论(0) 推荐(0) 编辑
摘要: //Util.h#ifndef Util_H #define Util_H #include <functional> #include <iostream> #include <mysql/mysql.h> #include <random> #include <sstream> #include 阅读全文
posted @ 2022-05-24 08:27 FredGrit 阅读(170) 评论(0) 推荐(0) 编辑