• 大小: 6.96MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-10-12
  • 语言: Java
  • 标签: java  mysql  jdbc  c/s模型  

资源简介

用java编写的学生考试系统,支持成绩打印到excel,支持试卷导入导出 功能: 管理员: 试卷管理: 试卷添加/更改/查阅: 更改试卷属性: 试卷名称 试卷时间 试题添加 试题删除 试题上移 试题下移 试题修改 试题保存 指定试卷批量删除 指定试卷批量备份 指定试卷批量导入 账号管理: 监考员: 账号查询 账号删除 账号更改 账号添加 管理员: 账号修改 学生: 账号查询 账号删除 账号更改 账号添加 成绩管理: 成绩查看 成绩删除: 单个指定删除 全部删除 成绩打印到excel 学生: 注册 登录: 查看试卷属性 查看考试时间 接受试卷 开始答卷 提交试卷: 自动交卷 手工交卷 查看考试成绩 监考员: 开启服务 关闭服务 查看所有学生 断开选定学生连接 向指定学生发送试卷(可二次发送) 接受考试试卷并存储

资源截图

代码片段和文件信息

/**
**作者:翁加林
**时间:2012-2-7
**文件名:StudentResponse.java
**包名:client.wjl.mgqs.client.studentResponse
**工程名:Examtion5.2.2
*/
package client.wjl.mgqs.client.studentResponse;

import java.awt.BorderLayout;
import java.awt.CardLayout;
import java.awt.Color;
import java.awt.Dimension;
import java.awt.FlowLayout;
import java.awt.Graphics;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.awt.event.MouseAdapter;
import java.awt.event.MouseEvent;
import java.awt.event.WindowAdapter;
import java.awt.event.WindowEvent;
import java.io.IOException;
import java.io.objectInputStream;
import java.io.objectOutputStream;
import java.util.ArrayList;
import java.util.linkedList;
import java.util.List;

import javax.swing.ButtonGroup;
import javax.swing.JButton;
import javax.swing.JCheckBox;
import javax.swing.Jframe;
import javax.swing.JOptionPane;
import javax.swing.JPanel;
import javax.swing.JRadioButton;
import javax.swing.JScrollPane;
import javax.swing.JTextArea;
import javax.swing.JTextField;
import javax.swing.JTree;
import javax.swing.Timer;
import javax.swing.tree.DefaultMutableTreeNode;
import javax.swing.tree.DefaultTreeModel;
import javax.swing.tree.TreePath;

import publ.wjl.mgqs.Regester.Regester;
import publ.wjl.mgqs.examsPaper.Exams;
import publ.wjl.mgqs.golbal.Golbal;
import publ.wjl.mgqs.jlabel.MyJabel;
import publ.wjl.mgqs.mySubject.FillBlank;
import publ.wjl.mgqs.mySubject.JudgeSubject;
import publ.wjl.mgqs.mySubject.MultipleSelect;
import publ.wjl.mgqs.mySubject.SingleSelect;
/**
 **试题是通过isHaveSave字段判断是否已经保存,在提交试卷的时候先检查
 * */
public class StudentResponse extends Jframe implements Runnable {
private static final long serialVersionUID = -373904626848950876L;
private JPanel leaderPanel = null; 
private JScrollPane leadertop = null;
private JTree paperTree = null;
private DefaultTreeModel treeModel = null;
private DefaultMutableTreeNode root = null;
private MyJabel rootLabel = null;
private DefaultMutableTreeNode singleNode = null;
private MyJabel singleLabel = null;
private DefaultMutableTreeNode multipeNode = null;
private MyJabel multipeLabel = null;
private DefaultMutableTreeNode fillBlankNode = null;
private MyJabel fillBlankLabel = null;
private DefaultMutableTreeNode judgeNode = null;
private MyJabel judgeLabel = null;
private JPanel leaderbottom = null;
private JButton response_ExamsToServer = null //存储试卷
paper_Nature = null //试卷属性
exitSystem = null//退出系统
load_ExamsPaper = null; //装载试卷
private JButton Item_save = null; 
private JPanel showCenterPanel = null;
private JPanel singlePanel = null; 
private JScrollPane singlejsp = null; 
private JTextArea singleTextArea = null; 
private JPanel singlesPanel = null; 
private ButtonGroup singleGroup = null;
private JRadioButton singleA = null singleB = null singleC = null
singleD = null;
private JPanel multiplePanel = null; 
private JScrol

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件         50  2012-03-12 17:59  学生考试系统(CS模型)源码加安装指南\client.bat

     文件    1589208  2012-03-31 23:19  学生考试系统(CS模型)源码加安装指南\productSource\Client.jar

     文件    2373940  2012-03-31 23:19  学生考试系统(CS模型)源码加安装指南\productSource\Server.jar

     文件         50  2012-03-12 17:59  学生考试系统(CS模型)源码加安装指南\server.bat

     文件       1043  2012-03-19 20:02  学生考试系统(CS模型)源码加安装指南\安装说明及源代码\examtion.sql

     文件        455  2012-03-26 13:13  学生考试系统(CS模型)源码加安装指南\安装说明及源代码\ExamtionProductIsFinal\.classpath

     文件        404  2012-03-31 23:19  学生考试系统(CS模型)源码加安装指南\安装说明及源代码\ExamtionProductIsFinal\.fatjar

     文件       2178  2012-03-20 20:38  学生考试系统(CS模型)源码加安装指南\安装说明及源代码\ExamtionProductIsFinal\.myeclipse\profiler\StartMain.xml

     文件         72  2012-03-11 19:26  学生考试系统(CS模型)源码加安装指南\安装说明及源代码\ExamtionProductIsFinal\.myumldata

     文件        398  2012-02-26 09:55  学生考试系统(CS模型)源码加安装指南\安装说明及源代码\ExamtionProductIsFinal\.project

     文件        256  2012-03-11 20:18  学生考试系统(CS模型)源码加安装指南\安装说明及源代码\ExamtionProductIsFinal\.settings\com.genuitec.eclipse.core.prefs

     文件        291  2012-03-20 20:42  学生考试系统(CS模型)源码加安装指南\安装说明及源代码\ExamtionProductIsFinal\.settings\org.eclipse.core.resources.prefs

     文件        635  2012-03-11 20:17  学生考试系统(CS模型)源码加安装指南\安装说明及源代码\ExamtionProductIsFinal\.settings\org.eclipse.jdt.core.prefs

     文件        143  2012-03-11 20:01  学生考试系统(CS模型)源码加安装指南\安装说明及源代码\ExamtionProductIsFinal\.settings\org.eclipse.ltk.core.refactoring.prefs

     文件       2928  2012-03-26 13:13  学生考试系统(CS模型)源码加安装指南\安装说明及源代码\ExamtionProductIsFinal\bin\client\wjl\mgqs\client\studentResponse\StudentResponse$1.class

     文件        841  2012-03-26 13:13  学生考试系统(CS模型)源码加安装指南\安装说明及源代码\ExamtionProductIsFinal\bin\client\wjl\mgqs\client\studentResponse\StudentResponse$10.class

     文件       3028  2012-03-26 13:13  学生考试系统(CS模型)源码加安装指南\安装说明及源代码\ExamtionProductIsFinal\bin\client\wjl\mgqs\client\studentResponse\StudentResponse$11.class

     文件        844  2012-03-26 13:13  学生考试系统(CS模型)源码加安装指南\安装说明及源代码\ExamtionProductIsFinal\bin\client\wjl\mgqs\client\studentResponse\StudentResponse$12.class

     文件       1079  2012-03-26 13:13  学生考试系统(CS模型)源码加安装指南\安装说明及源代码\ExamtionProductIsFinal\bin\client\wjl\mgqs\client\studentResponse\StudentResponse$2.class

     文件       1063  2012-03-26 13:13  学生考试系统(CS模型)源码加安装指南\安装说明及源代码\ExamtionProductIsFinal\bin\client\wjl\mgqs\client\studentResponse\StudentResponse$3.class

     文件       3881  2012-03-26 13:13  学生考试系统(CS模型)源码加安装指南\安装说明及源代码\ExamtionProductIsFinal\bin\client\wjl\mgqs\client\studentResponse\StudentResponse$4.class

     文件       1078  2012-03-26 13:13  学生考试系统(CS模型)源码加安装指南\安装说明及源代码\ExamtionProductIsFinal\bin\client\wjl\mgqs\client\studentResponse\StudentResponse$5.class

     文件        839  2012-03-26 13:13  学生考试系统(CS模型)源码加安装指南\安装说明及源代码\ExamtionProductIsFinal\bin\client\wjl\mgqs\client\studentResponse\StudentResponse$6.class

     文件       1330  2012-03-26 13:13  学生考试系统(CS模型)源码加安装指南\安装说明及源代码\ExamtionProductIsFinal\bin\client\wjl\mgqs\client\studentResponse\StudentResponse$7.class

     文件        839  2012-03-26 13:13  学生考试系统(CS模型)源码加安装指南\安装说明及源代码\ExamtionProductIsFinal\bin\client\wjl\mgqs\client\studentResponse\StudentResponse$8.class

     文件        839  2012-03-26 13:13  学生考试系统(CS模型)源码加安装指南\安装说明及源代码\ExamtionProductIsFinal\bin\client\wjl\mgqs\client\studentResponse\StudentResponse$9.class

     文件      30228  2012-03-26 13:13  学生考试系统(CS模型)源码加安装指南\安装说明及源代码\ExamtionProductIsFinal\bin\client\wjl\mgqs\client\studentResponse\StudentResponse.class

     文件        971  2012-03-31 22:42  学生考试系统(CS模型)源码加安装指南\安装说明及源代码\ExamtionProductIsFinal\bin\client\wjl\mgqs\clientLogin\ClientLogin$1.class

     文件       1134  2012-03-31 22:42  学生考试系统(CS模型)源码加安装指南\安装说明及源代码\ExamtionProductIsFinal\bin\client\wjl\mgqs\clientLogin\ClientLogin$2.class

     文件       2062  2012-03-31 22:42  学生考试系统(CS模型)源码加安装指南\安装说明及源代码\ExamtionProductIsFinal\bin\client\wjl\mgqs\clientLogin\ClientLogin$3.class

............此处省略272个文件信息

评论

共有 条评论