Git 常用命令

从远端clone git库到本地

git clone git://origin.net/user/reponame

从远端拉取master分支和本地分支合并:

git pull origin master

从远端拉取next分支和本地分支做合并:

git pull origin next:master

从本地新建分支:

git checkout master
git checkout -b dev_branch

将本地分支推向远端,如果没有分支,则新建分支:

git push origin dev_branch

面朝大海,春暖花开

面朝大海,春暖花开

从明天起,做一个幸福的人
喂马、劈柴,周游世界
从明天起,关心粮食和蔬菜
我有一所房子,面朝大海,春暖花开

从明天起,和每一个亲人通信
告诉他们我的幸福
那幸福的闪电告诉我的
我将告诉每一个人

给每一条河每一座山取一个温暖的名字
陌生人,我也为你祝福
愿你有一个灿烂的前程
愿你有情人终成眷属
愿你在尘世获得幸福
我只愿面朝大海,春暖花开

TestMindMap

Mermaid

xxx

https://i0.wp.com/zeromou.com/wp-content/uploads/2018/04/Penguins.jpg?w=840

建议将源码文件复制到编辑器查看学习!
It is recommended to copy the source code file to the editor to view the study!

源码文件 Raw File

React学习资料

React学习资料


ES5:

  • Javascript权威指南(第六版 ES5/H5)
  • Javascript高级程序设计(第三版 ES5)

ES6:


NodeJS:

  • 深入浅出NodeJS 朴灵

React:


JS/ES在各平台上的实现程度和兼容性:

http://kangax.github.io/compat-table/es6/


看babel怎么转换ES6到ES5:

http://babeljs.io/repl/

wp-editor.md 编辑器示例

文章目录:

标题一

fdss

二级标题

fdafdsa

三级标题

四级标题

五级标题
六级标题

正文内容

另一种形式一级标题

另一种形式二级标题

Mermaid

建议将源码文件复制到编辑器查看学习!
It is recommended to copy the source code file to the editor to view the study!

源码文件 Raw File

Emoji
:imp:

:imp: :imp:


行内公式\sum^2_1行内公式$\sum^2_1$

\sum^2_1

\displaystyle
\sum^2_1
\displaystyle
\sum^2_1 x = y^2
\sum^2_1 x = y^2
f(x) = \int_{-\infty}^\infty
\hat f(\xi)\,e^{2 \pi i \xi x}
\,d\xi
\displaystyle
\left( \sum_{k=1}^n a_k b_k \right)^2
\leq
\left( \sum_{k=1}^n a_k^2 \right)
\left( \sum_{k=1}^n b_k^2 \right)

引用部分

嵌套引用

代码高亮:

int main(int argc, char** argv) {
    return 1;
}

行内代码

缩进代码
int main(int argc, char** argv) {
return 0;
}

read more:

继续阅读“wp-editor.md 编辑器示例”