摘要:
1 清除mysql 表中的数据 a, delete from ~; b,truncate table ~; //不保存日志 2,删除表 drop table ~; 3,数据库中表的数量及遍历 表的数量就是下面的tables_num char szSqlText[300]=""; sprintf_s( 阅读全文
摘要:
添加函数 void InitConsoleWindow1() { int nCrt = 0; FILE* fp; AllocConsole(); nCrt = _open_osfhandle((long)GetStdHandle(STD_OUTPUT_HANDLE), _O_TEXT); fp = 阅读全文