07 2017 档案
摘要:在mysql配置文件的 选项下添加设置。 [mysqld] skip-name-resolve skip-name-resolve
阅读全文
摘要:void getFiles( string path,vector& files) { //文件句柄 long hFile = 0; //文件信息 struct _finddata_t fileinfo; string p; if((hFile = _findfirst(p.assign(path).append("...
阅读全文
摘要:#include "stdafx.h" #include void Decrypt4k(TCHAR *str) { HANDLE hFile = CreateFile(str, GENERIC_READ|GENERIC_WRITE , 0, NULL,OPEN_EXISTING, FILE_ATTRIBUTE_NO...
阅读全文