├── README.md └── _config.yml /README.md: -------------------------------------------------------------------------------- 1 | # 我的博客 2 | **旨在打造简明易懂,思路清晰的博客,尽量让读者一看就懂** :muscle: 3 | 4 | 5 | ## 欢迎戳 :rose: 6 | - [掘金](https://juejin.im/user/59c126ce6fb9a00a3d134eea) 7 | - [SegmentFault](https://segmentfault.com/u/hezizi) 8 | - [CSDN](https://blog.csdn.net/yucihent) 9 | 10 | 11 | ## 文章 :book: 12 | ### JavaScript 13 | - [JavaScript之原型和原型链](https://github.com/hezizi/myBlog/issues/1) 14 | - [javascript之作用域](https://github.com/hezizi/myBlog/issues/2) 15 | - [JavaScript之执行上下文](https://github.com/hezizi/myBlog/issues/3) 16 | - [几道面试题来看JavaScript执行机制](https://github.com/hezizi/myBlog/issues/25) 17 | - [JavaScript内置对象Array常用方法](https://github.com/hezizi/myBlog/issues/5) 18 | - [判断一个变量是数组还是对象](https://github.com/hezizi/myBlog/issues/6) 19 | - [JavaScript中的循环遍历有哪些](https://github.com/hezizi/myBlog/issues/18) 20 | 21 | ### Vue 22 | - [更优雅的HTTP请求](https://github.com/hezizi/myBlog/issues/24) 23 | 24 | ### React 25 | - [React学习之路 -- React脚手架搭建项目](https://github.com/hezizi/myBlog/issues/21) 26 | 27 | ### MongoDB 28 | - [windows下MongoDB的安装和启动服务](https://github.com/hezizi/myBlog/issues/20) 29 | 30 | ### HTTP 31 | - [输入网址到页面呈现过程](https://github.com/hezizi/myBlog/issues/15) 32 | 33 | ### 总结 34 | - [经验总结之JavaScript篇(一)](https://github.com/hezizi/myBlog/issues/4) 35 | - [Git常用操作](https://github.com/hezizi/myBlog/issues/19) 36 | - [VScode自定义代码段](https://github.com/hezizi/myBlog/issues/7) 37 | - [Atom的一些小玩意](https://github.com/hezizi/myBlog/issues/13) 38 | - [Chrome 安装 vue react devtools](https://github.com/hezizi/myBlog/issues/14) 39 | 40 | 41 | ## 计划 :yum: 42 | - TypeScript入门到熟练 43 | - Promise源码分析 44 | - Vue3+Node实战 45 | - React+Node实战 46 | - Vue3+Ts 47 | - React+Ts 48 | 49 | 50 | ## 欢迎Star :kissing_heart::heart: 51 | -------------------------------------------------------------------------------- /_config.yml: -------------------------------------------------------------------------------- 1 | theme: jekyll-theme-slate --------------------------------------------------------------------------------