-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patharchives.html
executable file
·251 lines (201 loc) · 21.6 KB
/
archives.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
<!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>
<div class="row">
<div class="eleven columns">
<h2>归档</h2>
<dl>
<dd>2019年05月21 <a href="/ThinkPhp-Appscan-test-problem.html">ThinkPhp解决IBM Appscan扫描的安全问题</a></dd>
<dd>2019年03月08 <a href="/python-decode-grub2_nc.html">python解析grub2、nc文件</a></dd>
<dd>2019年01月29 <a href="/ffmpeg-create-timeout-m3u8-play-live.html">ffmpeg生成延时指定时间的直播流</a></dd>
<dd>2018年12月28 <a href="/python-windows-wecat-sender.html">python实现windows版微信自动发消息(模拟键盘鼠标)</a></dd>
<dd>2018年11月26 <a href="/iOS-framework-create.html">iOS动态库制作</a></dd>
<dd>2018年11月19 <a href="/some-fun-api.html">一些有趣的api</a></dd>
<dd>2018年10月23 <a href="/linux-bash-use-tips.html">bash使用学习</a></dd>
<dd>2018年09月12 <a href="/linux-nginx-tips.html">nginx 部分使用技巧</a></dd>
<dd>2018年08月16 <a href="/linux-bash-tips.html">linux 部分常用命令</a></dd>
<dd>2018年08月15 <a href="/linux-ssh-tips.html">linux ssh部分知识</a></dd>
<dd>2018年07月11 <a href="/python-remove-xcode-expire-profile.html">python删除xcode过期证书</a></dd>
<dd>2018年06月20 <a href="/python-install-basemap.html">python basemap库安装</a></dd>
<dd>2018年05月08 <a href="/ffmpeg-use.html">ffmpeg使用命令记录</a></dd>
<dd>2018年04月03 <a href="/pelican-can-not-create-html.html">pelican 生成不了html文件</a></dd>
<dd>2018年03月16 <a href="/CentOS-install-ffmpeg.html">CentOS 安装最新版本ffmpeg</a></dd>
<dd>2018年02月09 <a href="/iOS-Universal-Link.html">Universal Link支持上手</a></dd>
<dd>2017年08月11 <a href="/本地搭建Socket.io测试环境,与iOS客户端通信交互.html">使用Socket.io实现App与服务器端实时通信</a></dd>
<dd>2017年05月27 <a href="/xcode-change-program-name.html">Xcode修改项目名字</a></dd>
<dd>2017年04月10 <a href="/sha1-encode-in-some-code-language.html">几种常用语言下的sha1加密</a></dd>
<dd>2017年03月25 <a href="/mysql_time_format.html">mysql时间转换</a></dd>
<dd>2017年02月17 <a href="/php-excel-export.html">thinkphp导出excel表格</a></dd>
<dd>2017年01月10 <a href="/um_push_py.html">python友盟推送</a></dd>
<dd>2016年10月17 <a href="/itunesConnect导入此构建版本时出错-问题解决.html">itunesConnect"导入此构建版本时出错"问题解决</a></dd>
<dd>2016年09月15 <a href="/someniceblogs.html">一个好玩且实用的工具类blogs</a></dd>
<dd>2016年08月22 <a href="/mac 安装mysql后root密码问题.html">mac 安装mysql后root密码问题</a></dd>
<dd>2016年07月12 <a href="/MKMapView经纬引起的一个bug.html">MKMapView经纬度引起的一个bug</a></dd>
<dd>2016年06月02 <a href="/一张gif完美诠释pc+app演变史.html">一张gif完美诠释pc+app演变史</a></dd>
<dd>2016年06月02 <a href="/在carina上使用Docker搭建免费的ShadowSocks.html">在carina上使用Docker搭建免费的ShadowSocks</a></dd>
<dd>2016年05月25 <a href="/sometools.html">一些实用工具</a></dd>
<dd>2016年05月20 <a href="/fuckingblocks.html">iOS block定义</a></dd>
<dd>2016年04月26 <a href="/使用pelican在Github pages上搭建博客遇到的坑.html">使用pelican在Github pages上搭建博客遇到的坑</a></dd>
<dd>2015年05月29 <a href="/ios-mac-tools.html">iOS mac工具集</a></dd>
<dd>2015年04月10 <a href="/custom-xcode-remove-a-line-with-python.html">xcode自定义“删除一行”快捷键的python脚本</a></dd>
<dd>2015年03月27 <a href="/ios7-background-modes.html">iOS 7新增三种后台测试</a></dd>
<dd>2015年03月16 <a href="/iOS-bugs.html">iOS开发-这几天遇到的问题</a></dd>
<dd>2015年03月05 <a href="/ReactiveCocoa-learning.html">响应式编程ReactiveCocoa学习</a></dd>
<dd>2015年02月04 <a href="/UIBarButtonItem-all-types.html">UIBarButtonItem 所有系统样式(ios_8)</a></dd>
<dd>2015年01月22 <a href="/ios-third-libs-arrange.html">iOS开发中用到的开源库(整理)</a></dd>
<dd>2015年01月21 <a href="/ios-encode.html">iOS 中常用的字符串加密方式</a></dd>
<dd>2015年01月19 <a href="/ios-Testing-iOS-simple-pgyer.html">浦公英 - ios打包测试工具</a></dd>
<dd>2015年01月16 <a href="/Build-my-github.io-blog-from-0.html">从0开始搭建github.io博客</a></dd>
<dd>2014年09月08 <a href="/pelican-install.html">这是一篇测试文章</a></dd>
</dl>
</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 -->
</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>