Chen's Note

Cast a code eye, on Life on Death


  • Home

  • Categories

  • Tags

  • Archives

  • TODO

  • colors

  • Search

Markdown Grammar

Posted on 2019-01-14 | | Visitors:
一级标题二级标题三级标题四级标题1234# 一级标题## 二级标题### 三级标题#### 四级标题 列表无序列表 1 2 3123* 1* 2* 3 有序列表 1 2 31231. 12. 23. 3 引用 引用1> 引用 链接图片为1![]() 链接为1[]() 斜体和粗体粗体斜体12**粗体***斜体* 表格 1 2 3 内容 内容 内容 123|1|2|3||------|:-----:|----:||内容|内容|内容| 代码框print 'helloworld' 1`print 'helloworld'` 1代码块 ```代码块``` 分割线 1***
Read more »

GitHub Memo

Posted on 2018-11-06 | In tools | | Visitors:
一些常用指令Merge your branch after CR:Before merge your branch to mainline, you first need to get the most recent mainline code:12345git checkout mainlinegit pullgit checkout <branch_name>git merge mainlinegit push After that, you can merge your branch: 1234git checkout mainlinegit pullgit merge <branch_name>git push .gitignore.gitignore 文件只能作用于 Untracked Files,也就是那些从来没有被 Git 记录过的文件(自添加以后 ...
Read more »

Hello World

Posted on 2018-10-30 | | Visitors:
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 StartCreate a new post1$ hexo new "My New Post" More info: Writing Run server1$ hexo server More info: Server Generate static files1$ hexo generate More info: Generating Deploy to remote sites1$ hexo ...
Read more »
12
Chen Xu

Chen Xu

13 posts
1 categories
1 tags
GitHub E-Mail Twitter FB Page
© 2021 Chen Xu
Powered by Hexo
|
Theme — NexT.Gemini v5.1.4