Skip to content

Commit c634c52

Browse files
author
fireliu
committed
release book
1 parent cadc721 commit c634c52

1,499 files changed

Lines changed: 1630485 additions & 101 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.

Chapter09/mysqlDocker.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,8 @@ sudo docker run --privileged=true -p 3307:3306 --name mysqldc -v /Users/apple/D
1414
2022-12-28 15:59:23+00:00 [ERROR] [Entrypoint]: Database is uninitialized and password option is not specified
1515
You need to specify one of the following:
1616

17-
- MYSQL_ROOT_PASSWORD
18-
19-
17+
```mysql
18+
- MYSQL_ROOT_PASSWORD
2019

2120
select host, user, authentication_string, plugin from user;
2221

@@ -30,8 +29,6 @@ FLUSH PRIVILEGES;
3029

3130

3231

33-
docker inspect -f '{{range .NetworkSettings.Networks}}{{.IPAddress}}{{end}}' container_name_or_id
34-
3532
mysql> show variables like 'slow%';
3633
+---------------------+--------------------------------------+
3734
| Variable_name | Value |
@@ -55,4 +52,8 @@ mysql> show variables like 'slow%';
5552
+---------------------+--------------------------------------+
5653
3 rows in set (0.00 sec)
5754

58-
mysql>
55+
mysql>
56+
```
57+
58+
59+

book.json

Lines changed: 32 additions & 63 deletions
Original file line numberDiff line numberDiff line change
@@ -1,63 +1,32 @@
1-
{
2-
"title": "进击的java菜鸟",
3-
"author": "firehuo",
4-
"description": "这是一本java程序员写的日常知识积累",
5-
"language": "zh-hans",
6-
"gitbook": "3.2.3",
7-
"plugins": [
8-
"-search",
9-
"-sharing",
10-
"code",
11-
"favicon-absolute",
12-
"mygitalk",
13-
"search-pro",
14-
"advanced-emoji",
15-
"donate",
16-
"pageview-count",
17-
"popup",
18-
"github",
19-
"expandable-chapters",
20-
"anchor-navigation-ex"
21-
22-
],
23-
"pluginsConfig": {
24-
"favicon-absolute":{
25-
"favicon": "/Attacking-Java-Rookie/image/favicon.ico",
26-
"appleTouchIconPrecomposed152": "/apple-touch-icon-precomposed-152.png"
27-
},
28-
"fontsettings": {
29-
"theme": "white",
30-
"family": "sans",
31-
"size": 4
32-
},
33-
"mygitalk": {
34-
"clientID": "552c61f2db64ee23fae3",
35-
"clientSecret": "2774c5d2b8cc1697dc022c1842875cb2c455f899",
36-
"repo": "Attacking-Java-Rookie",
37-
"owner": "FHfirehuo",
38-
"admin": ["FHfirehuo"],
39-
"distractionFreeMode": false
40-
},
41-
"donate": {
42-
"wechat": "https://fhfirehuo.github.io/Attacking-Java-Rookie/image/weixin.png",
43-
"alipay": "https://fhfirehuo.github.io/Attacking-Java-Rookie/image/zhifubao.png",
44-
"title": "",
45-
"button": "",
46-
"alipayText": "支付宝打赏",
47-
"wechatText": "微信打赏"
48-
},
49-
"expandable-chapters":{},
50-
"github": {
51-
"url": "https://github.com/FHfirehuo/Attacking-Java-Rookie"
52-
},
53-
"code": {
54-
"copyButtons": true
55-
},
56-
"anchor-navigation-ex": {
57-
"showLevel": false,
58-
"showGoTop": true,
59-
"des": "包含 back-to-top-button功能"
60-
}
61-
62-
}
63-
}
1+
{
2+
"title": "进击的java菜鸟",
3+
"author": "firehuo",
4+
"description": "这是一本java程序员写的日常知识积累",
5+
"language": "zh-hans",
6+
"gitbook": "3.2.3",
7+
"plugins": [
8+
"-search",
9+
"-sharing",
10+
"back-to-top-button",
11+
"code",
12+
"insert-logo",
13+
"favicon-absolute",
14+
"expandable-chapters"
15+
],
16+
"pluginsConfig": {
17+
"insert-logo": {
18+
"url": "/Attacking-Java-Rookie/image/log.jpg",
19+
"style": "background: none; max-height: 30px; min-height: 30px"
20+
},
21+
"favicon-absolute":{
22+
"favicon": "/Attacking-Java-Rookie/image/favicon.ico",
23+
"appleTouchIconPrecomposed152": "/apple-touch-icon-precomposed-152.png"
24+
},
25+
"fontsettings": {
26+
"theme": "white",
27+
"family": "sans",
28+
"size": 3
29+
}
30+
31+
}
32+
}

book.json.old

Lines changed: 0 additions & 32 deletions
This file was deleted.

book2.json

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
{
2+
"title": "进击的java菜鸟",
3+
"author": "firehuo",
4+
"description": "这是一本java程序员写的日常知识积累",
5+
"language": "zh-hans",
6+
"gitbook": "3.2.3",
7+
"plugins": [
8+
"-search",
9+
"-sharing",
10+
"code",
11+
"favicon-absolute",
12+
"search-pro",
13+
"advanced-emoji",
14+
"donate",
15+
"pageview-count",
16+
"popup",
17+
"github",
18+
"expandable-chapters",
19+
"anchor-navigation-ex"
20+
21+
],
22+
"pluginsConfig": {
23+
"favicon-absolute":{
24+
"favicon": "/Attacking-Java-Rookie/image/favicon.ico",
25+
"appleTouchIconPrecomposed152": "/apple-touch-icon-precomposed-152.png"
26+
},
27+
"fontsettings": {
28+
"theme": "white",
29+
"family": "sans",
30+
"size": 4
31+
},
32+
"donate": {
33+
"wechat": "https://fhfirehuo.github.io/Attacking-Java-Rookie/image/weixin.png",
34+
"alipay": "https://fhfirehuo.github.io/Attacking-Java-Rookie/image/zhifubao.png",
35+
"title": "",
36+
"button": "",
37+
"alipayText": "支付宝打赏",
38+
"wechatText": "微信打赏"
39+
},
40+
"expandable-chapters":{},
41+
"github": {
42+
"url": "https://github.com/FHfirehuo/Attacking-Java-Rookie"
43+
},
44+
"code": {
45+
"copyButtons": true
46+
},
47+
"anchor-navigation-ex": {
48+
"showLevel": false,
49+
"showGoTop": true,
50+
"des": "包含 back-to-top-button功能"
51+
}
52+
53+
}
54+
}

0 commit comments

Comments
 (0)