-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex4.html
497 lines (373 loc) · 30.7 KB
/
index4.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
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
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
<!DOCTYPE html>
<html lang="zh">
<head>
<title>分享即美德</title>
<meta charset="utf-8" />
<!-- Mobile viewport optimized: j.mp/bplateviewport -->
<meta name="viewport" content="width=device-width,initial-scale=1, maximum-scale=1">
<link rel="stylesheet" type="text/css" href="/theme/gumby.css" />
<link rel="stylesheet" type="text/css" href="/theme/style.css" />
<link rel="stylesheet" type="text/css" href="/theme/pygment.css" />
<script src="/theme/js/libs/modernizr-2.6.2.min.js"></script>
<script>
(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-77750244-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body id="index" class="home">
<div class="container">
<div class="row">
<header id="banner" class="body">
<h2><a href="/">分享即美德 <strong></strong></a></h2>
</header><!-- /#banner -->
<div id="navigation" class="navbar row">
<a href="#" gumby-trigger="#navigation > ul" class="toggle"><i class="icon-menu"></i></a>
<ul class="columns">
<!-- <li><a href="/">Home</a></li> -->
<li><a href="/">首页</a></li>
<li><a href="/archives">归档</a></li>
<li><a href="/categories">分类</a></li>
<li><a href="/tags">标签</a></li>
<li><a href="/aboutme">关于我</a></li>
</ul>
</div>
<section id="content">
<div class="row">
<div class="eleven columns">
<ol id="post-list">
<li><article class="hentry">
<header> <h3 class="entry-title"><a href="/使用pelican在Github pages上搭建博客遇到的坑.html" rel="bookmark" title="Permalink to 使用pelican在Github pages上搭建博客遇到的坑">使用pelican在Github pages上搭建博客遇到的坑</a></h3> </header>
<footer class="post-info">
<abbr class="published" title="2016-04-26T00:00:00+02:00"> 2016年04月26 </abbr>
<!-- -->
<address class="vcard author">
<!-- <a class="url fn" href="aboutme.html"> admin</a>
-->
</address>
<!-- -->
</footer><!-- /.post-info -->
<div class="entry-content"> <p>使用pelican在Github pages上搭建博客遇到的坑</p> </div><!-- /.entry-content -->
<!-- <div class="medium primary btn"><a href="/使用pelican在Github pages上搭建博客遇到的坑.html" rel="bookmark" title="Permalink to 使用pelican在Github pages上搭建博客遇到的坑">Read more <i class="icon-arrow-right"></i></a></div> -->
<div class="row tag-row">
<!-- <span>Tagged as : </span> -->
<a class="danger label" href="/tag/pelican.html">pelican</a>
<a class="danger label" href="/tag/githubio.html">Github.io</a>
<a class="danger label" href="/tag/python.html">python</a>
</div>
</article></li>
<li><article class="hentry">
<header> <h3 class="entry-title"><a href="/ios-mac-tools.html" rel="bookmark" title="Permalink to iOS mac工具集">iOS mac工具集</a></h3> </header>
<footer class="post-info">
<abbr class="published" title="2015-05-29T00:00:00+02:00"> 2015年05月29 </abbr>
<!-- -->
<address class="vcard author">
<!-- <a class="url fn" href="aboutme.html"> admin</a>
-->
</address>
<!-- -->
</footer><!-- /.post-info -->
<div class="entry-content"> <p>记录一下自己mac上安装的,并且每天都在用的软件</p>
<h4>1,Evernote</h4>
<p>大名鼎鼎的印象笔记,功能强大;</p>
<h4>2,SourceTree</h4>
<p>非常好用的版本控制工具GUI软件,支持git ...</p> </div><!-- /.entry-content -->
<!-- <div class="medium primary btn"><a href="/ios-mac-tools.html" rel="bookmark" title="Permalink to iOS mac工具集">Read more <i class="icon-arrow-right"></i></a></div> -->
<div class="row tag-row">
<!-- <span>Tagged as : </span> -->
<a class="danger label" href="/tag/ios.html">iOS</a>
<a class="danger label" href="/tag/gong-ju.html">工具</a>
</div>
</article></li>
<li><article class="hentry">
<header> <h3 class="entry-title"><a href="/custom-xcode-remove-a-line-with-python.html" rel="bookmark" title="Permalink to xcode自定义“删除一行”快捷键的python脚本">xcode自定义“删除一行”快捷键的python脚本</a></h3> </header>
<footer class="post-info">
<abbr class="published" title="2015-04-10T00:00:00+02:00"> 2015年04月10 </abbr>
<!-- -->
<address class="vcard author">
<!-- <a class="url fn" href="aboutme.html"> admin</a>
-->
</address>
<!-- -->
</footer><!-- /.post-info -->
<div class="entry-content"> <p>xcode自定义“删除一行”快捷键的python脚本</p> </div><!-- /.entry-content -->
<!-- <div class="medium primary btn"><a href="/custom-xcode-remove-a-line-with-python.html" rel="bookmark" title="Permalink to xcode自定义“删除一行”快捷键的python脚本">Read more <i class="icon-arrow-right"></i></a></div> -->
<div class="row tag-row">
<!-- <span>Tagged as : </span> -->
<a class="danger label" href="/tag/ios.html">iOS</a>
<a class="danger label" href="/tag/xcode.html">xcode</a>
</div>
</article></li>
<li><article class="hentry">
<header> <h3 class="entry-title"><a href="/ios7-background-modes.html" rel="bookmark" title="Permalink to iOS 7新增三种后台测试">iOS 7新增三种后台测试</a></h3> </header>
<footer class="post-info">
<abbr class="published" title="2015-03-27T00:00:00+01:00"> 2015年03月27 </abbr>
<!-- -->
<address class="vcard author">
<!-- <a class="url fn" href="aboutme.html"> admin</a>
-->
</address>
<!-- -->
</footer><!-- /.post-info -->
<div class="entry-content"> <p>想实现这样一个功能:
某个视频类app中,一个上班族用户正在追某个感兴趣的视频,TA想每天下班回家后,TA追的那些个视频,在他上班期间已经下载完成了,TA回到家后不用下载了,直接可以看了。</p>
<h5>实现想法:</h5>
<p>1 ...</p> </div><!-- /.entry-content -->
<!-- <div class="medium primary btn"><a href="/ios7-background-modes.html" rel="bookmark" title="Permalink to iOS 7新增三种后台测试">Read more <i class="icon-arrow-right"></i></a></div> -->
<div class="row tag-row">
<!-- <span>Tagged as : </span> -->
<a class="danger label" href="/tag/ios.html">iOS</a>
</div>
</article></li>
<li><article class="hentry">
<header> <h3 class="entry-title"><a href="/iOS-bugs.html" rel="bookmark" title="Permalink to iOS开发-这几天遇到的问题">iOS开发-这几天遇到的问题</a></h3> </header>
<footer class="post-info">
<abbr class="published" title="2015-03-16T00:00:00+01:00"> 2015年03月16 </abbr>
<!-- -->
<address class="vcard author">
<!-- <a class="url fn" href="aboutme.html"> admin</a>
-->
</address>
<!-- -->
</footer><!-- /.post-info -->
<div class="entry-content"> <p>这几天遇到的几个比较常见的问题及解决方法(记录一下)</p>
<h4>1,ios <Error>: ImageIO: CGImageReadCreateDataWithMappedFile 'open' failed</h4>
<p>程序没有错误,逻辑也没有问题 ...</p> </div><!-- /.entry-content -->
<!-- <div class="medium primary btn"><a href="/iOS-bugs.html" rel="bookmark" title="Permalink to iOS开发-这几天遇到的问题">Read more <i class="icon-arrow-right"></i></a></div> -->
<div class="row tag-row">
<!-- <span>Tagged as : </span> -->
<a class="danger label" href="/tag/ios.html">iOS</a>
<a class="danger label" href="/tag/xcode.html">xcode</a>
</div>
</article></li>
<li><article class="hentry">
<header> <h3 class="entry-title"><a href="/ReactiveCocoa-learning.html" rel="bookmark" title="Permalink to 响应式编程ReactiveCocoa学习">响应式编程ReactiveCocoa学习</a></h3> </header>
<footer class="post-info">
<abbr class="published" title="2015-03-05T00:00:00+01:00"> 2015年03月05 </abbr>
<!-- -->
<address class="vcard author">
<!-- <a class="url fn" href="aboutme.html"> admin</a>
-->
</address>
<!-- -->
</footer><!-- /.post-info -->
<div class="entry-content"> <p>ReactiveCocoa是一个将函数响应式编程范例带入Objective-C的开源库。由Josh Abernathy和Justin Spahr-Summers在对GitHub for Mac的开发过程中建立。上周,<a href="https://github.com/ReactiveCocoa/ReactiveCocoa">ReactiveCocoa</a>发布了其1.0 ...</p> </div><!-- /.entry-content -->
<!-- <div class="medium primary btn"><a href="/ReactiveCocoa-learning.html" rel="bookmark" title="Permalink to 响应式编程ReactiveCocoa学习">Read more <i class="icon-arrow-right"></i></a></div> -->
<div class="row tag-row">
<!-- <span>Tagged as : </span> -->
<a class="danger label" href="/tag/ios.html">iOS</a>
<a class="danger label" href="/tag/reactivecocoa.html">ReactiveCocoa</a>
</div>
</article></li>
<li><article class="hentry">
<header> <h3 class="entry-title"><a href="/UIBarButtonItem-all-types.html" rel="bookmark" title="Permalink to UIBarButtonItem 所有系统样式(ios_8)">UIBarButtonItem 所有系统样式(ios_8)</a></h3> </header>
<footer class="post-info">
<abbr class="published" title="2015-02-04T00:00:00+01:00"> 2015年02月04 </abbr>
<!-- -->
<address class="vcard author">
<!-- <a class="url fn" href="aboutme.html"> admin</a>
-->
</address>
<!-- -->
</footer><!-- /.post-info -->
<div class="entry-content"> <p>2015-02-04-UIBarButtonItem-all-types<br />UIBarButtonItem 所有系统样式(ios_8),有图有真相</p> </div><!-- /.entry-content -->
<!-- <div class="medium primary btn"><a href="/UIBarButtonItem-all-types.html" rel="bookmark" title="Permalink to UIBarButtonItem 所有系统样式(ios_8)">Read more <i class="icon-arrow-right"></i></a></div> -->
<div class="row tag-row">
<!-- <span>Tagged as : </span> -->
<a class="danger label" href="/tag/ios.html">iOS</a>
</div>
</article></li>
<li><article class="hentry">
<header> <h3 class="entry-title"><a href="/ios-third-libs-arrange.html" rel="bookmark" title="Permalink to iOS开发中用到的开源库(整理)">iOS开发中用到的开源库(整理)</a></h3> </header>
<footer class="post-info">
<abbr class="published" title="2015-01-22T00:00:00+01:00"> 2015年01月22 </abbr>
<!-- -->
<address class="vcard author">
<!-- <a class="url fn" href="aboutme.html"> admin</a>
-->
</address>
<!-- -->
</footer><!-- /.post-info -->
<div class="entry-content"> <p>本着不重复造轮子的原则,app开发中或多或少用各种的开源库,用对了开源库,往往能<strong>代码风骚、效率恐怖</strong>~</p>
<p>做iOS也有几年了,整理一下开发中常用到的开源库。</p>
<p _="%" endhighlight="endhighlight">1,<a href="https://github.com/AFNetworking/AFNetworking">AFNetworking ...</a></p> </div><!-- /.entry-content -->
<!-- <div class="medium primary btn"><a href="/ios-third-libs-arrange.html" rel="bookmark" title="Permalink to iOS开发中用到的开源库(整理)">Read more <i class="icon-arrow-right"></i></a></div> -->
<div class="row tag-row">
<!-- <span>Tagged as : </span> -->
<a class="danger label" href="/tag/ios.html">iOS</a>
<a class="danger label" href="/tag/libs.html">libs</a>
</div>
</article></li>
<li><article class="hentry">
<header> <h3 class="entry-title"><a href="/ios-encode.html" rel="bookmark" title="Permalink to iOS 中常用的字符串加密方式">iOS 中常用的字符串加密方式</a></h3> </header>
<footer class="post-info">
<abbr class="published" title="2015-01-21T00:00:00+01:00"> 2015年01月21 </abbr>
<!-- -->
<address class="vcard author">
<!-- <a class="url fn" href="aboutme.html"> admin</a>
-->
</address>
<!-- -->
</footer><!-- /.post-info -->
<div class="entry-content"> <ul>
<li>16位MD5加密方式</li>
</ul>
<div class="highlight"><pre><span></span><span class="p">-</span> <span class="p">(</span><span class="bp">NSString</span> <span class="o">*</span><span class="p">)</span><span class="nf">getMd5_16Bit_String:</span><span class="p">(</span><span class="bp">NSString</span> <span class="o">*</span><span class="p">)</span><span class="nv">srcString</span><span class="p">{</span>
<span class="c1">//提取32位MD5散列的中间16位</span>
<span class="bp">NSString</span> <span class="o">*</span><span class="n">md5_32Bit_String</span><span class="o">=</span><span class="p">[</span><span class="nb">self</span> <span class="nl">getMd5_32Bit_String ...</span></pre></div> </div><!-- /.entry-content -->
<!-- <div class="medium primary btn"><a href="/ios-encode.html" rel="bookmark" title="Permalink to iOS 中常用的字符串加密方式">Read more <i class="icon-arrow-right"></i></a></div> -->
<div class="row tag-row">
<!-- <span>Tagged as : </span> -->
<a class="danger label" href="/tag/ios.html">iOS</a>
<a class="danger label" href="/tag/jia-mi.html">加密</a>
</div>
</article></li>
<li><article class="hentry">
<header> <h3 class="entry-title"><a href="/ios-Testing-iOS-simple-pgyer.html" rel="bookmark" title="Permalink to 浦公英 - ios打包测试工具">浦公英 - ios打包测试工具</a></h3> </header>
<footer class="post-info">
<abbr class="published" title="2015-01-19T00:00:00+01:00"> 2015年01月19 </abbr>
<!-- -->
<address class="vcard author">
<!-- <a class="url fn" href="aboutme.html"> admin</a>
-->
</address>
<!-- -->
</footer><!-- /.post-info -->
<div class="entry-content"> <p>ios打包测试工具 - <a href="http://www.pgyer.com/">浦公英</a> 介绍与使用</p>
<p>Android的测试非常方便,放到服务器上,生成个链接,就可以安装测试了;</p>
<p>但是,因为apple的安全策略,ios应用测试一直是我等开发者最为头疼的问题之一 ...</p> </div><!-- /.entry-content -->
<!-- <div class="medium primary btn"><a href="/ios-Testing-iOS-simple-pgyer.html" rel="bookmark" title="Permalink to 浦公英 - ios打包测试工具">Read more <i class="icon-arrow-right"></i></a></div> -->
<div class="row tag-row">
<!-- <span>Tagged as : </span> -->
<a class="danger label" href="/tag/ios.html">iOS</a>
<a class="danger label" href="/tag/da-bao.html">打包</a>
<a class="danger label" href="/tag/ce-shi.html">测试</a>
</div>
</article></li>
</ol><!-- /#posts-list -->
</div><!-- /.eleven.columns -->
<div class="three columns">
<!-- <h4>方位</h4>
<ul>
<li><a href="/">首页</a></li>
<li><a href="/archives">归档</a></li>
<li><a href="/categories">分类</a></li>
<li><a href="/tags">标签</a></li>
<li><a href="/aboutme">关于我</a></li>
</ul> -->
<h4>分类</h4>
<ul class="blank">
<li><a href="/category/bash.html">bash</a>(2)</li>
<li><a href="/category/ffmpeg.html">ffmpeg</a>(3)</li>
<li><a href="/category/gong-ju.html">工具</a>(2)</li>
<li><a href="/category/ios.html">iOS</a>(16)</li>
<li><a href="/category/ke-xue-shang-wang.html">科学上网</a>(1)</li>
<li><a href="/category/linux.html">linux</a>(1)</li>
<li><a href="/category/markdown.html">markdown</a>(1)</li>
<li><a href="/category/mysql.html">mysql</a>(2)</li>
<li><a href="/category/nginx.html">nginx</a>(1)</li>
<li><a href="/category/node.html">node</a>(1)</li>
<li><a href="/category/pelican.html">pelican</a>(2)</li>
<li><a href="/category/php.html">php</a>(2)</li>
<li><a href="/category/python.html">python</a>(5)</li>
<li><a href="/category/qi-ta.html">其它</a>(3)</li>
</ul>
<!-- <h4>标签</h4>
<ul class="blank">
</ul>
-->
<!-- <h4>时间</h4>
<ul class="blank">
<li class="article-/Users/ludawei/important/ludawei_blog_github/content/posts/ThinkPhp解决IBM Appscan扫描的安全问题.md"><a href="/ThinkPhp-Appscan-test-problem.html">21 五月 2019</a></li>
<li class="article-/Users/ludawei/important/ludawei_blog_github/content/posts/python解析grub2、nc文件.md"><a href="/python-decode-grub2_nc.html">08 三月 2019</a></li>
<li class="article-/Users/ludawei/important/ludawei_blog_github/content/posts/生成延时指定时间的直播流技术实现.md"><a href="/ffmpeg-create-timeout-m3u8-play-live.html">29 一月 2019</a></li>
<li class="article-/Users/ludawei/important/ludawei_blog_github/content/posts/python实现windows版微信自动发消息.md"><a href="/python-windows-wecat-sender.html">28 十二月 2018</a></li>
<li class="article-/Users/ludawei/important/ludawei_blog_github/content/posts/iOS动态库制作.md"><a href="/iOS-framework-create.html">26 十一月 2018</a></li>
<li class="article-/Users/ludawei/important/ludawei_blog_github/content/posts/一些有趣的api.md"><a href="/some-fun-api.html">19 十一月 2018</a></li>
<li class="article-/Users/ludawei/important/ludawei_blog_github/content/posts/bash使用学习.md"><a href="/linux-bash-use-tips.html">23 十月 2018</a></li>
<li class="article-/Users/ludawei/important/ludawei_blog_github/content/posts/nginx-部分使用技巧.md"><a href="/linux-nginx-tips.html">12 九月 2018</a></li>
<li class="article-/Users/ludawei/important/ludawei_blog_github/content/posts/linux-部分常用命令.md"><a href="/linux-bash-tips.html">16 八月 2018</a></li>
<li class="article-/Users/ludawei/important/ludawei_blog_github/content/posts/linux-ssh部分知识.md"><a href="/linux-ssh-tips.html">15 八月 2018</a></li>
<li class="article-/Users/ludawei/important/ludawei_blog_github/content/posts/python删除xcode过期证书.md"><a href="/python-remove-xcode-expire-profile.html">11 七月 2018</a></li>
<li class="article-/Users/ludawei/important/ludawei_blog_github/content/posts/python-basemap库安装.md"><a href="/python-install-basemap.html">20 六月 2018</a></li>
<li class="article-/Users/ludawei/important/ludawei_blog_github/content/posts/ffmpeg使用命令记录.md"><a href="/ffmpeg-use.html">08 五月 2018</a></li>
<li class="article-/Users/ludawei/important/ludawei_blog_github/content/posts/pelican生成不了html文件.md"><a href="/pelican-can-not-create-html.html">03 四月 2018</a></li>
<li class="article-/Users/ludawei/important/ludawei_blog_github/content/posts/CentOS-install-ffmpeg.md"><a href="/CentOS-install-ffmpeg.html">16 三月 2018</a></li>
<li class="article-/Users/ludawei/important/ludawei_blog_github/content/posts/iOS-universal-link.md"><a href="/iOS-Universal-Link.html">09 二月 2018</a></li>
<li class="article-/Users/ludawei/important/ludawei_blog_github/content/posts/test_socketIO.md"><a href="/本地搭建Socket.io测试环境,与iOS客户端通信交互.html">11 八月 2017</a></li>
<li class="article-/Users/ludawei/important/ludawei_blog_github/content/posts/xcode-change-program-name.md"><a href="/xcode-change-program-name.html">27 五月 2017</a></li>
<li class="article-/Users/ludawei/important/ludawei_blog_github/content/posts/sha1-encode.md"><a href="/sha1-encode-in-some-code-language.html">10 四月 2017</a></li>
<li class="article-/Users/ludawei/important/ludawei_blog_github/content/posts/mysql-time-conversion.md"><a href="/mysql_time_format.html">25 三月 2017</a></li>
<li class="article-/Users/ludawei/important/ludawei_blog_github/content/posts/php-execl-export.md"><a href="/php-excel-export.html">17 二月 2017</a></li>
<li class="article-/Users/ludawei/important/ludawei_blog_github/content/posts/um_push_py.md"><a href="/um_push_py.html">10 一月 2017</a></li>
<li class="article-/Users/ludawei/important/ludawei_blog_github/content/posts/itc_error_20161017.md"><a href="/itunesConnect导入此构建版本时出错-问题解决.html">17 十月 2016</a></li>
<li class="article-/Users/ludawei/important/ludawei_blog_github/content/posts/niceblogs.md"><a href="/someniceblogs.html">15 九月 2016</a></li>
<li class="article-/Users/ludawei/important/ludawei_blog_github/content/posts/mac 安装mysql后root密码问题.md"><a href="/mac 安装mysql后root密码问题.html">22 八月 2016</a></li>
<li class="article-/Users/ludawei/important/ludawei_blog_github/content/posts/MKMapView经纬引起的一个bug.md"><a href="/MKMapView经纬引起的一个bug.html">12 七月 2016</a></li>
<li class="article-/Users/ludawei/important/ludawei_blog_github/content/posts/一张gif完美诠释pc+app演变史.md"><a href="/一张gif完美诠释pc+app演变史.html">02 六月 2016</a></li>
<li class="article-/Users/ludawei/important/ludawei_blog_github/content/posts/myshadowsocksfromcarina.md"><a href="/在carina上使用Docker搭建免费的ShadowSocks.html">02 六月 2016</a></li>
<li class="article-/Users/ludawei/important/ludawei_blog_github/content/posts/sometools.md"><a href="/sometools.html">25 五月 2016</a></li>
<li class="article-/Users/ludawei/important/ludawei_blog_github/content/posts/fuckingblocks.md"><a href="/fuckingblocks.html">20 五月 2016</a></li>
<li class="article-/Users/ludawei/important/ludawei_blog_github/content/posts/使用pelican在Github pages上搭建博客遇到的坑.md"><a href="/使用pelican在Github pages上搭建博客遇到的坑.html">26 四月 2016</a></li>
<li class="article-/Users/ludawei/important/ludawei_blog_github/content/posts/tools.md"><a href="/ios-mac-tools.html">29 五月 2015</a></li>
<li class="article-/Users/ludawei/important/ludawei_blog_github/content/posts/custom-xcode-remove-a-line-with-python.md"><a href="/custom-xcode-remove-a-line-with-python.html">10 四月 2015</a></li>
<li class="article-/Users/ludawei/important/ludawei_blog_github/content/posts/ios7-background-modes.md"><a href="/ios7-background-modes.html">27 三月 2015</a></li>
<li class="article-/Users/ludawei/important/ludawei_blog_github/content/posts/ios-bugs-for-march.md"><a href="/iOS-bugs.html">16 三月 2015</a></li>
<li class="article-/Users/ludawei/important/ludawei_blog_github/content/posts/ReactiveCocoa-learning.md"><a href="/ReactiveCocoa-learning.html">05 三月 2015</a></li>
<li class="article-/Users/ludawei/important/ludawei_blog_github/content/posts/UIBarButtonItem-all-types.md"><a href="/UIBarButtonItem-all-types.html">04 二月 2015</a></li>
<li class="article-/Users/ludawei/important/ludawei_blog_github/content/posts/ios-third-libs-arrange.md"><a href="/ios-third-libs-arrange.html">22 一月 2015</a></li>
<li class="article-/Users/ludawei/important/ludawei_blog_github/content/posts/ios-encode.md"><a href="/ios-encode.html">21 一月 2015</a></li>
<li class="article-/Users/ludawei/important/ludawei_blog_github/content/posts/ios-Testing-iOS-simple-pgyer.md"><a href="/ios-Testing-iOS-simple-pgyer.html">19 一月 2015</a></li>
<li class="article-/Users/ludawei/important/ludawei_blog_github/content/posts/Build-my-github.io-blog-from-0.md"><a href="/Build-my-github.io-blog-from-0.html">16 一月 2015</a></li>
<li class="article-/Users/ludawei/important/ludawei_blog_github/content/posts/第一个测试.md"><a href="/pelican-install.html">08 九月 2014</a></li>
</ul>
-->
<nav class="widget">
<h4>about me</h4>
<ul class="blank">
<li><a href="https://github.com/ludawei">github</a></li>
<li><a href="http://www.cnblogs.com/china-ldw/">cnblog</a></li>
</ul>
</nav>
</div> </div><!-- /.row -->
<p class="paginator">
<a href="/index3.html"><i class="icon-arrow-left"></i></a>
Page 4 / 5
<a href="/index5.html"><i class="icon-arrow-right"></i></a>
</p>
</section><!-- /#content -->
</div><!-- /.row -->
</div><!-- /.container -->
<div class="container.nopad bg">
<footer id="credits" class="row">
<div class="seven columns left-center">
<address id="about" class="vcard body">
Creared by dav@2016 and Proudly powered by <a href="http://getpelican.com/">Pelican</a>
</address>
</div>
<div class="seven columns">
<div class="row">
<ul class="socbtns">
</ul>
</div>
</div>
</footer>
</div>
<!-- <script type="text/javascript">
var disqus_shortname = 'davlu';
(function () {
var s = document.createElement('script'); s.async = true;
s.type = 'text/javascript';
s.src = 'http://' + disqus_shortname + '.disqus.com/count.js';
(document.getElementsByTagName('HEAD')[0] || document.getElementsByTagName('BODY')[0]).appendChild(s);
}());
</script>
-->
<script src="/theme/js/libs/jquery-1.9.1.min.js"></script>
<script src="/theme/js/libs/gumby.min.js"></script>
<script src="/theme/js/plugins.js"></script>
</body>
</html>