forked from saysky/beibei
-
Notifications
You must be signed in to change notification settings - Fork 0
/
beibei.sql
294 lines (265 loc) · 64.7 KB
/
beibei.sql
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
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
/*
Navicat Premium Data Transfer
Source Server : localhost
Source Server Type : MySQL
Source Server Version : 50641
Source Host : localhost
Source Database : beibei
Target Server Type : MySQL
Target Server Version : 50641
File Encoding : utf-8
Date: 06/09/2019 15:07:03 PM
*/
SET NAMES utf8;
SET FOREIGN_KEY_CHECKS = 0;
-- ----------------------------
-- Table structure for `sens_attachment`
-- ----------------------------
DROP TABLE IF EXISTS `sens_attachment`;
CREATE TABLE `sens_attachment` (
`attach_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`attach_created` datetime DEFAULT NULL,
`attach_name` varchar(255) DEFAULT NULL,
`attach_path` varchar(255) DEFAULT NULL,
`attach_size` varchar(255) DEFAULT NULL,
`attach_small_path` varchar(255) DEFAULT NULL,
`attach_suffix` varchar(255) DEFAULT NULL,
`attach_type` varchar(255) DEFAULT NULL,
`attach_wh` varchar(255) DEFAULT NULL,
`attach_location` varchar(255) DEFAULT NULL,
`attach_origin` int(1) DEFAULT NULL,
PRIMARY KEY (`attach_id`)
) ENGINE=InnoDB AUTO_INCREMENT=215 DEFAULT CHARSET=utf8mb4;
-- ----------------------------
-- Records of `sens_attachment`
-- ----------------------------
BEGIN;
INSERT INTO `sens_attachment` VALUES ('206', '2019-05-30 22:55:24', '柯南2.jpeg', '/upload/2019/5/柯南2(1).jpeg', '95KB', '/upload/2019/5/柯南2(1)_small.jpeg', 'jpeg', 'image/jpeg', '1024x1024', 'server', '0'), ('208', '2019-06-09 09:07:46', 'policewoman.jpeg', '/upload/2019/6/policewoman.jpeg', '21KB', '/upload/2019/6/policewoman_small.jpeg', 'jpeg', 'image/jpeg', '600x600', 'server', '0'), ('209', '2019-06-09 09:11:18', 'quantity.jpeg', '/upload/2019/6/quantity.jpeg', '18KB', '/upload/2019/6/quantity_small.jpeg', 'jpeg', 'image/jpeg', '550x413', 'server', '0'), ('210', '2019-06-09 09:13:51', 'particular.jpeg', '/upload/2019/6/particular.jpeg', '22KB', '/upload/2019/6/particular_small.jpeg', 'jpeg', 'image/jpeg', '450x330', 'server', '0'), ('211', '2019-06-09 09:16:19', 'signal.jpeg', '/upload/2019/6/signal.jpeg', '35KB', '/upload/2019/6/signal_small.jpeg', 'jpeg', 'image/jpeg', '500x355', 'server', '0');
COMMIT;
-- ----------------------------
-- Table structure for `sens_feedback`
-- ----------------------------
DROP TABLE IF EXISTS `sens_feedback`;
CREATE TABLE `sens_feedback` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`user_id` int(11) DEFAULT NULL,
`content` text,
`create_time` datetime DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8;
-- ----------------------------
-- Records of `sens_feedback`
-- ----------------------------
BEGIN;
INSERT INTO `sens_feedback` VALUES ('1', '2', '访问有点慢,建议提高服务器带宽', '2019-06-08 10:44:17'), ('3', '4', '111111111', '2019-06-09 15:00:57'), ('4', '4', '1111', '2019-06-09 15:02:51');
COMMIT;
-- ----------------------------
-- Table structure for `sens_log`
-- ----------------------------
DROP TABLE IF EXISTS `sens_log`;
CREATE TABLE `sens_log` (
`log_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`log_content` varchar(255) DEFAULT NULL,
`log_created` datetime DEFAULT NULL,
`log_ip` varchar(255) DEFAULT NULL,
`log_title` varchar(255) DEFAULT NULL,
PRIMARY KEY (`log_id`)
) ENGINE=InnoDB AUTO_INCREMENT=1110 DEFAULT CHARSET=utf8mb4;
-- ----------------------------
-- Records of `sens_log`
-- ----------------------------
BEGIN;
INSERT INTO `sens_log` VALUES ('1039', '柯南2.jpeg', '2019-05-30 22:55:25', '0:0:0:0:0:0:0:1', '上传附件'), ('1040', 'saysky', '2019-05-30 22:55:39', '0:0:0:0:0:0:0:1', '退出登录'), ('1041', '登录成功[saysky]', '2019-05-30 22:55:41', '0:0:0:0:0:0:0:1', '登录后台'), ('1042', '登录成功[saysky]', '2019-05-30 22:59:16', '0:0:0:0:0:0:0:1', '登录后台'), ('1043', '行宫', '2019-05-30 23:00:34', '0:0:0:0:0:0:0:1', '发表文章'), ('1044', '登录成功[saysky]', '2019-05-30 23:51:58', '0:0:0:0:0:0:0:1', '登录后台'), ('1045', '登鹳雀楼', '2019-05-30 23:52:38', '0:0:0:0:0:0:0:1', '发表文章'), ('1046', '新嫁娘词', '2019-05-30 23:53:08', '0:0:0:0:0:0:0:1', '发表文章'), ('1047', '鹿柴', '2019-05-30 23:53:49', '0:0:0:0:0:0:0:1', '发表文章'), ('1048', 'ssss', '2019-05-31 00:40:46', '0:0:0:0:0:0:0:1', '发表文章'), ('1049', '111', '2019-05-31 00:41:49', '0:0:0:0:0:0:0:1', '发表文章'), ('1050', 'swsw', '2019-05-31 00:43:58', '0:0:0:0:0:0:0:1', '发表文章'), ('1051', 'slide-1.jpg', '2019-05-31 00:49:59', '0:0:0:0:0:0:0:1', '上传附件'), ('1052', '公告XXXXXXXX', '2019-05-31 00:50:36', '0:0:0:0:0:0:0:1', '发布公告'), ('1053', '公告YYYYY', '2019-05-31 00:50:49', '0:0:0:0:0:0:0:1', '发布公告'), ('1054', '登录成功[saysky]', '2019-05-31 00:52:02', '0:0:0:0:0:0:0:1', '登录后台'), ('1055', '留言板', '2019-05-31 00:57:28', '0:0:0:0:0:0:0:1', '发表页面'), ('1056', '打赏', '2019-05-31 00:59:16', '0:0:0:0:0:0:0:1', '发表页面'), ('1057', '登录成功[saysky]', '2019-05-31 22:10:18', '0:0:0:0:0:0:0:1', '登录后台'), ('1058', '1111111', '2019-06-01 08:50:11', '0:0:0:0:0:0:0:1', '发表文章'), ('1059', '登录成功[saysky]', '2019-06-01 11:48:08', '0:0:0:0:0:0:0:1', '登录后台'), ('1060', '登录成功[saysky]', '2019-06-02 20:11:24', '0:0:0:0:0:0:0:1', '登录后台'), ('1061', 'mayun', '2019-06-07 13:16:31', '0:0:0:0:0:0:0:1', '用户注册'), ('1062', '登录失败[saysky]', '2019-06-07 13:16:38', '0:0:0:0:0:0:0:1', '登录后台'), ('1063', '登录成功[saysky]', '2019-06-07 13:17:15', '0:0:0:0:0:0:0:1', '登录后台'), ('1064', 'saysky', '2019-06-07 13:31:11', '0:0:0:0:0:0:0:1', '退出登录'), ('1065', '登录成功[saysky]', '2019-06-07 13:31:12', '0:0:0:0:0:0:0:1', '登录后台'), ('1066', '登录成功[saysky]', '2019-06-07 14:24:09', '0:0:0:0:0:0:0:1', '登录后台'), ('1067', '登录成功[saysky]', '2019-06-07 14:26:46', '0:0:0:0:0:0:0:1', '登录后台'), ('1068', '登录成功[saysky]', '2019-06-07 15:03:16', '0:0:0:0:0:0:0:1', '登录后台'), ('1069', '登录成功[mayun]', '2019-06-08 18:28:53', '0:0:0:0:0:0:0:1', '登录后台'), ('1070', '登录成功[mayun]', '2019-06-08 22:08:31', '0:0:0:0:0:0:0:1', '登录后台'), ('1071', '登录成功[mayun]', '2019-06-08 22:56:55', '0:0:0:0:0:0:0:1', '登录后台'), ('1072', '登录成功[mayun]', '2019-06-08 23:12:08', '0:0:0:0:0:0:0:1', '登录后台'), ('1073', '登录成功[mayun]', '2019-06-08 23:30:47', '0:0:0:0:0:0:0:1', '登录后台'), ('1074', '登录成功[mayun]', '2019-06-08 23:33:33', '0:0:0:0:0:0:0:1', '登录后台'), ('1075', '登录成功[mayun]', '2019-06-08 23:56:17', '0:0:0:0:0:0:0:1', '登录后台'), ('1076', '登录成功[mayun]', '2019-06-09 00:40:05', '0:0:0:0:0:0:0:1', '登录后台'), ('1077', '登录成功[mayun]', '2019-06-09 09:02:28', '0:0:0:0:0:0:0:1', '登录后台'), ('1078', 'mayun', '2019-06-09 09:04:36', '0:0:0:0:0:0:0:1', '退出登录'), ('1079', '登录成功[saysky]', '2019-06-09 09:04:42', '0:0:0:0:0:0:0:1', '登录后台'), ('1080', 'policewoman.jpeg', '2019-06-09 09:07:46', '0:0:0:0:0:0:0:1', '上传附件'), ('1081', 'quantity.jpeg', '2019-06-09 09:11:18', '0:0:0:0:0:0:0:1', '上传附件'), ('1082', 'particular.jpeg', '2019-06-09 09:13:51', '0:0:0:0:0:0:0:1', '上传附件'), ('1083', 'signal.jpeg', '2019-06-09 09:16:19', '0:0:0:0:0:0:0:1', '上传附件'), ('1084', '登录成功[saysky]', '2019-06-09 09:40:23', '0:0:0:0:0:0:0:1', '登录后台'), ('1085', '登录成功[saysky]', '2019-06-09 10:15:33', '0:0:0:0:0:0:0:1', '登录后台'), ('1086', 'saysky', '2019-06-09 10:19:49', '0:0:0:0:0:0:0:1', '退出登录'), ('1087', '登录成功[saysky]', '2019-06-09 10:20:03', '0:0:0:0:0:0:0:1', '登录后台'), ('1088', '登录成功[saysky]', '2019-06-09 11:04:35', '0:0:0:0:0:0:0:1', '登录后台'), ('1089', '登录成功[saysky]', '2019-06-09 11:15:32', '0:0:0:0:0:0:0:1', '登录后台'), ('1090', '登录成功[saysky]', '2019-06-09 13:05:18', '0:0:0:0:0:0:0:1', '登录后台'), ('1091', '登录成功[saysky]', '2019-06-09 13:09:39', '0:0:0:0:0:0:0:1', '登录后台'), ('1092', 'saysky', '2019-06-09 13:31:56', '0:0:0:0:0:0:0:1', '退出登录'), ('1093', '登录成功[mayun]', '2019-06-09 13:31:59', '0:0:0:0:0:0:0:1', '登录后台'), ('1094', 'mayun', '2019-06-09 14:03:42', '0:0:0:0:0:0:0:1', '退出登录'), ('1095', '登录成功[mayun]', '2019-06-09 14:03:44', '0:0:0:0:0:0:0:1', '登录后台'), ('1096', '登录成功[mayun]', '2019-06-09 14:18:53', '0:0:0:0:0:0:0:1', '登录后台'), ('1097', 'mayun', '2019-06-09 14:20:05', '0:0:0:0:0:0:0:1', '退出登录'), ('1098', '登录成功[mayun]', '2019-06-09 14:20:07', '0:0:0:0:0:0:0:1', '登录后台'), ('1099', 'mayun', '2019-06-09 14:21:12', '0:0:0:0:0:0:0:1', '退出登录'), ('1100', '登录成功[saysky]', '2019-06-09 14:21:18', '0:0:0:0:0:0:0:1', '登录后台'), ('1101', '3.jpg', '2019-06-09 14:28:54', '0:0:0:0:0:0:0:1', '上传附件'), ('1102', '1.jpg', '2019-06-09 14:30:19', '0:0:0:0:0:0:0:1', '上传附件'), ('1103', '1.jpg', '2019-06-09 14:31:55', '0:0:0:0:0:0:0:1', '上传附件'), ('1104', 'zhangsan', '2019-06-09 14:46:52', '0:0:0:0:0:0:0:1', '用户注册'), ('1105', 'lisi2', '2019-06-09 14:48:57', '0:0:0:0:0:0:0:1', '用户注册'), ('1106', 'wangwu', '2019-06-09 14:49:19', '0:0:0:0:0:0:0:1', '用户注册'), ('1107', '登录成功[wangwu]', '2019-06-09 14:50:51', '0:0:0:0:0:0:0:1', '登录后台'), ('1108', '登录成功[lisi2]', '2019-06-09 14:54:47', '0:0:0:0:0:0:0:1', '登录后台'), ('1109', '登录成功[saysky]', '2019-06-09 15:04:38', '0:0:0:0:0:0:0:1', '登录后台');
COMMIT;
-- ----------------------------
-- Table structure for `sens_options`
-- ----------------------------
DROP TABLE IF EXISTS `sens_options`;
CREATE TABLE `sens_options` (
`option_name` varchar(127) NOT NULL,
`option_value` longtext,
PRIMARY KEY (`option_name`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
-- ----------------------------
-- Records of `sens_options`
-- ----------------------------
BEGIN;
INSERT INTO `sens_options` VALUES ('admin_loading', 'false'), ('admin_pjax', 'true'), ('admin_theme', 'skin-blue'), ('api_status', 'true'), ('attach_loc', 'server'), ('bind_github_open', 'true'), ('bind_qq_open', 'true'), ('bind_type', 'bind-github'), ('blog_favicon', '/upload/2018/10/logo20181111185335360.png'), ('blog_footer_info', '<p style=\"text-align: center;\">Copyright © <a href=\"https://liuyanzhao.com/\" target=\"_blank\" rel=\"noopener noreferrer\">XXXX网站 </a>丨<a href=\"http://www.miitbeian.gov.cn/\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">备案号:XXXXX </a>丨 <a href=\"http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=36042102000137\" target=\"_blank\" rel=\"nofollow noopener noreferrer\"><img style=\"margin-bottom: -4px;\" src=\"https://liuyanzhao.com/wp-content/uploads/2017/03/ghs.png\" />公安备案号:XXXX</a></p>\r\n<p style=\"text-align: center;\"><a href=\"http://tongji.baidu.com/web/welcome/ico?s=6afab79aca1c297eeabbd7b79812dba7\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">网站统计 </a></p>'), ('blog_locale', 'zh_CN'), ('blog_logo', '/upload/2018/10/logo20181111185335360.png'), ('blog_start', '2017-11-11'), ('blog_sub_title', ' 程序人生,永不止步'), ('blog_title', '贝贝词汇'), ('blog_url', 'http://localhost:8080'), ('comment_pass_notice', 'false'), ('comment_reply_notice', 'true'), ('comment_rubbish_words', '支付宝,红包,现金'), ('comment_system', 'native'), ('default_register_role', 'contributor'), ('index_comments', '10'), ('is_install', 'true'), ('native_comment_avatar', 'mm'), ('native_comment_placeholder', '赶快评论一个吧!'), ('new_comment_need_check', 'false'), ('new_comment_notice', 'true'), ('open_post_check', 'true'), ('open_register', 'true'), ('seo_desc', 'XXX,XXXX'), ('seo_keywords', 'XXX,XXX'), ('smtp_email_enable', 'true'), ('statistics_url', 'http://tongji.baidu.com/web/welcome/ico?s=6afab79aca1c297eeabbd7b79812dba7'), ('theme', 'begin'), ('theme_begin_post_footer_is_display', 'false'), ('theme_begin_post_footer_left_desc', '交流学习,有偿服务'), ('theme_begin_post_footer_left_pic', '/upload/2019/0/wechat__1_20190110143156690.jpg'), ('theme_begin_post_footer_left_title', '微信'), ('theme_begin_post_footer_right_desc', '交流学习,有偿服务'), ('theme_begin_post_footer_right_pic', '/upload/2019/0/wechat__1_20190110143156690.jpg'), ('theme_begin_post_footer_right_title', '微信'), ('theme_begin_sns_about_desc', '言曌博客,个人程序人生的点滴记录和时光储备。淡泊明志,宁静致远。珍惜原创,矢志不渝。\r\n'), ('theme_begin_sns_about_nickname', '博客初心'), ('theme_begin_sns_about_picture', '/upload/2018/10/avatar20181111193957347.jpg'), ('theme_begin_sns_about_title', '博客初心'), ('theme_begin_sns_email', '[email protected]'), ('theme_begin_sns_github', 'saysky'), ('theme_begin_sns_qq', '847064370'), ('theme_begin_sns_rss', 'true'), ('theme_begin_sns_weibo', 'liuyanzhao1'), ('theme_begin_sns_weixin', '/upload/2018/11/wechat20181230193700343.jpg');
COMMIT;
-- ----------------------------
-- Table structure for `sens_post`
-- ----------------------------
DROP TABLE IF EXISTS `sens_post`;
CREATE TABLE `sens_post` (
`post_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`allow_comment` int(11) DEFAULT NULL,
`post_content` longtext,
`post_date` datetime DEFAULT NULL,
`post_status` int(11) DEFAULT NULL,
`post_summary` varchar(2000) DEFAULT NULL,
`post_thumbnail` varchar(255) DEFAULT NULL,
`post_title` varchar(255) DEFAULT NULL,
`post_type` varchar(255) DEFAULT NULL,
`post_update` datetime DEFAULT NULL,
`post_url` varchar(255) DEFAULT NULL,
`post_views` bigint(20) DEFAULT NULL,
`user_id` bigint(20) NOT NULL,
`post_source` int(11) DEFAULT NULL,
`comment_size` int(11) DEFAULT NULL,
`post_likes` int(11) DEFAULT NULL,
`jump_url` varchar(1000) DEFAULT '',
`data_url` varchar(1000) DEFAULT '',
`video_url` varchar(1000) DEFAULT '',
`rate` int(11) DEFAULT '1',
`related_ids` varchar(1000) DEFAULT NULL,
PRIMARY KEY (`post_id`),
KEY `FK5hvavpcp1efcf6vxo09bhi9a7` (`user_id`)
) ENGINE=InnoDB AUTO_INCREMENT=9429 DEFAULT CHARSET=utf8mb4;
-- ----------------------------
-- Records of `sens_post`
-- ----------------------------
BEGIN;
INSERT INTO `sens_post` VALUES ('9368', '1', '<p>寥落古行宫,宫花寂寞红。<br>白头宫女在,闲坐说玄宗。</p>', '2019-05-30 23:00:00', '0', '寥落古行宫,宫花寂寞红。白头宫女在,闲坐说玄宗。', '/static/images/thumbnail/img_0.jpg', '行宫', 'post', '2019-05-31 00:43:06', 'xing-gong-', '1', '1', '1', '0', '0', ' ', 'https://pan.baidu.com/', 'https://gss3.baidu.com/6LZ0ej3k1Qd3ote6lo7D0j9wehsv/tieba-smallvideo-transcode/31767748_048f78afbe002646b40251accd8ef238_5aa12ac3_2.mp4?authorization=bce-auth-v1%2Fde94045c2e42438fad71ab8df47a6727%2F2017-08-06T06%3A53%3A17Z%2F1800%2F%2F4485f05e2530eb0ef05439d0d974e05c0e0f987a860def697222d250f85d347d', '1', '9376,9377,9378,9379,9380,9381,9382,9383,9384,9385'), ('9369', '1', '<p>白日依山尽,黄河入海流。<br>欲穷千里目,更上一层楼。</p>', '2019-05-30 23:52:00', '0', '白日依山尽,黄河入海流。欲穷千里目,更上一层楼。', '/static/images/thumbnail/img_8.jpg', '登鹳雀楼', 'post', '2019-05-31 00:43:14', 'deng-guan-que-lou-', '0', '1', '1', '0', '0', ' ', ' ', ' ', '1', '9376,9377,9378,9379,9380,9381,9382,9383,9384,9385'), ('9370', '1', '<p>三日入厨下,洗手作羹汤。<br>未谙姑食性,先遣小姑尝。</p>', '2019-05-30 23:53:00', '0', '三日入厨下,洗手作羹汤。未谙姑食性,先遣小姑尝。', '/static/images/thumbnail/img_3.jpg', '新嫁娘词', 'post', '2019-05-31 00:43:28', 'xin-jia-niang-ci-', '0', '1', '1', '0', '0', ' ', ' ', ' ', '1', '9376,9377,9378,9379,9380,9381,9382,9383,9384,9385'), ('9371', '1', '<p>空山不见人,但闻人语响。<br>返景入深林,复照青苔上。</p>', '2019-05-30 23:53:00', '0', '空山不见人,但闻人语响。返景入深林,复照青苔上。', '/static/images/thumbnail/img_4.jpg', '鹿柴', 'post', '2019-05-30 23:54:08', 'lu-chai-', '0', '1', '1', '0', '0', 'https://so.gushiwen.org/shiwenv_e9b1a8b4def0.aspx', ' ', ' ', '1', '9376,9377,9378,9379,9380,9381,9382,9383,9384,9385'), ('9372', '1', '<p>swswsww</p>', '2019-05-31 00:40:00', '0', 'swswsww', '/static/images/thumbnail/img_7.jpg', 'ssss', 'post', '2019-05-31 00:43:00', 'ssss', '0', '1', '1', '0', '0', 'xxxxx', '', '', '1', '9376,9377,9378,9379,9380,9381,9382,9383,9384,9385'), ('9373', '1', '<p>1111111</p>', '2019-05-31 00:41:49', '0', '1111111', '/static/images/thumbnail/img_8.jpg', '111', 'post', '2019-05-31 00:41:49', '111', '0', '1', '1', '0', '0', '', '', '', '1', '9376,9377,9378,9379,9380,9381,9382,9383,9384,9385'), ('9374', '1', '<p>swswsw</p>', '2019-05-31 00:43:58', '0', 'swswsw', '/static/images/thumbnail/img_11.jpg', 'swsw', 'post', '2019-05-31 00:43:58', 'swsw', '0', '1', '1', '0', '0', '', '111111', '1111111', '1', '9376,9377,9378,9379,9380,9381,9382,9383,9384,9385'), ('9375', '1', '<p>寥落古行宫,宫花寂寞红。<br>白头宫女在,闲坐说玄宗。</p>', '2019-05-30 23:00:00', '0', '寥落古行宫,宫花寂寞红。白头宫女在,闲坐说玄宗。', '/static/images/thumbnail/img_0.jpg', '行宫', 'post', '2019-05-31 00:43:06', 'xing-gong-', '1', '1', '1', '0', '0', ' ', 'https://pan.baidu.com/', 'https://gss3.baidu.com/6LZ0ej3k1Qd3ote6lo7D0j9wehsv/tieba-smallvideo-transcode/31767748_048f78afbe002646b40251accd8ef238_5aa12ac3_2.mp4?authorization=bce-auth-v1%2Fde94045c2e42438fad71ab8df47a6727%2F2017-08-06T06%3A53%3A17Z%2F1800%2F%2F4485f05e2530eb0ef05439d0d974e05c0e0f987a860def697222d250f85d347d', '1', '9376,9377,9378,9379,9380,9381,9382,9383,9384,9385'), ('9376', '1', '<p>白日依山尽,黄河入海流。<br>欲穷千里目,更上一层楼。</p>', '2019-05-30 23:52:00', '0', '白日依山尽,黄河入海流。欲穷千里目,更上一层楼。', '/static/images/thumbnail/img_8.jpg', '登鹳雀楼', 'post', '2019-05-31 00:43:14', 'deng-guan-que-lou-', '0', '1', '1', '0', '0', ' ', ' ', ' ', '1', '9376,9377,9378,9379,9380,9381,9382,9383,9384,9385'), ('9377', '1', '<p>三日入厨下,洗手作羹汤。<br>未谙姑食性,先遣小姑尝。</p>', '2019-05-30 23:53:00', '0', '三日入厨下,洗手作羹汤。未谙姑食性,先遣小姑尝。', '/static/images/thumbnail/img_3.jpg', '新嫁娘词', 'post', '2019-05-31 00:43:28', 'xin-jia-niang-ci-', '0', '1', '1', '0', '0', ' ', ' ', ' ', '1', '9376,9377,9378,9379,9380,9381,9382,9383,9384,9385'), ('9378', '1', '<p>空山不见人,但闻人语响。<br>返景入深林,复照青苔上。</p>', '2019-05-30 23:53:00', '0', '空山不见人,但闻人语响。返景入深林,复照青苔上。', '/static/images/thumbnail/img_4.jpg', '鹿柴', 'post', '2019-05-30 23:54:08', 'lu-chai-', '0', '1', '1', '0', '0', 'https://so.gushiwen.org/shiwenv_e9b1a8b4def0.aspx', ' ', ' ', '1', '9376,9377,9378,9379,9380,9381,9382,9383,9384,9385'), ('9379', '1', '<p>swswsww</p>', '2019-05-31 00:40:00', '0', 'swswsww', '/static/images/thumbnail/img_7.jpg', 'ssss', 'post', '2019-05-31 00:43:00', 'ssss', '0', '1', '1', '0', '0', 'xxxxx', '', '', '1', '9376,9377,9378,9379,9380,9381,9382,9383,9384,9385'), ('9380', '1', '<p>1111111</p>', '2019-05-31 00:41:49', '0', '1111111', '/static/images/thumbnail/img_8.jpg', '111', 'post', '2019-05-31 00:41:49', '111', '0', '1', '1', '0', '0', '', '', '', '1', '9376,9377,9378,9379,9380,9381,9382,9383,9384,9385'), ('9381', '1', '<p>swswsw</p>', '2019-05-31 00:43:00', '0', 'swswsw', '/static/images/thumbnail/img_11.jpg', 'swsw', 'post', '2019-05-31 01:02:19', 'swsw', '2', '1', '1', '1', '0', '', '111111', '1111111', '1', '9376,9377,9378,9379,9380,9381,9382,9383,9384,9385'), ('9382', '1', '<p>寥落古行宫,宫花寂寞红。<br>白头宫女在,闲坐说玄宗。</p>', '2019-05-30 23:00:00', '0', '寥落古行宫,宫花寂寞红。白头宫女在,闲坐说玄宗。', '/static/images/thumbnail/img_0.jpg', '行宫', 'post', '2019-05-31 00:43:06', 'xing-gong-', '1', '1', '1', '0', '0', ' ', 'https://pan.baidu.com/', 'https://gss3.baidu.com/6LZ0ej3k1Qd3ote6lo7D0j9wehsv/tieba-smallvideo-transcode/31767748_048f78afbe002646b40251accd8ef238_5aa12ac3_2.mp4?authorization=bce-auth-v1%2Fde94045c2e42438fad71ab8df47a6727%2F2017-08-06T06%3A53%3A17Z%2F1800%2F%2F4485f05e2530eb0ef05439d0d974e05c0e0f987a860def697222d250f85d347d', '1', '9376,9377,9378,9379,9380,9381,9382,9383,9384,9385'), ('9383', '1', '<p>白日依山尽,黄河入海流。<br>欲穷千里目,更上一层楼。</p>', '2019-05-30 23:52:00', '0', '白日依山尽,黄河入海流。欲穷千里目,更上一层楼。', '/static/images/thumbnail/img_8.jpg', '登鹳雀楼', 'post', '2019-05-31 00:43:14', 'deng-guan-que-lou-', '0', '1', '1', '0', '0', ' ', ' ', ' ', '1', '9376,9377,9378,9379,9380,9381,9382,9383,9384,9385'), ('9384', '1', '<p>三日入厨下,洗手作羹汤。<br>未谙姑食性,先遣小姑尝。</p>', '2019-05-30 23:53:00', '0', '三日入厨下,洗手作羹汤。未谙姑食性,先遣小姑尝。', '/static/images/thumbnail/img_3.jpg', '新嫁娘词', 'post', '2019-05-31 00:43:28', 'xin-jia-niang-ci-', '0', '1', '1', '0', '0', ' ', ' ', ' ', '1', '9376,9377,9378,9379,9380,9381,9382,9383,9384,9385'), ('9385', '1', '<p>空山不见人,但闻人语响。<br>返景入深林,复照青苔上。</p>', '2019-05-30 23:53:00', '0', '空山不见人,但闻人语响。返景入深林,复照青苔上。', '/static/images/thumbnail/img_4.jpg', '鹿柴', 'post', '2019-05-30 23:54:08', 'lu-chai-', '0', '1', '1', '0', '0', 'https://so.gushiwen.org/shiwenv_e9b1a8b4def0.aspx', ' ', ' ', '1', '9376,9377,9378,9379,9380,9381,9382,9383,9384,9385'), ('9386', '1', '<p>swswsww</p>', '2019-05-31 00:40:00', '0', 'swswsww', '/static/images/thumbnail/img_7.jpg', 'ssss', 'post', '2019-05-31 00:43:00', 'ssss', '0', '1', '1', '0', '0', 'xxxxx', '', '', '1', '9376,9377,9378,9379,9380,9381,9382,9383,9384,9385'), ('9387', '1', '<p>1111111</p>', '2019-05-31 00:41:49', '0', '1111111', '/static/images/thumbnail/img_8.jpg', '111', 'post', '2019-05-31 00:41:49', '111', '0', '1', '1', '0', '0', '', '', '', '1', '9376,9377,9378,9379,9380,9381,9382,9383,9384,9385'), ('9388', '1', '<p>swswsw</p>', '2019-05-31 00:43:00', '0', 'swswsw', '/static/images/thumbnail/img_11.jpg', 'swsw', 'post', '2019-05-31 01:02:32', 'swsw', '0', '1', '1', '0', '0', '', '111111', '1111111', '1', '9376,9377,9378,9379,9380,9381,9382,9383,9384,9385'), ('9389', '1', '<p>寥落古行宫,宫花寂寞红。<br>白头宫女在,闲坐说玄宗。</p>', '2019-05-30 23:00:00', '0', '寥落古行宫,宫花寂寞红。白头宫女在,闲坐说玄宗。', '/static/images/thumbnail/img_0.jpg', '行宫', 'post', '2019-05-31 00:43:06', 'xing-gong-', '1', '1', '1', '0', '0', ' ', 'https://pan.baidu.com/', 'https://gss3.baidu.com/6LZ0ej3k1Qd3ote6lo7D0j9wehsv/tieba-smallvideo-transcode/31767748_048f78afbe002646b40251accd8ef238_5aa12ac3_2.mp4?authorization=bce-auth-v1%2Fde94045c2e42438fad71ab8df47a6727%2F2017-08-06T06%3A53%3A17Z%2F1800%2F%2F4485f05e2530eb0ef05439d0d974e05c0e0f987a860def697222d250f85d347d', '1', '9376,9377,9378,9379,9380,9381,9382,9383,9384,9385'), ('9390', '1', '<p>白日依山尽,黄河入海流。<br>欲穷千里目,更上一层楼。</p>', '2019-05-30 23:52:00', '0', '白日依山尽,黄河入海流。欲穷千里目,更上一层楼。', '/static/images/thumbnail/img_8.jpg', '登鹳雀楼', 'post', '2019-05-31 00:43:14', 'deng-guan-que-lou-', '0', '1', '1', '0', '0', ' ', ' ', ' ', '1', '9376,9377,9378,9379,9380,9381,9382,9383,9384,9385'), ('9391', '1', '<p>三日入厨下,洗手作羹汤。<br>未谙姑食性,先遣小姑尝。</p>', '2019-05-30 23:53:00', '0', '三日入厨下,洗手作羹汤。未谙姑食性,先遣小姑尝。', '/static/images/thumbnail/img_3.jpg', '新嫁娘词', 'post', '2019-05-31 00:43:28', 'xin-jia-niang-ci-', '0', '1', '1', '0', '0', ' ', ' ', ' ', '1', '9376,9377,9378,9379,9380,9381,9382,9383,9384,9385'), ('9392', '1', '<p>空山不见人,但闻人语响。<br>返景入深林,复照青苔上。</p>', '2019-05-30 23:53:00', '0', '空山不见人,但闻人语响。返景入深林,复照青苔上。', '/static/images/thumbnail/img_4.jpg', '鹿柴', 'post', '2019-05-30 23:54:08', 'lu-chai-', '0', '1', '1', '0', '0', 'https://so.gushiwen.org/shiwenv_e9b1a8b4def0.aspx', ' ', ' ', '1', '9376,9377,9378,9379,9380,9381,9382,9383,9384,9385'), ('9393', '1', '<p>swswsww</p>', '2019-05-31 00:40:00', '0', 'swswsww', '/static/images/thumbnail/img_7.jpg', 'ssss', 'post', '2019-05-31 00:43:00', 'ssss', '0', '1', '1', '0', '0', 'xxxxx', '', '', '1', '9376,9377,9378,9379,9380,9381,9382,9383,9384,9385'), ('9394', '1', '<p>1111111</p>', '2019-05-31 00:41:49', '0', '1111111', '/static/images/thumbnail/img_8.jpg', '111', 'post', '2019-05-31 00:41:49', '111', '0', '1', '1', '0', '0', '', '', '', '1', '9376,9377,9378,9379,9380,9381,9382,9383,9384,9385'), ('9395', '1', '<p>swswsw</p>', '2019-05-31 00:43:00', '0', 'swswsw', '/static/images/thumbnail/img_11.jpg', 'swsw', 'post', '2019-05-31 01:02:43', 'swsw', '0', '1', '1', '0', '0', '', '111111', '1111111', '1', '9376,9377,9378,9379,9380,9381,9382,9383,9384,9385'), ('9396', '1', '<p>寥落古行宫,宫花寂寞红。<br>白头宫女在,闲坐说玄宗。</p>', '2019-05-30 23:00:00', '0', '寥落古行宫,宫花寂寞红。白头宫女在,闲坐说玄宗。', '/static/images/thumbnail/img_0.jpg', '行宫', 'post', '2019-05-31 00:43:06', 'xing-gong-', '1', '1', '1', '0', '0', ' ', 'https://pan.baidu.com/', 'https://gss3.baidu.com/6LZ0ej3k1Qd3ote6lo7D0j9wehsv/tieba-smallvideo-transcode/31767748_048f78afbe002646b40251accd8ef238_5aa12ac3_2.mp4?authorization=bce-auth-v1%2Fde94045c2e42438fad71ab8df47a6727%2F2017-08-06T06%3A53%3A17Z%2F1800%2F%2F4485f05e2530eb0ef05439d0d974e05c0e0f987a860def697222d250f85d347d', '1', '9376,9377,9378,9379,9380,9381,9382,9383,9384,9385'), ('9397', '1', '<p>白日依山尽,黄河入海流。<br>欲穷千里目,更上一层楼。</p>', '2019-05-30 23:52:00', '0', '白日依山尽,黄河入海流。欲穷千里目,更上一层楼。', '/static/images/thumbnail/img_8.jpg', '登鹳雀楼', 'post', '2019-05-31 00:43:14', 'deng-guan-que-lou-', '0', '1', '1', '0', '0', ' ', ' ', ' ', '1', '9376,9377,9378,9379,9380,9381,9382,9383,9384,9385'), ('9398', '1', '<p>三日入厨下,洗手作羹汤。<br>未谙姑食性,先遣小姑尝。</p>', '2019-05-30 23:53:00', '0', '三日入厨下,洗手作羹汤。未谙姑食性,先遣小姑尝。', '/static/images/thumbnail/img_3.jpg', '新嫁娘词', 'post', '2019-05-31 00:43:28', 'xin-jia-niang-ci-', '0', '1', '1', '0', '0', ' ', ' ', ' ', '1', '9376,9377,9378,9379,9380,9381,9382,9383,9384,9385'), ('9399', '1', '<p>空山不见人,但闻人语响。<br>返景入深林,复照青苔上。</p>', '2019-05-30 23:53:00', '0', '空山不见人,但闻人语响。返景入深林,复照青苔上。', '/static/images/thumbnail/img_4.jpg', '鹿柴', 'post', '2019-05-30 23:54:08', 'lu-chai-', '0', '1', '1', '0', '0', 'https://so.gushiwen.org/shiwenv_e9b1a8b4def0.aspx', ' ', ' ', '1', '9376,9377,9378,9379,9380,9381,9382,9383,9384,9385'), ('9400', '1', '<p>swswsww</p>', '2019-05-31 00:40:00', '0', 'swswsww', '/static/images/thumbnail/img_7.jpg', 'ssss', 'post', '2019-05-31 00:43:00', 'ssss', '0', '1', '1', '0', '0', 'xxxxx', '', '', '1', '9376,9377,9378,9379,9380,9381,9382,9383,9384,9385'), ('9401', '1', '<p>1111111</p>', '2019-05-31 00:41:49', '0', '1111111', '/static/images/thumbnail/img_8.jpg', '111', 'post', '2019-05-31 00:41:49', '111', '0', '1', '1', '0', '0', '', '', '', '1', '9376,9377,9378,9379,9380,9381,9382,9383,9384,9385'), ('9402', '1', '<p>swswsw</p>', '2019-05-31 00:43:00', '0', 'swswsw', '/static/images/thumbnail/img_11.jpg', 'swsw', 'post', '2019-05-31 01:02:26', 'swsw', '0', '1', '1', '0', '0', '', '111111', '1111111', '1', '9376,9377,9378,9379,9380,9381,9382,9383,9384,9385'), ('9403', '1', '<p>寥落古行宫,宫花寂寞红。<br>白头宫女在,闲坐说玄宗。</p>', '2019-05-30 23:00:00', '0', '寥落古行宫,宫花寂寞红。白头宫女在,闲坐说玄宗。', '/static/images/thumbnail/img_0.jpg', '行宫', 'post', '2019-05-31 00:43:06', 'xing-gong-', '1', '1', '1', '0', '0', ' ', 'https://pan.baidu.com/', 'https://gss3.baidu.com/6LZ0ej3k1Qd3ote6lo7D0j9wehsv/tieba-smallvideo-transcode/31767748_048f78afbe002646b40251accd8ef238_5aa12ac3_2.mp4?authorization=bce-auth-v1%2Fde94045c2e42438fad71ab8df47a6727%2F2017-08-06T06%3A53%3A17Z%2F1800%2F%2F4485f05e2530eb0ef05439d0d974e05c0e0f987a860def697222d250f85d347d', '1', '9376,9377,9378,9379,9380,9381,9382,9383,9384,9385'), ('9404', '1', '<p>白日依山尽,黄河入海流。<br>欲穷千里目,更上一层楼。</p>', '2019-05-30 23:52:00', '0', '白日依山尽,黄河入海流。欲穷千里目,更上一层楼。', '/static/images/thumbnail/img_8.jpg', '登鹳雀楼', 'post', '2019-05-31 00:43:14', 'deng-guan-que-lou-', '0', '1', '1', '0', '0', ' ', ' ', ' ', '1', '9376,9377,9378,9379,9380,9381,9382,9383,9384,9385'), ('9405', '1', '<p>三日入厨下,洗手作羹汤。<br>未谙姑食性,先遣小姑尝。</p>', '2019-05-30 23:53:00', '0', '三日入厨下,洗手作羹汤。未谙姑食性,先遣小姑尝。', '/static/images/thumbnail/img_3.jpg', '新嫁娘词', 'post', '2019-05-31 00:43:28', 'xin-jia-niang-ci-', '0', '1', '1', '0', '0', ' ', ' ', ' ', '1', '9376,9377,9378,9379,9380,9381,9382,9383,9384,9385'), ('9406', '1', '<p>空山不见人,但闻人语响。<br>返景入深林,复照青苔上。</p>', '2019-05-30 23:53:00', '0', '空山不见人,但闻人语响。返景入深林,复照青苔上。', '/static/images/thumbnail/img_4.jpg', '鹿柴', 'post', '2019-05-30 23:54:08', 'lu-chai-', '0', '1', '1', '0', '0', 'https://so.gushiwen.org/shiwenv_e9b1a8b4def0.aspx', ' ', ' ', '1', '9376,9377,9378,9379,9380,9381,9382,9383,9384,9385'), ('9407', '1', '<p>swswsww</p>', '2019-05-31 00:40:00', '0', 'swswsww', '/static/images/thumbnail/img_7.jpg', 'ssss', 'post', '2019-05-31 00:43:00', 'ssss', '0', '1', '1', '0', '0', 'xxxxx', '', '', '1', '9376,9377,9378,9379,9380,9381,9382,9383,9384,9385'), ('9408', '1', '<p>1111111</p>', '2019-05-31 00:41:49', '0', '1111111', '/static/images/thumbnail/img_8.jpg', '111', 'post', '2019-05-31 00:41:49', '111', '0', '1', '1', '0', '0', '', '', '', '1', '9376,9377,9378,9379,9380,9381,9382,9383,9384,9385'), ('9409', '1', '<p>swswsw</p>', '2019-05-31 00:43:00', '0', 'swswsw', '/static/images/thumbnail/img_11.jpg', 'swsw', 'post', '2019-05-31 01:02:55', 'swsw', '0', '1', '1', '0', '0', '', '111111', '1111111', '1', '9376,9377,9378,9379,9380,9381,9382,9383,9384,9385'), ('9410', '1', '<p>寥落古行宫,宫花寂寞红。<br>白头宫女在,闲坐说玄宗。</p>', '2019-05-30 23:00:00', '0', '寥落古行宫,宫花寂寞红。白头宫女在,闲坐说玄宗。', '/static/images/thumbnail/img_0.jpg', '行宫', 'post', '2019-05-31 00:43:06', 'xing-gong-', '1', '1', '1', '0', '0', ' ', 'https://pan.baidu.com/', 'https://gss3.baidu.com/6LZ0ej3k1Qd3ote6lo7D0j9wehsv/tieba-smallvideo-transcode/31767748_048f78afbe002646b40251accd8ef238_5aa12ac3_2.mp4?authorization=bce-auth-v1%2Fde94045c2e42438fad71ab8df47a6727%2F2017-08-06T06%3A53%3A17Z%2F1800%2F%2F4485f05e2530eb0ef05439d0d974e05c0e0f987a860def697222d250f85d347d', '1', '9376,9377,9378,9379,9380,9381,9382,9383,9384,9385'), ('9411', '1', '<p>白日依山尽,黄河入海流。<br>欲穷千里目,更上一层楼。</p>', '2019-05-30 23:52:00', '0', '白日依山尽,黄河入海流。欲穷千里目,更上一层楼。', '/static/images/thumbnail/img_8.jpg', '登鹳雀楼', 'post', '2019-05-31 00:43:14', 'deng-guan-que-lou-', '0', '1', '1', '0', '0', ' ', ' ', ' ', '1', '9376,9377,9378,9379,9380,9381,9382,9383,9384,9385'), ('9412', '1', '<p>三日入厨下,洗手作羹汤。<br>未谙姑食性,先遣小姑尝。</p>', '2019-05-30 23:53:00', '0', '三日入厨下,洗手作羹汤。未谙姑食性,先遣小姑尝。', '/static/images/thumbnail/img_3.jpg', '新嫁娘词', 'post', '2019-05-31 00:43:28', 'xin-jia-niang-ci-', '0', '1', '1', '0', '0', ' ', ' ', ' ', '1', '9376,9377,9378,9379,9380,9381,9382,9383,9384,9385'), ('9413', '1', '<p>空山不见人,但闻人语响。<br>返景入深林,复照青苔上。</p>', '2019-05-30 23:53:00', '0', '空山不见人,但闻人语响。返景入深林,复照青苔上。', '/static/images/thumbnail/img_4.jpg', '鹿柴', 'post', '2019-05-30 23:54:08', 'lu-chai-', '0', '1', '1', '0', '0', 'https://so.gushiwen.org/shiwenv_e9b1a8b4def0.aspx', ' ', ' ', '1', '9376,9377,9378,9379,9380,9381,9382,9383,9384,9385'), ('9414', '1', '<p>swswsww</p>', '2019-05-31 00:40:00', '0', 'swswsww', '/static/images/thumbnail/img_7.jpg', 'ssss', 'post', '2019-05-31 00:43:00', 'ssss', '0', '1', '1', '0', '0', 'xxxxx', '', '', '1', '9376,9377,9378,9379,9380,9381,9382,9383,9384,9385'), ('9415', '1', '<p>1111111</p>', '2019-05-31 00:41:49', '0', '1111111', '/static/images/thumbnail/img_8.jpg', '111', 'post', '2019-05-31 00:41:49', '111', '0', '1', '1', '0', '0', '', '', '', '1', '9376,9377,9378,9379,9380,9381,9382,9383,9384,9385'), ('9416', '1', '<p>swswsw</p>', '2019-05-31 00:43:00', '0', 'swswsw', '/static/images/thumbnail/img_11.jpg', 'swsw', 'post', '2019-05-31 01:03:01', 'swsw', '0', '1', '1', '0', '0', '', '111111', '1111111', '1', '9376,9377,9378,9379,9380,9381,9382,9383,9384,9385'), ('9417', '1', '<p>寥落古行宫,宫花寂寞红。<br>白头宫女在,闲坐说玄宗。</p>', '2019-05-30 23:00:00', '0', '寥落古行宫,宫花寂寞红。白头宫女在,闲坐说玄宗。', '/static/images/thumbnail/img_0.jpg', '行宫', 'post', '2019-05-31 00:43:06', 'xing-gong-', '1', '1', '1', '0', '0', ' ', 'https://pan.baidu.com/', 'https://gss3.baidu.com/6LZ0ej3k1Qd3ote6lo7D0j9wehsv/tieba-smallvideo-transcode/31767748_048f78afbe002646b40251accd8ef238_5aa12ac3_2.mp4?authorization=bce-auth-v1%2Fde94045c2e42438fad71ab8df47a6727%2F2017-08-06T06%3A53%3A17Z%2F1800%2F%2F4485f05e2530eb0ef05439d0d974e05c0e0f987a860def697222d250f85d347d', '1', '9376,9377,9378,9379,9380,9381,9382,9383,9384,9385'), ('9418', '1', '<p>白日依山尽,黄河入海流。<br>欲穷千里目,更上一层楼。</p>', '2019-05-30 23:52:00', '0', '白日依山尽,黄河入海流。欲穷千里目,更上一层楼。', '/static/images/thumbnail/img_8.jpg', '登鹳雀楼', 'post', '2019-05-31 00:43:14', 'deng-guan-que-lou-', '0', '1', '1', '0', '0', ' ', ' ', ' ', '1', '9376,9377,9378,9379,9380,9381,9382,9383,9384,9385'), ('9419', '1', '<p>三日入厨下,洗手作羹汤。<br>未谙姑食性,先遣小姑尝。</p>', '2019-05-30 23:53:00', '0', '三日入厨下,洗手作羹汤。未谙姑食性,先遣小姑尝。', '/static/images/thumbnail/img_3.jpg', '新嫁娘词', 'post', '2019-05-31 00:43:28', 'xin-jia-niang-ci-', '0', '1', '1', '0', '0', ' ', ' ', ' ', '1', '9376,9377,9378,9379,9380,9381,9382,9383,9384,9385'), ('9420', '1', '<p>空山不见人,但闻人语响。<br>返景入深林,复照青苔上。</p>', '2019-05-30 23:53:00', '0', '空山不见人,但闻人语响。返景入深林,复照青苔上。', '/static/images/thumbnail/img_4.jpg', '鹿柴', 'post', '2019-05-30 23:54:08', 'lu-chai-', '0', '1', '1', '0', '0', 'https://so.gushiwen.org/shiwenv_e9b1a8b4def0.aspx', ' ', ' ', '1', '9376,9377,9378,9379,9380,9381,9382,9383,9384,9385'), ('9421', '1', '<p>swswsww</p>', '2019-05-31 00:40:00', '0', 'swswsww', '/static/images/thumbnail/img_7.jpg', 'ssss', 'post', '2019-05-31 00:43:00', 'ssss', '0', '1', '1', '0', '0', 'xxxxx', '', '', '1', '9376,9377,9378,9379,9380,9381,9382,9383,9384,9385'), ('9422', '1', '<p>1111111</p>', '2019-05-31 00:41:49', '0', '1111111', '/static/images/thumbnail/img_8.jpg', '111', 'post', '2019-05-31 00:41:49', '111', '0', '1', '1', '0', '0', '', '', '', '1', '9376,9377,9378,9379,9380,9381,9382,9383,9384,9385'), ('9423', '1', '<p>swswsw</p>', '2019-05-31 00:43:00', '0', 'swswsw', '/static/images/thumbnail/img_11.jpg', 'swsw', 'post', '2019-05-31 01:02:50', 'swsw', '0', '1', '1', '0', '0', '', '111111', '1111111', '1', '9376,9377,9378,9379,9380,9381,9382,9383,9384,9385'), ('9424', '1', '<p>公告XXXXXXXX</p><p>公告XXXXXXXX</p><p>公告XXXXXXXX</p>', '2019-05-31 00:50:36', '0', null, null, '公告XXXXXXXX', 'notice', '2019-05-31 00:50:36', null, '0', '1', '1', '0', '0', '', '', '', '1', '9376,9377,9378,9379,9380,9381,9382,9383,9384,9385'), ('9425', '1', '<p>公告YYYYY</p><p>公告YYYYY公告YYYYY公告YYYYY公告YYYYY公告YYYYY</p>', '2019-05-31 00:50:49', '0', null, null, '公告YYYYY', 'notice', '2019-05-31 00:50:49', null, '0', '1', '1', '0', '0', '', '', '', '1', '9376,9377,9378,9379,9380,9381,9382,9383,9384,9385'), ('9426', '1', '<p><br></p><p>欢迎畅所欲言</p>', '2019-05-31 00:57:28', '0', null, '/static/images/thumbnail/img_4.jpg', '留言板', 'page', '2019-05-31 00:57:28', 'message', '0', '1', '1', '0', '0', '', '', '', '1', '9376,9377,9378,9379,9380,9381,9382,9383,9384,9385'), ('9427', '1', '<p><br></p><p>欢迎打赏</p>', '2019-05-31 00:59:16', '0', null, '/static/images/thumbnail/img_8.jpg', '打赏', 'page', '2019-05-31 00:59:16', 'shang', '0', '1', '1', '0', '0', '', '', '', '1', '9376,9377,9378,9379,9380,9381,9382,9383,9384,9385'), ('9428', '1', '<p>111111111</p>', '2019-06-01 08:50:00', '0', '111111111', '/static/images/thumbnail/img_8.jpg', '1111111', 'post', '2019-06-02 20:16:00', '1111111', '0', '1', '1', '0', '0', '22222222', '22222', '111111', '1', '9376,9377,9378,9379,9380,9381,9382,9383,9384,9385');
COMMIT;
-- ----------------------------
-- Table structure for `sens_rbac_permission`
-- ----------------------------
DROP TABLE IF EXISTS `sens_rbac_permission`;
CREATE TABLE `sens_rbac_permission` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`name` varchar(255) DEFAULT NULL,
`pid` int(11) DEFAULT NULL,
`permission` varchar(255) DEFAULT NULL,
`resource_type` varchar(255) DEFAULT NULL,
`url` varchar(255) DEFAULT NULL,
`icon` varchar(255) DEFAULT NULL,
`en_name` varchar(255) DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=7004 DEFAULT CHARSET=utf8mb4;
-- ----------------------------
-- Table structure for `sens_rbac_role`
-- ----------------------------
DROP TABLE IF EXISTS `sens_rbac_role`;
CREATE TABLE `sens_rbac_role` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`role` varchar(100) DEFAULT NULL,
`description` varchar(255) DEFAULT NULL,
`level` int(1) DEFAULT NULL,
PRIMARY KEY (`id`),
UNIQUE KEY `uk_role_role` (`role`) USING BTREE
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4;
-- ----------------------------
-- Records of `sens_rbac_role`
-- ----------------------------
BEGIN;
INSERT INTO `sens_rbac_role` VALUES ('1', 'admin', '管理员', '1'), ('2', 'user', '用户', '2');
COMMIT;
-- ----------------------------
-- Table structure for `sens_rbac_role_permission_ref`
-- ----------------------------
DROP TABLE IF EXISTS `sens_rbac_role_permission_ref`;
CREATE TABLE `sens_rbac_role_permission_ref` (
`role_id` int(11) NOT NULL,
`permission_id` int(11) NOT NULL,
PRIMARY KEY (`role_id`,`permission_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
-- ----------------------------
-- Table structure for `sens_rbac_user_role_ref`
-- ----------------------------
DROP TABLE IF EXISTS `sens_rbac_user_role_ref`;
CREATE TABLE `sens_rbac_user_role_ref` (
`user_id` int(20) NOT NULL,
`role_id` int(11) NOT NULL,
PRIMARY KEY (`user_id`,`role_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
-- ----------------------------
-- Records of `sens_rbac_user_role_ref`
-- ----------------------------
BEGIN;
INSERT INTO `sens_rbac_user_role_ref` VALUES ('1', '1'), ('1', '2'), ('2', '2'), ('3', '2'), ('4', '2'), ('5', '2');
COMMIT;
-- ----------------------------
-- Table structure for `sens_record`
-- ----------------------------
DROP TABLE IF EXISTS `sens_record`;
CREATE TABLE `sens_record` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`word_id` varchar(255) DEFAULT NULL,
`user_id` int(11) DEFAULT NULL,
`status` int(2) DEFAULT NULL,
`create_time` datetime DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=175 DEFAULT CHARSET=utf8;
-- ----------------------------
-- Records of `sens_record`
-- ----------------------------
BEGIN;
INSERT INTO `sens_record` VALUES ('108', '1', '1', '1', '2019-06-09 13:11:17'), ('109', '2', '1', '1', '2019-06-09 13:11:22'), ('110', '3', '1', '1', '2019-06-09 13:11:25'), ('111', '4', '1', '1', '2019-06-09 13:11:27'), ('112', '5', '1', '1', '2019-06-09 13:11:29'), ('113', '6', '1', '0', '2019-06-09 13:11:34'), ('114', '7', '1', '1', '2019-06-09 13:11:36'), ('115', '8', '1', '0', '2019-06-09 13:11:38'), ('116', '9', '1', '0', '2019-06-09 13:11:41'), ('117', '10', '1', '0', '2019-06-09 13:11:43'), ('122', '6', '1', '1', '2019-06-09 13:30:13'), ('123', '8', '1', '0', '2019-06-09 13:30:17'), ('124', '8', '1', '1', '2019-06-09 13:30:18'), ('125', '9', '1', '1', '2019-06-09 13:30:21'), ('126', '10', '1', '1', '2019-06-09 13:30:23'), ('127', '1', '2', '1', '2019-06-09 14:00:41'), ('128', '2', '2', '0', '2019-06-09 14:00:44'), ('129', '3', '2', '1', '2019-06-09 14:00:46'), ('130', '4', '2', '1', '2019-06-09 14:00:49'), ('131', '5', '2', '1', '2019-06-09 14:00:51'), ('132', '6', '2', '0', '2019-06-09 14:00:52'), ('133', '7', '2', '1', '2019-06-09 14:00:54'), ('134', '8', '2', '1', '2019-06-09 14:00:55'), ('135', '9', '2', '1', '2019-06-09 14:00:56'), ('136', '10', '2', '1', '2019-06-09 14:00:57'), ('137', '12', '2', '0', '2019-06-09 14:00:58'), ('138', '13', '2', '1', '2019-06-09 14:01:00'), ('139', '14', '2', '1', '2019-06-09 14:01:01'), ('140', '15', '2', '1', '2019-06-09 14:01:03'), ('141', '16', '2', '0', '2019-06-09 14:01:04'), ('142', '17', '2', '1', '2019-06-09 14:01:05'), ('143', '18', '2', '1', '2019-06-09 14:01:06'), ('144', '19', '2', '1', '2019-06-09 14:01:08'), ('145', '20', '2', '1', '2019-06-09 14:01:09'), ('146', '21', '2', '1', '2019-06-09 14:01:10'), ('147', '2', '2', '1', '2019-06-09 14:01:15'), ('148', '6', '2', '1', '2019-06-09 14:01:17'), ('149', '12', '2', '0', '2019-06-09 14:01:20'), ('150', '12', '2', '1', '2019-06-09 14:01:21'), ('151', '16', '2', '1', '2019-06-09 14:01:23'), ('152', '1', '5', '1', '2019-06-09 14:51:30'), ('153', '2', '5', '1', '2019-06-09 14:51:32'), ('154', '3', '5', '1', '2019-06-09 14:51:33'), ('155', '4', '5', '1', '2019-06-09 14:51:34'), ('156', '5', '5', '1', '2019-06-09 14:51:35'), ('157', '6', '5', '1', '2019-06-09 14:51:36'), ('158', '7', '5', '1', '2019-06-09 14:51:37'), ('159', '8', '5', '0', '2019-06-09 14:51:39'), ('160', '9', '5', '0', '2019-06-09 14:51:41'), ('161', '10', '5', '0', '2019-06-09 14:51:42'), ('162', '12', '5', '0', '2019-06-09 14:51:43'), ('163', '13', '5', '0', '2019-06-09 14:51:44'), ('164', '14', '5', '0', '2019-06-09 14:51:46'), ('165', '15', '5', '1', '2019-06-09 14:51:47'), ('166', '16', '5', '0', '2019-06-09 14:51:48'), ('167', '17', '5', '1', '2019-06-09 14:51:49'), ('168', '18', '5', '0', '2019-06-09 14:51:50'), ('169', '19', '5', '1', '2019-06-09 14:51:51'), ('170', '20', '5', '1', '2019-06-09 14:51:52'), ('171', '21', '5', '0', '2019-06-09 14:51:53'), ('172', '1', '4', '0', '2019-06-09 15:02:59'), ('173', '2', '4', '1', '2019-06-09 15:03:00'), ('174', '3', '4', '1', '2019-06-09 15:03:02');
COMMIT;
-- ----------------------------
-- Table structure for `sens_strange_word`
-- ----------------------------
DROP TABLE IF EXISTS `sens_strange_word`;
CREATE TABLE `sens_strange_word` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`word_id` int(11) DEFAULT NULL,
`user_id` int(11) DEFAULT NULL,
`create_time` datetime DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=12 DEFAULT CHARSET=utf8;
-- ----------------------------
-- Records of `sens_strange_word`
-- ----------------------------
BEGIN;
INSERT INTO `sens_strange_word` VALUES ('1', '2', '1', '2019-06-09 09:40:36'), ('2', '1', '1', '2019-06-09 10:00:39'), ('3', '4', '1', '2019-06-09 10:04:19'), ('4', '16', '1', '2019-06-09 13:31:47'), ('5', '16', '1', '2019-06-09 13:31:47'), ('6', '2', '2', '2019-06-09 13:58:00'), ('7', '6', '2', '2019-06-09 13:58:05'), ('8', '8', '2', '2019-06-09 13:58:07'), ('9', '11', '2', '2019-06-09 13:58:10'), ('10', '3', '2', '2019-06-09 14:00:47'), ('11', '3', '4', '2019-06-09 15:03:03');
COMMIT;
-- ----------------------------
-- Table structure for `sens_user`
-- ----------------------------
DROP TABLE IF EXISTS `sens_user`;
CREATE TABLE `sens_user` (
`user_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`login_enable` varchar(10) DEFAULT NULL,
`login_error` int(11) DEFAULT NULL,
`login_last` datetime DEFAULT NULL,
`user_avatar` varchar(255) DEFAULT NULL,
`user_desc` varchar(255) DEFAULT NULL,
`user_display_name` varchar(255) DEFAULT NULL,
`user_email` varchar(100) DEFAULT NULL,
`user_name` varchar(100) DEFAULT NULL,
`user_pass` varchar(255) DEFAULT NULL,
`user_site` varchar(255) DEFAULT NULL,
`status` int(1) DEFAULT NULL,
`create_time` datetime DEFAULT NULL,
`plan_count` int(11) DEFAULT '40',
PRIMARY KEY (`user_id`),
UNIQUE KEY `uk_user_email` (`user_email`) USING BTREE,
UNIQUE KEY `uk_user_name` (`user_name`) USING BTREE
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4;
-- ----------------------------
-- Records of `sens_user`
-- ----------------------------
BEGIN;
INSERT INTO `sens_user` VALUES ('1', 'true', '0', '2019-06-09 15:04:38', '/upload/2019/5/柯南2(1).jpeg', '', '言曌', '[email protected]', 'admin', 'a021a665f503979c06f50b8de66a4218', null, '0', '2019-01-24 00:07:33', '10'), ('2', 'true', '0', '2019-06-09 14:20:07', '/static/images/avatar/37.jpeg', null, 'mayun', '[email protected]', 'mayun', 'a021a665f503979c06f50b8de66a4218', null, '0', '2019-06-07 13:16:31', '20'), ('3', 'true', '0', null, '/static/images/avatar/26.jpeg', null, 'zhangsan', '[email protected]', 'zhangsan', 'a021a665f503979c06f50b8de66a4218', null, '0', '2019-06-09 14:46:51', '20'), ('4', 'true', '0', '2019-06-09 14:54:47', '/static/images/avatar/28.jpeg', null, 'lisi2', '[email protected]', 'lisi2', 'a021a665f503979c06f50b8de66a4218', null, '0', '2019-06-09 14:48:57', '20'), ('5', 'true', '0', '2019-06-09 14:50:50', '/static/images/avatar/36.jpeg', null, 'wangwu', '[email protected]', 'wangwu', 'a021a665f503979c06f50b8de66a4218', null, '0', '2019-06-09 14:49:19', '20');
COMMIT;
-- ----------------------------
-- Table structure for `sens_word`
-- ----------------------------
DROP TABLE IF EXISTS `sens_word`;
CREATE TABLE `sens_word` (
`en_name` varchar(255) DEFAULT NULL,
`cn_name` varchar(255) DEFAULT NULL,
`id` int(11) NOT NULL AUTO_INCREMENT,
`en_sentence` varchar(255) DEFAULT NULL,
`cn_sentence` varchar(255) DEFAULT NULL,
`img` varchar(255) DEFAULT NULL,
`create_time` datetime DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=201 DEFAULT CHARSET=utf8;
-- ----------------------------
-- Records of `sens_word`
-- ----------------------------
BEGIN;
INSERT INTO `sens_word` VALUES ('quantity', 'n. 量,数量,大量', '1', 'A large quantity of water is stored in the reservoir.', '水库存了大量的水。', '/upload/2019/6/quantity.jpeg', null), ('policewoman', 'n. 女警察', '2', 'She is a great policewoman.', '她是一个优秀的女警察。', '/upload/2019/6/policewoman.jpeg', null), ('particular', 'n. 个别项目, 详细说明 adj. 特别的, 独有的; 挑剔的; 详细的', '3', 'I have a particular responsibility to ensure I make the right decision.', '我肩负特殊责任,必须确保自己作出的决定是正确的。', '/upload/2019/6/particular.jpeg', null), ('signal', 'n. 信号,导火线,动机 vt. 发信号,标志 vi. 发信号 adj. 显著的', '4', 'You mustn\'t fire without my signal.', '没我的信号不许开枪。', '/upload/2019/6/signal.jpeg', null), ('suit', 'n. 套装, 诉讼, 请求 v. 适合, 取悦, 满足', '5', null, null, null, null), ('Australian', 'adj. 澳大利亚的 n. 澳大利亚人', '6', null, null, null, null), ('it', 'pron. 它', '7', null, null, null, null), ('necktie', 'n. 领带', '8', null, null, null, null), ('slide', 'n. 滑,幻灯片,雪崩,山崩,滑坡,滑梯 vt. 使滑 vi. 滑,跌落', '9', null, null, null, null), ('favour', '[英]n. 偏爱;赞同;善行 vt. 赞成;喜爱;有助于', '10', null, null, null, null), ('bravery', 'n. 勇敢', '12', null, null, null, null), ('unbelievable', 'adj. 难以置信的', '13', null, null, null, null), ('steak', 'n. 牛排', '14', null, null, null, null), ('title', 'n. 头衔,名称,标题,所有权,资格,冠军 vt. 赋予称号,加标题于 adj. 标题的', '15', null, null, null, null), ('flash', 'n. 闪光,闪现,闪烁物,花哨,一瞬间,电脑动画技术 vi. 闪现,闪烁 vt. 传送,用光联络,流露出 adj. 花哨的,炫耀的,昙花一现的', '17', null, null, null, null), ('beyond', 'adv. 在更远处,另外 n. 远处, 来世 prep. 超出, 越过,另外', '18', null, null, null, null), ('table manners', 'n.餐桌礼仪', '19', null, null, null, null), ('evident', 'adj. 明显的, 明白的', '20', null, null, null, null), ('affection', 'n. 慈爱,爱,感情', '21', null, null, null, null), ('beam', 'n. 光线,电波,横梁,容光焕发 vt. 发出(光、电、热、信号);为……上梁 vi. 微笑;发光', '22', null, null, null, null), ('confirm', 'v. 确定, 批准, 证实', '23', null, null, null, null), ('harvest', 'n. 收获(期),成果,收获物 vt.& vi. 收割,收获', '24', null, null, null, null), ('dear', 'adj. 严重的,珍贵的,亲爱的,昂贵的,衷心的 adv. 高价地,热爱地 n. 亲爱的人,可爱的人 int. 啊,哎呀', '25', null, null, null, null), ('emperor', 'n. 皇帝', '26', null, null, null, null), ('lost', 'adj. 失去的,遗失的,迷惑的 v. 遗失,损失,失败', '27', null, null, null, null), ('toy', 'n. 玩具,小玩意儿 adj. 供玩耍的,体型小的 vi. 漫不经心地做,戏弄', '28', null, null, null, null), ('status', 'n. 地位, 身份, 情形, 状况', '29', null, null, null, null), ('pay off', '付清; (付清工资后)解雇; <非正>取得成功; 使得益', '30', null, null, null, null), ('liter', 'n. 升, 公升(容量单位) =litre(英)', '31', null, null, null, null), ('centre', 'n. 中心,聚集点 vt. 置于中央,关注于 vi. 居中', '32', null, null, null, null), ('park', 'n. 运动场,专业区,园区,公园,停车处 vt. 停车,放排放置于 vi. 停车', '33', null, null, null, null), ('today', 'n.&adv. 今天', '34', null, null, null, null), ('crash', 'v. 撞碎, 猛使...破碎, 迫降,发出巨响 n. 轰隆声, 猛撞, 崩溃, 破产, 垮台 adj. 速成的 n. 粗布', '35', null, null, null, null), ('surgeon', 'n. 外科医生', '36', null, null, null, null), ('bargain', 'n. 交易,买卖,物美价廉的东西 vi. 议价 vt. 议价交易', '37', null, null, null, null), ('sold', 'v. 卖, 背叛, 销售 vbl. 卖, 背叛, 销售', '38', null, null, null, null), ('ox', 'n. 公牛,牛', '39', null, null, null, null), ('shorts', 'n. 短裤', '40', null, null, null, null), ('pace', 'n. 速度,步调,步法 vt. 踱步,调整节奏 vi. 缓慢地走', '41', null, null, null, null), ('litre', 'n. 公升(=liter)', '42', null, null, null, null), ('amuse', 'v. 消遣, 娱乐, 使...发笑', '43', null, null, null, null), ('float', 'n. 漂流物,装有轮子的展台或平板车,企业的日常零钱 vt. 使漂浮,提出,开办新公司,洽谈 vi. 漂浮,游荡,飘', '44', null, null, null, null), ('disagreement', 'n. 不合, 争论, 不一致', '45', null, null, null, null), ('cyclist', 'n. 骑自行车的人', '46', null, null, null, null), ('behave', 'vt. &vi. 举止,行为,举止端正', '47', null, null, null, null), ('never', 'adv. 从不,绝不', '48', null, null, null, null), ('duck', 'n. 鸭,鸭肉,板球零分 vt. 把…按入水中,低头弯身(以免被打中或看见),躲避 vi. 迅速行进,飞快行走(以免被看见),推委责任', '49', null, null, null, null), ('white', 'adj. 白色的,白种的,纯洁的,幸运的 n. 白色,白种人', '50', null, null, null, null), ('eggplant', 'n. 茄子, 黑紫色', '51', null, null, null, null), ('firm', 'n. 商行,公司 vt. (使)变得坚实,定案 vi. 变硬,恢复 adj. 坚定的,坚固的,结实的 adv. 稳固地,坚定地', '52', null, null, null, null), ('post', 'n. 邮件, 标竿, 职位 vt. 邮递, 发布, 布置', '53', null, null, null, null), ('mouse', 'n. 老鼠,鼠标,胆小如鼠的人,乌青色的肿块 vi. 捕鼠,蹑手蹑脚行动 vt. 仔细寻找', '54', null, null, null, null), ('rest', 'n.休息; 剩余部分; 支持物; 宁静,安宁 vt.& vi.(使)休息; (使)倚靠[支撑] vi.休息; 静止; 停止; 安心 vt.使休息; 使轻松; 使长眠; 使依赖', '55', null, null, null, null), ('brunch', 'n. 早午餐', '56', null, null, null, null), ('he', 'pron. 他', '57', null, null, null, null), ('watch', 'n. 手表,注视 vt. 观察,监视,注视,照顾,等待 vi. 留意,观察', '58', null, null, null, null), ('admission', 'n. 许可, 入会费, 承认', '59', null, null, null, null), ('sixteenth', 'n. 十六分之一 adj. 第十六的,十六分之一的', '60', null, null, null, null), ('record holder', 'n. 纪录保持者', '61', null, null, null, null), ('gesture', 'n. 手势,姿态 vt.& vi. 作手势表达', '62', null, null, null, null), ('soon', 'adv. 不久, 很快', '63', null, null, null, null), ('Dr', 'abbr. (=dead reckoning)速度三角形定位法 abbr. (=doctor)医生,博士', '64', null, null, null, null), ('permission', 'n. 同意,许可,允许', '65', null, null, null, null), ('address', 'n. n.地址; 通信处; 演说; 称呼', '66', null, null, null, null), ('day', 'n. 白天,一天', '67', null, null, null, null), ('gone', 'adj. 离去的;死去的;用光的 v. 去(go的过去分词)', '68', null, null, null, null), ('camel', 'n. 骆驼,浮船箱,浅黄棕色', '69', null, null, null, null), ('replace', 'vt. 取代,更换', '70', null, null, null, null), ('lab', 'n. 实验室', '71', null, null, null, null), ('salty', 'adj. 咸的', '72', null, null, null, null), ('physics', 'n. 物理学', '73', null, null, null, null), ('fourteen', 'num. 十四', '74', null, null, null, null), ('soul', 'n. 灵魂, 精神, 美国黑人(或黑人音乐) adj. 美国黑人文化特性的', '75', null, null, null, null), ('evidence', 'n. 根据, 证据 vt. vi. 证实, 证明', '76', null, null, null, null), ('convenient', 'adj. 方便的', '77', null, null, null, null), ('plan', 'n. 计划,策略,方法 vt. 计划,设计,打算 vi. 打算', '78', null, null, null, null), ('kettle', 'n. 水壶,坑穴', '79', null, null, null, null), ('worn', 'adj.用旧的,穿坏的,精疲力竭的 动词wear的过去分词形式', '80', null, null, null, null), ('cottage', 'n. 村舍, 小屋,小别墅', '81', null, null, null, null), ('paint', 'n. 油漆,颜料,绘画作品 vt. &vi. 油漆,绘画', '82', null, null, null, null), ('shopping', 'n. 购物,买东西 动词shop的现在分词形式', '83', null, null, null, null), ('chemical', 'adj. 化学的 n. 化学制品', '84', null, null, null, null), ('fought', 'v.打仗; 战斗; 作战; 搏斗; 打斗; 打架; 参加(竞赛); 竞争;', '85', null, null, null, null), ('desperate', 'adj. 不顾一切的,绝望的, 极想得到的', '86', null, null, null, null), ('impossible', 'adj. 不可能的', '87', null, null, null, null), ('lemonade', 'n. 柠檬水', '88', null, null, null, null), ('flat', 'adj. 平坦的, 单调的, 扁平的 adv. 平直地, 干脆地 n. [英]公寓 vt. 变平 vi. 降调', '89', null, null, null, null), ('plate', 'n. 碟,盘,金属板,板块 vt. 镀金,电镀,为...制印版,, 给...装钢板,用金属板固定', '90', null, null, null, null), ('destroy', 'vt. &vi. 破坏,毁坏 [计算机] 撤消', '91', null, null, null, null), ('equipment', 'n. 设备,装备', '92', null, null, null, null), ('refrigerator', 'n. 冰箱', '93', null, null, null, null), ('credit', 'n. 信用, 荣誉, 贷款, 学分 v. 归功于, 赞颂, 信任', '94', null, null, null, null), ('shade', 'n. 色度,荫凉处,稍微 vt. &vi. 渐变,遮蔽,微减', '95', null, null, null, null), ('everybody', 'pron. 每人, 人人,各人', '96', null, null, null, null), ('gymnastics', 'n.&adj. 体操', '97', null, null, null, null), ('troop', 'n. 群,组,军队,大量,童子军 vi. 群集,结队,成群前行,陪伴', '98', null, null, null, null), ('uncomfortable', 'adj. 不舒服的, 不自在的', '99', null, null, null, null), ('fridge', 'n. 电冰箱', '100', null, null, null, null), ('punishment', 'n. 惩罚', '101', null, null, null, null), ('early', 'adv.&adj. 早', '102', null, null, null, null), ('official', 'adj. 官方的,正式的,有权威的 n. 官员', '103', null, null, null, null), ('field', 'n. 领域;牧场;旷野;战场;运动场 vi. 担任场外队员 adj. 扫描场;田赛的;野生的 vt. 把暴晒于场上;使上场;(通常成功地)回答,处理(问题)', '104', null, null, null, null), ('tire', 'n. 轮胎.金属圈 vt. 使疲倦, 厌烦 vi. 疲劳', '105', null, null, null, null), ('roast', 'n. 烤肉,烘烤 adj. 烘烤的,烤过的 v. 烤,烘焙', '106', null, null, null, null), ('breakfast', 'n. 早餐 vt. 吃早餐 vi. 提供早餐', '107', null, null, null, null), ('coach', 'n. 大巴, 教练; (火车)客车车厢, 四轮马车, 经济舱 vt. 训练, 指导 vi. 训练, 指导', '108', null, null, null, null), ('superb', 'adj. 极好的', '109', null, null, null, null), ('away', 'adv. 远离,离开,出去,连续的,遥远地', '110', null, null, null, null), ('introduce', 'vt. 介绍, 引进, 采用, 提出, 提倡, 放入', '111', null, null, null, null), ('PM', 'n. 下午,午后', '112', null, null, null, null), ('leftover', 'n. 剩货,残留物,剩饭 adj. 残余的', '113', null, null, null, null), ('cab', 'n. 出租汽车, 司机室, 驾驶室, 轻便马车 vi. 乘出租车', '114', null, null, null, null), ('Christmas card', 'n.耶诞卡,圣诞贺卡', '115', null, null, null, null), ('gold', 'adj. 金色的,金制的 n. 金子,金币,金黄色,金牌', '116', null, null, null, null), ('attract', 'v. 吸引, 有吸引力', '117', null, null, null, null), ('fairness', 'n. 公平, 公正', '118', null, null, null, null), ('comfortable', 'adj. 舒适的,充裕的', '119', null, null, null, null), ('output', 'n. 产量,输出,输出功率,输出端 vt. 输出(信息等)', '120', null, null, null, null), ('operation', 'n. 手术, 行动,活动, 操作', '121', null, null, null, null), ('country', 'adj. 国家的, 农村的 n. 国家,乡村,区域', '122', null, null, null, null), ('umbrella', 'n. 伞,保护伞 vt. 用伞遮住', '123', null, null, null, null), ('swimming', 'n. 游泳 adj. 会游泳的,游泳的 动词swim的现在分词', '124', null, null, null, null), ('degree', 'n. 学位,程度, 度数', '125', null, null, null, null), ('sightseeing', 'n. 观光, 游览 动词sightsee的现在分词', '126', null, null, null, null), ('ill', 'adj. 坏的,有病的,引起痛苦的,敌意的 adv. 恶劣地,勉强的 n. 邪恶,不幸,祸害,坏话', '127', null, null, null, null), ('twenty', 'adj. 二十,20,20', '128', null, null, null, null), ('reception', 'n. 接待,招待会,接收,欢迎,接受', '129', null, null, null, null), ('town', 'n. 城镇,城市', '130', null, null, null, null), ('purchase', 'n. 购买, 购买的物品 n. 支点; 紧握, 抓紧 vt. 购买, 赢得; (用设备)举起, 移动', '131', null, null, null, null), ('forgave', '动词forgive的过去式', '132', null, null, null, null), ('steal', 'vt.偷; 悄悄地做,悄悄地走; 潜行; 不正当的获得 vi.偷; 偷偷地行动:秘密、不显明地行动、发生或消失; [棒球]偷垒 n.偷窃; 便宜货; 便宜货', '133', null, null, null, null), ('schoolmate', 'n. 同学,校友', '134', null, null, null, null), ('achievement', 'n. 成就, 成绩, 完成, 达到', '135', null, null, null, null), ('advice', 'n. 忠告,建议,劝告', '136', null, null, null, null), ('Spain', 'n. 西班牙', '137', null, null, null, null), ('depth', 'n. 深度,强度,诚挚', '138', null, null, null, null), ('desk', 'n. 书桌', '139', null, null, null, null), ('defence', 'n. 防务,防御,答辩', '140', null, null, null, null), ('met', 'v. 遇见(meet的过去式和过去分词)', '141', null, null, null, null), ('businessman', 'n. 商人', '142', null, null, null, null), ('persuade', 'v. 说服 vt. 劝说,说服', '143', null, null, null, null), ('novel', 'adj. 新奇的 n. 小说', '144', null, null, null, null), ('OK', 'adj. 好, 不错, 可以 adv. 好, 不错, 可以', '145', null, null, null, null), ('monument', 'n. 纪念碑,历史遗迹', '146', null, null, null, null), ('dessert', 'n. 甜食', '147', null, null, null, null), ('skill', 'n. 技能, 技巧', '148', null, null, null, null), ('potential', 'adj.潜在的,有可能的; [语法学]可能语气的,表示可能性的; 有能力的 n.潜力,潜能; [物]电位,势能; 潜能的事物; [语]可能语气', '149', null, null, null, null), ('reserve', 'n. 预备品, 贮存, 候补 n. 克制, 含蓄 vt. 保留, 预订, 延期', '150', null, null, null, null), ('ambassador', 'n. 大使', '151', null, null, null, null), ('spray', 'n. 水沫,喷雾器 vt. &vi. 喷雾,扫射,喷射', '152', null, null, null, null), ('strange', 'adj. 陌生的, 奇怪的', '153', null, null, null, null), ('singer', 'n. n. 歌手,鸣禽 n. 烧毛工,烧毛机;辛格(姓氏)', '154', null, null, null, null), ('ash', 'n. 灰, 灰烬', '155', null, null, null, null), ('cancel', 'n. 取消,撤消 vt. 取消,删去, 约分 vi. 抵消', '156', null, null, null, null), ('homeland', 'n. 祖国', '157', null, null, null, null), ('homework', 'n. 家庭作业', '158', null, null, null, null), ('milk', 'n. 奶, 乳状物 v. 挤乳, 产乳', '159', null, null, null, null), ('telescope', 'n. 望远镜 v. 缩短, 压缩', '160', null, null, null, null), ('ripe', 'adj. 成熟的,上年纪的,合适的', '161', null, null, null, null), ('walnut', 'n. 胡桃,胡桃木,胡桃色,茶色', '162', null, null, null, null), ('lawyer', 'n. 律师', '163', null, null, null, null), ('hair', 'n. 头发, 毛发, 毛织物, 极少量, 极短距离', '164', null, null, null, null), ('available', 'adj. 可用的,可得到的,有用的,有效的', '165', null, null, null, null), ('motivation', 'n. 动机', '166', null, null, null, null), ('quite', 'adv. 很,十分', '167', null, null, null, null), ('whole', 'adj. 整个的, 完全的, 未受损的, (人)全面发展的 n. 全部, 通常情况 adv. 完全地, 统一地', '168', null, null, null, null), ('equal', 'adj. 相等的,平等的,胜任的 n. 对手,匹敌,同辈 vt. 等于,比得上', '169', null, null, null, null), ('regret', 'n. 遗憾, 后悔, 抱歉 v. 为...感到遗憾, 后悔, 惋惜', '170', null, null, null, null), ('beginning', 'n. 开始,开端,起源,早期 adj. 刚开始的 动词begin的现在分词', '171', null, null, null, null), ('fall', 'n. 秋天, 落下, 瀑布 v. 倒下, 落下, 来临', '172', null, null, null, null), ('golf', 'n. 高尔夫球 v. 打高尔夫球 vi. (打)高尔夫球', '173', null, null, null, null), ('surrounding', 'adj. 周围的 n. 环境, 周围的事物', '174', null, null, null, null), ('mummy', 'n. 木乃伊 n. 妈妈=mommy(美)', '175', null, null, null, null), ('belief', 'n. 相信, 信念, 信仰', '176', null, null, null, null), ('Germany', 'n. 德国', '177', null, null, null, null), ('hand out', 'vt. 分发,散发,给与', '178', null, null, null, null), ('champion', 'n. 冠军, 拥护者, 勇士 vt. 保卫, 拥护', '179', null, null, null, null), ('kite', 'n. 风筝 vt.& vi. 用空头支票骗人,使上升', '180', null, null, null, null), ('', null, '181', null, null, null, null), ('insist', 'vt. 坚持,强调 vi. 坚决主张', '182', null, null, null, null), ('AIDS', 'abbr. 爱滋病,获得性免疫功能丧失综合症(=Acquired Immune Deficiency Syndrome)', '183', null, null, null, null), ('guitar', 'n. 吉他 vi. 弹吉他', '184', null, null, null, null), ('whisper', 'vt.低声说; 私语; 密谈,密谋坏事; 私下说 vi.沙沙地响; 耳语; 密谈 n.低语,耳语; 飒飒声; [医]嗫音; 传闻', '185', null, null, null, null), ('format', 'n. 设计,版式 n.[计算机]格式,DOS命令 : 格式化(磁盘),用于空盘或使用过的磁盘建立新空盘来存储数据 v. vt.使格式化,设计,安排', '186', null, null, null, null), ('ignore', 'vt. 不顾,不理,忽视', '187', null, null, null, null), ('eighty', 'num.&adj. 八十 pron. 八十(个,只...)', '188', null, null, null, null), ('oral', 'adj. 口头的 n. 口试', '189', null, null, null, null), ('severe', 'adj. 剧烈的, 严重的, 严峻的, 严厉的, 严格的', '190', null, null, null, null), ('break down', 'vt. 打破, 减轻, 把...分解 vi. 彻底失败, 崩溃, 停止运转, 放弃, (数据, 观点等)站不住脚', '191', null, null, null, null), ('mainland', 'n. 大陆, 本土', '192', null, null, null, null), ('socialism', 'n. 社会主义', '193', null, null, null, null), ('knock into someone', '撞在某人身上', '194', null, null, null, null), ('forbid', 'vt. 禁止,妨碍, 阻止', '195', null, null, null, null), ('grape', 'n. 葡萄', '196', null, null, null, null), ('twelfth', 'adj. 第十二的, 十二分之一的 n. 第十二, 十二日, 第十二音', '197', null, null, null, null), ('suite', 'n. 随员, 套房, 一组', '198', null, null, null, null), ('weatherman', 'n. 气象工作者,天气预报员', '199', null, null, null, null), ('policewoman', 'n. 女警察', '200', 'She is a great policewoman.', '她是一个优秀的女警察。', '/upload/2019/6/policewoman.jpeg', null);
COMMIT;
SET FOREIGN_KEY_CHECKS = 1;