Skip to content

Commit 678f38e

Browse files
committed
deploy
1 parent 83873be commit 678f38e

File tree

322 files changed

+31631
-7441
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

322 files changed

+31631
-7441
lines changed

.gitignore

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
.DS_Store
2+
.vscode
3+
*.log
4+
node_modules/
5+
*.bat
6+
*.sh
7+
docs/.vuepress/
8+
directoryList.md

CNAME

-1
This file was deleted.

README.md

+11-11
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,17 @@
1515

1616
### 博客技术栈目录
1717
- #### JavaScript必知必会
18-
- [数据类型][经常被面试官问道的JavaScript数据类型知识你真的懂吗?](/docs/javascript/datatype.md)
19-
- [作用域][深入理解 JavaScript, 从作用域与作用域链开始](/docs/javascript/scoped.md)
20-
- [闭包][javascript中的闭包这一篇就够了](/docs/javascript/closure.md)
21-
- [高阶函数][高阶函数详解与实战训练](/docs/javascript/higherFunc.md)
22-
- [赋值拷贝][js中赋值•浅拷贝•深拷贝](/docs/javascript/copy.md)
23-
- [原型链][原型链这么看好像并不难](/docs/javascript/prototype.md)
24-
- [类与继承][ES6中类与继承的理解(java对比记忆)](/docs/javascript/classInherit.md)
25-
- [this关键字][this关键字](/docs/javascript/this.md)
26-
- [promise][promise](/docs/javascript/promise.md)
27-
- [async和await][async和await讲解](/docs/javascript/async-await.md)
28-
- [exports和module.exports][exports和module.exports的区别](/docs/javascript/exports.md)
18+
- [数据类型][经常被面试官问道的JavaScript数据类型知识你真的懂吗?](/docs/webframe/javascript/datatype.md)
19+
- [作用域][深入理解 JavaScript, 从作用域与作用域链开始](/docs/webframe/javascript/scoped.md)
20+
- [闭包][javascript中的闭包这一篇就够了](/docs/javascript/webframe/closure.md)
21+
- [高阶函数][高阶函数详解与实战训练](/docs/webframe/javascript/higherFunc.md)
22+
- [赋值拷贝][js中赋值•浅拷贝•深拷贝](/docs/webframe/javascript/copy.md)
23+
- [原型链][原型链这么看好像并不难](/docs/webframe/javascript/prototype.md)
24+
- [类与继承][ES6中类与继承的理解(java对比记忆)](/docs/webframe/es6/classInherit.md)
25+
- [this关键字][this关键字](/docs/webframe/javascript/this.md)
26+
- [promise][promise](/docs/webframe/es6/promise.md)
27+
- [async和await][async和await讲解](/docs/webframe/es6/async-await.md)
28+
- [exports和module.exports][exports和module.exports的区别](/docs/webframe/javascript/exports.md)
2929

3030
- #### Nodejs系列
3131
- [了解nodejs][node.js究竟是什么](/docs/node/what.md)

docs/.nojekyll

Whitespace-only changes.

docs/CNAME

-1
This file was deleted.

docs/README.md

+23-10
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
1-
# 【程序员成长指北】全栈开发
2-
3-
[<img src="https://img.shields.io/badge/%E6%8E%98%E9%87%91-7k-42b983.svg">](https://juejin.im/user/5cf288385188254abb110e3b)
1+
---
2+
home: true
3+
heroImage: /home.png
4+
actionText: 开始阅读 →
5+
actionLink: /node/
6+
features:
7+
- title: day day up
8+
details: 记录每一天的进步, 一分耕耘,一分收获.
9+
- title: 程序员成长指北
10+
details: 专注 Node.js 技术栈分享,从 前端 到 Node.js 再到 后端数据库,祝您成为优秀的高级 Node.js 全栈工程师
11+
- title: koala
12+
details: 一个有趣的且乐于分享的人。座右铭:今天未完成的,明天更不会完成。
13+
---
14+
15+
[<img src="https://img.shields.io/badge/%E6%8E%98%E9%87%91-10k-42b983.svg">](https://juejin.im/user/5cf288385188254abb110e3b)
416
[<img src="https://img.shields.io/badge/思否-2.5k-42b983.svg">](https://segmentfault.com/u/na_5a545653c24d9)
517
[<img src="https://img.shields.io/badge/慕课-认证作者-42b983.svg">](https://segmentfault.com/u/na_5a545653c24d9)
618

@@ -10,14 +22,15 @@
1022
- 搜索公众号 **```程序员成长指北```** 或者 **```扫描右侧二维码```** 进行关注
1123
- [Github链接在此, 欢迎点个 Start](https://github.com/koala-coding/goodBlog)
1224
- 将好文章分享给您身边更多的小伙伴
25+
- 如果你想更好的约束自己坚持每日学习, 欢迎加入 [day day up](https://github.com/koala-coding/day-day-up) 项目
1326

1427
### 博客技术栈目录
15-
* [`JavaScript必知必会`](/javascript/datatype.md)
16-
* [`NODE必知必会系列`](/node/path.md)
17-
* [`MySql必知必会系列`](/database/mysql/baseFrame.md)
28+
* [`JavaScript必知必会`](/webframe/)
29+
* [`NODE必知必会系列`](/node/)
30+
* [`MySql必知必会系列`](/database/)
1831
* [`前端框架`](/webframe/vue/messageWays.md)
19-
* [`面试汇总系列`](/interview/vue.md)
20-
* [`资料`](/javascript/base.md)
32+
* [`面试汇总系列`](/interview/unique.md)
33+
* [`关于作者`](/about/2019_year_end.md)
2134

2235
### 技术栈预览图
2336
![](http://img.xiaogangzai.cn/way.jpg)
@@ -26,5 +39,5 @@
2639

2740
1. 如果您对本项目有任何建议或发现文中内容有误的,欢迎提交 issues 进行指正。
2841
2. 对于文中我没有涉及到知识点,欢迎提交 PR。
29-
3. 如果您有文章推荐请以 markdown 格式到邮箱 `[email protected]`[中文技术文档的写作规范指南](https://github.com/ruanyf/document-style-guide)
30-
42+
3. 如果您有文章推荐请以 markdown 格式到邮箱 `[email protected]`
43+
[中文技术文档的写作规范指南](https://github.com/ruanyf/document-style-guide)

docs/_coverpage.md

-21
This file was deleted.

docs/_lib/docsify.min.js

-1
This file was deleted.

docs/_lib/theme_vue.css

-1
This file was deleted.

docs/_media/close.png

-9.88 KB
Binary file not shown.

docs/_media/code.png

-213 KB
Binary file not shown.

docs/_media/loading.gif

-7.69 KB
Binary file not shown.

docs/_media/logo.gif

-2.4 MB
Binary file not shown.

docs/_media/logo.png

-33.1 KB
Binary file not shown.

docs/_media/public_code.jpg

-59.1 KB
Binary file not shown.

docs/_media/[email protected]

-1.79 KB
Binary file not shown.

docs/_media/xiaobo.jpg

-110 KB
Binary file not shown.

0 commit comments

Comments
 (0)