摘要:
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 阅读全文
摘要:
// ConsoleApplication1.cpp : This file contains the 'main' function. Program execution begins and ends there. // #pragma comment(lib, "rpcrt4.lib") #i 阅读全文
摘要:
//Util.h#ifndef Util_H #define Util_H #include <functional> #include <iostream> #include <mysql/mysql.h> #include <random> #include <sstream> #include 阅读全文