-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
193 lines (146 loc) · 5.38 KB
/
index.html
File metadata and controls
193 lines (146 loc) · 5.38 KB
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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
<!DOCTYPE html>
<html lang="en">
<head><meta name="generator" content="Hexo 3.9.0">
<!-- hexo-inject:begin --><!-- hexo-inject:end --><meta charset="UTF-8">
<title>
NANWOOD'S BLOG</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="og:type" content="website">
<meta property="og:title" content="NANWOOD'S BLOG">
<meta property="og:url" content="http://zn0419.cn/index.html">
<meta property="og:site_name" content="NANWOOD'S BLOG">
<meta property="og:locale" content="en">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="NANWOOD'S BLOG">
<link rel="stylesheet" href="http://zn0419.cn/css/markdown.css">
<link rel="stylesheet" href="http://zn0419.cn/css/july.css"><!-- hexo-inject:begin --><!-- hexo-inject:end -->
</head>
<body>
<!-- hexo-inject:begin --><!-- hexo-inject:end --><div id="banner-outer" class="hidden">
<div id="banner-image" style="background-image: url(undefined)"></div>
<img src="https://s3.ax1x.com/2020/11/25/DamX2q.png" id="avatar">
</div>
<div id="menu-outer">
<div id="menu-inner">
<a class="active" href="http://zn0419.cn/index.html">Home</a>
<a class="false" href="http://zn0419.cn/archives/index.html">Archives</a>
<a class="false" href="http://zn0419.cn/about/index.html">About</a>
</div>
</div>
<div id="content-outer" class="container">
<div id="content-inner">
<div id="recent-posts">
<h3 class="widget-title">Recent Posts</h3>
<div class="recent-post-item">
<a href="/2020/03/06/线性代数/">线性代数</a>
<time datetime="2020-03-05T16:07:06.000Z">
Mar 06, 2020
</time>
</div>
<div class="recent-post-item">
<a href="/2020/02/26/多元函数微分/">多元函数微分</a>
<time datetime="2020-02-26T15:18:08.000Z">
Feb 26, 2020
</time>
</div>
<div class="recent-post-item">
<a href="/2020/02/22/不定积分与定积分/">不定积分与定积分</a>
<time datetime="2020-02-22T09:07:41.000Z">
Feb 22, 2020
</time>
</div>
<div class="recent-post-item">
<a href="/2020/02/13/导数与微分/">导数与微分</a>
<time datetime="2020-02-12T16:57:03.000Z">
Feb 13, 2020
</time>
</div>
<div class="recent-post-item">
<a href="/2020/02/08/极限/">极限</a>
<time datetime="2020-02-08T14:46:21.000Z">
Feb 08, 2020
</time>
</div>
<div class="recent-post-item">
<a href="/2019/04/26/SCUPC-I/">SCUPC I</a>
<time datetime="2019-04-26T09:50:49.000Z">
Apr 26, 2019
</time>
</div>
<div class="recent-post-item">
<a href="/2019/04/23/SCUPC-B-D/">SCUPC B+D</a>
<time datetime="2019-04-23T00:29:54.000Z">
Apr 23, 2019
</time>
</div>
<div class="recent-post-item">
<a href="/2019/04/19/支持向量机/">支持向量机</a>
<time datetime="2019-04-19T08:18:48.000Z">
Apr 19, 2019
</time>
</div>
<div class="recent-post-item">
<a href="/2019/04/17/CodeForces_933A/">CodeForces 933A A Twisty Movement 题解</a>
<time datetime="2019-04-17T08:18:48.000Z">
Apr 17, 2019
</time>
</div>
</div>
<div id="paginator">
<span class="page-number current">1</span>
</div>
</div>
</div>
<div id="bottom-outer">
<div id="bottom-inner">
<div style="margin-left: 2%;">
2019-2020
</div>
<div style="margin-left: 2%;">
NANWOOD
</div>
<div style="margin-left: 2%;">
<a href="http://www.beian.miit.gov.cn">浙ICP备19037221号</a>
</div>
</div>
</div>
<div id="to-top">
<i class="iconfont icon-up"></i>
</div>
<script src="http://zn0419.cn/js/jquery-3.4.1.min.js"></script>
<script src="http://zn0419.cn/js/highlight-9.13.1.min.js"></script>
<script src="http://zn0419.cn/js/transition.js"></script>
<script src="http://zn0419.cn/js/smooth-scroll.min.js"></script>
<script>
$(function () {
$(window).scroll(function () {
if ($(window).scrollTop() > 150) {
$("#to-top").fadeIn();
} else {
$("#to-top").fadeOut();
}
});
$("#to-top").click(function () {
$("body,html").animate({scrollTop: 0}, 500);
return false;
})
})
</script>
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
tex2jax: {
inlineMath: [ ["$","$"], ["\\(","\\)"] ],
skipTags: ['script', 'noscript', 'style', 'textarea', 'pre', 'code'],
processEscapes: true
}
});
MathJax.Hub.Queue(function() {
var all = MathJax.Hub.getAllJax();
for (var i = 0; i < all.length; ++i)
all[i].SourceElement().parentNode.className += ' has-jax';
});
</script>
<!-- <script src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script> -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-MML-AM_CHTML"></script><!-- hexo-inject:begin --><!-- hexo-inject:end -->
</body>
</html>