Skip to content

Commit 21a3ce9

Browse files
author
Chu Fan
committed
feat: es6相关改动
1 parent 1de6068 commit 21a3ce9

4 files changed

Lines changed: 63 additions & 71 deletions

File tree

code/node/es6/demo-1.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
/**
2+
* ES6声明相关操作
3+
*/
4+
5+
476 KB
Loading
Lines changed: 43 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,45 @@
11
export const readBooksSidebar = [
2-
{
3-
text: '技术类',
4-
children: [
5-
{
6-
text: 'ES6标准入门',
7-
link: 'cs-books/es-standard'
8-
},
9-
{
10-
text: '更了不起的Node.js(狼书卷1) ',
11-
collapsible: true,
12-
link: 'cs-books/狼书.md'
13-
},
14-
{
15-
text: '了不起的Node.js',
16-
link: 'cs-books/了不起的Node.js.md'
17-
},
18-
{
19-
text: '深入浅出Node.js',
20-
link: 'cs-books/深入浅出的Node.js.md'
21-
},
22-
{
23-
text: '分布式消息中间件实践',
24-
link: 'cs-books/分布式消息中间件实践.md'
25-
},
26-
{
27-
text: '高性能Web服务器详解',
28-
link: 'cs-books/nginx'
29-
}
30-
]
31-
},
32-
{
33-
text: '非技术类',
34-
children: [
35-
{
36-
text: '你好,孤独',
37-
link: '/'
38-
},
39-
{
40-
text: '测试',
41-
link: '/f111'
42-
}
43-
]
44-
}
2+
{
3+
text: '技术类',
4+
children: [
5+
{
6+
text: 'ES6标准入门',
7+
link: 'cs-books/es-standard'
8+
},
9+
{
10+
text: '更了不起的Node.js ',
11+
collapsible: true,
12+
link: 'cs-books/狼书.md'
13+
},
14+
{
15+
text: '了不起的Node.js',
16+
link: 'cs-books/了不起的Node.js.md'
17+
},
18+
{
19+
text: '深入浅出Node.js',
20+
link: 'cs-books/深入浅出的Node.js.md'
21+
},
22+
{
23+
text: '分布式消息中间件实践',
24+
link: 'cs-books/分布式消息中间件实践.md'
25+
},
26+
{
27+
text: '高性能Web服务器详解',
28+
link: 'cs-books/nginx'
29+
}
30+
]
31+
},
32+
{
33+
text: '非技术类',
34+
children: [
35+
{
36+
text: '你好,孤独',
37+
link: '/'
38+
},
39+
{
40+
text: '测试',
41+
link: '/f111'
42+
}
43+
]
44+
}
4545
]

docs/manuscript/read-books/readme.md

Lines changed: 15 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -6,39 +6,26 @@ title: 读书整理
66

77
### 技术类
88

9+
![](./es6-standard.jpg "ES6标准入门 " =100x150)
10+
![](./es6-standard.jpg "ES6标准入门 " =100x150)
911

10-
|书名|在线阅读|进度|
11-
|:-:|:-:|:-:|
12-
| ![](https://es6.ruanyifeng.com/images/cover-3rd.jpg "ES6标准入门 " =100x150) | <https://es6.ruanyifeng.com/> | [ x ] |
13-
| ![](https://es6.ruanyifeng.com/images/cover-3rd.jpg "ES6标准入门 " =200x300) | <https://es6.ruanyifeng.com/> | [ x ] |
14-
15-
16-
17-
18-
19-
20-
#### 深入浅出的Node.js
21-
22-
#### 了不起的Node.js
23-
24-
#### 狼书
25-
26-
27-
#### 分布式消息中间件实践
12+
- [x] ES6标准入门
13+
- [x] 深入浅出的Node.js
14+
- [x] 更了不起的Node.js - 狼书卷1
15+
- [x] 了不起的Node.js
16+
- [x] 狼书
17+
- [x] 分布式消息中间件实践
2818

2919

3020
...
3121

3222
### 非技术类
3323

24+
![](./es6-standard.jpg "ES6标准入门 " =100x150)
25+
![](./es6-standard.jpg "ES6标准入门 " =100x150)
3426

35-
36-
#### 你好孤独 - 陈果
37-
38-
39-
40-
#### 在细雨中呼喊 - 余华
41-
42-
#### 兄弟 - 余华
43-
44-
#### 文城 - 余华
27+
- [ ] 你好孤独 - 陈果
28+
- [ ] 在细雨中呼喊 - 余华
29+
- [ ] 兄弟 - 余华
30+
- [ ] 文城 - 余华
31+
- 赶稿中..

0 commit comments

Comments
 (0)