-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patharchives.html
More file actions
116 lines (104 loc) · 4.82 KB
/
archives.html
File metadata and controls
116 lines (104 loc) · 4.82 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
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:og="http://ogp.me/ns#"
xmlns:fb="https://www.facebook.com/2008/fbml">
<head>
<title>DevOps</title>
<!-- Using the latest rendering mode for IE -->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Open Graph tags -->
<meta property="og:type" content="website"/>
<meta property="og:title" content="DevOps"/>
<meta property="og:url" content="http://kevinbin.github.com"/>
<meta property="og:description" content="DevOps"/>
<!-- Bootstrap -->
<link rel="stylesheet" href="http://kevinbin.github.com/theme/css/bootstrap.min.css" type="text/css"/>
<link href="http://kevinbin.github.com/theme/css/font-awesome.min.css" rel="stylesheet">
<link href="http://kevinbin.github.com/theme/css/bootstrap-glyphicons.css" rel="stylesheet">
<link href="http://kevinbin.github.com/theme/css/pygments.css" rel="stylesheet">
<link rel="stylesheet" href="http://kevinbin.github.com/theme/css/style.css" type="text/css"/>
<!-- JavaScript plugins (requires jQuery) -->
<script src="http://code.jquery.com/jquery.js"></script>
</head>
<body>
<nav class="navbar navbar-default navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-ex1-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a href="http://kevinbin.github.com" class="navbar-brand">DevOps</a>
</div>
<div class="collapse navbar-collapse navbar-ex1-collapse">
<ul class="nav navbar-nav">
<li><a href="http://kevinbin.github.com/pages/about-me.html">About Me</a></li>
<li >
<a href="http://kevinbin.github.com/category/misc.html">misc</a>
</li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li><a href="http://kevinbin.github.com/archives.html"><i class="icon-th-list"></i>Archives</a></li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
</nav>
<!-- /.navbar -->
<div class="container">
<div class="row">
<div class="col-lg-9">
<section id="content">
<h1>Archives for DevOps</h1>
<dl>
<dt>一 25 八月 2014</dt>
<dd><a href='mysqlshu-ju-ku-bei-fen-yu-hui-fu.html'>"MySQL数据库备份与恢复"</a></dd>
<dt>五 23 十一月 2012</dt>
<dd><a href='how-to-easy-collect-mysql-query-log.html'>"How to easy collect MySQL query log"</a></dd>
<dt>六 19 五月 2012</dt>
<dd><a href='mac-os-she-zhi-centosan-zhuang-yuan.html'>"Mac OS 设置CentOS安装源"</a></dd>
</dl>
</section>
</div>
<div class="col-lg-3 well well-sm" id="sidebar">
<aside>
<section>
<ul class="list-group list-group-flush">
<li class="list-group-item"><a href="http://kevinbin.github.com/tags.html"><h4><i class="icon-tags icon-large"></i>Tags</h4></a></li>
<li class="list-group-item tag-1">
<a href="http://kevinbin.github.com/tag/mysql.html">
mysql
</a>
</li>
<li class="list-group-item tag-4">
<a href="http://kevinbin.github.com/tag/mac.html">
mac
</a>
</li>
</ul>
</section>
</aside> </div>
</div>
</div>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="http://kevinbin.github.com/theme/js/bootstrap.min.js"></script>
<!-- Enable responsive features in IE8 with Respond.js (https://github.com/scottjehl/Respond) -->
<script src="http://kevinbin.github.com/theme/js/respond.min.js"></script>
<script type="text/javascript">
/* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
var disqus_shortname = 'hongbin'; // required: replace example with your forum shortname
/* * * DON'T EDIT BELOW THIS LINE * * */
(function () {
var s = document.createElement('script');
s.async = true;
s.type = 'text/javascript';
s.src = '//' + disqus_shortname + '.disqus.com/count.js';
(document.getElementsByTagName('HEAD')[0] || document.getElementsByTagName('BODY')[0]).appendChild(s);
}());
</script>
</body>
</html>