07 2021 档案
摘要:wget http://ftp.gnu.org/gnu/gdb/gdb-8.1.1.tar.gz tar -zxvf gdb-8.1.1.tar.gz cd gdb-8.1.1 ./configure make make install
阅读全文
摘要:(linux下面的C代码) 点击查看代码 #include<stdio.h> #include<stdlib.h> #include<unistd.h> #include<netinet/in.h> #include<sys/socket.h> #include<sys/types.h> #incl
阅读全文
摘要:缓存同步 : 为了保证磁盘系统与缓冲区中内容一致,Linux 系统提供了 sync、fsync 和fdatasync 三个函数. 函数描述:向打开的文件写数据; 成功返回0,若出错,返回-1。 头文件:#include <unistd.h> int fsync(int fd); int fdatas
阅读全文

浙公网安备 33010602011771号