11 2012 档案
摘要:核心处理方法如下:int num = 0, pos = 0, startPos = 0; foreach (char c in tmpIn) { if (',' == c) num++; if ((num + 1) % 800 == 0 && c == ',') { ctrlIn = ctrlIn + inCode + " in ('" + tmpIn.Substring(start...
阅读全文
摘要:没事无聊写着玩的,也就是熟练运用API而已,没什么技术可言... 1 #include <windows.h> 2 #include <algorithm> 3 #include <iostream> 4 #include <iomanip> 5 #include <fstream> 6 #include <string> 7 using namespace std; 8 static int count=0; //记录文件个数 9 10 void FindInAll(string & Path,fstream &
阅读全文
浙公网安备 33010602011771号