-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
361 lines (171 loc) · 9.15 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
354
355
356
357
358
359
360
361
<!DOCTYPE html>
<html lang="">
<head>
<meta charset="UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width,user-scalable=no,initial-scale=1,minimum-scale=1,maximum-scale=1">
<meta http-equiv="Cache-Control" content="no-transform" />
<meta http-equiv="Cache-Control" content="no-siteapp" />
<link rel="alternate" href="/atom.xml" title="MengQi Yang">
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico?v=1.1" />
<link rel="canonical" href="http://5mengqi.cc/"/>
<meta property="og:type" content="website">
<meta property="og:title" content="MengQi Yang">
<meta property="og:url" content="http://5mengqi.cc/index.html">
<meta property="og:site_name" content="MengQi Yang">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="MengQi Yang">
<link rel="stylesheet" type="text/css" href="/css/style.css?v=1.1" />
<link href='https://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet'>
<script type="text/javascript">
var themeConfig = {
fancybox: {
enable: false
},
};
</script>
<script type="text/javascript">
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-93547748-1', 'auto');
ga('send', 'pageview');
</script>
<title> MengQi Yang</title>
</head>
<body>
<div id="page">
<header id="masthead"><div class="site-header-inner">
<h1 class="site-title">
<a href="/." class="logo">MengQi Yang</a>
</h1>
<nav id="nav-top">
<ul id="menu-top" class="nav-top-items">
<li class="menu-item">
<a href="/archives">
Archives
</a>
</li>
</ul>
</nav>
</div>
</header>
<div id="content">
<div id="primary" class="home">
<article class="post">
<header class="post-header">
<h1 class="post-title">
<a class="post-link" href="/blogs/talk-about-the-mediator-pattern/">聊聊中介者模式</a>
</h1>
<time class="post-time">
May 11 2017
</time>
</header>
<div class="post-excerpt">
之所以想聊聊中介者模式,是因为在之前关于iOS组件化方案的争论中拜读了bang大神的总结,他文中详细的介绍了如何利用中介者模式来解决模块之间的调用依赖。
</div>
</article>
<article class="post">
<header class="post-header">
<h1 class="post-title">
<a class="post-link" href="/blogs/talk-about-mvc-and-mvvm/">谈谈MVC和MVVM</a>
</h1>
<time class="post-time">
May 2 2017
</time>
</header>
<div class="post-excerpt">
刚接触iOS这行时,对架构这些没什么概念,很多时候是为了实现功能,代码难免写得杂乱不堪,这5年积累让我认识到写代码简洁优雅、层次分明、思路清晰是非常重要的。
</div>
</article>
<article class="post">
<header class="post-header">
<h1 class="post-title">
<a class="post-link" href="/blogs/include-ios-interview-questions-2/">iOS面试题收录(二)</a>
</h1>
<time class="post-time">
Apr 13 2017
</time>
</header>
<div class="post-excerpt">
工作这么些年,被面试和面试他人都有经历不少了,个人感觉一个优秀的面试者应该包含诚恳、谦虚、自信、上进这些特质!当然技术也是很重要的考察点,因此面试之前还是要充分准备的,除了要对项目加深熟悉外,刷一刷热门面试题也是有用的。
</div>
</article>
<article class="post">
<header class="post-header">
<h1 class="post-title">
<a class="post-link" href="/blogs/include-ios-interview-questions-1/">iOS面试题收录(一)</a>
</h1>
<time class="post-time">
Mar 23 2017
</time>
</header>
<div class="post-excerpt">
工作这么些年,被面试和面试他人都有经历不少了,个人感觉一个优秀的面试者应该包含诚恳、谦虚、自信、上进这些特质!当然技术也是很重要的考察点,因此面试之前还是要充分准备的,除了要对项目加深熟悉外,刷一刷热门面试题也是有用的。
</div>
</article>
<article class="post">
<header class="post-header">
<h1 class="post-title">
<a class="post-link" href="/blogs/build-personal-blog/">搭建个人博客</a>
</h1>
<time class="post-time">
May 28 2016
</time>
</header>
<div class="post-excerpt">
一直有想法弄个博客来写东西,可怯于自己的水平、文笔怕写不出什么内容来,加之人也有点惰性blabla,也是拖了好久,现在想着其实没必要在意这么多,网络的世界重在分享!so先来聊聊如何搭建博客吧!
</div>
</article>
<nav class="pagination">
</nav>
</div>
<div id="secondary">
<section id="tags" class="widget-area widget_categories">
<h3 class="widget-title">Categories</h3>
<ul class="category-list"><li class="category-list-item"><a class="category-list-link" href="/categories/ios/">iOS</a><span class="category-list-count">4</span></li><li class="category-list-item"><a class="category-list-link" href="/categories/other/">其它</a><span class="category-list-count">1</span></li></ul>
</section>
<section id="tags" class="widget-area widget_tags">
<h3 class="widget-title">Tags</h3>
<ul class="tag-list"><li class="tag-list-item"><a class="tag-list-link" href="/tags/github-pages/">Github Pages</a><span class="tag-list-count">1</span></li><li class="tag-list-item"><a class="tag-list-link" href="/tags/hexo/">Hexo</a><span class="tag-list-count">1</span></li><li class="tag-list-item"><a class="tag-list-link" href="/tags/interview/">面试</a><span class="tag-list-count">2</span></li><li class="tag-list-item"><a class="tag-list-link" href="/tags/中介者模式/">中介者模式</a><span class="tag-list-count">1</span></li><li class="tag-list-item"><a class="tag-list-link" href="/tags/MVC/">MVC</a><span class="tag-list-count">1</span></li><li class="tag-list-item"><a class="tag-list-link" href="/tags/MVVM/">MVVM</a><span class="tag-list-count">1</span></li><li class="tag-list-item"><a class="tag-list-link" href="/tags/ReactiveCocoa/">ReactiveCocoa</a><span class="tag-list-count">1</span></li></ul>
</section>
</div>
</div>
<footer id="colophon"><span class="copyright-year">
©
2016 -
2017
<span class="footer-author">MengQi Yang.</span>
<span class="power-by">
由 <a class="hexo-link" href="https://hexo.io/">Hexo</a> and <a class="theme-link" href="https://github.com/frostfan/hexo-theme-polarbear">Polar Bear</a> 强力驱动
</span>
</span>
</footer>
<div class="back-to-top" id="back-to-top">
<i class="iconfont icon-up"></i>
</div>
</div>
<script type="text/javascript">
var disqus_shortname = 'monkiyang';
var disqus_identifier = 'index.html';
var disqus_title = "";
var disqus = {
load : function disqus(){
if(typeof DISQUS !== 'object') {
(function () {
var s = document.createElement('script'); s.async = true;
s.type = 'text/javascript';
s.src = '//' + disqus_shortname + '.disqus.com/embed.js';
(document.getElementsByTagName('HEAD')[0] || document.getElementsByTagName('BODY')[0]).appendChild(s);
}());
$('#load-disqus').remove(); ///加载后移除按钮
}
}
}
</script>
<script type="text/javascript" src="/lib/jquery/jquery-3.1.1.min.js"></script>
<script type="text/javascript" src="/js/src/theme.js?v=1.1"></script>
<script type="text/javascript" src="/js/src/bootstrap.js?v=1.1"></script>
</body>
</html>