Skip to content

qlnujsjlzy/opp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

opp

该套系统是一套集考试题库管理、考试信息管理和考试成绩管理三位一体的综合性考试管理系统。 ##技术说明 前端使用技术:

  • AngularJS--数据双向绑定
  • jQuery--优秀的Javascript库
  • 及其基于jQuery的相关组件

后端使用技术:

  • Spring MVC--MVC架构的Controller层
  • Spring --MVC架构的Sevice、Domain层
  • MyBtais --MVC架构的Dao层
  • Mysql --最流行开源的关系型数据库

##创建数据库 1、创建数据库:opp

CREATE DATABASE opp;
USE opp;

创建数据库表: 导入webapp/sql文件的opp.sql文件

2、mysql账号密码在db.properties文件中修改

    jdbc.username = root
    jdbc.password = root

About

计算机在线考试系统

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published