文件名称:exams
介绍说明--下载内容均来自于网络,请自行研究使用
java项目 通用的在线考试系统 可用于毕业论文 jsp+struts+hibernate+oracle9i Eclipse+tomcat开发 高质量代码 导入数据库即可用-java common items online examination system can be used for thesis jsp struts hiber nate oracle9i Eclipse tomcat into the development of high-quality database code can be used
(系统自动生成,下载前可以参看下载内容)
下载文件列表
压缩包 : 121114113exams.rar 列表 exams\.project exams\src\ApplicationResourcesCN.properties exams\src\com\xdf\exams\dao\hibernate\HibernateSessionFactory.java exams\src\com\xdf\exams\dao\hibernate\BaseDAO.java exams\src\com\xdf\exams\dao\hibernate\ExamrecordDAOImp.java exams\src\com\xdf\exams\dao\hibernate\LoginlogDAOImp.java exams\src\com\xdf\exams\dao\hibernate\OptionsDAOImp.java exams\src\com\xdf\exams\dao\hibernate\QuestionDAOImp.java exams\src\com\xdf\exams\dao\hibernate\ResultDAOImp.java exams\src\com\xdf\exams\dao\hibernate\StudentDAOImp.java exams\src\com\xdf\exams\dao\hibernate\SubjectDAOImp.java exams\src\com\xdf\exams\dao\hibernate\TeacherDAOImp.java exams\src\com\xdf\exams\dao\hibernate exams\src\com\xdf\exams\dao\IDAO.java exams\src\com\xdf\exams\dao\IStudentDAO.java exams\src\com\xdf\exams\dao\IExamrecordDAO.java exams\src\com\xdf\exams\dao\ILoginlogDAO.java exams\src\com\xdf\exams\dao\IOptionsDAO.java exams\src\com\xdf\exams\dao\IQuestionDAO.java exams\src\com\xdf\exams\dao\IResultDAO.java exams\src\com\xdf\exams\dao\ISubjectDAO.java exams\src\com\xdf\exams\dao\ITeacherDAO.java exams\src\com\xdf\exams\dao\DAOFactory.java exams\src\com\xdf\exams\dao exams\src\com\xdf\exams\bean\Loginlog.hbm.xml exams\src\com\xdf\exams\bean\Examrecord.hbm.xml exams\src\com\xdf\exams\bean\Teacher.hbm.xml exams\src\com\xdf\exams\bean\Student.hbm.xml exams\src\com\xdf\exams\bean\Result.hbm.xml exams\src\com\xdf\exams\bean\Options.hbm.xml exams\src\com\xdf\exams\bean\Subject.hbm.xml exams\src\com\xdf\exams\bean\Question.hbm.xml exams\src\com\xdf\exams\bean\Loginlog.java exams\src\com\xdf\exams\bean\Examrecord.java exams\src\com\xdf\exams\bean\Teacher.java exams\src\com\xdf\exams\bean\Student.java exams\src\com\xdf\exams\bean\Result.java exams\src\com\xdf\exams\bean\Options.java exams\src\com\xdf\exams\bean\Subject.java exams\src\com\xdf\exams\bean\Question.java exams\src\com\xdf\exams\bean exams\src\com\xdf\exams\bo\IStudentService.java exams\src\com\xdf\exams\bo\IExamService.java exams\src\com\xdf\exams\bo\ITeacherService.java exams\src\com\xdf\exams\bo\ILogService.java exams\src\com\xdf\exams\bo\IQuestionService.java exams\src\com\xdf\exams\bo\IResultService.java exams\src\com\xdf\exams\bo\service\ExamServiceImp.java exams\src\com\xdf\exams\bo\service\BaseService.java exams\src\com\xdf\exams\bo\service\LogServiceImp.java exams\src\com\xdf\exams\bo\service\QuestionServiceImp.java exams\src\com\xdf\exams\bo\service\ResultServiceImp.java exams\src\com\xdf\exams\bo\service\StudentServiceImp.java exams\src\com\xdf\exams\bo\service\TeacherServiceImp.java exams\src\com\xdf\exams\bo\service exams\src\com\xdf\exams\bo\BOFactory.java exams\src\com\xdf\exams\bo exams\src\com\xdf\exams\filter\EncodingFilter.java exams\src\com\xdf\exams\filter\HibernateFilter.java exams\src\com\xdf\exams\filter\RightFilter.java exams\src\com\xdf\exams\filter exams\src\com\xdf\exams\web\form\LoginForm.java exams\src\com\xdf\exams\web\form\StudentForm.java exams\src\com\xdf\exams\web\form\QueryStudentForm.java exams\src\com\xdf\exams\web\form\SubjectForm.java exams\src\com\xdf\exams\web\form\QuestionForm.java exams\src\com\xdf\exams\web\form\QueryResultForm.java exams\src\com\xdf\exams\web\form\QueryLogForm.java exams\src\com\xdf\exams\web\form\TeacherForm.java exams\src\com\xdf\exams\web\form\ExamForm.java exams\src\com\xdf\exams\web\form exams\src\com\xdf\exams\web\action\LoginAction.java exams\src\com\xdf\exams\web\action\StudentInfoAction.java exams\src\com\xdf\exams\web\action\BaseDispatchAction.java exams\src\com\xdf\exams\web\action\StudentLogoutAction.java exams\src\com\xdf\exams\web\action\RegistAction.java exams\src\com\xdf\exams\web\action\TeacherLogoutAction.java exams\src\com\xdf\exams\web\action\StudentAction.java exams\src\com\xdf\exams\web\action\SubjectAction.java exams\src\com\xdf\exams\web\action\ResultAction.java exams\src\com\xdf\exams\web\action\LogAction.java exams\src\com\xdf\exams\web\action\TeacherAction.java exams\src\com\xdf\exams\web\action\ExamAction.java exams\src\com\xdf\exams\web\action\ResultListAction.java exams\src\com\xdf\exams\web\action exams\src\com\xdf\exams\web exams\src\com\xdf\exams\util\Tools.java exams\src\com\xdf\exams\util\Constant.java exams\src\com\xdf\exams\util\PageUtil.java exams\src\com\xdf\exams\util exams\src\com\xdf\exams exams\src\com\xdf exams\src\com exams\src\hibernate.cfg.xml exams\src\1.bat exams\src\ApplicationResources.properties exams\src\Test.java exams\src exams\WebRoot\WEB-INF\lib\antlr.jar exams\WebRoot\WEB-INF\lib\commons-beanutils.jar exams\WebRoot\WEB-INF\lib\commons-digester.jar exams\WebRoot\WEB-INF\lib\commons-fileupload.jar exams\WebRoot\WEB-INF\lib\commons-logging.jar exams\WebRoot\WEB-INF\lib\commons-validator.jar exams\WebRoot\WEB-INF\lib\jakarta-oro.jar exams\WebRoot\WEB-INF\lib\struts.jar exams\WebRoot\WEB-INF\lib\classes12.jar exams\WebRoot\WEB-INF\lib exams\WebRoot\WEB-INF\classes\hibernate.cfg.xml exams\WebRoot\WEB-INF\classes\com\xdf\exams\bean\Teacher.hbm.xml exams\WebRoot\WEB-INF\classes\com\xdf\exams\bean\Subject.hbm.xml exams\WebRoot\WEB-INF\classes\com\xdf\exams\bean\Student.hbm.xml exams\WebRoot\WEB-INF\classes\com\xdf\exams\bean\Result.hbm.xml exams\WebRoot\WEB-INF\classes\com\xdf\exams\bean\Question.hbm.xml exams\WebRoot\WEB-INF\classes\com\xdf\exams\bean\Options.hbm.xml exams\WebRoot\WEB-INF\classes\com\xdf\exams\bean\Loginlog.hbm.xml exams\WebRoot\WEB-INF\classes\com\xdf\exams\bean\Examrecord.hbm.xml exams\WebRoot\WEB-INF\classes\com\xdf\exams\bean\Teacher.class exams\WebRoot\WEB-INF\classes\com\xdf\exams\bean\Subject.class exams\WebRoot\WEB-INF\classes\com\xdf\exams\bean\Student.class exams\WebRoot\WEB-INF\classes\com\xdf\exams\bean\Result.class exams\WebRoot\WEB-INF\classes\com\xdf\exams\bean\Question.class exams\WebRoot\WEB-INF\classes\com\xdf\exams\bean\Options.class exams\WebRoot\WEB-INF\classes\com\xdf\exams\bean\Loginlog.class exams\WebRoot\WEB-INF\classes\com\xdf\exams\bean\Examrecord.class exams\WebRoot\WEB-INF\classes\com\xdf\exams\bean exams\WebRoot\WEB-INF\classes\com\xdf\exams\web\form\TeacherForm.class exams\WebRoot\WEB-INF\classes\com\xdf\exams\web\form\SubjectForm.class exams\WebRoot\WEB-INF\classes\com\xdf\exams\web\form\StudentForm.class exams\WebRoot\WEB-INF\classes\com\xdf\exams\web\form\QuestionForm.class exams\WebRoot\WEB-INF\classes\com\xdf\exams\web\form\QueryStudentForm.class exams\WebRoot\WEB-INF\classes\com\xdf\exams\web\form\QueryResultForm.class exams\WebRoot\WEB-INF\classes\com\xdf\exams\web\form\QueryLogForm.class exams\WebRoot\WEB-INF\classes\com\xdf\exams\web\form\LoginForm.class exams\WebRoot\WEB-INF\classes\com\xdf\exams\web\form\ExamForm.class exams\WebRoot\WEB-INF\classes\com\xdf\exams\web\form exams\WebRoot\WEB-INF\classes\com\xdf\exams\web\action\TeacherLogoutAction.class exams\WebRoot\WEB-INF\classes\com\xdf\exams\web\action\TeacherAction.class exams\WebRoot\WEB-INF\classes\com\xdf\exams\web\action\SubjectAction.class exams\WebRoot\WEB-INF\classes\com\xdf\exams\web\action\StudentLogoutAction.class exams\WebRoot\WEB-INF\classes\com\xdf\exams\web\action\StudentInfoAction.class exams\WebRoot\WEB-INF\classes\com\xdf\exams\web\action\StudentAction.class exams\WebRoot\WEB-INF\classes\com\xdf\exams\web\action\ResultListAction.class exams\WebRoot\WEB-INF\classes\com\xdf\exams\web\action\ResultAction.class exams\WebRoot\WEB-INF\classes\com\xdf\exams\web\action\RegistAction.class exams\WebRoot\WEB-INF\classes\com\xdf\exams\web\action\LoginAction.class exams\WebRoot\WEB-INF\classes\com\xdf\exams\web\action\LogAction.class exams\WebRoot\WEB-INF\classes\com\xdf\exams\web\action\ExamAction.class exams\WebRoot\WEB-INF\classes\com\xdf\exams\web\action\BaseDispatchAction.class exams\WebRoot\WEB-INF\classes\com\xdf\exams\web\action exams\WebRoot\WEB-INF\classes\com\xdf\exams\web exams\WebRoot\WEB-INF\classes\com\xdf\exams\util\Tools.class exams\WebRoot\WEB-INF\classes\com\xdf\exams\util\PageUtil.class exams\WebRoot\WEB-INF\classes\com\xdf\exams\util\Constant.class exams\WebRoot\WEB-INF\classes\com\xdf\exams\util exams\WebRoot\WEB-INF\classes\com\xdf\exams\filter\RightFilter.class exams\WebRoot\WEB-INF\classes\com\xdf\exams\filter\HibernateFilter.class exams\WebRoot\WEB-INF\classes\com\xdf\exams\filter\EncodingFilter.class exams\WebRoot\WEB-INF\classes\com\xdf\exams\filter exams\WebRoot\WEB-INF\classes\com\xdf\exams\dao\hibernate\TeacherDAOImp.class exams\WebRoot\WEB-INF\classes\com\xdf\exams\dao\hibernate\SubjectDAOImp.class exams\WebRoot\WEB-INF\classes\com\xdf\exams\dao\hibernate\StudentDAOImp.class exams\WebRoot\WEB-INF\classes\com\xdf\exams\dao\hibernate\ResultDAOImp.class exams\WebRoot\WEB-INF\classes\com\xdf\exams\dao\hibernate\QuestionDAOImp.class exams\WebRoot\WEB-INF\classes\com\xdf\exams\dao\hibernate\OptionsDAOImp.class exams\WebRoot\WEB-INF\classes\com\xdf\exams\dao\hibernate\LoginlogDAOImp.class exams\WebRoot\WEB-INF\classes\com\xdf\exams\dao\hibernate\HibernateSessionFactory.class exams\WebRoot\WEB-INF\classes\com\xdf\exams\dao\hibernate\ExamrecordDAOImp.class exams\WebRoot\WEB-INF\classes\com\xdf\exams\dao\hibernate\BaseDAO.class exams\WebRoot\WEB-INF\classes\com\xdf\exams\dao\hibernate exams\WebRoot\WEB-INF\classes\com\xdf\exams\dao\ITeacherDAO.class exams\WebRoot\WEB-INF\classes\com\xdf\exams\dao\ISubjectDAO.class exams\WebRoot\WEB-INF\classes\com\xdf\exams\dao\IStudentDAO.class exams\WebRoot\WEB-INF\classes\com\xdf\exams\dao\IResultDAO.class exams\WebRoot\WEB-INF\classes\com\xdf\exams\dao\IQuestionDAO.class exams\WebRoot\WEB-INF\classes\com\xdf\exams\dao\IOptionsDAO.class exams\WebRoot\WEB-INF\classes\com\xdf\exams\dao\ILoginlogDAO.class exams\WebRoot\WEB-INF\classes\com\xdf\exams\dao\IExamrecordDAO.class exams\WebRoot\WEB-INF\classes\com\xdf\exams\dao\IDAO.class exams\WebRoot\WEB-INF\classes\com\xdf\exams\dao\DAOFactory.class exams\WebRoot\WEB-INF\classes\com\xdf\exams\dao exams\WebRoot\WEB-INF\classes\com\xdf\exams\bo\service\TeacherServiceImp.class exams\WebRoot\WEB-INF\classes\com\xdf\exams\bo\service\StudentServiceImp.class exams\WebRoot\WEB-INF\classes\com\xdf\exams\bo\service\ResultServiceImp.class exams\WebRoot\WEB-INF\classes\com\xdf\exams\bo\service\QuestionServiceImp.class exams\WebRoot\WEB-INF\classes\com\xdf\exams\bo\service\LogServiceImp.class exams\WebRoot\WEB-INF\classes\com\xdf\exams\bo\service\ExamServiceImp.class exams\WebRoot\WEB-INF\classes\com\xdf\exams\bo\service\BaseService.class exams\WebRoot\WEB-INF\classes\com\xdf\exams\bo\service exams\WebRoot\WEB-INF\classes\com\xdf\exams\bo\ITeacherService.class exams\WebRoot\WEB-INF\classes\com\xdf\exams\bo\IStudentService.class exams\WebRoot\WEB-INF\classes\com\xdf\exams\bo\IResultService.class exams\WebRoot\WEB-INF\classes\com\xdf\exams\bo\IQuestionService.class exams\WebRoot\WEB-INF\classes\com\xdf\exams\bo\ILogService.class exams\WebRoot\WEB-INF\classes\com\xdf\exams\bo\IExamService.class exams\WebRoot\WEB-INF\classes\com\xdf\exams\bo\BOFactory.class exams\WebRoot\WEB-INF\classes\com\xdf\exams\bo exams\WebRoot\WEB-INF\classes\com\xdf\exams exams\WebRoot\WEB-INF\classes\com\xdf exams\WebRoot\WEB-INF\classes\com exams\WebRoot\WEB-INF\classes\ApplicationResourcesCN.properties exams\WebRoot\WEB-INF\classes\ApplicationResources.properties exams\WebRoot\WEB-INF\classes\1.bat exams\WebRoot\WEB-INF\classes\Test.class exams\WebRoot\WEB-INF\classes exams\WebRoot\WEB-INF\web.xml exams\WebRoot\WEB-INF\struts-config.xml exams\WebRoot\WEB-INF\.struts-config.mex exams\WebRoot\WEB-INF\struts-bean.tld exams\WebRoot\WEB-INF\struts-html.tld exams\WebRoot\WEB-INF\struts-logic.tld exams\WebRoot\WEB-INF\struts-nested.tld exams\WebRoot\WEB-INF\struts-tiles.tld exams\WebRoot\WEB-INF\validator-rules.xml exams\WebRoot\WEB-INF exams\WebRoot\META-INF\MANIFEST.MF exams\WebRoot\META-INF exams\WebRoot\style.css exams\WebRoot\image\0.gif exams\WebRoot\image\1.gif exams\WebRoot\image\2.gif exams\WebRoot\image\3.gif exams\WebRoot\image\4.gif exams\WebRoot\image\5.gif exams\WebRoot\image\6.gif exams\WebRoot\image\7.gif exams\WebRoot\image\8.gif exams\WebRoot\image\9.gif exams\WebRoot\image\ba_goriyo-annai.gif exams\WebRoot\image\ba_kaisya-gaiyo.gif exams\WebRoot\image\ba_mailmagazine.gif exams\WebRoot\image\ba_onlineshop.gif exams\WebRoot\image\bg_bottom.jpg exams\WebRoot\image\bg_top.jpg exams\WebRoot\image\bt_01.gif exams\WebRoot\image\bt_02.gif exams\WebRoot\image\bt_03.gif exams\WebRoot\image\bt_04.gif exams\WebRoot\image\bt_05.gif exams\WebRoot\image\bt_06.gif exams\WebRoot\image\bt_information.gif exams\WebRoot\image\bt_koshin-jyoho.gif exams\WebRoot\image\con_go.gif exams\WebRoot\image\con_kounyu.gif exams\WebRoot\image\con_next.gif exams\WebRoot\image\con_syousai.gif exams\WebRoot\image\con_touroku.gif exams\WebRoot\image\line.gif exams\WebRoot\image\line_banner.gif exams\WebRoot\image\line_tate.gif exams\WebRoot\image\line_yoko.gif exams\WebRoot\image\line_yoko_short.gif exams\WebRoot\image\obj_bar.gif exams\WebRoot\image\obj_count.gif exams\WebRoot\image\obj_sample_01.jpg exams\WebRoot\image\obj_sample_02.gif exams\WebRoot\image\ba_goriyo-annai3.gif exams\WebRoot\image\obj_top.gif exams\WebRoot\image\p_01.gif exams\WebRoot\image\p_02.gif exams\WebRoot\image\p_03.gif exams\WebRoot\image\p_new.gif exams\WebRoot\image\spacer.gif exams\WebRoot\image\Thumbs.db exams\WebRoot\image\ba_goriyo-annai2.gif exams\WebRoot\image\ba_goriyo-annai5.gif exams\WebRoot\image\ba_goriyo-annai6.gif exams\WebRoot\image\obj_sitetitle.gif exams\WebRoot\image\ba_goriyo-annai4.gif exams\WebRoot\image\1.jpg.bak exams\WebRoot\image\1.jpg exams\WebRoot\image exams\WebRoot\image2\0.gif exams\WebRoot\image2\1.gif exams\WebRoot\image2\2.gif exams\WebRoot\image2\3.gif exams\WebRoot\image2\4.gif exams\WebRoot\image2\5.gif exams\WebRoot\image2\6.gif exams\WebRoot\image2\7.gif exams\WebRoot\image2\8.gif exams\WebRoot\image2\9.gif exams\WebRoot\image2\ba_goriyo-annai.gif exams\WebRoot\image2\ba_kaisya-gaiyo.gif exams\WebRoot\image2\ba_mailmagazine.gif exams\WebRoot\image2\ba_onlineshop.gif exams\WebRoot\image2\bg_bottom.jpg exams\WebRoot\image2\bg_top.jpg exams\WebRoot\image2\ba_goriyo-annai3.gif exams\WebRoot\image2\bt_04.gif exams\WebRoot\image2\bt_05.gif exams\WebRoot\image2\bt_06.gif exams\WebRoot\image2\bt_information.gif exams\WebRoot\image2\bt_koshin-jyoho.gif exams\WebRoot\image2\con_go.gif exams\WebRoot\image2\con_kounyu.gif exams\WebRoot\image2\con_next.gif exams\WebRoot\image2\con_syousai.gif exams\WebRoot\image2\con_touroku.gif exams\WebRoot\image2\line.gif exams\WebRoot\image2\line_banner.gif exams\WebRoot\image2\line_tate.gif exams\WebRoot\image2\line_yoko.gif exams\WebRoot\image2\line_yoko_short.gif exams\WebRoot\image2\obj_bar.gif exams\WebRoot\image2\obj_count.gif exams\WebRoot\image2\obj_sample_01.jpg exams\WebRoot\image2\obj_sample_02.gif exams\WebRoot\image2\ba_goriyo-annai4.gif exams\WebRoot\image2\obj_top.gif exams\WebRoot\image2\p_01.gif exams\WebRoot\image2\p_02.gif exams\WebRoot\image2\p_03.gif exams\WebRoot\image2\p_new.gif exams\WebRoot\image2\spacer.gif exams\WebRoot\image2\Thumbs.db exams\WebRoot\image2\ba_goriyo-annai5.gif exams\WebRoot\image2\ba_goriyo-annai6.gif exams\WebRoot\image2\obj_sitetitle.gif exams\WebRoot\image2\1.jpg exams\WebRoot\image2\bt_01.gif exams\WebRoot\image2\bt_02.gif exams\WebRoot\image2\bt_03.gif exams\WebRoot\image2\ba_goriyo-annai2.gif exams\WebRoot\image2\1.png exams\WebRoot\image2 exams\WebRoot\student\index.jsp exams\WebRoot\student\studenttop.jsp exams\WebRoot\student\studentbottom.jsp exams\WebRoot\student\updatestudent.jsp exams\WebRoot\student\examlist.jsp exams\WebRoot\student\exampre.jsp exams\WebRoot\student\examttop.jsp exams\WebRoot\student\exam.jsp exams\WebRoot\student\result.jsp exams\WebRoot\student\resultdetail.jsp exams\WebRoot\student exams\WebRoot\teacher\teacherbottom.jsp exams\WebRoot\teacher\index.jsp exams\WebRoot\teacher\teachertop.jsp exams\WebRoot\teacher\showstudent.jsp exams\WebRoot\teacher\addstudent.jsp exams\WebRoot\teacher\updatestudent.jsp exams\WebRoot\teacher\showsubject.jsp exams\WebRoot\teacher\addsubject.jsp exams\WebRoot\teacher\updatesubject.jsp exams\WebRoot\teacher\showquestion.jsp exams\WebRoot\teacher\addquestion.jsp exams\WebRoot\teacher\updatequestion.jsp exams\WebRoot\teacher\queryresult.jsp exams\WebRoot\teacher\showqueryresult.jsp exams\WebRoot\teacher\showlog.jsp exams\WebRoot\teacher\showteacher.jsp exams\WebRoot\teacher\addteacher.jsp exams\WebRoot\teacher\updateteacher.jsp exams\WebRoot\teacher\message.jsp exams\WebRoot\teacher\resultdetail.jsp exams\WebRoot\teacher exams\WebRoot\index.jsp exams\WebRoot\regist.jsp exams\WebRoot\registmessage.jsp exams\WebRoot\script\calendar\0026.gif exams\WebRoot\script\calendar\1.htm exams\WebRoot\script\calendar\calendar.js exams\WebRoot\script\calendar\popcalendar.htm exams\WebRoot\script\calendar\showdate.js exams\WebRoot\script\calendar exams\WebRoot\script\fun.js exams\WebRoot\script exams\WebRoot exams\.myeclipse exams\.mymetadata exams\.classpath exams\.mystrutsdata exams\.myhibernatedata exams\绘图1.vsd exams\hibernate.reveng.xml exams\exam_mysql.sql exams\exam_oracle.sql exams\Model2.DM1 exams 新_在线考试用例说明.doc exams\WebRoot\student\exam2.jsp