03 2015 档案
摘要:1、 strcat extern char *strcat(char *dest,char *src); 把src所指字符串添加到dest结尾处(覆盖dest结尾处的'\0')并添加'\0'。 返回指向dest的指针。//将源字符串加const,表明其为输入参数char* strcat(cha...
阅读全文
摘要:一、Spool常用的设置set arraysize 5000; //此参数可提高SPOOL卸载的速度,最大可以设置为5000 set autotrace on; //设置允许对执行的sql进行分析set colsep ','; //域输出分隔符set echo off; //显示star...
阅读全文
摘要:http://man.chinaunix.net/develop/c&c++/linux_c/default.htm Linux C 函数参考http://ganquan.info/standard-c/function/ Standard C 语言标准函数库速查与实例
阅读全文

浙公网安备 33010602011771号