Skip to content

Commit f9c7830

Browse files
committed
update codes
1 parent 4e9a5de commit f9c7830

121 files changed

Lines changed: 11287 additions & 11126 deletions

File tree

Some content is hidden

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

.editorconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ root = true
1010
[*]
1111
end_of_line = lf
1212
indent_size = 2
13-
indent_style = tab
13+
indent_style = space
1414
max_line_length = 120
1515
charset = utf-8
1616
trim_trailing_whitespace = true
@@ -19,7 +19,7 @@ insert_final_newline = true
1919
[*.{bat, cmd}]
2020
end_of_line = crlf
2121

22-
[*.{java, groovy, kt, sh}]
22+
[*.{java, gradle, groovy, kt, sh}]
2323
indent_size = 4
2424

2525
[*.md]

docs/book.json

Lines changed: 69 additions & 67 deletions
Original file line numberDiff line numberDiff line change
@@ -1,69 +1,71 @@
11
{
2-
"gitbook": "3.2.2",
3-
"title": "java-tutorial",
4-
"language": "zh-hans",
5-
"root": "./",
6-
"structure": {
7-
"summary": "sidebar.md"
8-
},
9-
"links": {
10-
"sidebar": {
11-
"java-tutorial": "https://github.com/dunwu/java-tutorial"
12-
}
13-
},
14-
"plugins": [
15-
"-lunr",
16-
"-search",
17-
"advanced-emoji@^0.2.2",
18-
"anchor-navigation-ex@1.0.10",
19-
"anchors@^0.7.1",
20-
"edit-link@^2.0.2",
21-
"expandable-chapters-small@^0.1.7",
22-
"github@^2.0.0",
23-
"search-plus@^0.0.11",
24-
"simple-page-toc@^0.1.1",
25-
"splitter@^0.0.8",
26-
"tbfed-pagefooter@^0.0.1"
27-
],
28-
"pluginsConfig": {
29-
"anchor-navigation-ex": {
30-
"showLevel": false,
31-
"associatedWithSummary": true,
32-
"multipleH1": true,
33-
"mode": "float",
34-
"isRewritePageTitle": false,
35-
"float": {
36-
"showLevelIcon": false,
37-
"level1Icon": "fa fa-hand-o-right",
38-
"level2Icon": "fa fa-hand-o-right",
39-
"level3Icon": "fa fa-hand-o-right"
40-
},
41-
"pageTop": {
42-
"showLevelIcon": false,
43-
"level1Icon": "fa fa-hand-o-right",
44-
"level2Icon": "fa fa-hand-o-right",
45-
"level3Icon": "fa fa-hand-o-right"
46-
}
47-
},
48-
"edit-link": {
49-
"base": "https://github.com/dunwu/java-tutorial/blob/master/docs",
50-
"label": "编辑此页面"
51-
},
52-
"github": {
53-
"url": "https://github.com/dunwu"
54-
},
55-
"simple-page-toc": {
56-
"maxDepth": 4,
57-
"skipFirstH1": true
58-
},
59-
"sharing": {
60-
"weibo": true,
61-
"all": ["weibo"]
62-
},
63-
"tbfed-pagefooter": {
64-
"copyright": "Copyright © Zhang Peng 2017",
65-
"modify_label": "该文件上次修订时间:",
66-
"modify_format": "YYYY-MM-DD HH:mm:ss"
67-
}
68-
}
2+
"gitbook": "3.2.2",
3+
"title": "java-tutorial",
4+
"language": "zh-hans",
5+
"root": "./",
6+
"structure": {
7+
"summary": "sidebar.md"
8+
},
9+
"links": {
10+
"sidebar": {
11+
"java-tutorial": "https://github.com/dunwu/java-tutorial"
12+
}
13+
},
14+
"plugins": [
15+
"-lunr",
16+
"-search",
17+
"advanced-emoji@^0.2.2",
18+
"anchor-navigation-ex@1.0.10",
19+
"anchors@^0.7.1",
20+
"edit-link@^2.0.2",
21+
"expandable-chapters-small@^0.1.7",
22+
"github@^2.0.0",
23+
"search-plus@^0.0.11",
24+
"simple-page-toc@^0.1.1",
25+
"splitter@^0.0.8",
26+
"tbfed-pagefooter@^0.0.1"
27+
],
28+
"pluginsConfig": {
29+
"anchor-navigation-ex": {
30+
"showLevel": false,
31+
"associatedWithSummary": true,
32+
"multipleH1": true,
33+
"mode": "float",
34+
"isRewritePageTitle": false,
35+
"float": {
36+
"showLevelIcon": false,
37+
"level1Icon": "fa fa-hand-o-right",
38+
"level2Icon": "fa fa-hand-o-right",
39+
"level3Icon": "fa fa-hand-o-right"
40+
},
41+
"pageTop": {
42+
"showLevelIcon": false,
43+
"level1Icon": "fa fa-hand-o-right",
44+
"level2Icon": "fa fa-hand-o-right",
45+
"level3Icon": "fa fa-hand-o-right"
46+
}
47+
},
48+
"edit-link": {
49+
"base": "https://github.com/dunwu/java-tutorial/blob/master/docs",
50+
"label": "编辑此页面"
51+
},
52+
"github": {
53+
"url": "https://github.com/dunwu"
54+
},
55+
"simple-page-toc": {
56+
"maxDepth": 4,
57+
"skipFirstH1": true
58+
},
59+
"sharing": {
60+
"weibo": true,
61+
"all": [
62+
"weibo"
63+
]
64+
},
65+
"tbfed-pagefooter": {
66+
"copyright": "Copyright © Zhang Peng 2017",
67+
"modify_label": "该文件上次修订时间:",
68+
"modify_format": "YYYY-MM-DD HH:mm:ss"
69+
}
70+
}
6971
}

0 commit comments

Comments
 (0)