-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
284 lines (155 loc) · 9.43 KB
/
index.html
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
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
<!DOCTYPE html>
<html lang="zh">
<head>
<title>AuuuNya Blog</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width,minimum-scale=1">
<meta name="description" content="只会写Hello,World的菜鸟">
<meta name="generator" content="Hugo 0.129.0">
<META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">
<link rel="stylesheet" href="/css/style.css">
<link rel="shortcut icon" href="/images/favicon.ico" type="image/x-icon" />
<link href="/index.xml" rel="alternate" type="application/rss+xml" title="AuuuNya Blog" />
<link href="/index.xml" rel="feed" type="application/rss+xml" title="AuuuNya Blog" />
</head>
<body>
<nav class="navigation">
<a href="/posts">归档</a>
<a href="/tags">标签</a>
<a href="/about">关于</a>
</nav>
<main class="main">
<header class="profile">
<img class="avatar" alt="avatar" src="/images/avatar.png" />
<h1>AuuuNya Blog</h1>
</header>
<div id="list-page">
<section class="item">
<div>
<h1 class="title"><a href='/posts/2021%E5%B9%B4%E7%BB%88%E6%80%BB%E7%BB%93/'>2021年终总结</a></h1>
<div class ="date">
<time datetime="2022-01-02 16:38:09 +0800 CST">2022/01/02</time>
</div>
</div>
<div class="summary">去年疫情在家隔离,不出意外今年还在家隔离,闲下心来,回顾一下这两年发生的事情吧…
</div>
</section>
<section class="item">
<div>
<h1 class="title"><a href='/posts/django%E4%BD%BF%E7%94%A8websocketchannel%E5%88%9D%E4%BD%93%E9%AA%8C/'>Django使用Websocket,Channel初体验</a></h1>
<div class ="date">
<time datetime="2020-04-09 23:59:15 +0800 CST">2020/04/09</time>
</div>
</div>
<div class="summary">很久都没更新文章了,最近恰好在做了一个服务端主动推送消息给客户端的需求,因为是第一次使用Channels模块,踩了不少坑,在这里记录一下。
</div>
</section>
<section class="item">
<div>
<h1 class="title"><a href='/posts/2019%E5%B9%B4%E7%9A%84%E4%B8%80%E4%BA%9B%E7%90%90%E4%BA%8B/'>2019的一些琐事</a></h1>
<div class ="date">
<time datetime="2020-01-07 23:23:19 +0800 CST">2020/01/07</time>
</div>
</div>
<div class="summary">眨眼就到2020年了,不由得感慨时间过得真快,回想这一年来发生的事,那可真谓是丰富多彩,多滋多味.(不知道18年立的Flag实现了多少???)
成长不少,难过也不见得少……
</div>
</section>
<section class="item">
<div>
<h1 class="title"><a href='/posts/element-ui%E4%BF%AE%E6%94%B9%E9%BB%98%E8%AE%A4%E6%A0%B7%E5%BC%8F/'>Element UI修改默认样式</a></h1>
<div class ="date">
<time datetime="2019-05-21 22:45:12 +0800 CST">2019/05/21</time>
</div>
</div>
<div class="summary">最新在修改一个用户中心,前台是用Vue+Nuxt+ElementUI写的,在修改过程中发现不管样式怎么写,加父标签,elementui加载都会使用它自己的样式,于是看了看代码, 在这里记录下我是怎么修改它的默认样式的。
</div>
</section>
<section class="item">
<div>
<h1 class="title"><a href='/posts/2019-1-02-%E7%94%A8ssh%E5%92%8Csocat%E5%88%86%E5%88%86%E9%92%9F%E6%90%9E%E5%AE%9Alinux%E5%90%84%E7%A7%8D%E7%AB%AF%E5%8F%A3%E8%BD%AC%E5%8F%91/'>用ssh和socat分分钟搞定Linux各种端口转发</a></h1>
<div class ="date">
<time datetime="2019-01-02 13:00:50 +0800 CST">2019/01/02</time>
</div>
</div>
<div class="summary">小明写了一个Web服务,监听hosta上8080端口,小王现在想访问这个服务,有没有快速的方法?
</div>
</section>
<section class="item">
<div>
<h1 class="title"><a href='/posts/2018-06-09-%E7%94%A8go%E7%BC%96%E5%86%99%E5%B0%81%E8%A3%85%E8%87%AA%E5%B7%B1%E7%9A%84%E6%97%A5%E5%BF%97%E6%A8%A1%E5%9D%97/'>用Go编写封装自己的日志模块</a></h1>
<div class ="date">
<time datetime="2018-06-09 13:01:06 +0800 CST">2018/06/09</time>
</div>
</div>
<div class="summary">今天为大家带来一篇用Go如何封装自己的日志模块。orz~
既然是日志模块,第一步肯定是定义日志级别,不然什么消息都打印,对资源消耗很大。 这里使用iota常量计数器定义了四个级别,使用iota能简化定义,在定义枚举时很有用。
</div>
</section>
<section class="item">
<div>
<h1 class="title"><a href='/posts/2018-05-09-golang%E7%94%9F%E6%88%90%E9%9D%99%E6%80%81%E9%A1%B5%E9%9D%A2%E6%96%87%E4%BB%B6/'>Golang生成静态页面文件</a></h1>
<div class ="date">
<time datetime="2018-05-09 12:10:56 +0800 CST">2018/05/09</time>
</div>
</div>
<div class="summary">最近要在dingo添加一个功能,就是一键导出文章静态页面,在网上搜了很多,也请教了很多人,不过碍于自己的技术太菜听不怎么太明白,后来搜到一片文章,借用此篇文章和自己的一些测试终究是完成了这个功能。 文章作者写的生成器git地址:blog-generator
</div>
</section>
<section class="item">
<div>
<h1 class="title"><a href='/posts/2018-04-20-golang%E7%94%9F%E6%88%90ssl%E8%AF%81%E4%B9%A6%E4%BB%A5%E5%8F%8A%E6%9C%8D%E5%8A%A1%E5%99%A8%E7%A7%81%E9%92%A5/'>Golang生成SSL证书以及服务器私钥</a></h1>
<div class ="date">
<time datetime="2018-04-20 11:20:36 +0800 CST">2018/04/20</time>
</div>
</div>
<div class="summary">SSL 证书X.509 是国际电信联盟电信标准化部门( ITU-T )为公钥基础设施制定的一个标准,这个标准包含了公钥证书的标准格式。 一个 X.509 证书(简称 SSL 证书)实际上就是一个经过编码的 ASN.1( Abstract Syntax Notation One,抽象语法表示法/1 )格式的电子文档。 ASN.1 既是一个标准,也是一种表示法,它描述了表示电信以及 计算机网络数据的规则和结构。
</div>
</section>
<section class="item">
<div>
<h1 class="title"><a href='/posts/2018-4-4-xmlhttprequest%E7%8A%B6%E6%80%81status%E5%AE%8C%E6%95%B4%E5%88%97%E8%A1%A8/'>XMLHTTPRequest状态status完整列表</a></h1>
<div class ="date">
<time datetime="2018-04-05 12:58:36 +0800 CST">2018/04/05</time>
</div>
</div>
<div class="summary">AJAX中请求远端文件、或在检测远端文件是否掉链时,都需要了解到远端服务器反馈的状态以确定文件的存在 与否。 当然,在我们平常浏览网页时,也会发现一些文件不存在时显示为“404错误”,这就是常见的Http请求状态(status)
</div>
</section>
<section class="item">
<div>
<h1 class="title"><a href='/posts/2018-3-27-vmware%E4%B8%8B%E6%89%A9%E5%B1%95ubuntu%E8%99%9A%E6%8B%9F%E6%9C%BA%E6%A0%B9%E7%9B%AE%E5%BD%95%E5%88%86%E5%8C%BA/'>VMware下扩展ubuntu虚拟机根目录分区</a></h1>
<div class ="date">
<time datetime="2018-03-27 15:11:36 +0800 CST">2018/03/27</time>
</div>
</div>
<div class="summary">涉及到磁盘分区表删除,最好先备份整个虚拟机!
原文链接:http://t.cn/RzCP9E2 作者输入命令时都用“sudo bash”,用sudo或者su就可以了。 涉及到磁盘分区表删除,最好先备份整个虚拟机!
</div>
</section>
<div class="pagination">
<span class="next">
<a href="/page/2/">
上一页 <span class="arrow">→</span>
</a>
</span>
</div>
</div>
</main>
<footer id="footer">
<div class="copyright">
© Copyright
2024
<span class="split">
<svg fill="#bbbbbb" width="15" height="15" version="1.1" id="heart-15" xmlns="http://www.w3.org/2000/svg" width="15px" height="15px" viewBox="0 0 15 15">
<path d="M13.91,6.75c-1.17,2.25-4.3,5.31-6.07,6.94c-0.1903,0.1718-0.4797,0.1718-0.67,0C5.39,12.06,2.26,9,1.09,6.75
	C-1.48,1.8,5-1.5,7.5,3.45C10-1.5,16.48,1.8,13.91,6.75z"/>
</svg>
</span>
</div>
<div class="powerby">
Powered by <a href='http://www.gohugo.io/'>Hugo</a> Theme By <a href='https://github.com/nodejh/hugo-theme-mini'>nodejh</a>
</div>
</footer>
</body>
</html>