Linux进阶
ECS
Nginx
Git
Mysql
Mac
Docker
PHP
ThinkPHP5
Yii2.0
Swoole
Swoft基础
Swoft进阶
MicroService
计算机网络
数据结构
Markdown
分布式服务架构
Web安全
There is no royal road to learning.
Stay Hungry, Stay Foolish.
Zero in your target, and go for it.
# clone repo
git clone https://github.com/jianhaihao/jianhaihao.github.io.git
# checkout develop branch
git checkout -b develop origin/develop
# install dependences
npm install
# run dev
npm run docs:dev
# run build
npm run docs:build