select语句中不应该数据库关键字(如:precision)
摘要:解决方案:在关键字左右家特殊小点,在esc键的下面。(不是单引号)如:`precision`也可以在字段前加上表名。
阅读全文
读文件
摘要:#include #include using namespace std; int main(int argc, _TCHAR* argv[]){ FILE* pfile = fopen("D:\\origin.txt", "rb"); if (!pfile) return f...
阅读全文