基于JavaWeb的SSH的在线考试系统(源码+数据库)
部分数据库
CREATE TABLE b_education_type
(education_index
int(10) unsigned NOT NULL auto_increment,education_name
varchar(200) NOT NULL default ‘’,
PRIMARY KEY (education_index
)
) ENGINE=InnoDB DEFAULT CHARSET=gbk;
配置完成后的登陆链接为
http://localhost:8080/exam/
部分界面展示
管理界面