01 2018 档案
摘要:认识Webpack 网上已经有不少Webpack教程入门教程了。 本文记录了我以我的方式方法、思路认识了解Webpack。从官方的Tutorial入手,不断提出问题、解决,一步一步认识Webpack。 从早期的自己写脚本,到现在的各种构建工具,前端工程化已经发展到新的阶段了。 早先在百度地图的时候,
阅读全文
摘要:Node.js npm 详解 一、npm简介 安装npm请阅读我之前的文章Hello Node中npm安装那一部分,不过只介绍了linux平台,如果是其它平台,有前辈写了更加详细的介绍。 npm的全称:Node Package Manager. ####(1)通俗的理解 其实从字面意思就可以理解这个
阅读全文
摘要:Front end build tools can be confusing even to experienced developers like me. The solution is to understand how they work — and work together — on a
阅读全文
摘要:https://www.ntu.edu.sg/home/ehchua/programming/howto/Git_HowTo.html#zz-7. 1. Introduction GIT is a Version Control System (VCS) (aka Revision Control
阅读全文
摘要:In Part 1 of this two-part GitHub tutorial, we examined the main uses for GitHub and bega5n the process of signing up for a GitHub account and creatin
阅读全文
摘要:It’s 2013, and there’s no way around it: you need to learn how to use GitHub.2 Why? Because it’s a social network that has completely changed the way
阅读全文
摘要:常用指令 ls 显示文件或目录 -l 列出文件详细信息l(list) -a 列出当前目录下所有文件及目录,包括隐藏的a(all)mkdir 创建目录 -p 创建目录,若无父目录,则创建p(parent)cd 切换目录touch 创建空文件echo 创建带有内容的文件。cat 查看文件内容cp 拷贝
阅读全文
摘要:The man command is used to format and display the man pages. The man pages are a user manual that is by default built into most Linux distributions (i
阅读全文
摘要:The mkdir command is is used to create new directories. A directory, referred to as a folder in some operating systems, appears to the user as a conta
阅读全文
摘要:Cat (串联) 命令是Linux/Unix开源系统中比较常用的一个命令。我们可以通过Cat命令创建一个或多个文件,查看文件内容,串联文件并将内容输出到终端设备或新的文件当中,这篇文章我们将会以实例的方式讲解Linux中cat命令一些简便的用法。 The cat (short for “concat
阅读全文

浙公网安备 33010602011771号