背景Bourne Again Shell 基于一个早期的UNIX shell即Bourne Shell。 初始化文件启动shell运行的初始化文件取决于shell是登陆shell还是非登陆shell的...
背景本书作者为Mark G Sobell,Linux Torvalds 通过阅读Mark的书学会UNIX后,创作了Linux,后Mark为Linux著书,使更多人能快速掌握Linux。 一些概念的摘要...
Display objects as a tableSometimes, you have a complex set of objects that you want to view. You ca...
Global Replacement really uses two ex commands: :g (global) and :s (substitute). The substitute comm...
a line editorex filename - open a file with ex ex commands consist of a line address (which can simp...
general pattern(number)(command)(text object) advancing to a specific placevi +n file - open file at...
tslint import-orderingtslint 3.13.0版本中引入规则import-ordering, 该规则强制规范import语句,将其进行分组,每组用单个空行分隔,起顺序为: 三...
最近在看面试题,也参加了两次面试,很多都在问关于JavaScript的基础知识和语言特性,所以在这篇里集中总结一下关于js本身的原型链、闭包、作用域(链)的知识基础,希望被问到的时候能答得上来。 原型...
偶然的决定 刚开始接触代码的时候,忘记从哪里看过一句话是,write down what you have done,当时一个大佬推荐我维护一个博客,于是去搞了VPS服务器,从搭建环境开始,自己写了个...