1.新建文件夹 mkdir mkdir test 2.进入文件夹 cd cd test 3.创建/修改文件 vim vim a.txt 如果不存在a.txt,就会新增a.txt; 如果存在,则修改 先按i,进入insert模式,然后编辑文件 按esc,输入 :wq (意思是 写入并保存 write and quit ) 如果不想保存退出,则输入 :q! 4.查看文件列表 ls ls -al 跟参数a和l分别表示"全部(包括)"和“详情” 5.删除文件和文件夹 rm rm testUBT
转自:http://www.wowotech.net/basic_subject/meltdown.html#6596 摘要(Abstract) The security of computer systems fundamentally relies on memory isolation, e.g., kernel address ranges are marked as non-accessible and are protected from user access. In this p
一 C++概述 C++历史背景 )C++的江湖地位 jave C C++ C# python )C++之父:Bjarne Stroustrup(--) ,Cpre,为C语言增加类的机制 ,Bjarne发布了全新的编程语言C with Class ,CFront1.<The C++ programming Language> )C++发展过程 ,GNU C++ ,Borland C++(BC编译器) ,Microsoft C++(VC) ,ISO C++ ,对C++98进行修订,C++ ,ISO