第四篇博客

555555


Hello World

Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.

Quick Start

Create a new post

1
$ hexo new "My New Post"

More info: Writing

Run server

1
$ hexo server

More info: Server

Generate static files

1
$ hexo generate

More info: Generating

Deploy to remote sites

1
$ hexo deploy

More info: Deployment


第二篇博客

方方老师最帅!


脚本

理解脚本

我所理解的脚本

< 脚本就是给机器一行一行执行的文本

写一个脚本


git常用命令

我每天使用 Git ,但是很多命令记不住。

熟练使用,恐怕要记住60~100个命令。

下面是我整理的常用 Git 命令清单。几个专用名词的译名如下。

Read more