forked from obullxl/obullxl.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex-back.html
150 lines (150 loc) · 7.02 KB
/
index-back.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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>OBULLXL-系统主页</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic" />
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Arizonia" />
<link rel="stylesheet" type="text/css" href="resources/css/bootstrap.css" media="screen" />
<link rel="stylesheet" type="text/css" href="resources/css/bootstrap-responsive.css" />
<link rel="stylesheet" type="text/css" href="resources/css/atom-server.css" />
<script type="text/javascript" charset="utf-8" src="resources/js/jquery-2.0.3.js"></script>
<script type="text/javascript" charset="utf-8" src="resources/js/bootstrap.js"></script>
<!--[if lt IE 9]>
<script type="text/javascript" charset="utf-8" src="resources/js/html5shiv.js"></script>
<![endif]-->
</head>
<body>
<div class="navbar navbar-inverse navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
<a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">Menu</a>
<div class="nav-collapse">
<ul class="nav">
<li class="active"><a href="./index.html">首页</a></li>
<li><a href="./blog.html">博客</a></li>
<li><a href="./album.html">图片</a></li>
</ul>
<ul class="nav pull-right">
<li><a href="./about.html">关于</a></li>
</ul>
</div>
<!--/.nav-collapse -->
</div>
</div>
</div>
<!-- /.navbar -->
<div class="blog">
<div class="container">
<div class="row">
<div class="span8">
<div class="ads ads-728-90">
<script type="text/javascript">
<!--
google_ad_client = "ca-pub-2548953017344039";
/* GitIO列表1-728W */
google_ad_slot = "5847202679";
google_ad_width = 728;
google_ad_height = 90;
//-->
</script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</div>
<div class="entry">
<h4>
<a href="http://www.cnblogs.com/obullxl/archive/2012/06/11/jdbc-mysql-load-data-infile.html" rel="bookmark">MySQL使用JDBC Load Data InFile导入数据注意事项</a>
</h4>
<p>摘要: 使用JDBC Connection的命令 load data infile往MySQL中导入文件,需要注意的事项 […]</p>
<div class="clearfix"></div>
<p class="meta">
<i class="icon-calendar"></i> 2013-08-31 - <i class="icon-user"></i> 老牛啊 <a href="http://www.cnblogs.com/obullxl/archive/2012/06/11/jdbc-mysql-load-data-infile.html" class="pull-right readmore">阅读全文 »</a>
</p>
<div class="clearfix"></div>
</div>
<div class="entry">
<h4>
<a href="http://www.cnblogs.com/obullxl/archive/2012/05/11/jeecms-maven-build.html" rel="bookmark">JeeCMS 2012 Maven构建+Eclipse完整开发版</a>
</h4>
<p>摘要: JeeCMS进行Maven构建,增加了内嵌服务器,可以通过Eclipse启动,把源码和其它资源整合起来,在一个工程中操作即可 […]</p>
<div class="clearfix"></div>
<p class="meta">
<i class="icon-calendar"></i> 2013-08-31 - <i class="icon-user"></i> 老牛啊 <a href="http://www.cnblogs.com/obullxl/archive/2012/05/11/jeecms-maven-build.html" class="pull-right readmore">阅读全文 »</a>
</p>
<div class="clearfix"></div>
</div>
<div class="entry entry-last">
<h4>
<a href="http://www.cnblogs.com/obullxl/archive/2011/07/10/spring-quartz-cron-integration.html" rel="bookmark">Spring集成Quartz定时任务框架介绍和Cron表达式详解</a>
</h4>
<p>摘要: 在JavaEE系统中,我们会经常用到定时任务,比如每天凌晨生成前天报表,每一小时生成汇总数据等等。我们可以使用java.util.Timer结合java.util.TimerTask来完成这项工作,但时调度控制非常不方便,并且我们需要大量的代码。使用Quartz框架无疑是非常好的选择,并且与Spring可以非常方便的集成,下面介绍它们集成方法和Cron表达式的详细介绍 […]</p>
<div class="clearfix"></div>
<p class="meta">
<i class="icon-calendar"></i> 2013-08-31 - <i class="icon-user"></i> 老牛啊 <a href="http://www.cnblogs.com/obullxl/archive/2011/07/10/spring-quartz-cron-integration.html" class="pull-right readmore">阅读全文 »</a>
</p>
<div class="clearfix"></div>
</div>
<div class="ads ads-728-90">
<script type="text/javascript">
<!--
google_ad_client = "ca-pub-2548953017344039";
/* GitIO列表2-728W */
google_ad_slot = "7323935870";
google_ad_width = 728;
google_ad_height = 90;
//-->
</script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
<div class="clearfix"></div>
</div>
<!--
<div class="pagination">
<span class='page-numbers current'>1</span> <a class='page-numbers' href=''>2</a> <span class="page-numbers dots">…</span> <a class='page-numbers' href=''>6</a> <a class="next page-numbers" href="">Next</a>
</div>
-->
</div>
<div class="span4">
<div class="sidebar">
<div class="widget widget-last">
<h3>推荐排行榜</h3>
<ul>
<li><a href="http://www.cnblogs.com/obullxl/archive/2011/07/10/spring-quartz-cron-integration.html" rel="bookmark">Spring集成Quartz定时任务框架介绍和Cron表达式详解</a></li>
<li><a href="http://www.cnblogs.com/obullxl/archive/2012/05/11/jeecms-maven-build.html" rel="bookmark">JeeCMS 2012 Maven构建+Eclipse完整开发版</a></li>
<li><a href="http://www.cnblogs.com/obullxl/archive/2012/06/11/jdbc-mysql-load-data-infile.html" rel="bookmark">MySQL使用JDBC Load Data InFile导入数据注意事项</a></li>
</ul>
</div>
<div class="ads ads-300-600">
<script type="text/javascript">
<!--
google_ad_client = "ca-pub-2548953017344039";
/* GitIO侧边栏-大幅 */
google_ad_slot = "4370469471";
google_ad_width = 300;
google_ad_height = 600;
//-->
</script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="footer">
<div class="container">
<div class="row">
<div id="footer-copyright" class="span6">
© 2013 <a href="http://obullxl.github.io">[email protected]</a>
</div>
<div id="footer-terms" class="span6">
<a href="http://anode.aliapp.com">云博客</a>
<a href="http://obullxl.cnblogs.com">博客园</a>
<script type="text/javascript" src="http://js.tongji.linezing.com/3298180/tongji.js"></script><noscript><a href="http://www.linezing.com"><img src="http://img.tongji.linezing.com/3298180/tongji.gif"/></a></noscript>
</div>
</div>
</div>
</div>
<!-- /footer -->
</body>
</html>