-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
390 lines (355 loc) · 17.3 KB
/
index.html
File metadata and controls
390 lines (355 loc) · 17.3 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
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
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
<!DOCTYPE html>
<html lang="en">
<head><meta name="generator" content="Hexo 3.9.0"><meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta http-equiv="Cache-Control" content="no-transform">
<meta http-equiv="Cache-Control" content="no-siteapp">
<meta name="theme-color" content="#f8f5ec">
<meta name="msapplication-navbutton-color" content="#f8f5ec">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="#f8f5ec">
<meta name="description" content="A bunch of the technical things, life, memories, tips, tools and balalalala things, whatever"><link rel="alternate" href="/atom.xml" title="ITABAS"><link rel="shortcut icon" type="image/x-icon" href="/favicon.ico?v=2.11.0">
<link rel="canonical" href="https://tech.itabas.com/">
<link rel="stylesheet" type="text/css" href="/lib/fancybox/jquery.fancybox.css">
<link rel="stylesheet" type="text/css" href="/css/style.css?v=2.11.0">
<script id="baidu_analytics">
var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?55dddc0bcf5586602b667550911fde04";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script><!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-50282295-4"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-50282295-4');
</script><script id="baidu_push">
(function(){
var bp = document.createElement('script');
var curProtocol = window.location.protocol.split(':')[0];
if (curProtocol === 'https') {
bp.src = 'https://zz.bdstatic.com/linksubmit/push.js';
}
else {
bp.src = 'http://push.zhanzhang.baidu.com/push.js';
}
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(bp, s);
})();
</script>
<script src="//cdn1.lncld.net/static/js/3.1.1/av-min.js"></script>
<script id="leancloud">
AV.init({
appId: "CoEy126Hk5NBPaVCgahS7P0p-gzGzoHsz",
appKey: "Sd1OLyWqAE53kPjgBvFXuaCJ"
});
</script><script>
window.config = {"leancloud":{"app_id":"CoEy126Hk5NBPaVCgahS7P0p-gzGzoHsz","app_key":"Sd1OLyWqAE53kPjgBvFXuaCJ"},"toc":true,"fancybox":true,"pjax":"","latex":false};
</script>
<title>ITABAS</title>
<link rel="alternate" href="/atom.xml" title="ITABAS" type="application/atom+xml">
</head>
<body><div id="mobile-navbar" class="mobile-navbar">
<div class="mobile-header-logo">
<a href="/." class="logo">ITABAS</a>
</div>
<div class="mobile-navbar-icon">
<span></span>
<span></span>
<span></span>
</div>
</div>
<nav id="mobile-menu" class="mobile-menu slideout-menu">
<ul class="mobile-menu-list"><a href="/">
<li class="mobile-menu-item">Home
</li>
</a><a href="/archives/">
<li class="mobile-menu-item">Archives
</li>
</a><a href="/tags">
<li class="mobile-menu-item">Tags
</li>
</a><a href="/about">
<li class="mobile-menu-item">About
</li>
</a></ul>
</nav>
<div class="container" id="mobile-panel">
<header id="header" class="header"><div class="logo-wrapper">
<a href="/." class="logo">ITABAS</a>
</div>
<nav class="site-navbar"><ul id="menu" class="menu"><li class="menu-item">
<a class="menu-item-link" href="/">
Home
</a>
</li>
<li class="menu-item">
<a class="menu-item-link" href="/archives/">
Archives
</a>
</li>
<li class="menu-item">
<a class="menu-item-link" href="/tags">
Tags
</a>
</li>
<li class="menu-item">
<a class="menu-item-link" href="/about">
About
</a>
</li>
</ul></nav>
</header>
<main id="main" class="main">
<div class="content-wrapper">
<div id="content" class="content"><section id="posts" class="posts"><article class="post">
<header class="post-header">
<h1 class="post-title"><a class="post-link" href="/2020/01/01/life/event-2019/">2019总结</a>
</h1>
<div class="post-meta">
<span class="post-time">
2020-01-01
</span><span class="post-category">
<a href="/categories/Life/">Life</a>
</span>
<span class="post-visits" data-url="/2020/01/01/life/event-2019/" data-title="2019总结">
Visits 0
</span>
</div>
</header>
<div class="post-content"><blockquote>
<p>今年的元旦虽然过的跟平常的日子几乎一样,但总觉得这个 20 世纪 10 年代赋予了它深刻的意义,就像说的 2019 年是往年来最差的一年,但却是未来十年最好的一年。这谁又知道呢?总结还是要一如既往的回顾一下,才能打鸡血冲向未来,你说不是吗?</p>
</blockquote>
<div class="read-more">
<a href="/2020/01/01/life/event-2019/" class="read-more-link">Read more..</a>
</div>
</div></article>
<article class="post">
<header class="post-header">
<h1 class="post-title"><a class="post-link" href="/2018/01/21/life/event-2017/">2017总结</a>
</h1>
<div class="post-meta">
<span class="post-time">
2018-01-21
</span><span class="post-category">
<a href="/categories/Life/">Life</a>
</span>
<span class="post-visits" data-url="/2018/01/21/life/event-2017/" data-title="2017总结">
Visits 0
</span>
</div>
</header>
<div class="post-content"><blockquote>
<p>前两天正好赶上新公司的年会,自己去年的总结一直没有写,到现在才开始写。去年一年有点像空白,年龄一大脑袋不太记事儿了。。。</p>
</blockquote>
<div class="read-more">
<a href="/2018/01/21/life/event-2017/" class="read-more-link">Read more..</a>
</div>
</div></article>
<article class="post">
<header class="post-header">
<h1 class="post-title"><a class="post-link" href="/2017/11/27/tools/youget-download-tool/">再安利一款命令行下载工具</a>
</h1>
<div class="post-meta">
<span class="post-time">
2017-11-27
</span><span class="post-category">
<a href="/categories/Tools/">Tools</a>
</span>
<span class="post-visits" data-url="/2017/11/27/tools/youget-download-tool/" data-title="再安利一款命令行下载工具">
Visits 0
</span>
</div>
</header>
<div class="post-content"><p>流媒体视频下载号称覆盖各大主流网站<code>Youtube</code>,<code>Twitter</code>, <code>TED</code>,<code>Bilibili</code>,<code>iQIYI</code>等等。<a href="https://you-get.org/#supported-sites" target="_blank" rel="noopener">Supported-sites</a><br>拿当前的几个网站测试玩玩~</p>
<div class="read-more">
<a href="/2017/11/27/tools/youget-download-tool/" class="read-more-link">Read more..</a>
</div>
</div></article>
<article class="post">
<header class="post-header">
<h1 class="post-title"><a class="post-link" href="/2017/11/25/tools/baidu-pan-download-tool/">安利一款百度云盘下载工具</a>
</h1>
<div class="post-meta">
<span class="post-time">
2017-11-25
</span><span class="post-category">
<a href="/categories/Tools/">Tools</a>
</span>
<span class="post-visits" data-url="/2017/11/25/tools/baidu-pan-download-tool/" data-title="安利一款百度云盘下载工具">
Visits 0
</span>
</div>
</header>
<div class="post-content"><p>首先这款工具是在找<code>Aira2-RPC</code>网盘下载时才发现的,原来的chrome插件<a href="https://github.com/acgotaku/BaiduExporter" target="_blank" rel="noopener">BaiduExporter</a>,去年用过一段时间,我自己感觉不是很好,不知道是不是用法不对还是怎么,<code>Aria2</code>老半天才弹出来,现在大家普遍反应百度云对此类连接做了限制,所以找了找其它的就发现了这个。初步试了试感觉还不错,可以继续把百度云上的东西搬到自己的<code>NAS</code>上。一来摆脱百度云盘这个毒瘤应用程序,二来在<code>Rasp</code>上直接搞就行了。</p>
<div class="read-more">
<a href="/2017/11/25/tools/baidu-pan-download-tool/" class="read-more-link">Read more..</a>
</div>
</div></article>
<article class="post">
<header class="post-header">
<h1 class="post-title"><a class="post-link" href="/2017/11/13/raspberry/raspberry-pi3-wireless-repeater-server/">Raspberry Pi3 打造无线中继服务器</a>
</h1>
<div class="post-meta">
<span class="post-time">
2017-11-13
</span><span class="post-category">
<a href="/categories/Raspberry/">Raspberry</a>
</span>
<span class="post-visits" data-url="/2017/11/13/raspberry/raspberry-pi3-wireless-repeater-server/" data-title="Raspberry Pi3 打造无线中继服务器">
Visits 0
</span>
</div>
</header>
<div class="post-content"><p>既然rasp又活了一开始想着用它来搞个WIFI中继。之前对这个原理不是很懂,也不知道具体是怎么实现的,这次搞一搞。</p>
<p>后来摸索着不妨就单开个热点做梯子用,其实中继模式和桥接模式很类似,表面上看可以简单的说只是无线SSID广播不同的信号,实际在实现上还是有诸多区别,这里就记一下所趟的坑。</p>
<div class="read-more">
<a href="/2017/11/13/raspberry/raspberry-pi3-wireless-repeater-server/" class="read-more-link">Read more..</a>
</div>
</div></article>
<article class="post">
<header class="post-header">
<h1 class="post-title"><a class="post-link" href="/2017/11/10/raspberry/raspberry-pi3-funny-service/">Raspberry Pi3 有趣玩法</a>
</h1>
<div class="post-meta">
<span class="post-time">
2017-11-10
</span><span class="post-category">
<a href="/categories/Raspberry/">Raspberry</a>
</span>
<span class="post-visits" data-url="/2017/11/10/raspberry/raspberry-pi3-funny-service/" data-title="Raspberry Pi3 有趣玩法">
Visits 0
</span>
</div>
</header>
<div class="post-content"><p>前两天又看到了用树莓派可以做FM射频广播,感觉挺好玩的。另外简单的还有网络音频播放器,如果实现语音播报功能的话,类似的可以实现正点报时,闹钟提醒还有智能语音对话,当然咯这些的实现后面有时间的话一个一个来玩~</p>
<div class="read-more">
<a href="/2017/11/10/raspberry/raspberry-pi3-funny-service/" class="read-more-link">Read more..</a>
</div>
</div></article>
<article class="post">
<header class="post-header">
<h1 class="post-title"><a class="post-link" href="/2017/09/23/python/difference-with-various-methods/">Python - 实例方法,类方法,静态方法和抽象方法区别</a>
</h1>
<div class="post-meta">
<span class="post-time">
2017-09-23
</span><span class="post-category">
<a href="/categories/Python/">Python</a>
</span>
<span class="post-visits" data-url="/2017/09/23/python/difference-with-various-methods/" data-title="Python - 实例方法,类方法,静态方法和抽象方法区别">
Visits 0
</span>
</div>
</header>
<div class="post-content"><p>Python的<code>instance</code>方法,<code>class</code>方法,<code>static</code>方法和<code>abstract</code>方法。<br>实例方法的声明只需将第一个参数指定为<code>self</code>, 静态方法无参数要求。而类方法需将第一个参数指定为类<code>cls</code>。抽象方法是定义在基类中的一种方法,不提供任何实现。</p>
<div class="read-more">
<a href="/2017/09/23/python/difference-with-various-methods/" class="read-more-link">Read more..</a>
</div>
</div></article>
<article class="post">
<header class="post-header">
<h1 class="post-title"><a class="post-link" href="/2017/09/17/python/iterator-difference-with-generator/">Python - 迭代器和生成器区别(Iterator vs Generator)</a>
</h1>
<div class="post-meta">
<span class="post-time">
2017-09-17
</span><span class="post-category">
<a href="/categories/Python/">Python</a>
</span>
<span class="post-visits" data-url="/2017/09/17/python/iterator-difference-with-generator/" data-title="Python - 迭代器和生成器区别(Iterator vs Generator)">
Visits 0
</span>
</div>
</header>
<div class="post-content"><p>下面简单说一下迭代器和生成器的区别:</p>
<p>通常生成器是通过调用一个或多个<code>yield</code>表达式构成的函数。每个生成器都是迭代器。<br>而迭代器是一个抽象的概念,包括了<code>iterable</code>和<code>iterator</code>这两种实现。</p>
<div class="read-more">
<a href="/2017/09/17/python/iterator-difference-with-generator/" class="read-more-link">Read more..</a>
</div>
</div></article>
<article class="post">
<header class="post-header">
<h1 class="post-title"><a class="post-link" href="/2017/09/09/python/python-tutorial/">Python 之旅 - 开篇</a>
</h1>
<div class="post-meta">
<span class="post-time">
2017-09-09
</span><span class="post-category">
<a href="/categories/Python/">Python</a>
</span>
<span class="post-visits" data-url="/2017/09/09/python/python-tutorial/" data-title="Python 之旅 - 开篇">
Visits 0
</span>
</div>
</header>
<div class="post-content"><p>Python基础还是照着<a href="https://www.liaoxuefeng.com/wiki/0014316089557264a6b348958f449949df42a6d3a2e542c000" target="_blank" rel="noopener">廖雪峰的教程</a>撸了一遍。<br>教程的学习路线开始太过平缓,后期直线上升很容易扯着蛋~</p>
<div class="read-more">
<a href="/2017/09/09/python/python-tutorial/" class="read-more-link">Read more..</a>
</div>
</div></article>
<article class="post">
<header class="post-header">
<h1 class="post-title"><a class="post-link" href="/2017/08/29/vps/vps_bbr/">Vps开启bbr加速</a>
</h1>
<div class="post-meta">
<span class="post-time">
2017-08-29
</span><span class="post-category">
<a href="/categories/Vps/">Vps</a>
</span>
<span class="post-visits" data-url="/2017/08/29/vps/vps_bbr/" data-title="Vps开启bbr加速">
Visits 0
</span>
</div>
</header>
<div class="post-content"><h2 id="One-Step"><a href="#One-Step" class="headerlink" title="One-Step"></a>One-Step</h2><blockquote>
<p>Quick installation(懒人一键安装)</p>
</blockquote>
<div class="read-more">
<a href="/2017/08/29/vps/vps_bbr/" class="read-more-link">Read more..</a>
</div>
</div></article>
<nav class="pagination"><a class="next" href="/page/2/">
<span class="next-text">Next</span>
<i class="iconfont icon-right"></i>
</a>
</nav></section></div></div>
</main>
<footer id="footer" class="footer"><div class="social-links"><a href="mailto:me@itabas.com" class="iconfont icon-email" title="email"></a>
<a href="https://www.twitter.com/itabas16" class="iconfont icon-twitter" title="twitter"></a>
<a href="https://www.facebook.com/itabas16" class="iconfont icon-facebook" title="facebook"></a>
<a href="https://github.com/itabas016" class="iconfont icon-github" title="github"></a>
<a href="http://weibo.com/struthio" class="iconfont icon-weibo" title="weibo"></a>
<a href="https://www.instagram.com/itabas016/" class="iconfont icon-instagram" title="instagram"></a>
<a href="/atom.xml" class="iconfont icon-rss" title="rss"></a>
</div><div class="copyright">
<span class="power-by">
Powered by <a class="hexo-link" href="https://hexo.io/">Hexo</a>
</span>
<span class="division">|</span>
<span class="theme-info">
Theme -
<a class="theme-link" href="https://github.com/ahonn/hexo-theme-even">Even</a>
</span>
<span class="copyright-year">©2016 - 2020<span class="heart">
<i class="iconfont icon-heart"></i>
</span>
<span class="author">itabas016</span>
</span>
</div>
</footer>
<div class="back-to-top" id="back-to-top">
<i class="iconfont icon-up"></i>
</div>
</div><script type="text/javascript" src="/lib/jquery/jquery.min.js"></script>
<script type="text/javascript" src="/lib/slideout/slideout.js"></script>
<script type="text/javascript" src="/lib/fancybox/jquery.fancybox.pack.js"></script>
<script type="text/javascript" src="/js/src/even.js?v=2.11.0"></script>
</body>
</html>