文件名称:examsystem
介绍说明--下载内容均来自于网络,请自行研究使用
本次开发所采用的是B/S架构的考试系统。以及基于java的JSP技术和Oracle数据库,使用起来简单方便,便于各类用户使用此系统。
本系统可分为三种用户权限:管理员、教师、学生权限。管理人员主要是对用户进行操作,教师主要是对考试和试题的发布进行管理,还有评分以及分数的查询。学生主要进行考试,以及考试完毕后分数的查询。-The developer used is B/S structure of the examination system. JSP and java-based technology and the Oracle , easy to use, easy to various types of users with this system. The system can be divided into three types of user privileges: Administrators, teachers, students rights. Management is mainly the user operation, mainly for teachers and publishing exam questions of management, there are scores and scores of inquiries. Students mainly for examination, and after completion of the test scores of inquiries.
本系统可分为三种用户权限:管理员、教师、学生权限。管理人员主要是对用户进行操作,教师主要是对考试和试题的发布进行管理,还有评分以及分数的查询。学生主要进行考试,以及考试完毕后分数的查询。-The developer used is B/S structure of the examination system. JSP and java-based technology and the Oracle , easy to use, easy to various types of users with this system. The system can be divided into three types of user privileges: Administrators, teachers, students rights. Management is mainly the user operation, mainly for teachers and publishing exam questions of management, there are scores and scores of inquiries. Students mainly for examination, and after completion of the test scores of inquiries.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
数据库
......\examsystem.sql
......\数据库操作表.sql
项目代码
........\OnlineExam
........\..........\.classpath
........\..........\.myeclipse
........\..........\.mymetadata
........\..........\.mystrutsdata
........\..........\.project
........\..........\.settings
........\..........\.........\.jsdtscope
........\..........\.........\com.genuitec.eclipse.j2eedt.core.prefs
........\..........\.........\com.genuitec.eclipse.j2eedt.core.xml
........\..........\.........\org.eclipse.core.resources.prefs
........\..........\.........\org.eclipse.jdt.core.prefs
........\..........\.........\org.eclipse.wst.jsdt.ui.superType.container
........\..........\.........\org.eclipse.wst.jsdt.ui.superType.name
........\..........\WebRoot
........\..........\.......\AddChoiceForStoreroom.jsp
........\..........\.......\AddChoiceProblem.jsp
........\..........\.......\AddExam.jsp
........\..........\.......\AddQuestion.jsp
........\..........\.......\AddQuestionForStoreroom.jsp
........\..........\.......\AddTeacher.jsp
........\..........\.......\AttendExam.jsp
........\..........\.......\ClearSession.jsp
........\..........\.......\Examing.jsp
........\..........\.......\GoonAdd.jsp
........\..........\.......\Grade.jsp
........\..........\.......\META-INF
........\..........\.......\........\MANIFEST.MF
........\..........\.......\ManageExam.jsp
........\..........\.......\ManageStoreRoom.jsp
........\..........\.......\RandProblem.jsp
........\..........\.......\SearchGrade.jsp
........\..........\.......\SearchStudentGrade.jsp
........\..........\.......\SeeoneChoice.jsp
........\..........\.......\SeeoneQuestion.jsp
........\..........\.......\StudentList.jsp
........\..........\.......\StudentMain.jsp
........\..........\.......\StudentRegister.jsp
........\..........\.......\SuperManagerLogin.jsp
........\..........\.......\SuperManagerMain.jsp
........\..........\.......\TeacherList.jsp
........\..........\.......\TeacherMain.jsp
........\..........\.......\UpdateExameForRand.jsp
........\..........\.......\UpdateStudentInfo.jsp
........\..........\.......\UpdateTeacher.jsp
........\..........\.......\WEB-INF
........\..........\.......\.......\.struts-config.mex
........\..........\.......\.......\classes
........\..........\.......\.......\.......\com
........\..........\.......\.......\.......\...\menli
........\..........\.......\.......\.......\...\.....\controller
........\..........\.......\.......\.......\...\.....\..........\ApplicationResources.properties
........\..........\.......\.......\.......\...\.....\..........\ChoiceProblemController.class
........\..........\.......\.......\.......\...\.....\..........\ExamController.class
........\..........\.......\.......\.......\...\.....\..........\LoginController.class
........\..........\.......\.......\.......\...\.....\..........\QuestionController.class
........\..........\.......\.......\.......\...\.....\..........\StoreRoomController.class
........\..........\.......\.......\.......\...\.....\..........\StudentController.class
........\..........\.......\.......\.......\...\.....\..........\SuperLoginController.class
........\..........\.......\.......\.......\...\.....\..........\TeacherController.class
........\..........\.......\.......\.......\...\.....\dao
........\..........\.......\.......\.......\...\.....\...\AnswerDao.class
........\..........\.......\.......\.......\...\.....\...\ChoiceProblemDao.class
........\..........\.......\.......\.......\...\.....\...\ExamDao.class
........\..........\.......\.......\.......\...\.....\...\ExamnoteDao.class
........\..........\.......\.......\.......\...\.....\...\QuestionDao.class
........\..........\.......\.......\.......\...\.....\...\ResultDao.class
........\..........\.......\.......\.......\...\.....\...\StoreRoomDao.class
........\..........\.......\.......\.......\...\.....\...\StudentDao.class
........\..........\.......\.......\.......\...\.....\...\SuperManagerDao.class
........\..........\.......\.......\.......\...\.....\...\TeacherDao.class
........\..........\.......\.......\.......\...\.