-
Notifications
You must be signed in to change notification settings - Fork 0
/
archives.html
165 lines (128 loc) · 4.9 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
<!DOCTYPE html>
<html lang="zh">
<head>
<meta charset="utf-8">
<title>codemixwine</title>
<meta name="description" content="">
<meta name="author" content="slock">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Le HTML5 shim, for IE6-8 support of HTML elements -->
<!--[if lt IE 9]>
<script src="http://www.codemixwine.com/theme/html5.js"></script>
<![endif]-->
<!-- Le styles -->
<link href="http://www.codemixwine.com/theme/bootstrap.min.css" rel="stylesheet">
<link href="http://www.codemixwine.com/theme/bootstrap.min.responsive.css" rel="stylesheet">
<link href="http://www.codemixwine.com/theme/local.css" rel="stylesheet">
<link href="http://www.codemixwine.com/theme/pygments.css" rel="stylesheet">
<!-- So Firefox can bookmark->"abo this site" -->
</head>
<body>
<div class="navbar">
<div class="navbar-inner">
<div class="container">
<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://www.codemixwine.com">codemixwine</a>
<div class="nav-collapse">
<ul class="nav">
</ul>
</div>
</div>
</div>
</div>
<div class="container">
<div class="content">
<div class="row">
<div class="span9">
<h1>Archives</h1>
<table class="table">
<tbody>
<tr>
<td>06 Jan 2016</td>
<td><a href='http://www.codemixwine.com/zhi-qian-zuo-de-app-xie-jie-tu.html'>之前做的app一些截图</a></td>
</tr>
<tr>
<td>16 Dec 2015</td>
<td><a href='http://www.codemixwine.com/asde-xi-huan-he-shu-qian-gong-neng.html'>AS的喜欢和书签功能</a></td>
</tr>
<tr>
<td>15 Dec 2015</td>
<td><a href='http://www.codemixwine.com/tui-jian-ji-ge-asgong-ju.html'>推荐几个AS工具</a></td>
</tr>
<tr>
<td>15 Dec 2015</td>
<td><a href='http://www.codemixwine.com/android-bu-fen-keng.html'>Android 部分坑</a></td>
</tr>
<tr>
<td>14 Dec 2015</td>
<td><a href='http://www.codemixwine.com/qian-tan-rxjava.html'>浅谈Rxjava</a></td>
</tr>
<tr>
<td>11 Dec 2015</td>
<td><a href='http://www.codemixwine.com/androidstudio20fa-bu.html'>AndroidStudio2.0发布</a></td>
</tr>
<tr>
<td>10 Dec 2015</td>
<td><a href='http://www.codemixwine.com/xie-zai-2015nian-mo.html'>写在2015年末</a></td>
</tr>
<tr>
<td>07 Dec 2015</td>
<td><a href='http://www.codemixwine.com/di-pian-bo-ke.html'>第一篇博客</a></td>
</tr>
</tbody>
</table>
</div>
<div class="span3">
<div class="well" style="padding: 8px 0; background-color: #FBFBFB;">
<ul class="nav nav-list">
<li class="nav-header">
Site
</li>
<li><a href="http://www.codemixwine.com/archives.html">Archives</a>
<li><a href="http://www.codemixwine.com/tags.html">Tags</a>
</ul>
</div>
<div class="well" style="padding: 8px 0; background-color: #FBFBFB;">
<ul class="nav nav-list">
<li class="nav-header">
Categories
</li>
<li><a href="http://www.codemixwine.com/category/android.html">Android</a></li>
<li><a href="http://www.codemixwine.com/category/sheng-huo.html">生活</a></li>
</ul>
</div>
<div class="well" style="padding: 8px 0; background-color: #FBFBFB;">
<ul class="nav nav-list">
<li class="nav-header">
Links
</li>
<li><a href="http://getpelican.com/">Pelican</a></li>
<li><a href="http://python.org/">Python.org</a></li>
<li><a href="http://jinja.pocoo.org/">Jinja2</a></li>
</ul>
</div>
<div class="social">
<div class="well" style="padding: 8px 0; background-color: #FBFBFB;">
<ul class="nav nav-list">
<li class="nav-header">
Social
</li>
<li><a href="https://github.com/Slock">Github</a></li>
</ul>
</div>
</div>
</div>
</div> </div>
<footer>
<br />
<p><a href="http://www.codemixwine.com">codemixwine</a> © slock 2016</p>
</footer>
</div> <!-- /container -->
<script src="http://libs.baidu.com/jquery/1.7.1/jquery.min.js"></script>
<script src="http://www.codemixwine.com/theme/bootstrap-collapse.js"></script>
</body>
</html>