-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
353 lines (257 loc) · 14.2 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
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" >
<title>Winking</title>
<meta name="description" content="还愣着干啥!点赞啊!">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.2/css/all.css" integrity="sha384-fnmOCqbTlWIlj8LyTjo7mOUStjsKC4pOpQbqyi7RrhN7udi9RwhKkMHpvLbHG9Sr" crossorigin="anonymous">
<link rel="shortcut icon" href="https://winking324.github.io/favicon.ico?v=1643337963996">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.10.0/katex.min.css">
<link rel="stylesheet" href="https://winking324.github.io/styles/main.css">
<script src="https://cdn.jsdelivr.net/npm/vue/dist/vue.js"></script>
<script src="https://cdn.bootcss.com/highlight.js/9.12.0/highlight.min.js"></script>
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" />
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-143048051-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-143048051-1');
</script>
</head>
<body>
<div id="app" class="main">
<div class="sidebar" :class="{ 'full-height': menuVisible }">
<div class="top-container" data-aos="fade-right">
<div class="top-header-container">
<a class="site-title-container" href="https://winking324.github.io">
<img src="https://winking324.github.io/images/avatar.png?v=1643337963996" class="site-logo">
<h1 class="site-title">Winking</h1>
</a>
<div class="menu-btn" @click="menuVisible = !menuVisible">
<div class="line"></div>
</div>
</div>
<div>
<a href="/" class="site-nav">
首页
</a>
<a href="/archives" class="site-nav">
归档
</a>
<a href="/tags" class="site-nav">
标签
</a>
<a href="/post/about" class="site-nav">
关于
</a>
</div>
</div>
<div class="bottom-container" data-aos="flip-up" data-aos-offset="0">
<div class="social-container">
<a class="social-link" href="https://github.com/winking324" target="_blank">
<i class="fab fa-github"></i>
</a>
</div>
<div class="site-description">
还愣着干啥!点赞啊!
</div>
<div class="site-footer">
Powered by <a href="https://github.com/winking324/winking324.github.io" target="_blank">winking324</a> | <a class="rss" href="https://winking324.github.io/atom.xml" target="_blank">RSS</a>
</div>
</div>
</div>
<div class="main-container">
<div class="content-container" data-aos="fade-up">
<article class="post-item">
<div class="left">
<a href="https://winking324.github.io/post/macos-apps-daily/">
<h2 class="post-title">MacOS 必备应用 - 日常篇</h2>
</a>
<div class="post-date">
2022-01-27
</div>
<div class="post-abstract">
<p>工欲善其事,必先利其器。对比 Windows 来说,MacOS 是一个干净纯粹的系统,8 年前,当我第一次用上这个系统时,我就立马跟 Windows 说“再见”了。这么多年使用下来,沉淀了一些对于开发者来说是必备的应用。当然大部分对于普通用户来说,也可以说是必备利器,能让你更好的上手 MacOS,然后拍手称快!</p>
</div>
</div>
<a class="right" href="https://winking324.github.io/post/macos-apps-daily/">
<div class="feature-container" style="background-image: url('https://winking324.github.io/post-images/macos-apps-daily.png')">
</div>
</a>
</article>
<article class="post-item">
<div class="left">
<a href="https://winking324.github.io/post/macos-apps-network/">
<h2 class="post-title">MacOS 必备应用 - 网络篇</h2>
</a>
<div class="post-date">
2022-01-25
</div>
<div class="post-abstract">
<p>工欲善其事,必先利其器。对比 Windows 来说,MacOS 是一个干净纯粹的系统,8 年前,当我第一次用上这个系统时,我就立马跟 Windows 说“再见”了。这么多年使用下来,沉淀了一些对于开发者来说是必备的应用。当然大部分对于普通用户来说,也可以说是必备利器,能让你更好的上手 MacOS,然后拍手称快!</p>
</div>
</div>
<a class="right" href="https://winking324.github.io/post/macos-apps-network/">
<div class="feature-container" style="background-image: url('https://winking324.github.io/post-images/macos-apps-network.png')">
</div>
</a>
</article>
<article class="post-item">
<div class="left">
<a href="https://winking324.github.io/post/macos-apps-plugins/">
<h2 class="post-title">MacOS 必备应用 - 插件篇</h2>
</a>
<div class="post-date">
2022-01-19
</div>
<div class="post-abstract">
<p>工欲善其事,必先利其器。对比 Windows 来说,MacOS 是一个干净纯粹的系统,8 年前,当我第一次用上这个系统时,我就立马跟 Windows 说“再见”了。这么多年使用下来,沉淀了一些对于开发者来说是必备的应用。当然大部分对于普通用户来说,也可以说是必备利器,能让你更好的上手 MacOS,然后拍手称快!</p>
</div>
</div>
<a class="right" href="https://winking324.github.io/post/macos-apps-plugins/">
<div class="feature-container" style="background-image: url('https://winking324.github.io/post-images/macos-apps-plugins.png')">
</div>
</a>
</article>
<article class="post-item">
<div class="left">
<a href="https://winking324.github.io/post/gocookbook-init/">
<h2 class="post-title">GoCookbook - 初始化</h2>
</a>
<div class="post-date">
2022-01-18
</div>
<div class="post-abstract">
<p>当你准备开始写一个 Go 的项目,第一件事肯定是考虑创建一个工程文件夹,但是文件夹中的结构是怎样组成的呢?</p>
</div>
</div>
<a class="right" href="https://winking324.github.io/post/gocookbook-init/">
<div class="feature-container" style="background-image: url('https://winking324.github.io/post-images/gocookbook-init.png')">
</div>
</a>
</article>
<article class="post-item">
<div class="left">
<a href="https://winking324.github.io/post/the-minto-pyramid-principle/">
<h2 class="post-title">金字塔原理要点汇总</h2>
</a>
<div class="post-date">
2021-11-29
</div>
<div class="post-abstract">
<p>读完了号称“美团四大名著”之一的《金字塔原理》,总结一句话:食之无味弃之可惜。为什么这么说呢?书中介绍的方法论非常值得学习,但是不知是否翻译原因,整书内容枯燥乏味,一本介绍如何写文章的书却写成这样,实在可惜。</p>
</div>
</div>
<a class="right" href="https://winking324.github.io/post/the-minto-pyramid-principle/">
<div class="feature-container" style="background-image: url('https://winking324.github.io/post-images/the-minto-pyramid-principle.png')">
</div>
</a>
</article>
<article class="post-item">
<div class="left">
<a href="https://winking324.github.io/post/f460-nat/">
<h2 class="post-title">F460 路由器端口映射</h2>
</a>
<div class="post-date">
2019-10-18
</div>
<div class="post-abstract">
<p>家装电信,很多都采用中兴 F460 光猫(路由器),家里自己部署了一个服务器,想要映射到公网上,SSH 登陆上来。但是默认情况下,为了保证安全和防止黑客攻击,光猫上面是不允许将内部端口映射到公网上的。所以这里需要获取到光猫的超级管理员权限,进行端口映射的配置。</p>
</div>
</div>
<a class="right" href="https://winking324.github.io/post/f460-nat/">
<div class="feature-container" style="background-image: url('https://winking324.github.io/post-images/f460-nat.png')">
</div>
</a>
</article>
<article class="post-item">
<div class="left">
<a href="https://winking324.github.io/post/linux-error-codes/">
<h2 class="post-title">Linux 系统错误码</h2>
</a>
<div class="post-date">
2019-10-10
</div>
<div class="post-abstract">
<p>When system requests fail, error code are returned. To understand the nature of the error these codes need to be interpreted.</p>
</div>
</div>
<a class="right" href="https://winking324.github.io/post/linux-error-codes/">
<div class="feature-container" style="background-image: url('https://winking324.github.io/post-images/linux-error-codes.png')">
</div>
</a>
</article>
<article class="post-item">
<div class="left">
<a href="https://winking324.github.io/post/flask-scheduler/">
<h2 class="post-title">Flask 中使用定时任务</h2>
</a>
<div class="post-date">
2019-09-25
</div>
<div class="post-abstract">
<p>最近在使用 Flask 时,需要定期从远端服务器拉取 IP 数据,以提供相关 API 使用。所以使用了 apscheduler 这个定时任务框架来执行数据库读取以及本地数据更新等功能。</p>
<p>这里把踩过的一些坑整理一下。</p>
</div>
</div>
<a class="right" href="https://winking324.github.io/post/flask-scheduler/">
<div class="feature-container" style="background-image: url('https://winking324.github.io/post-images/flask-scheduler.png')">
</div>
</a>
</article>
<article class="post-item">
<div class="left">
<a href="https://winking324.github.io/post/n1-nas/">
<h2 class="post-title">斐讯 N1 盒子搭建 NAS</h2>
</a>
<div class="post-date">
2019-08-08
</div>
<div class="post-abstract">
<p>T1 盒子安装红外模块,并刷完系统后,N1 盒子就放在家里落灰了。为了充分发挥它的作用,把它刷成了一个 NAS,来管理家里的存储设备。</p>
</div>
</div>
<a class="right" href="https://winking324.github.io/post/n1-nas/">
<div class="feature-container" style="background-image: url('https://winking324.github.io/post-images/n1-nas.png')">
</div>
</a>
</article>
<article class="post-item">
<div class="left">
<a href="https://winking324.github.io/post/t1-ir/">
<h2 class="post-title">斐讯 T1 增加红外遥控</h2>
</a>
<div class="post-date">
2019-08-01
</div>
<div class="post-abstract">
<p>在用树莓派获取斐讯 N1 盒子遥控器红外信号时,发现读取不到信息,查了一下,N1 盒子是通过蓝牙遥控器来控制的。虽然网上有各路神仙给 N1 盒子加红外模块,但是没看到有成功的。</p>
<p>但是看到斐讯 T1 盒子预留了红外模块,并且可以直接用红外遥控控制,所以又买了一个斐讯 T1 盒子,来达到红外控制的目的。</p>
</div>
</div>
<a class="right" href="https://winking324.github.io/post/t1-ir/">
<div class="feature-container" style="background-image: url('https://winking324.github.io/post-images/t1-ir.png')">
</div>
</a>
</article>
<div class="pagination-container">
<a href="https://winking324.github.io/page/2" class="next">下一页 <i class="icon-arrow-ios-forward-outline"></i></a>
</div>
</div>
</div>
</div>
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
<script type="application/javascript">
AOS.init();
hljs.initHighlightingOnLoad()
var app = new Vue({
el: '#app',
data: {
menuVisible: false,
},
})
</script>
</body>
</html>