Skip to content

Commit 31a2bb9

Browse files
committed
20171010
1 parent 49001f1 commit 31a2bb9

File tree

15 files changed

+3460
-92
lines changed

15 files changed

+3460
-92
lines changed

.idea/workspace.xml

Lines changed: 923 additions & 91 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/main/resources/db.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
jdbc.driverClass=com.mysql.jdbc.Driver
2-
jdbc.url=jdbc:mysql://localhost:3306/blogdemo
2+
jdbc.url=jdbc:mysql://localhost:3306/blogdemo?useUnicode=yes&characterEncoding=utf8
33
jdbc.username=root
44
jdbc.pwd=root

src/main/webapp/manage/manage.html

Lines changed: 1189 additions & 0 deletions
Large diffs are not rendered by default.

src/main/webapp/manage/manage1.html

Lines changed: 920 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<title>Title</title>
6+
<script src="assets/js/bootstrap.min.js"></script>
7+
<link rel="stylesheet" href="assets/css/bootstrap.min.css">
8+
<script src="assets/js/jquery.min.js"></script>
9+
</head>
10+
<body>
11+
<div class="container-fluid">
12+
<div class="row-fluid">
13+
<div class="span12">
14+
<div class="row-fluid">
15+
<div class="span12">
16+
<div class="pull-left">
17+
ShareFree
18+
</div>
19+
<div class="pull-right">
20+
xxx用户
21+
</div>
22+
<div class="pull-right" style="background: #DA81F5;">
23+
登出
24+
</div>
25+
</div>
26+
</div>
27+
<div class="row-fluid">
28+
<div class="pull-left">
29+
<h3>
30+
侧边栏
31+
</h3>
32+
</div>
33+
<div class="pull-right">
34+
<h3>
35+
内容栏
36+
</h3>
37+
</div>
38+
</div>
39+
<div class="row-fluid">
40+
<div class="span12">
41+
<h3>
42+
尾巴
43+
</h3>
44+
</div>
45+
</div>
46+
</div>
47+
</div>
48+
</div>
49+
</body>
50+
</html>

src/main/webapp/manage/manage_files/admin-lib.min.js

Lines changed: 19 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/main/webapp/manage/manage_files/codemirror.min.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/main/webapp/manage/manage_files/common.min.js

Lines changed: 16 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/main/webapp/manage/manage_files/default-admin.min.css

Lines changed: 16 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)