-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodeek.html
More file actions
248 lines (214 loc) · 10.1 KB
/
codeek.html
File metadata and controls
248 lines (214 loc) · 10.1 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Codeek - Codeek</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="Codeek">
<!-- Le styles -->
<link rel="stylesheet" href="http://codeek.github.io/theme/css/bootstrap.min.css" type="text/css" />
<style type="text/css">
body {
padding-top: 60px;
padding-bottom: 40px;
}
.sidebar-nav {
padding: 9px 0;
}
.tag-1 {
font-size: 13pt;
}
.tag-2 {
font-size: 10pt;
}
.tag-2 {
font-size: 8pt;
}
.tag-4 {
font-size: 6pt;
}
</style>
<link href="http://codeek.github.io/theme/css/bootstrap-responsive.min.css" rel="stylesheet">
<link href="http://codeek.github.io/theme/css/font-awesome.css" rel="stylesheet">
<link href="http://codeek.github.io/theme/css/pygments.css" rel="stylesheet">
<!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- Le fav and touch icons -->
<link rel="shortcut icon" href="http://codeek.github.io/theme/img/favicon.ico">
<link rel="apple-touch-icon" href="http://codeek.github.io/theme/images/apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="72x72" href="http://codeek.github.io/theme/images/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="114x114" href="http://codeek.github.io/theme/images/apple-touch-icon-114x114.png">
<link href="http://codeek.github.io/" type="application/atom+xml" rel="alternate" title="Codeek ATOM Feed" />
<link href="http://codeek.github.io/feeds/rss.xml" type="application/atom+xml" rel="alternate" title="Codeek RSS Feed" />
</head>
<body>
<div class="navbar navbar-fixed-top">
<div class="navbar-inner">
<div class="container-fluid">
<a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>
<a class="brand" href="http://codeek.github.io/index.html">Codeek </a>
<div class="nav-collapse">
<ul class="nav">
<li><a href="http://codeek.github.io">Home</a></li>
<li><a href="http://codeek.github.io/about.html">About</a></li>
<!-- <li class="divider-vertical"></li>
<li >
<a href="http://codeek.github.io/category/android.html">
<i class="icon-folder-open icon-large"></i>Android
</a>
</li>
<li >
<a href="http://codeek.github.io/category/java-web.html">
<i class="icon-folder-open icon-large"></i>Java Web
</a>
</li>
<li >
<a href="http://codeek.github.io/category/sui-bi.html">
<i class="icon-folder-open icon-large"></i>随笔
</a>
</li>
-->
<ul class="nav pull-right">
<li><a href="http://codeek.github.io/archives.html"></i>Archives</a></li>
</ul>
</ul>
<!--<p class="navbar-text pull-right">Logged in as <a href="#">username</a></p>-->
</div><!--/.nav-collapse -->
</div>
</div>
</div>
<div class="container-fluid">
<div class="row">
<div class="span9" id="content">
<div class="article">
<h1><a href="http://codeek.github.io/listviewji-ben-yong-fa-zong-jie.html">ListView基本用法总结</a></h1>
<div class="well small"><footer class="post-info">
<span class="label">Date</span>
<abbr class="published" title="2015-12-06T00:00:00+08:00">
<i class="icon-calendar"></i>2015-12-06
</abbr>
<span class="label">By</span>
<a href="http://codeek.github.io/author/codeek.html"><i class="icon-user"></i>Codeek</a>
<span class="label">Category</span>
<a href="http://codeek.github.io/category/android.html"><i class="icon-folder-open"></i>Android</a>.
<span class="label">Tags</span>
<a href="http://codeek.github.io/tag/androidxue-xi-bi-ji.html"><i class="icon-tag"></i>Android学习笔记</a>
</footer><!-- /.post-info --></div>
<div class="summary"><p><strong>万恶的加班😔😔😔😔😔,一个星期多没有学习新的知识,今天补上......</strong></p>
<a class="btn primary xsmall" href="http://codeek.github.io/listviewji-ben-yong-fa-zong-jie.html">more ...</a>
</div>
</div>
<hr />
<div class="article">
<h1><a href="http://codeek.github.io/zhi-fu-xiang-guan-de-guan-jian-dai-ma-yi-ji-zhu-yi-dian-zheng-li.html">支付相关的关键代码以及注意点整理</a></h1>
<div class="well small"><footer class="post-info">
<span class="label">Date</span>
<abbr class="published" title="2015-11-27T00:00:00+08:00">
<i class="icon-calendar"></i>2015-11-27
</abbr>
<span class="label">By</span>
<a href="http://codeek.github.io/author/codeek.html"><i class="icon-user"></i>Codeek</a>
<span class="label">Category</span>
<a href="http://codeek.github.io/category/java-web.html"><i class="icon-folder-open"></i>Java Web</a>.
<span class="label">Tags</span>
<a href="http://codeek.github.io/tag/zhi-fu-xiang-guan.html"><i class="icon-tag"></i>支付相关</a>
</footer><!-- /.post-info --></div>
<div class="summary"><p><strong>前段时间的项目中用到了一些第三方支付产品,今天偶然有机会又重拾了一下,想了想还是写下来比较好.....</strong></p>
<a class="btn primary xsmall" href="http://codeek.github.io/zhi-fu-xiang-guan-de-guan-jian-dai-ma-yi-ji-zhu-yi-dian-zheng-li.html">more ...</a>
</div>
</div>
<hr />
<div class="article">
<h1><a href="http://codeek.github.io/an-zhuo-activityji-ben-yong-fa-zong-jie.html">安卓Activity基本用法总结</a></h1>
<div class="well small"><footer class="post-info">
<span class="label">Date</span>
<abbr class="published" title="2015-11-26T00:00:00+08:00">
<i class="icon-calendar"></i>2015-11-26
</abbr>
<span class="label">By</span>
<a href="http://codeek.github.io/author/codeek.html"><i class="icon-user"></i>Codeek</a>
<span class="label">Category</span>
<a href="http://codeek.github.io/category/android.html"><i class="icon-folder-open"></i>Android</a>.
<span class="label">Tags</span>
<a href="http://codeek.github.io/tag/androidxue-xi-bi-ji.html"><i class="icon-tag"></i>Android学习笔记</a>
</footer><!-- /.post-info --></div>
<div class="summary"><p><strong>今天算是初步学习了安卓重要组件Activity的一些基本用法,接下来做一些总结......</strong></p>
<a class="btn primary xsmall" href="http://codeek.github.io/an-zhuo-activityji-ben-yong-fa-zong-jie.html">more ...</a>
</div>
</div>
<hr />
<div class="article">
<h1><a href="http://codeek.github.io/ru-meng-chu-xing.html">如梦初醒</a></h1>
<div class="well small"><footer class="post-info">
<span class="label">Date</span>
<abbr class="published" title="2015-11-19T00:00:00+08:00">
<i class="icon-calendar"></i>2015-11-19
</abbr>
<span class="label">By</span>
<a href="http://codeek.github.io/author/codeek.html"><i class="icon-user"></i>Codeek</a>
<span class="label">Category</span>
<a href="http://codeek.github.io/category/sui-bi.html"><i class="icon-folder-open"></i>随笔</a>.
<span class="label">Tags</span>
<a href="http://codeek.github.io/tag/sheng-huo.html"><i class="icon-tag"></i>生活</a>
</footer><!-- /.post-info --></div>
<div class="summary"><p><strong>敲下第一行字,才想起距离写博客这个想法已经过了差不多一年时间。中间由于各种原因,一直未付诸于行动.......</strong></p>
<a class="btn primary xsmall" href="http://codeek.github.io/ru-meng-chu-xing.html">more ...</a>
</div>
</div>
<hr />
</div><!--/span-->
<div class="span3 well sidebar-nav" id="sidebar">
<ul class="nav nav-list">
<li class="nav-header"><h4><i class="icon-folder-close icon-large"></i>Categories</h4></li>
<li>
<a href="http://codeek.github.io/category/android.html">
<i class="icon-folder-open icon-large"></i>Android
</a>
</li>
<li>
<a href="http://codeek.github.io/category/java-web.html">
<i class="icon-folder-open icon-large"></i>Java Web
</a>
</li>
<li>
<a href="http://codeek.github.io/category/sui-bi.html">
<i class="icon-folder-open icon-large"></i>随笔
</a>
</li>
<li class="nav-header"><h4><i class="icon-tags icon-large"></i>Tags</h4></li>
</ul> </div><!--/.well -->
</div><!--/row-->
<hr>
</div>
<!--/.fluid-container-->
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-70789619-1");
pageTracker._trackPageview();
} catch(err) {}</script>
<script type="text/javascript">
var disqus_shortname = 'codeek';
(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>
<!-- Le javascript -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="http://codeek.github.io/theme/js/jquery-1.7.2.min.js"></script>
<script src="http://codeek.github.io/theme/js/bootstrap.min.js"></script>
</body>
</html>