-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpage8.html
288 lines (228 loc) · 17.7 KB
/
page8.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta http-equiv="Cache-Control" content="no-siteapp">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=1, minimum-scale=1, maximum-scale=1">
<meta name="renderer" content="webkit">
<meta name="google" value="notranslate">
<meta name="robots" content="index,follow">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="我有分寸">
<meta name="twitter:description" content="前某创业公司的看门大爷">
<meta name="twitter:image:src" content="https://wangxu.me/assets/sq2.jpg">
<meta property="og:url" content="https://wangxu.me">
<meta property="og:title" content="我有分寸">
<meta property="og:description" content="前某创业公司的看门大爷">
<meta property="og:site_name" content="我有分寸">
<meta property="og:image" content="https://wangxu.me/assets/sq2.jpg">
<meta property="og:type" content="website">
<meta name="robots" content="noodp">
<meta itemprop="name" content="我有分寸">
<meta itemprop="description" content="前某创业公司的看门大爷">
<meta itemprop="image" content="https://wangxu.me/assets/sq2.jpg">
<link rel="canonical" href="https://wangxu.me">
<link rel="shortcut icon" href="/favicon.png">
<link rel="apple-itouch-icon" href="/favicon.png">
<link rel="stylesheet" href="/bundle/index.css">
<script type="text/javascript">
var timeSinceLang = {
year: '年前',
month: '个月前',
day: '天前',
hour: '小时前',
minute: '分钟前',
second: '秒前'
};
var root = '';
</script>
<script type="text/javascript">
var conn, reloadTimer, connectTimer;
var connect = function() {
conn = new WebSocket('ws://' + location.host + '/live');
conn.onmessage = function(event) {
if (event.data === 'change') {
if (reloadTimer) clearTimeout(reloadTimer);
reloadTimer = setTimeout(function() {
window.location.reload();
}, 200);
}
};
conn.onclose = function() {
if (connectTimer) clearTimeout(connectTimer);
connectTimer = setTimeout(function() {
connect();
}, 1000);
};
};
connect();
</script>
<meta name="keywords" content="前某创业公司的看门大爷">
<meta name="description" content="前某创业公司的看门大爷">
<title>我有分寸</title>
</head>
<body>
<article class="container">
<header class="header-wrap">
<a class="index" href="/">
<img class="logo" src="/assets/sq2.jpg" />
我有分寸
</a>
<ul class="menu">
<li class="menu-item"><a href="/archive.html">归档</a></li>
<li class="menu-item"><a href="/tag.html">标签</a></li>
<li class="menu-item"><a href="/atom.xml">订阅</a></li>
</ul>
</header>
<article class="main page">
<header class="header site">
<img class="logo" src="/assets/sq2.jpg" />
<h1 class="title">我有分寸</h1>
<h2 class="subtitle">前某创业公司的看门大爷</h2>
<div class="search-wrap">
<input id="search" class="search" placeholder="搜索..." data-root="">
<svg class="icon" width="25" height="25" viewBox="0 0 25 25"><path d="M20.067 18.933l-4.157-4.157a6 6 0 1 0-.884.884l4.157 4.157a.624.624 0 1 0 .884-.884zM6.5 11c0-2.62 2.13-4.75 4.75-4.75S16 8.38 16 11s-2.13 4.75-4.75 4.75S6.5 13.62 6.5 11z"></path></svg>
</div>
</header>
<ul class="article-list">
<li class="article">
<a class="title" href="/life/2013/12/22/2013%e5%9b%9e%e6%9c%9b/index.html">2013回望</a>
<section class="info">
<span class="avatar" style="background-image: url(/assets/sq2.jpg);"></span>
<a class="name" href="/about.me.html">gnawux</a>
<span class="date" data-time="1387714391"><span class="from"></span></span>
<span class="tags">
<a class="tag" href="/tag/2013/index.html">2013</a><a class="tag" href="/tag/family/index.html">family</a><a class="tag" href="/tag/life/index.html">life</a><a class="tag" href="/tag/%e5%ae%b6%e5%ba%ad/index.html">家庭</a><a class="tag" href="/tag/%e5%b9%b4%e7%bb%88%e6%80%bb%e7%bb%93/index.html">年终总结</a><a class="tag" href="/tag/%e7%94%9f%e6%b4%bb/index.html">生活</a>
</span>
</section>
</li>
<li class="article">
<a class="title" href="/zhihu/2013/11/29/cc-mm-cn/index.html">[知乎回答] 通讯公司(运营商)无法确切的区分某个手机号的通话状态么?关机,没信号,正在通话中或者正在呼叫其他用户?</a>
<section class="preview content"><p>这实际是两个问题,是否关机、有没有信号,是一部终端的状态问题,这个属于移动性管理的内容;而通话状态如何,是两部终端的关系问题,属于呼叫控制</p>
</section>
<section class="info">
<span class="avatar" style="background-image: url(/assets/sq2.jpg);"></span>
<a class="name" href="/about.me.html">gnawux</a>
<span class="date" data-time="1385683688"><span class="from"></span></span>
<span class="tags">
<a class="tag" href="/tag/communication/index.html">communication</a><a class="tag" href="/tag/PLMN/index.html">PLMN</a><a class="tag" href="/tag/network/index.html">network</a><a class="tag" href="/tag/zhihu/index.html">zhihu</a>
</span>
</section>
</li>
<li class="article">
<a class="title" href="/zhihu/2013/11/16/debian/index.html">[知乎回答] 为什么 Debian 在国内的人气远不如国外?</a>
<section class="preview content"><p>作为历史最悠久的主要 distro 之一,作为历史最悠久的 Linux distro 社区,Debian 的延续性还是很不错,我个人不认为这有严重问题,没必要要求大家都用 debian,各有各的好处</p>
</section>
<section class="info">
<span class="avatar" style="background-image: url(/assets/sq2.jpg);"></span>
<a class="name" href="/about.me.html">gnawux</a>
<span class="date" data-time="1384560488"><span class="from"></span></span>
<span class="tags">
<a class="tag" href="/tag/debian/index.html">debian</a><a class="tag" href="/tag/linux/index.html">linux</a><a class="tag" href="/tag/community/index.html">community</a><a class="tag" href="/tag/opensource/index.html">opensource</a><a class="tag" href="/tag/zhihu/index.html">zhihu</a>
</span>
</section>
</li>
<li class="article">
<a class="title" href="/zhihu/2013/08/29/smart-antenna/index.html">[知乎回答] 智能天线技术是一个好技术吗,具不具备实用性?</a>
<section class="preview content"><p>智能天线又叫自适应天线阵列(AAA),利用数字信号处理技术,将多根天线接收到的信号进行处理,从而形成定向性很强的所谓波束,区分不同位置的终端,降低其他位置的终端的干扰。这个技术实际上在军事/雷达技术中,很早就采用了,就是所谓的相控阵雷达,嗯,宙斯盾听说过吧,就是类似的技术</p>
</section>
<section class="info">
<span class="avatar" style="background-image: url(/assets/sq2.jpg);"></span>
<a class="name" href="/about.me.html">gnawux</a>
<span class="date" data-time="1377734888"><span class="from"></span></span>
<span class="tags">
<a class="tag" href="/tag/communication/index.html">communication</a><a class="tag" href="/tag/smart%20antenna/index.html">smart antenna</a><a class="tag" href="/tag/zhihu/index.html">zhihu</a>
</span>
</section>
</li>
<li class="article">
<a class="title" href="/zhihu/2013/08/28/cell/index.html">[知乎回答] 手机是如何从与基站的信号交换中识别自身是否正在被呼叫的?</a>
<section class="preview content"><p>一个基站可以支持很多信道,但大体上说,分为公共信道和专用信道两类,所谓公共信道就是大家共用的,专用信道就是专门给你打电话或者传数据的</p>
</section>
<section class="info">
<span class="avatar" style="background-image: url(/assets/sq2.jpg);"></span>
<a class="name" href="/about.me.html">gnawux</a>
<span class="date" data-time="1377648488"><span class="from"></span></span>
<span class="tags">
<a class="tag" href="/tag/cellular/index.html">cellular</a><a class="tag" href="/tag/communication/index.html">communication</a><a class="tag" href="/tag/%e7%a7%bb%e5%8a%a8%e7%bd%91%e7%bb%9c/index.html">移动网络</a><a class="tag" href="/tag/zhihu/index.html">zhihu</a>
</span>
</section>
</li>
<li class="article">
<a class="title" href="/zhihu/2013/08/21/metro-safety/index.html">[知乎回答] 地铁到底是怎么供电的?无意中掉到站台下,应该怎么避免触电?</a>
<section class="preview content"><p>地铁的供电方式主要有触网供电和三轨供电两种,触网供电时,是靠列车上方的电弓和触网接触供电的,这种方式跌落轨行区也不可能触电;另一种方式是三轨方式,是由列车行走的铁轨(行走轨)之外的,位于侧面,离地面有一定距离的第三轨来供电的,列车上的受流器和三轨的上表面或下表面接触供电,如果接触第三轨可能导致触电</p>
</section>
<section class="info">
<span class="avatar" style="background-image: url(/assets/sq2.jpg);"></span>
<a class="name" href="/about.me.html">gnawux</a>
<span class="date" data-time="1404259688"><span class="from"></span> 更新</span>
<span class="tags">
<a class="tag" href="/tag/metro/index.html">metro</a><a class="tag" href="/tag/safety/index.html">safety</a><a class="tag" href="/tag/zhihu/index.html">zhihu</a>
</span>
</section>
</li>
<li class="article">
<a class="title" href="/translation/2013/06/02/%e3%80%90%e8%af%91%e6%96%87%e3%80%91lsfmm:-%e7%bc%93%e5%ad%98-%e2%80%94-dm-cache-%e4%b8%8e-bcache/index.html">【译文】LSFMM: 缓存 — dm-cache 与 bcache</a>
<section class="info">
<span class="avatar" style="background-image: url(/assets/sq2.jpg);"></span>
<a class="name" href="/about.me.html">gnawux</a>
<span class="date" data-time="1370185413"><span class="from"></span></span>
<span class="tags">
<a class="tag" href="/tag/bcache/index.html">bcache</a><a class="tag" href="/tag/block/index.html">block</a><a class="tag" href="/tag/dm/index.html">dm</a><a class="tag" href="/tag/dm-cache/index.html">dm-cache</a><a class="tag" href="/tag/linux/index.html">linux</a><a class="tag" href="/tag/lsfmm/index.html">lsfmm</a><a class="tag" href="/tag/lwn/index.html">lwn</a><a class="tag" href="/tag/storage/index.html">storage</a><a class="tag" href="/tag/translation/index.html">translation</a>
</span>
</section>
</li>
<li class="article">
<a class="title" href="/life/2013/06/01/%e5%85%b0%e5%8d%a1%e5%a8%81%e7%8e%af%e5%b2%9b%e8%87%aa%e9%a9%be%e6%b8%b8/index.html">兰卡威环岛自驾游</a>
<section class="info">
<span class="avatar" style="background-image: url(/assets/sq2.jpg);"></span>
<a class="name" href="/about.me.html">gnawux</a>
<span class="date" data-time="1370101136"><span class="from"></span></span>
<span class="tags">
<a class="tag" href="/tag/family/index.html">family</a><a class="tag" href="/tag/langkawi/index.html">langkawi</a><a class="tag" href="/tag/%e5%85%b0%e5%8d%a1%e5%a8%81/index.html">兰卡威</a><a class="tag" href="/tag/%e5%ae%b6%e5%ba%ad/index.html">家庭</a><a class="tag" href="/tag/%e6%97%85%e6%b8%b8/index.html">旅游</a><a class="tag" href="/tag/%e7%94%9f%e6%b4%bb/index.html">生活</a><a class="tag" href="/tag/%e8%87%aa%e9%a9%be/index.html">自驾</a><a class="tag" href="/tag/%e9%a9%ac%e6%9d%a5%e8%a5%bf%e4%ba%9a/index.html">马来西亚</a><a class="tag" href="/tag/life/index.html">life</a>
</span>
</section>
</li>
<li class="article">
<a class="title" href="/linux/2013/06/01/%e5%9c%a8%e6%96%b0-thinkpad-s3-%e4%b8%8a%e4%bd%bf%e7%94%a8-bcache-%e4%bd%9c%e4%b8%ba-linux-%e7%9a%84%e6%a0%b9%e5%88%86%e5%8c%ba/index.html">在新 Thinkpad S3 上使用 bcache 作为 Linux 的根分区</a>
<section class="info">
<span class="avatar" style="background-image: url(/assets/sq2.jpg);"></span>
<a class="name" href="/about.me.html">gnawux</a>
<span class="date" data-time="1370073475"><span class="from"></span></span>
<span class="tags">
<a class="tag" href="/tag/bcache/index.html">bcache</a><a class="tag" href="/tag/initramfs/index.html">initramfs</a><a class="tag" href="/tag/linux/index.html">linux</a><a class="tag" href="/tag/scripts/index.html">scripts</a><a class="tag" href="/tag/ubuntu/index.html">ubuntu</a>
</span>
</section>
</li>
<li class="article">
<a class="title" href="/life/2013/04/28/%e4%b8%a4%e5%b9%b4%e4%b9%8b%e5%90%8e%ef%bc%8c%e5%86%8d%e6%ac%a1%e5%91%8a%e5%88%ab/index.html">两年之后,再次告别</a>
<section class="info">
<span class="avatar" style="background-image: url(/assets/sq2.jpg);"></span>
<a class="name" href="/about.me.html">gnawux</a>
<span class="date" data-time="1367162601"><span class="from"></span></span>
<span class="tags">
<a class="tag" href="/tag/%e5%b7%a5%e4%bd%9c/index.html">工作</a><a class="tag" href="/tag/%e6%84%9f%e6%82%9f/index.html">感悟</a><a class="tag" href="/tag/life/index.html">life</a>
</span>
</section>
</li>
</ul>
<section class="page-nav">
<a class="prev" href="/page7.html">上一页</a>
<span class="nav">8 / 27</span>
<a class="next" href="/page9.html">下一页</a>
</section>
</article>
</article>
<footer class="footer">
<span class="copyright">
我有分寸 ©
<script type="text/javascript">
document.write(new Date().getFullYear());
</script>
</span>
<span class="publish">Powered by <a href="http://www.chole.io/" target="_blank">Ink</a></span>
</footer>
</body>
<script src="/bundle/index.js"></script>
</html>