摘要:
extern int fun(const char * a, const char * b); 我们定义了 int fun(const char * a, const char * b); 别的地方要调用,搜索 extern int fun 找到这个函数的声明 这利用 c 语言的基本原理,倒推程序肯 阅读全文
摘要:
centos7.0开始默认文件系统是xfs,centos6是ext4,centos5是ext3ext3和ext4的最大区别在于,ext3在fsck时需要耗费大量时间(文件越多,时间越长),而ext4在fsck时用的时间会少非常多ext4是第四代扩展文件系统(英语:Fourth EXtended fi 阅读全文