摘要:
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 阅读全文
摘要:
包含头文件: /#include <sys/stat.h> /#include <sys/types.h> 函数: 函数原型: int mkdir(const char *pathname, mode_t mode); 函数说明: mkdir()函数以mode方式创建一个以参数pathname命名的 阅读全文
摘要:
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 阅读全文
摘要:
宏编译 预处理头 ,经常可以在stdafx.h文件中出现宏定义 #define WIN32_LEAN_AND_MEAN, 具体含义就是当项目中包含#include<windows.h>时去除一些头文件的包含。一个重要的演示 例子就是winsock2.h和windows.h之间有关于_WINSOCKA 阅读全文