INSERT INTO t_hangban
VALUES (‘11’, ‘2018-03-24’, ‘C9191’, ‘成都’, ‘北京’, ‘12:00:00’, ‘200’, ‘100’, ‘50’, ‘no’);
INSERT INTO t_hangban
VALUES (‘12’, ‘2018-03-24’, ‘111’, ‘11’, ‘111’, ‘12:00:00’, ‘200’, ‘100’, ‘50’, ‘yes’);
– Table structure for t_liuyan
DROP TABLE IF EXISTS t_liuyan
;
CREATE TABLE t_liuyan
(
id
int(11) NOT NULL,
neirong
varchar(4000) DEFAULT NULL,
liuyanshi
varchar(55) DEFAULT NULL,
userId
int(11) DEFAULT NULL,
huifu
varchar(4000) DEFAULT NULL,
huifushi
varchar(50) DEFAULT NULL,
PRIMARY KEY (id
)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
– Records of t_liuyan
INSERT INTO t_liuyan
VALUES (‘3’, ‘测试留言板测试类测试留言板测试测试留言板测试’, ‘2018-02-11 16:33’, ‘1’, ‘wwwwwwwwwwwwwwwwwwwwwwwww’, ‘2018-03-11 16:34’);
INSERT INTO t_liuyan
VALUES (‘5’, ‘有没有特价机票啊???’, ‘2018-08-06 20:51’, ‘4’, ‘1221’, ‘2018-03-23 16:09’);
INSERT INTO t_liuyan
VALUES (‘6’, ‘123123’, ‘2018-03-23 16:16’, ‘2’, ‘’, ‘’);
INSERT INTO t_liuyan
VALUES (‘7’, ‘ceshi11111111111’, ‘2018-03-23 16:41’, ‘2’, ‘’, ‘’);
– Table structure for t_order
DROP TABLE IF EXISTS t_order
;
CREATE TABLE t_order
(
id
varchar(255) NOT NULL DEFAULT ‘’,
userId
int(11) DEFAULT NULL,
xiadanshi
varchar(255) DEFAULT NULL,
shouhourenming
varchar(255) DEFAULT NULL,
shouhourenhua
varchar(255) DEFAULT NULL,
shouhourenzhi
varchar(255) DEFAULT NULL,
zongjiage
int(11) DEFAULT NULL,
zhuangtai
varchar(255) DEFAULT NULL,
PRIMARY KEY (id
)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
– Records of t_order
INSERT INTO t_order
VALUES (‘1438865495737’, ‘4’, ‘2018-08-06 08:51:35’, ‘高圆圆’, ‘13255555555’, ‘中国北京市’, ‘3180’, ‘已受理’);
INSERT INTO t_order
VALUES (‘1464197933831’, ‘5’, ‘2018-05-26 01:38:53’, ‘qinb’, ‘12365498732’, ‘湖北武汉’, ‘580’, ‘已受理’);
INSERT INTO t_order
VALUES (‘1521794443359’, ‘2’, ‘2018-03-23 04:40:43’, ‘测试2’, ‘16765456765’, ‘北京’, ‘100’, ‘未受理’);
INSERT INTO t_order
VALUES (‘1522040268671’, ‘2’, ‘2018-03-26 12:57:48’, ‘1’, ‘19767876565’, ‘1’, ‘0’, ‘未受理’);
INSERT INTO t_order
VALUES (‘1522047726879’, ‘2’, ‘2018-03-26 03:02:06’, ‘黄晓明’, ‘16765456765’, ‘是的发送到发送到’, ‘200’, ‘未受理’);
INSERT INTO t_order
VALUES (‘1522058210543’, ‘2’, ‘2018-03-26 05:56:50’, ‘11’, ‘19767876565’, ‘123123123’, ‘1980’, ‘未受理’);
INSERT INTO t_order
VALUES (‘1522058251064’, ‘2’, ‘2018-03-26 05:57:31’, ‘123123’, ‘16765456765’, ‘123123’, ‘1980’, ‘未受理’);
– Table structure for t_orderitem
DROP TABLE IF EXISTS t_orderitem
;
CREATE TABLE t_orderitem
(
id
varchar(255) NOT NULL DEFAULT ‘’,
orderId
varchar(255) DEFAULT NULL,
hangbanId
int(11) DEFAULT NULL,
piaoleixing
varchar(255) DEFAULT NULL,
danjia
int(11) DEFAULT NULL,
shuliang
int(11) DEFAULT NULL,
zuoweihao
varchar(100) DEFAULT NULL,
zwIndex
varchar(100) DEFAULT NULL,
PRIMARY KEY (id
)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
– Records of t_orderitem
INSERT INTO t_orderitem
VALUES (‘1438865448729’, ‘1438865495737’, ‘5’, ‘成人票’, ‘1590’, ‘1’, null, null);
INSERT INTO t_orderitem
VALUES (‘1438865472714’, ‘1438865495737’, ‘5’, ‘成人票’, ‘1590’, ‘1’, null, null);
INSERT INTO t_orderitem
VALUES (‘1464197843631’, ‘1464197933831’, ‘7’, ‘成人票’, ‘100’, ‘3’, null, null);
INSERT INTO t_orderitem
VALUES (‘1464197870410’, ‘1464197933831’, ‘8’, ‘成人票’, ‘100’, ‘1’, null, null);
INSERT INTO t_orderitem
VALUES (‘1464197886900’, ‘1464197933831’, ‘3’, ‘成人票’, ‘180’, ‘1’, null, null);
INSERT INTO t_orderitem
VALUES (‘1521794420504’, ‘1521794443359’, ‘8’, ‘成人票’, ‘100’, ‘1’, null, ‘’);
INSERT INTO t_orderitem
VALUES (‘1522047649886’, ‘1522047726879’, ‘6’, ‘成人票’, ‘100’, ‘2’, ‘,9,10’, ‘1_1,4_2’);
INSERT INTO t_orderitem
VALUES (‘1522058195533’, ‘1522058210543’, ‘6’, ‘成人票’, ‘990’, ‘2’, ‘,10,11’, ‘,3_2,3_4’);
INSERT INTO t_orderitem
VALUES (‘1522058230461’, ‘1522058251064’, ‘6’, ‘成人票’, ‘990’, ‘2’, ‘,20,21’, ‘,6_2,6_4’);
– Table structure for t_user
DROP TABLE IF EXISTS t_user
;
CREATE TABLE t_user
(
user_id
int(11) NOT NULL,
总结
如果你选择了IT行业并坚定的走下去,这个方向肯定是没有一丝问题的,这是个高薪行业,但是高薪是凭自己的努力学习获取来的,这次我把P8大佬用过的一些学习笔记(pdf)都整理在本文中了,如果你有需要的话,请一定点赞分享本文,然后点击这里获取免费下载方式!
《Java中高级核心知识全面解析》
小米商场项目实战,别再担心面试没有实战项目:
原创文章,作者:kepupublish,如若转载,请注明出处:https://blog.ytso.com/123157.html