摘要: #数据准备drop table if exists class;create table class( class_no int(2) unsigned zerofill primary key auto_increment comment '班级编号', class_name varchar(30 阅读全文
posted @ 2017-09-30 21:38 庄子游世 阅读(243) 评论(0) 推荐(0)
摘要: #数据准备drop table if exists class;create table class( class_no int(2) unsigned zerofill primary key auto_increment comment '班级编号', class_name varchar(30 阅读全文
posted @ 2017-09-30 17:17 庄子游世 阅读(236) 评论(0) 推荐(1)