-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
241 lines (148 loc) · 5.91 KB
/
index.html
File metadata and controls
241 lines (148 loc) · 5.91 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
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
<!DOCTYPE html>
<html lang="zh-cn" >
<head>
<meta name="generator" content="Hugo 0.18.1" />
<link rel="shortcut icon" href="./images/favicon.ico"/>
<meta charset="UTF-8">
<title>
Baykier的鱼塘
</title>
<meta name="viewport" content="width=device-width,user-scalable=no,maximum-scale=1,initial-scale=1">
<link rel="canonical" href="https://baykier.github.io/"/>
<link rel="stylesheet" href="./css/sanitize.css">
<link rel="stylesheet" href="./css/responsive.css">
<link rel="stylesheet" href="./css/highlight_monokai.css">
<link rel="stylesheet" href="./css/theme.css">
<link rel="stylesheet" href="./css/custom.css">
<link href="https://baykier.github.io/index.xml" rel="alternate" type="application/rss+xml" title="Baykier的鱼塘" />
<link href="https://baykier.github.io/index.xml" rel="feed" type="application/rss+xml" title="Baykier的鱼塘" />
</head>
<body>
<div class="container" >
<header role="banner">
<div class="row gutters">
<div id="site-title" class="col span_6">
<h1><a href="https://baykier.github.io/">Baykier的鱼塘</a></h1>
</div>
<div id="social" class="col span_6">
<ul>
<li><a href="https://baykier.github.io/about" target="_blank">about</a></li>
<li><a href="https://github.com/baykier" target="_blank">GitHub</a></li>
<li><a href="https://baykier.github.io/index.xml" type="application/rss+xml" target="_blank">RSS</a></li>
</ul>
</div>
</div>
</header>
<main id="index" role="main">
<div class="article-header light-gray"><h3>最近发表</h3></div>
<div class="summary">
<h4><a href="https://baykier.github.io/post/flutter_with_vagrant/">window下vagrant 搭建flutter开发环境 </a></h4>
<div class="meta">
Jul 13, 2019
</div>
</div>
<div class="summary">
<h4><a href="https://baykier.github.io/post/mongo-aggregate/">mongodb如何在aggregate中进行distinct操作 </a></h4>
<div class="meta">
Apr 19, 2018
<a href="./tags/mongodb">mongodb</a>
<a href="./tags/distinct">distinct</a>
<a href="./tags/aggregate">aggregate</a>
</div>
</div>
<div class="summary">
<h4><a href="https://baykier.github.io/post/extreme_injector_use/">extreme injector 进程注入工具使用 </a></h4>
<div class="meta">
Mar 21, 2018
<a href="./tags/%E8%BF%9B%E7%A8%8B%E6%B3%A8%E5%85%A5">进程注入</a>
<a href="./tags/extreme-injector">extreme injector</a>
</div>
</div>
<div class="summary">
<h4><a href="https://baykier.github.io/post/webassembly-with-web/">WebAssembly的发展与对web的影响 </a></h4>
<div class="meta">
Mar 2, 2018
<a href="./tags/webassembly">webassembly</a>
<a href="./tags/web">web</a>
</div>
</div>
<div class="summary">
<h4><a href="https://baykier.github.io/post/vagrant-win-case-sensetive/">vagrant windows 大小写问题解决 </a></h4>
<div class="meta">
Mar 1, 2018
<a href="./tags/vagrant">vagrant</a>
<a href="./tags/case-sensetive">case-sensetive</a>
</div>
</div>
<div class="summary">
<h4><a href="https://baykier.github.io/post/js_cors/">JavaScript跨域访问控制问题 </a></h4>
<div class="meta">
Sep 11, 2017
<a href="./tags/js">js</a>
</div>
</div>
<div class="summary">
<h4><a href="https://baykier.github.io/post/php_ext_load_order/">php扩展模块加载顺序 </a></h4>
<div class="meta">
Aug 30, 2017
<a href="./tags/php">php</a>
<a href="./tags/%E6%89%A9%E5%B1%95">扩展</a>
</div>
</div>
<div class="summary">
<h4><a href="https://baykier.github.io/post/nginx_ssl/">nginx ssl 证书配置 </a></h4>
<div class="meta">
Aug 29, 2017
<a href="./tags/nginx">nginx</a>
<a href="./tags/openssl">openssl</a>
</div>
</div>
<div class="summary">
<h4><a href="https://baykier.github.io/post/php_proxy_file_get_contents/">php file_get_contents() 函数代理设置 </a></h4>
<div class="meta">
Jun 21, 2017
<a href="./tags/php">php</a>
</div>
</div>
<div class="summary">
<h4><a href="https://baykier.github.io/post/auto_deploy/">homepage 的自动部署 </a></h4>
<div class="meta">
Jun 5, 2017
<a href="./tags/%E9%83%A8%E7%BD%B2">部署</a>
</div>
</div>
</main>
<nav>
<ul class="pagination">
<li>
<a href="./" aria-label="First"><span aria-hidden="true">««</span></a>
</li>
<li
class="disabled">
<a href="" aria-label="Previous"><span aria-hidden="true">«</span></a>
</li>
<li
class="active"><a href="./">1</a></li>
<li
><a href="./page/2/">2</a></li>
<li
>
<a href="./page/2/" aria-label="Next"><span aria-hidden="true">»</span></a>
</li>
<li>
<a href="./page/2/" aria-label="Last"><span aria-hidden="true">»»</span></a>
</li>
</ul>
</nav>
<footer role="contentinfo">
<div style="text-align:center;">
<img src="./images/lavatar.png" width="64" height="64"><br>
Written by Baykier
</div>
</footer>
</div>
<script src="./js/highlight.pack.js"></script>
<script>hljs.initHighlightingOnLoad();</script>
<script type="text/javascript" src="https://tajs.qq.com/stats?sId=63515776" charset="UTF-8"></script>
</body>
</html>