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

文件名称:hiberexam

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

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

在线考试系统,采用了struts,hibernate,sping框架,基本满足考试的需求-Online examination system, using struts, hibernate, sping framework, basic requirements to meet the test
(系统自动生成,下载前可以参看下载内容)

下载文件列表

hiberexam/.classpath
hiberexam/.mymetadata
hiberexam/.project
hiberexam/.settings/com.genuitec.eclipse.j2eedt.core.prefs
hiberexam/src/org/yeeku/action/AddQuestionAction.java
hiberexam/src/org/yeeku/action/AddStudentAction.java
hiberexam/src/org/yeeku/action/AddTestAction.java
hiberexam/src/org/yeeku/action/AdminLoginAction.java
hiberexam/src/org/yeeku/action/authority/AuthorityInterceptor.java
hiberexam/src/org/yeeku/action/authority/ExamInterceptor.java
hiberexam/src/org/yeeku/action/base/BaseAction.java
hiberexam/src/org/yeeku/action/base/MyActionServlet.java
hiberexam/src/org/yeeku/action/BeforeAddQuestionAction.java
hiberexam/src/org/yeeku/action/BeginAction.java
hiberexam/src/org/yeeku/action/DelQuestionAction.java
hiberexam/src/org/yeeku/action/DelStudentAction.java
hiberexam/src/org/yeeku/action/FinishAction.java
hiberexam/src/org/yeeku/action/ListQuestionAction.java
hiberexam/src/org/yeeku/action/ListStudentAction.java
hiberexam/src/org/yeeku/action/PrepareAction.java
hiberexam/src/org/yeeku/action/ReplyAction.java
hiberexam/src/org/yeeku/action/StudentLoginAction.java
hiberexam/src/org/yeeku/dao/ExamTypeDao.java
hiberexam/src/org/yeeku/dao/ExamUserDao.java
hiberexam/src/org/yeeku/dao/impl/ExamTypeDaoHibernate.java
hiberexam/src/org/yeeku/dao/impl/ExamUserDaoHibernate.java
hiberexam/src/org/yeeku/dao/impl/QuestionDaoHibernate.java
hiberexam/src/org/yeeku/dao/impl/StudentDaoHibernate.java
hiberexam/src/org/yeeku/dao/QuestionDao.java
hiberexam/src/org/yeeku/dao/StudentDao.java
hiberexam/src/org/yeeku/enhance/YeekuHibernateDaoSupport.java
hiberexam/src/org/yeeku/exception/ExamException.java
hiberexam/src/org/yeeku/model/ExamType.hbm.xml
hiberexam/src/org/yeeku/model/ExamType.java
hiberexam/src/org/yeeku/model/ExamUser.hbm.xml
hiberexam/src/org/yeeku/model/ExamUser.java
hiberexam/src/org/yeeku/model/Question.hbm.xml
hiberexam/src/org/yeeku/model/Question.java
hiberexam/src/org/yeeku/model/Student.hbm.xml
hiberexam/src/org/yeeku/model/Student.java
hiberexam/src/org/yeeku/service/ExamService.java
hiberexam/src/org/yeeku/service/impl/ExamServiceImpl.java
hiberexam/src/org/yeeku/test/ExamServiceTest.java
hiberexam/WebRoot/images/2.jpg
hiberexam/WebRoot/images/announce.gif
hiberexam/WebRoot/images/background_left.gif
hiberexam/WebRoot/images/backt.gif
hiberexam/WebRoot/images/bar.jpg
hiberexam/WebRoot/images/dot_1.gif
hiberexam/WebRoot/images/fav_1.gif
hiberexam/WebRoot/images/forget_1.gif
hiberexam/WebRoot/images/forword_1.gif
hiberexam/WebRoot/images/help_1.gif
hiberexam/WebRoot/images/HOME_BG1.GIF
hiberexam/WebRoot/images/home_bg10.gif
hiberexam/WebRoot/images/HOME_BG2.GIF
hiberexam/WebRoot/images/HOME_BG3.GIF
hiberexam/WebRoot/images/HOME_BG4.GIF
hiberexam/WebRoot/images/HOME_BG5.gif
hiberexam/WebRoot/images/HOME_BG6.GIF
hiberexam/WebRoot/images/HOME_BG7.GIF
hiberexam/WebRoot/images/HOME_BG8.GIF
hiberexam/WebRoot/images/HOME_BG9.GIF
hiberexam/WebRoot/images/ip_1.gif
hiberexam/WebRoot/images/left_arrow_down.gif
hiberexam/WebRoot/images/left_background_01.gif
hiberexam/WebRoot/images/left_background_02.gif
hiberexam/WebRoot/images/post_1.gif
hiberexam/WebRoot/images/query_1.gif
hiberexam/WebRoot/images/sauser_1.gif
hiberexam/WebRoot/images/sauser_2.gif
hiberexam/WebRoot/images/sauser_3.gif
hiberexam/WebRoot/images/stu_1.gif
hiberexam/WebRoot/images/Style.css
hiberexam/WebRoot/images/useronline.gif
hiberexam/WebRoot/index.jsp
hiberexam/WebRoot/js/tree.js
hiberexam/WebRoot/META-INF/MANIFEST.MF
hiberexam/WebRoot/WEB-INF/actionContext.xml
hiberexam/WebRoot/WEB-INF/appContext.xml
hiberexam/WebRoot/WEB-INF/build.xml
hiberexam/WebRoot/WEB-INF/classes/org/yeeku/action/AddQuestionAction.class
hiberexam/WebRoot/WEB-INF/classes/org/yeeku/action/AddStudentAction.class
hiberexam/WebRoot/WEB-INF/classes/org/yeeku/action/AddTestAction.class
hiberexam/WebRoot/WEB-INF/classes/org/yeeku/action/AdminLoginAction.class
hiberexam/WebRoot/WEB-INF/classes/org/yeeku/action/authority/AuthorityInterceptor.class
hiberexam/WebRoot/WEB-INF/classes/org/yeeku/action/authority/ExamInterceptor.class
hiberexam/WebRoot/WEB-INF/classes/org/yeeku/action/base/BaseAction.class
hiberexam/WebRoot/WEB-INF/classes/org/yeeku/action/base/MyActionServlet.class
hiberexam/WebRoot/WEB-INF/classes/org/yeeku/action/BeforeAddQuestionAction.class
hiberexam/WebRoot/WEB-INF/classes/org/yeeku/action/BeginAction.class
hiberexam/WebRoot/WEB-INF/classes/org/yeeku/action/DelQuestionAction.class
hiberexam/WebRoot/WEB-INF/classes/org/yeeku/action/DelStudentAction.class
hiberexam/WebRoot/WEB-INF/classes/org/yeeku/action/FinishAction.class
hiberexam/WebRoot/WEB-INF/classes/org/yeeku/action/ListQuestionAction.class
hiberexam/WebRoot/WEB-INF/classes/org/yeeku/action/ListStudentAction.class
hiberexam/WebRoot/WEB-INF/classes/org/yeeku/action/PrepareAction.class
hiberexam/WebRoot/WEB-INF/classes/org/yeeku/action/ReplyAction.class
hiberexam/WebRoot/WEB-INF/classes/org/yeeku/action/StudentLoginAction.class
hiberexam/WebRoot/WEB-INF/classes/org/yeeku/dao/ExamTypeDao.class
hiberexam/WebRoot/WEB-INF/classes/org/yeeku/dao/ExamUserDao.class
hiberexam/WebRoot/WEB-INF/classes/org/yeeku/dao/impl/ExamT

相关说明

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

相关评论

暂无评论内容.

发表评论

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