Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
guns-vip
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
chenjunxiong
guns-vip
Commits
75cb219b
Commit
75cb219b
authored
Apr 07, 2017
by
fsn
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改两个图片
parent
7c6c9581
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
5 deletions
+10
-5
README.md
+3
-2
sql/guns.sql
+7
-3
No files found.
README.md
View file @
75cb219b
...
...
@@ -9,9 +9,9 @@
##效果图









\ No newline at end of file
sql/guns.sql
View file @
75cb219b
...
...
@@ -10,7 +10,7 @@ Target Server Type : MYSQL
Target Server Version : 50621
File Encoding : 65001
Date: 2017-04-0
6 23:51:19
Date: 2017-04-0
7 00:13:44
*/
SET
FOREIGN_KEY_CHECKS
=
0
;
...
...
@@ -122,7 +122,7 @@ CREATE TABLE `_login_log` (
`message`
text
,
`ip`
varchar
(
255
)
DEFAULT
NULL
,
PRIMARY
KEY
(
`id`
)
)
ENGINE
=
InnoDB
AUTO_INCREMENT
=
5
5
DEFAULT
CHARSET
=
utf8
;
)
ENGINE
=
InnoDB
AUTO_INCREMENT
=
5
9
DEFAULT
CHARSET
=
utf8
;
-- ----------------------------
-- Records of _login_log
...
...
@@ -141,6 +141,10 @@ INSERT INTO `_login_log` VALUES ('51', '登录失败日志', null, '2017-03-31 1
INSERT
INTO
`_login_log`
VALUES
(
'52'
,
'登录日志'
,
'1'
,
'2017-03-31 14:09:12'
,
'成功'
,
null
,
'127.0.0.1'
);
INSERT
INTO
`_login_log`
VALUES
(
'53'
,
'登录日志'
,
'1'
,
'2017-04-05 20:45:05'
,
'成功'
,
null
,
'127.0.0.1'
);
INSERT
INTO
`_login_log`
VALUES
(
'54'
,
'登录日志'
,
'1'
,
'2017-04-05 20:50:40'
,
'成功'
,
null
,
'127.0.0.1'
);
INSERT
INTO
`_login_log`
VALUES
(
'55'
,
'退出日志'
,
'1'
,
'2017-04-06 23:57:04'
,
'成功'
,
null
,
'127.0.0.1'
);
INSERT
INTO
`_login_log`
VALUES
(
'56'
,
'登录失败日志'
,
null
,
'2017-04-06 23:57:07'
,
'成功'
,
'账号:admin,账号密码错误'
,
'127.0.0.1'
);
INSERT
INTO
`_login_log`
VALUES
(
'57'
,
'登录失败日志'
,
null
,
'2017-04-06 23:57:11'
,
'成功'
,
'账号:admin,账号密码错误'
,
'127.0.0.1'
);
INSERT
INTO
`_login_log`
VALUES
(
'58'
,
'登录日志'
,
'1'
,
'2017-04-06 23:57:15'
,
'成功'
,
null
,
'127.0.0.1'
);
-- ----------------------------
-- Table structure for _menu
...
...
@@ -369,4 +373,4 @@ CREATE TABLE `_user` (
-- ----------------------------
-- Records of _user
-- ----------------------------
INSERT
INTO
`_user`
VALUES
(
'1'
,
'admin'
,
'13c12b0b12fc76d994d68478ff476e1a'
,
'u9oqh'
,
'
冯硕楠'
,
'2017-02-13 00:00:00'
,
'1'
,
'sn93@qq.com'
,
'182013093
00'
,
'1'
,
'1'
,
'1'
,
'2016-01-29 08:49:53'
,
'25'
);
INSERT
INTO
`_user`
VALUES
(
'1'
,
'admin'
,
'13c12b0b12fc76d994d68478ff476e1a'
,
'u9oqh'
,
'
张三'
,
'2017-02-13 00:00:00'
,
'1'
,
'sn93@qq.com'
,
'182000000
00'
,
'1'
,
'1'
,
'1'
,
'2016-01-29 08:49:53'
,
'25'
);
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment