CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程

文件名称:JavaWebOnlineExam

  • 所属分类:
  • 标签属性:
  • 上传时间:
    2016-09-12
  • 文件大小:
    17.86mb
  • 已下载:
    0次
  • 提 供 者:
  • 相关连接:
  • 下载说明:
    别用迅雷下载,失败请重下,重下不扣分!
电信下载 联通下载
别用迅雷、360浏览器下载。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。

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

设计一个在线考试系统,由于该系统的考试是限定在同校师生范围内,所以应规定所有用户进入系统时,需进行身份验证。并且由于系统特殊性,应由数据库管理员录入可进入系统的人员信息,而不应允许任何人注册。

具体地,考生可在规定的时间内登录系统进行考试,由于是统考,同一次考试的学生试卷和作答时间应相同。学生也可在个人信息界面查看、修改个人基本信息,或查询自己某科的考试成绩。

老师则可在登录系统后,对试题进行增删改查等基本操作,也可在个人信息界面查看、修改个人基本信息,或查询所有学生的成绩信息。

成绩信息则由系统计算出该学生的成绩后,根据学生的唯一标记号和科目唯一标记号记录下学生的成绩并录入系统,以方便老师和学生查询。-Design of an online examination system, due to the system of examination is limited within the scope of the school teachers and students, so all users shall be fixed into the system, the need for authentication. And because the system peculiarity, should by the administrator can enter the system of personnel information of the input, and should not allow anyone to register.

Specifically, candidates can within the prescribed time login system for the exam, because it is a nationwide examination, students of the same test paper and answer time should be the same. Students can also be used in the interface view, modify personal basic information, personal information or check your test scores.

After the teacher can login system, to the question of the basic operations such as add and delete, can also be used in the interface view, modify personal basic information, personal information or queries all student performance information.

Performance information is calculated by the system
(系统自动生成,下载前可以参看下载内容)

下载文件列表

Java的web在线考试系统设计/
Java的web在线考试系统设计/基于Java的web在线考试系统设计/
Java的web在线考试系统设计/基于Java的web在线考试系统设计/代码/
Java的web在线考试系统设计/基于Java的web在线考试系统设计/代码/mytest/
Java的web在线考试系统设计/基于Java的web在线考试系统设计/代码/mytest/.classpath
Java的web在线考试系统设计/基于Java的web在线考试系统设计/代码/mytest/.myeclipse/
Java的web在线考试系统设计/基于Java的web在线考试系统设计/代码/mytest/.myhibernatedata
Java的web在线考试系统设计/基于Java的web在线考试系统设计/代码/mytest/.mymetadata
Java的web在线考试系统设计/基于Java的web在线考试系统设计/代码/mytest/.mystrutsdata
Java的web在线考试系统设计/基于Java的web在线考试系统设计/代码/mytest/.project
Java的web在线考试系统设计/基于Java的web在线考试系统设计/代码/mytest/.settings/
Java的web在线考试系统设计/基于Java的web在线考试系统设计/代码/mytest/.settings/org.eclipse.core.resources.prefs
Java的web在线考试系统设计/基于Java的web在线考试系统设计/代码/mytest/src/
Java的web在线考试系统设计/基于Java的web在线考试系统设计/代码/mytest/src/com/
Java的web在线考试系统设计/基于Java的web在线考试系统设计/代码/mytest/src/com/briup/
Java的web在线考试系统设计/基于Java的web在线考试系统设计/代码/mytest/src/com/briup/test/
Java的web在线考试系统设计/基于Java的web在线考试系统设计/代码/mytest/src/com/briup/test/ApplicationResources.properties
Java的web在线考试系统设计/基于Java的web在线考试系统设计/代码/mytest/src/com/briup/test/bean/
Java的web在线考试系统设计/基于Java的web在线考试系统设计/代码/mytest/src/com/briup/test/bean/exam/
Java的web在线考试系统设计/基于Java的web在线考试系统设计/代码/mytest/src/com/briup/test/bean/exam/Ajaxjsf.hbm.xml
Java的web在线考试系统设计/基于Java的web在线考试系统设计/代码/mytest/src/com/briup/test/bean/exam/Ajaxjsf.java
Java的web在线考试系统设计/基于Java的web在线考试系统设计/代码/mytest/src/com/briup/test/bean/exam/Banji.hbm.xml
Java的web在线考试系统设计/基于Java的web在线考试系统设计/代码/mytest/src/com/briup/test/bean/exam/Banji.java
Java的web在线考试系统设计/基于Java的web在线考试系统设计/代码/mytest/src/com/briup/test/bean/exam/Chengji.hbm.xml
Java的web在线考试系统设计/基于Java的web在线考试系统设计/代码/mytest/src/com/briup/test/bean/exam/Chengji.java
Java的web在线考试系统设计/基于Java的web在线考试系统设计/代码/mytest/src/com/briup/test/bean/exam/Ejb.hbm.xml
Java的web在线考试系统设计/基于Java的web在线考试系统设计/代码/mytest/src/com/briup/test/bean/exam/Ejb.java
Java的web在线考试系统设计/基于Java的web在线考试系统设计/代码/mytest/src/com/briup/test/bean/exam/Examstate.hbm.xml
Java的web在线考试系统设计/基于Java的web在线考试系统设计/代码/mytest/src/com/briup/test/bean/exam/Examstate.java
Java的web在线考试系统设计/基于Java的web在线考试系统设计/代码/mytest/src/com/briup/test/bean/exam/Hibernate.hbm.xml
Java的web在线考试系统设计/基于Java的web在线考试系统设计/代码/mytest/src/com/briup/test/bean/exam/Hibernate.java
Java的web在线考试系统设计/基于Java的web在线考试系统设计/代码/mytest/src/com/briup/test/bean/exam/Html.hbm.xml
Java的web在线考试系统设计/基于Java的web在线考试系统设计/代码/mytest/src/com/briup/test/bean/exam/Html.java
Java的web在线考试系统设计/基于Java的web在线考试系统设计/代码/mytest/src/com/briup/test/bean/exam/Java.hbm.xml
Java的web在线考试系统设计/基于Java的web在线考试系统设计/代码/mytest/src/com/briup/test/bean/exam/Java.java
Java的web在线考试系统设计/基于Java的web在线考试系统设计/代码/mytest/src/com/briup/test/bean/exam/Jdbc.hbm.xml
Java的web在线考试系统设计/基于Java的web在线考试系统设计/代码/mytest/src/com/briup/test/bean/exam/Jdbc.java
Java的web在线考试系统设计/基于Java的web在线考试系统设计/代码/mytest/src/com/briup/test/bean/exam/Jsp.hbm.xml
Java的web在线考试系统设计/基于Java的web在线考试系统设计/代码/mytest/src/com/briup/test/bean/exam/Jsp.java
Java的web在线考试系统设计/基于Java的web在线考试系统设计/代码/mytest/src/com/briup/test/bean/exam/Kaohao.hbm.xml
Java的web在线考试系统设计/基于Java的web在线考试系统设计/代码/mytest/src/com/briup/test/bean/exam/Kaohao.java
Java的web在线考试系统设计/基于Java的web在线考试系统设计/代码/mytest/src/com/briup/test/bean/exam/Moban.java
Java的web在线考试系统设计/基于Java的web在线考试系统设计/代码/mytest/src/com/briup/test/bean/exam/Ooaduml.hbm.xml
Java的web在线考试系统设计/基于Java的web在线考试系统设计/代码/mytest/src/com/briup/test/bean/exam/Ooaduml.java
Java的web在线考试系统设计/基于Java的web在线考试系统设计/代码/mytest/src/com/briup/test/bean/exam/Oracle.hbm.xml
Java的web在线考试系统设计/基于Java的web在线考试系统设计/代码/mytest/src/com/briup/test/bean/exam/Oracle.java
Java的web在线考试系统设计/基于Java的web在线考试系统设计/代码/mytest/src/com/briup/test/bean/exam/Paihang.java
Java的web在线考试系统设计/基于Java的web在线考试系统设计/代码/mytest/src/com/briup/test/bean/exam/Plsql.hbm.xml
Java的web在线考试系统设计/基于Java的web在线考试系统设计/代码/mytest/src/com/briup/test/bean/exam/Plsql.java
Java的web在线考试系统设计/基于Java的web在线考试系统设计/代码/mytest/src/com/briup/test/bean/exam/Score.java
Java的web在线考试系统设计/基于Java的web在线考试系统设计/代码/mytest/src/com/briup/test/bean/exam/Servlet.hbm.xml
Java的web在线考试系统设计/基于Java的web在线考试系统设计/代码/mytest/src/com/briup/test/bean/exam/Servlet.java
Java的web在线考试系统设计/基于Java的web在线考试系统设计/代码/mytest/src/com/briup/test/bean/exam/Shiti.java
Java的web在线考试系统设计/基于Java的web在线考试系统设计/代码/mytest/src/com/briup/test/bean/exam/Spring.hbm.xml
Java的web在线考试系统设计/基于Java的web在线考试系统设计/代码/mytest/src/com/briup/test/bean/exam/Spring.java
Java的web在线考试系统设计/基于Java的web在线考试系统设计/代码/mytest/src/com/briup/test/bean/exam/State.hbm.xml
Java的web在线考试系统设计/基于Java的web在线考试系统设计/代码/mytest/src/com/briup/test/bean/exam/State.java
Java的web在线考试系统设计/基于Java的web在线考试系统设计/代码/mytest/src/com/briup/test/bean/exam/Struts.hbm.xml
Java的web在线考试系统设计/基于Java的web在线考试系统设计/代码/mytest/src/com/briup/test/bean/exam/Struts.java
Java的web在线考试系统设计/基于Java的web在线考试系统设计/代码/mytest/src/com/briup/test/bean/exam/Unix.hbm.xml
Java的web在线考试系统设计/基于Java的web在线考试系统设计/代码/mytest/src/com/briup/test/bean/exam/Unix.java
Java的web在线考试系统设计/基于Java的web在线考试系统设计/代码/mytest/src/com/briup/test/bean/exam/Webservice.hbm.xml
Java的web在线考试系统设计/基于Java的web在线考试系统设计/代码/mytest/src/com/briup/test/bean/exam/Webservice.java
Java的web在线考试系统设计/基于Java的web在线考试系统设计/代码/mytest/src/com/briup/test/bean/exam/Xml.hbm.xml
Java的web在线考试系统设计/基于Java的web在线考试系统设计/代

相关说明

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

相关评论

暂无评论内容.

发表评论

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