FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
java-eight-part/index.html at master · devotion-coding/java-eight-part · GitHub
devotion-coding
/
java-eight-part
Public
forked from
CoderLeixiaoshuai/java-eight-part
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
java-eight-part
/
index.html
Copy path
More file actions
More file actions
Latest commit
History
History
History
81 lines (74 loc) · 2.74 KB
Breadcrumbs
java-eight-part
/
index.html
Copy path
File metadata and controls
81 lines (74 loc) · 2.74 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
<!
DOCTYPE
html
>
<
html
lang
=
"en"
>
<
head
>
<
meta
charset
=
"UTF-8"
>
<
title
>
Java八股文
</
title
>
<
meta
http
-
equiv
=
"X-UA-Compatible"
content
=
"IE=edge,chrome=1"
/>
<
meta
name
=
"description"
content
=
"Description"
>
<
meta
name
=
"viewport"
content
=
"width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"
>
<!--
主题
-->
<!-- <
link
rel
=
"stylesheet"
href
=
"//cdn.jsdelivr.net/npm/docsify/lib/themes/vue.css"
> -->
<!--
Theme
:
Simple
-->
<
link
rel
=
"stylesheet"
href
=
"https://cdn.jsdelivr.net/npm/docsify-themeable@0/dist/css/theme-simple.css"
>
<!-- <
link
rel
=
"stylesheet"
href
=
"//cdn.jsdelivr.net/npm/docsify/lib/themes/buble.css"
> -->
<
script
>
var
_hmt
=
_hmt
|| [];
(
function
() {
var
hm
=
document
.
createElement
(
"script"
);
hm
.
src
=
"https://hm.baidu.com/hm.js?bb379c87f67e090f0c9d336fe4dc5a9c"
;
var
s
=
document
.
getElementsByTagName
(
"script"
)[
0
];
s
.
parentNode
.
insertBefore
(
hm
,
s
);
})();
</
script
>
</
head
>
<
body
>
<
nav
>
<
a
href
=
"#/"
>
首页
</
a
>
<
a
href
=
"#/?id=boy-关于我"
>
关于我
</
a
>
<
a
href
=
"https://github.com/CoderLeixiaoshuai/java-eight-part"
target
=
"_blank"
>
Github
Star
</
a
>
</
nav
>
<
div
id
=
"app"
></
div
>
<!--
edit
on
github
-->
<
script
src
=
"//cdn.jsdelivr.net/npm/docsify-edit-on-github/index.js"
></
script
>
<
script
>
window
.
$docsify
= {
name
:
'Java八股文'
,
repo
:
'https://github.com/CoderLeixiaoshuai/java-eight-part'
,
maxLevel
:
4
,
// 标题层级
auto2top
:
true
,
// 是否自动跳转到页面顶部
// 字数统计
count
: {
countable
:
true
,
fontsize
:
'1em'
,
color
:
'rgb(100,100,100)'
,
language
:
'chinese'
},
search
: {
paths
:
'auto'
,
placeholder
:
'请输入关键字'
,
noData
:
'找不到结果'
,
depth
:
3
,
},
requestHeaders
: {
'cache-control'
:
'max-age=600'
,
},
plugins
: [
EditOnGithubPlugin
.
create
(
'https://github.com/CoderLeixiaoshuai/java-eight-part/blob/master/'
)
],
loadSidebar
:
true
}
</
script
>
<
script
src
=
"//cdn.jsdelivr.net/npm/docsify/lib/docsify.min.js"
></
script
>
<!--
emoji表情
-->
<
script
src
=
"//cdn.jsdelivr.net/npm/docsify/lib/plugins/emoji.min.js"
></
script
>
<!--
搜索
-->
<
script
src
=
"//cdn.jsdelivr.net/npm/docsify/lib/plugins/search.min.js"
></
script
>
<!--
Java代码高亮
-->
<
script
src
=
"//cdn.jsdelivr.net/npm/prismjs/components/prism-java.min.js"
></
script
>
<!--
图片缩放
-->
<
script
src
=
"//cdn.jsdelivr.net/npm/docsify/lib/plugins/zoom-image.min.js"
></
script
>
<!--
字数统计
-->
<
script
src
=
"//cdn.jsdelivr.net/npm/docsify-count/dist/countable.min.js"
></
script
>
</
body
>
</
html
>
Back
|
FazBrowse Home
|
New Git URL