This repository has been archived by the owner on Sep 13, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
288 lines (264 loc) · 13.8 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
<!DOCTYPE html>
<html lang="zh">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>华科美团点评技术俱乐部</title>
<link href="/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="华科美团点评技术俱乐部 Full Atom Feed" />
<!-- Bootstrap Core CSS -->
<link href="/theme/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom CSS -->
<link href="/theme/css/clean-blog.min.css" rel="stylesheet">
<!-- Code highlight color scheme -->
<link href="/theme/css/code_blocks/darkly.css" rel="stylesheet">
<!-- Custom Fonts -->
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href='https://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800' rel='stylesheet' type='text/css'>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
<meta property="og:locale" content="zh_CN.UTF-8">
<meta property="og:site_name" content="华科美团点评技术俱乐部">
</head>
<body>
<!-- Navigation -->
<nav class="navbar navbar-default navbar-custom navbar-fixed-top">
<div class="container-fluid">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header page-scroll">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="/">华科美团点评技术俱乐部</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li><a href="/categories.html">分类</a></li>
<li><a href="/archives.html">归档</a></li>
<li><a href="/authors.html">作者</a></li>
<li><a href="/tags.html">标签</a></li>
<li><a href="/pages/about/index.html">关于</a></li>
<li><a href="/pages/friendlinks/index.html">友链</a></li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container -->
</nav>
<!-- Page Header -->
<!-- Set your background image for this header on the line below. -->
<header class="intro-header" style="background-image: url('/images/bg.jpg')">
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
<div class="page-heading">
<h1>华科美团点评技术俱乐部</h1>
</div>
</div>
</div>
</div>
</header>
<!-- Main Content -->
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
<div class="post-preview">
<a href="/android-xiao-xi-ji-zhi-san-nativeceng-xiao-xi-ji-zhi.html" rel="bookmark" title="Permalink to Android 消息机制(三)Native层消息机制">
<h2 class="post-title">
Android 消息机制(三)Native层消息机制
</h2>
</a>
<p class="article-summary">
之前的两篇文章讲解了java层消息机制的过程以及使用,中间省略了比较多的代码就是在native层实现的消息机制中使用的。这篇文章就对这一部分进行讲解。 起点...
</p>
<p class="post-meta">Posted by
<a href="/author/di-wu.html">Di Wu</a>
on 2017年11月02日 周四
</p>
</div>
<div class="post-preview">
<a href="/android-xiao-xi-ji-zhi-er-handlerdui-xiao-xi-ji-zhi-de-shi-yong.html" rel="bookmark" title="Permalink to Android 消息机制(二)Handler对消息机制的使用">
<h2 class="post-title">
Android 消息机制(二)Handler对消息机制的使用
</h2>
</a>
<p class="article-summary">
Android 消息机制(一)消息队列的创建与循环的开始 Looper与MessageQueue中讲述了消息机制的底层实现,下面就从平时所常用的Handler来讲述消息机制的使用。 Handler...
</p>
<p class="post-meta">Posted by
<a href="/author/di-wu.html">Di Wu</a>
on 2017年10月24日 周二
</p>
</div>
<div class="post-preview">
<a href="/android-xiao-xi-ji-zhi-yi-xiao-xi-dui-lie-de-chuang-jian-yu-xun-huan-de-kai-shi-looperyu-messagequeue.html" rel="bookmark" title="Permalink to Android 消息机制(一)消息队列的创建与循环的开始 Looper与MessageQueue">
<h2 class="post-title">
Android 消息机制(一)消息队列的创建与循环的开始 Looper与MessageQueue
</h2>
</a>
<p class="article-summary">
写在前面 本文基于Android 7.1.1 (API 25)的源码分析编写...
</p>
<p class="post-meta">Posted by
<a href="/author/di-wu.html">Di Wu</a>
on 2017年10月22日 周日
</p>
</div>
<div class="post-preview">
<a href="/advancing-b-trees-w.html" rel="bookmark" title="Permalink to Advancing B-trees w">
<h2 class="post-title">
Advancing B-trees w
</h2>
</a>
<p class="article-summary">
(续上文) -- 什么?B树? -- 不好意思,我不仅有B树,我还有……w emmm,虽然 B 树已经提供了相当优秀的使用体验了,但是如果要真的使用它来做文件系统,我们还需要一些小小的改动w 这篇博客将介绍一部分的这些改动,下一篇博客就要用 btrfs 作为例子来介绍 B...
</p>
<p class="post-meta">Posted by
<a href="/author/huatian-zhou.html">Huatian Zhou</a>
on 2017年10月14日 周六
</p>
</div>
<div class="post-preview">
<a href="/android-hong-mo-shi-jian-fen-fa-ji-zhi-er-yuan-shi-shi-jian-xiao-xi-chuan-di-yu-fen-fa-de-kai-shi.html" rel="bookmark" title="Permalink to Android 触摸事件分发机制(二)原始事件消息传递与分发的开始">
<h2 class="post-title">
Android 触摸事件分发机制(二)原始事件消息传递与分发的开始
</h2>
</a>
<p class="article-summary">
回顾...
</p>
<p class="post-meta">Posted by
<a href="/author/di-wu.html">Di Wu</a>
on 2017年10月07日 周六
</p>
</div>
<div class="post-preview">
<a href="/shen-ru-li-jie-ji-suan-ji-xi-tong-cachelab-partbshi-yan-bao-gao.html" rel="bookmark" title="Permalink to 深入理解计算机系统CacheLab-PartB实验报告">
<h2 class="post-title">
深入理解计算机系统CacheLab-PartB实验报告
</h2>
</a>
<p class="article-summary">
实验答案托管在我的GitHub上 Cache Lab的Part B是我卡了比较久的实验,在7月份做完Pert A之后我卡在了Part...
</p>
<p class="post-meta">Posted by
<a href="/author/hustmeituanbot.html">HustMeituanBot</a>
on 2017年 9月25日 周一
</p>
</div>
<div class="post-preview">
<a href="/android-hong-mo-shi-jian-fen-fa-ji-zhi-yi-cong-nei-he-dao-ying-yong-yi-qie-de-kai-shi.html" rel="bookmark" title="Permalink to Android 触摸事件分发机制(一)从内核到应用 一切的开始">
<h2 class="post-title">
Android 触摸事件分发机制(一)从内核到应用 一切的开始
</h2>
</a>
<p class="article-summary">
写在前面 本文基于Android 7.1.1 (API 25)的源码分析编写...
</p>
<p class="post-meta">Posted by
<a href="/author/di-wu.html">Di Wu</a>
on 2017年 9月14日 周四
</p>
</div>
<div class="post-preview">
<a href="/bshu-w.html" rel="bookmark" title="Permalink to B树w">
<h2 class="post-title">
B树w
</h2>
</a>
<p class="article-summary">
-- 请问你是如何做到心里没有一点点B数的? -- 不好意思,我有w 0x00 Overview B树 ( B-tree )...
</p>
<p class="post-meta">Posted by
<a href="/author/huatian-zhou.html">Huatian Zhou</a>
on 2017年 9月12日 周二
</p>
</div>
<div class="post-preview">
<a href="/tp-link-mr12u-v1shua-openwrtmentohustjiao-cha-bian-yi-fu-wen-jian-xia-zai.html" rel="bookmark" title="Permalink to TP-Link mr12u-v1刷openwrt+mentohust交叉编译(附文件下载)">
<h2 class="post-title">
TP-Link mr12u-v1刷openwrt+mentohust交叉编译(附文件下载)
</h2>
</a>
<p class="article-summary">
写在前面 开学学校启用了有线网,由于校园网存在只能单一设备登陆的限制与无线登陆限速,所以想通过路由器刷openwrt再使用mentohust进行校园网的锐捷认证来实现多设备与不限速使用。 在选择路由器时考虑了如下因素:...
</p>
<p class="post-meta">Posted by
<a href="/author/di-wu.html">Di Wu</a>
on 2017年 9月05日 周二
</p>
</div>
<div class="post-preview">
<a href="/android-contextli-jie-yu-xian-jing.html" rel="bookmark" title="Permalink to Android Context理解与陷阱">
<h2 class="post-title">
Android Context理解与陷阱
</h2>
</a>
<p class="article-summary">
Context? Context在安卓开发时是一个非常常见的组件,我们会在许多地方使用它,举一些例子: 启动新的Activity Service 发送广播,接收广播 填充View 获取资源 相信每一个开发者在看见它时都有过这样一些疑问: Context是什么...
</p>
<p class="post-meta">Posted by
<a href="/author/di-wu.html">Di Wu</a>
on 2017年 7月19日 周三
</p>
</div>
<hr>
<!-- Pager -->
<ul class="pager">
<li class="next">
<a href="/index2.html">Older Posts →</a>
</li>
</ul>
Page 1 / 4
<hr>
</div>
</div>
</div>
<hr>
<!-- Footer -->
<footer>
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
<ul class="list-inline text-center">
<li>
<a href="https://github.com/HUSTMeituanClub">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-github fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
<li>
<a href="mailto:@hustmeituan.club">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-envelope fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
</ul>
<p class="copyright text-muted">
Blog powered by <a href="http://getpelican.com">Pelican</a>,
which takes great advantage of <a href="http://python.org">Python</a>.
</p> </div>
</div>
</div>
</footer>
<!-- jQuery -->
<script src="/theme/js/jquery.min.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="/theme/js/bootstrap.min.js"></script>
<!-- Custom Theme JavaScript -->
<script src="/theme/js/clean-blog.min.js"></script>
</body>
</html>