随笔分类 -  Linux编程

Linux系统下编程经验总结和分享
摘要:Syntax to extract .tar.gz file The syntax is as follows: tar [options] file.tar.gz tar [options] file.tar.gz pattern tar -xf file.tar.gz tar -xvf file 阅读全文
posted @ 2021-03-11 10:41 zhangzheng08pku 阅读(96) 评论(0) 推荐(0)
摘要:包含头文件: /#include <sys/stat.h> /#include <sys/types.h> 函数: 函数原型: int mkdir(const char *pathname, mode_t mode); 函数说明: mkdir()函数以mode方式创建一个以参数pathname命名的 阅读全文
posted @ 2021-03-11 08:55 zhangzheng08pku
摘要:You can go to a particular line or word in a file using vi in several ways: To make vi start at a particular line in a file, add +line_num to the comm 阅读全文
posted @ 2021-03-11 08:53 zhangzheng08pku
摘要:centos gcc g++ install 阅读全文
posted @ 2020-08-07 17:49 zhangzheng08pku 阅读(104) 评论(0) 推荐(0)
摘要:linux .so search path 阅读全文
posted @ 2020-06-04 15:05 zhangzheng08pku 阅读(11344) 评论(0) 推荐(0)
摘要:VMWare Centos7 Shared file setting 阅读全文
posted @ 2020-05-21 22:03 zhangzheng08pku 阅读(513) 评论(0) 推荐(0)
摘要:WMWare Centos Shared Folders 阅读全文
posted @ 2020-02-15 23:10 zhangzheng08pku 阅读(188) 评论(0) 推荐(0)
摘要:gcc -dM -E - < /dev/null 阅读全文
posted @ 2019-12-24 09:53 zhangzheng08pku 阅读(1211) 评论(0) 推荐(0)