摘要: 1 清除mysql 表中的数据 a, delete from ~; b,truncate table ~; //不保存日志 2,删除表 drop table ~; 3,数据库中表的数量及遍历 表的数量就是下面的tables_num char szSqlText[300]=""; sprintf_s( 阅读全文
posted @ 2016-03-09 21:51 Daringoo 阅读(120) 评论(0) 推荐(0) 编辑
摘要: 添加函数 void InitConsoleWindow1() { int nCrt = 0; FILE* fp; AllocConsole(); nCrt = _open_osfhandle((long)GetStdHandle(STD_OUTPUT_HANDLE), _O_TEXT); fp = 阅读全文
posted @ 2016-03-09 20:40 Daringoo 阅读(792) 评论(0) 推荐(0) 编辑