首页 博客
Blog of 談笑 - 談笑風生
談笑風生
Group
知之为不知,不知为不知,适之也。

蛤言蛤语 #

一个人的命运啊,固然要靠自我奋斗,但也要考虑到历史的进程。
2017-11-11

Bourne Again Shell

背景Bourne Again Shell 基于一个早期的UNIX shell即Bourne Shell。 初始化文件启动shell运行的初始化文件取决于shell是登陆shell还是非登陆shell的...

2017-11-10

Red Hat Linux指南

背景本书作者为Mark G Sobell,Linux Torvalds 通过阅读Mark的书学会UNIX后,创作了Linux,后Mark为Linux著书,使更多人能快速掌握Linux。 一些概念的摘要...

2017-11-9

JavaScript Debugging Tips

Display objects as a tableSometimes, you have a complex set of objects that you want to view. You ca...

2017-11-9

vim - Global Replacement

Global Replacement really uses two ex commands: :g (global) and :s (substitute). The substitute comm...

2017-11-8

ex editor

a line editorex filename - open a file with ex ex commands consist of a line address (which can simp...

2017-11-4

Vim - beyond the basics

general pattern(number)(command)(text object) advancing to a specific placevi +n file - open file at...

2017-10-28

importing style in typescript

tslint import-orderingtslint 3.13.0版本中引入规则import-ordering, 该规则强制规范import语句,将其进行分组,每组用单个空行分隔,起顺序为: 三...

2017-10-15

JavaScript基础知识

最近在看面试题,也参加了两次面试,很多都在问关于JavaScript的基础知识和语言特性,所以在这篇里集中总结一下关于js本身的原型链、闭包、作用域(链)的知识基础,希望被问到的时候能答得上来。 原型...

2017-10-5

Hello World

偶然的决定 刚开始接触代码的时候,忘记从哪里看过一句话是,write down what you have done,当时一个大佬推荐我维护一个博客,于是去搞了VPS服务器,从搭建环境开始,自己写了个...

Creative Commons License
Every blog post in this site by 談笑 is licensed under a CC 4.0 License.