CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 WEB源码 JSP源码/Java

文件名称:zaixiankaoshi

  • 所属分类:
  • 标签属性:
  • 上传时间:
    2012-11-16
  • 文件大小:
    3.1mb
  • 已下载:
    0次
  • 提 供 者:
  • 相关连接:
  • 下载说明:
    别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容来自于网络,使用问题请自行百度

一个在线考试系统,能提供学生考试,提交试卷,查看成绩.老师批阅试卷,给出分数

-An online examination system, can provide students examination, submit papers, check results. The teacher read the papers, scores are given
(系统自动生成,下载前可以参看下载内容)

下载文件列表

在线考试系统/
在线考试系统/.classpath
在线考试系统/.myeclipse/
在线考试系统/.myhibernatedata
在线考试系统/.mymetadata
在线考试系统/.mystrutsdata
在线考试系统/.project
在线考试系统/.settings/
在线考试系统/.settings/.jsdtscope
在线考试系统/.settings/org.eclipse.wst.jsdt.ui.superType.container
在线考试系统/.settings/org.eclipse.wst.jsdt.ui.superType.name
在线考试系统/exam_mysql.sql
在线考试系统/exam_oracle.sql
在线考试系统/hibernate.reveng.xml
在线考试系统/Model2.DM1
在线考试系统/src/
在线考试系统/src/1.bat
在线考试系统/src/ApplicationResources.properties
在线考试系统/src/ApplicationResourcesCN.properties
在线考试系统/src/com/
在线考试系统/src/com/xdf/
在线考试系统/src/com/xdf/exams/
在线考试系统/src/com/xdf/exams/bean/
在线考试系统/src/com/xdf/exams/bean/Examrecord.hbm.xml
在线考试系统/src/com/xdf/exams/bean/Examrecord.java
在线考试系统/src/com/xdf/exams/bean/Loginlog.hbm.xml
在线考试系统/src/com/xdf/exams/bean/Loginlog.java
在线考试系统/src/com/xdf/exams/bean/Options.hbm.xml
在线考试系统/src/com/xdf/exams/bean/Options.java
在线考试系统/src/com/xdf/exams/bean/Question.hbm.xml
在线考试系统/src/com/xdf/exams/bean/Question.java
在线考试系统/src/com/xdf/exams/bean/Result.hbm.xml
在线考试系统/src/com/xdf/exams/bean/Result.java
在线考试系统/src/com/xdf/exams/bean/Student.hbm.xml
在线考试系统/src/com/xdf/exams/bean/Student.java
在线考试系统/src/com/xdf/exams/bean/Subject.hbm.xml
在线考试系统/src/com/xdf/exams/bean/Subject.java
在线考试系统/src/com/xdf/exams/bean/Teacher.hbm.xml
在线考试系统/src/com/xdf/exams/bean/Teacher.java
在线考试系统/src/com/xdf/exams/bo/
在线考试系统/src/com/xdf/exams/bo/BOFactory.java
在线考试系统/src/com/xdf/exams/bo/IExamService.java
在线考试系统/src/com/xdf/exams/bo/ILogService.java
在线考试系统/src/com/xdf/exams/bo/IQuestionService.java
在线考试系统/src/com/xdf/exams/bo/IResultService.java
在线考试系统/src/com/xdf/exams/bo/IStudentService.java
在线考试系统/src/com/xdf/exams/bo/ITeacherService.java
在线考试系统/src/com/xdf/exams/bo/service/
在线考试系统/src/com/xdf/exams/bo/service/BaseService.java
在线考试系统/src/com/xdf/exams/bo/service/ExamServiceImp.java
在线考试系统/src/com/xdf/exams/bo/service/LogServiceImp.java
在线考试系统/src/com/xdf/exams/bo/service/QuestionServiceImp.java
在线考试系统/src/com/xdf/exams/bo/service/ResultServiceImp.java
在线考试系统/src/com/xdf/exams/bo/service/StudentServiceImp.java
在线考试系统/src/com/xdf/exams/bo/service/TeacherServiceImp.java
在线考试系统/src/com/xdf/exams/dao/
在线考试系统/src/com/xdf/exams/dao/DAOFactory.java
在线考试系统/src/com/xdf/exams/dao/hibernate/
在线考试系统/src/com/xdf/exams/dao/hibernate/BaseDAO.java
在线考试系统/src/com/xdf/exams/dao/hibernate/ExamrecordDAOImp.java
在线考试系统/src/com/xdf/exams/dao/hibernate/HibernateSessionFactory.java
在线考试系统/src/com/xdf/exams/dao/hibernate/LoginlogDAOImp.java
在线考试系统/src/com/xdf/exams/dao/hibernate/OptionsDAOImp.java
在线考试系统/src/com/xdf/exams/dao/hibernate/QuestionDAOImp.java
在线考试系统/src/com/xdf/exams/dao/hibernate/ResultDAOImp.java
在线考试系统/src/com/xdf/exams/dao/hibernate/StudentDAOImp.java
在线考试系统/src/com/xdf/exams/dao/hibernate/SubjectDAOImp.java
在线考试系统/src/com/xdf/exams/dao/hibernate/TeacherDAOImp.java
在线考试系统/src/com/xdf/exams/dao/IDAO.java
在线考试系统/src/com/xdf/exams/dao/IExamrecordDAO.java
在线考试系统/src/com/xdf/exams/dao/ILoginlogDAO.java
在线考试系统/src/com/xdf/exams/dao/IOptionsDAO.java
在线考试系统/src/com/xdf/exams/dao/IQuestionDAO.java
在线考试系统/src/com/xdf/exams/dao/IResultDAO.java
在线考试系统/src/com/xdf/exams/dao/IStudentDAO.java
在线考试系统/src/com/xdf/exams/dao/ISubjectDAO.java
在线考试系统/src/com/xdf/exams/dao/ITeacherDAO.java
在线考试系统/src/com/xdf/exams/filter/
在线考试系统/src/com/xdf/exams/filter/EncodingFilter.java
在线考试系统/src/com/xdf/exams/filter/HibernateFilter.java
在线考试系统/src/com/xdf/exams/filter/RightFilter.java
在线考试系统/src/com/xdf/exams/util/
在线考试系统/src/com/xdf/exams/util/Constant.java
在线考试系统/src/com/xdf/exams/util/PageUtil.java
在线考试系统/src/com/xdf/exams/util/Tools.java
在线考试系统/src/com/xdf/exams/web/
在线考试系统/src/com/xdf/exams/web/action/
在线考试系统/src/com/xdf/exams/web/action/BaseDispatchAction.java
在线考试系统/src/com/xdf/exams/web/action/ExamAction.java
在线考试系统/src/com/xdf/exams/web/action/LogAction.java
在线考试系统/src/com/xdf/exams/web/action/LoginAction.java
在线考试系统/src/com/xdf/exams/web/action/RegistAction.java
在线考试系统/src/com/xdf/exams/web/action/ResultAction.java
在线考试系统/src/com/xdf/exams/web/action/ResultListAction.java
在线考试系统/src/com/xdf/exams/web/action/StudentAction.java
在线考试系统/src/com/xdf/exams/web/action/StudentInfoAction.java
在线考试系统/src/com/xdf/exams/web/action/StudentLogoutAction.java
在线考试系统/src/com/xdf/exams/web/action/SubjectAction.java
在线考试系统/src/com/xdf/exams/web/action/TeacherAction.java
在线考试系统/src/com/xdf/exams/web/action/TeacherLogoutAction.java
在线考试系统/src/com/xdf/exams/web/form/
在线考试系统/src/com/xdf/exams/web/form/ExamForm.java
在线考试系统/src/com/xdf/exams/web/form/LoginForm.java
在线考试系统/src/com/xdf/exams/web/form/QueryLogForm.java
在线考试系统/src/com/xdf/exams/web/form/QueryResultForm.java
在线考试系统/src/com/xdf/exams/web/form/QueryStudentForm.java
在线考试系统/src/com/xdf/exams/web/form/QuestionForm.java
在线考试系统/src/com/xdf/exams/web/form/StudentForm.java
在线考试系统/src/com/xdf/exams/web/form/SubjectForm.java
在线考试系统/src/com/xdf/exams/web/form/TeacherForm.java
在线考试系统/src/hibernate.cfg.xml
在线考试系统/src/Test.java
在线考试系统/WebRoot/
在线考试系统/WebRoot/image/
在线考试系统/WebRoot/image2/
在线考试系统/WebRoot/image2/0.gif
在线考试系统/WebRoot/image2/1.gif
在线考试系统/WebRoot/image2/1.jpg
在线考试系统/WebRoot/image2/1.png
在线考试系统/WebRoot/image2/2.gif
在线考试系统/W

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 搜珍网是交换下载平台,只提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度。更多...
  • 本站已设置防盗链,请勿用迅雷、QQ旋风等下载软件下载资源,下载后用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或换浏览器;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*快速评论: 推荐 一般 有密码 和说明不符 不是源码或资料 文件不全 不能解压 纯粹是垃圾
*内  容:
*验 证 码:
搜珍网 www.dssz.com