91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 6.96MB
    文件類型: .rar
    金幣: 2
    下載: 0 次
    發(fā)布日期: 2023-10-12
  • 語言: Java
  • 標(biāo)簽: java??mysql??jdbc??c/s模型??

資源簡介

用java編寫的學(xué)生考試系統(tǒng),支持成績打印到excel,支持試卷導(dǎo)入導(dǎo)出 功能: 管理員: 試卷管理: 試卷添加/更改/查閱: 更改試卷屬性: 試卷名稱 試卷時(shí)間 試題添加 試題刪除 試題上移 試題下移 試題修改 試題保存 指定試卷批量刪除 指定試卷批量備份 指定試卷批量導(dǎo)入 賬號管理: 監(jiān)考員: 賬號查詢 賬號刪除 賬號更改 賬號添加 管理員: 賬號修改 學(xué)生: 賬號查詢 賬號刪除 賬號更改 賬號添加 成績管理: 成績查看 成績刪除: 單個(gè)指定刪除 全部刪除 成績打印到excel 學(xué)生: 注冊 登錄: 查看試卷屬性 查看考試時(shí)間 接受試卷 開始答卷 提交試卷: 自動交卷 手工交卷 查看考試成績 監(jiān)考員: 開啟服務(wù) 關(guān)閉服務(wù) 查看所有學(xué)生 斷開選定學(xué)生連接 向指定學(xué)生發(fā)送試卷(可二次發(fā)送) 接受考試試卷并存儲

資源截圖

代碼片段和文件信息

/**
**作者:翁加林
**時(shí)間: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字段判斷是否已經(jīng)保存,在提交試卷的時(shí)候先檢查
?*?*/
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//退出系統(tǒng)
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

?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----

?????文件?????????50??2012-03-12?17:59??學(xué)生考試系統(tǒng)(CS模型)源碼加安裝指南\client.bat

?????文件????1589208??2012-03-31?23:19??學(xué)生考試系統(tǒng)(CS模型)源碼加安裝指南\productSource\Client.jar

?????文件????2373940??2012-03-31?23:19??學(xué)生考試系統(tǒng)(CS模型)源碼加安裝指南\productSource\Server.jar

?????文件?????????50??2012-03-12?17:59??學(xué)生考試系統(tǒng)(CS模型)源碼加安裝指南\server.bat

?????文件???????1043??2012-03-19?20:02??學(xué)生考試系統(tǒng)(CS模型)源碼加安裝指南\安裝說明及源代碼\examtion.sql

?????文件????????455??2012-03-26?13:13??學(xué)生考試系統(tǒng)(CS模型)源碼加安裝指南\安裝說明及源代碼\ExamtionProductIsFinal\.classpath

?????文件????????404??2012-03-31?23:19??學(xué)生考試系統(tǒng)(CS模型)源碼加安裝指南\安裝說明及源代碼\ExamtionProductIsFinal\.fatjar

?????文件???????2178??2012-03-20?20:38??學(xué)生考試系統(tǒng)(CS模型)源碼加安裝指南\安裝說明及源代碼\ExamtionProductIsFinal\.myeclipse\profiler\StartMain.xml

?????文件?????????72??2012-03-11?19:26??學(xué)生考試系統(tǒng)(CS模型)源碼加安裝指南\安裝說明及源代碼\ExamtionProductIsFinal\.myumldata

?????文件????????398??2012-02-26?09:55??學(xué)生考試系統(tǒng)(CS模型)源碼加安裝指南\安裝說明及源代碼\ExamtionProductIsFinal\.project

?????文件????????256??2012-03-11?20:18??學(xué)生考試系統(tǒng)(CS模型)源碼加安裝指南\安裝說明及源代碼\ExamtionProductIsFinal\.settings\com.genuitec.eclipse.core.prefs

?????文件????????291??2012-03-20?20:42??學(xué)生考試系統(tǒng)(CS模型)源碼加安裝指南\安裝說明及源代碼\ExamtionProductIsFinal\.settings\org.eclipse.core.resources.prefs

?????文件????????635??2012-03-11?20:17??學(xué)生考試系統(tǒng)(CS模型)源碼加安裝指南\安裝說明及源代碼\ExamtionProductIsFinal\.settings\org.eclipse.jdt.core.prefs

?????文件????????143??2012-03-11?20:01??學(xué)生考試系統(tǒng)(CS模型)源碼加安裝指南\安裝說明及源代碼\ExamtionProductIsFinal\.settings\org.eclipse.ltk.core.refactoring.prefs

?????文件???????2928??2012-03-26?13:13??學(xué)生考試系統(tǒng)(CS模型)源碼加安裝指南\安裝說明及源代碼\ExamtionProductIsFinal\bin\client\wjl\mgqs\client\studentResponse\StudentResponse$1.class

?????文件????????841??2012-03-26?13:13??學(xué)生考試系統(tǒng)(CS模型)源碼加安裝指南\安裝說明及源代碼\ExamtionProductIsFinal\bin\client\wjl\mgqs\client\studentResponse\StudentResponse$10.class

?????文件???????3028??2012-03-26?13:13??學(xué)生考試系統(tǒng)(CS模型)源碼加安裝指南\安裝說明及源代碼\ExamtionProductIsFinal\bin\client\wjl\mgqs\client\studentResponse\StudentResponse$11.class

?????文件????????844??2012-03-26?13:13??學(xué)生考試系統(tǒng)(CS模型)源碼加安裝指南\安裝說明及源代碼\ExamtionProductIsFinal\bin\client\wjl\mgqs\client\studentResponse\StudentResponse$12.class

?????文件???????1079??2012-03-26?13:13??學(xué)生考試系統(tǒng)(CS模型)源碼加安裝指南\安裝說明及源代碼\ExamtionProductIsFinal\bin\client\wjl\mgqs\client\studentResponse\StudentResponse$2.class

?????文件???????1063??2012-03-26?13:13??學(xué)生考試系統(tǒng)(CS模型)源碼加安裝指南\安裝說明及源代碼\ExamtionProductIsFinal\bin\client\wjl\mgqs\client\studentResponse\StudentResponse$3.class

?????文件???????3881??2012-03-26?13:13??學(xué)生考試系統(tǒng)(CS模型)源碼加安裝指南\安裝說明及源代碼\ExamtionProductIsFinal\bin\client\wjl\mgqs\client\studentResponse\StudentResponse$4.class

?????文件???????1078??2012-03-26?13:13??學(xué)生考試系統(tǒng)(CS模型)源碼加安裝指南\安裝說明及源代碼\ExamtionProductIsFinal\bin\client\wjl\mgqs\client\studentResponse\StudentResponse$5.class

?????文件????????839??2012-03-26?13:13??學(xué)生考試系統(tǒng)(CS模型)源碼加安裝指南\安裝說明及源代碼\ExamtionProductIsFinal\bin\client\wjl\mgqs\client\studentResponse\StudentResponse$6.class

?????文件???????1330??2012-03-26?13:13??學(xué)生考試系統(tǒng)(CS模型)源碼加安裝指南\安裝說明及源代碼\ExamtionProductIsFinal\bin\client\wjl\mgqs\client\studentResponse\StudentResponse$7.class

?????文件????????839??2012-03-26?13:13??學(xué)生考試系統(tǒng)(CS模型)源碼加安裝指南\安裝說明及源代碼\ExamtionProductIsFinal\bin\client\wjl\mgqs\client\studentResponse\StudentResponse$8.class

?????文件????????839??2012-03-26?13:13??學(xué)生考試系統(tǒng)(CS模型)源碼加安裝指南\安裝說明及源代碼\ExamtionProductIsFinal\bin\client\wjl\mgqs\client\studentResponse\StudentResponse$9.class

?????文件??????30228??2012-03-26?13:13??學(xué)生考試系統(tǒng)(CS模型)源碼加安裝指南\安裝說明及源代碼\ExamtionProductIsFinal\bin\client\wjl\mgqs\client\studentResponse\StudentResponse.class

?????文件????????971??2012-03-31?22:42??學(xué)生考試系統(tǒng)(CS模型)源碼加安裝指南\安裝說明及源代碼\ExamtionProductIsFinal\bin\client\wjl\mgqs\clientLogin\ClientLogin$1.class

?????文件???????1134??2012-03-31?22:42??學(xué)生考試系統(tǒng)(CS模型)源碼加安裝指南\安裝說明及源代碼\ExamtionProductIsFinal\bin\client\wjl\mgqs\clientLogin\ClientLogin$2.class

?????文件???????2062??2012-03-31?22:42??學(xué)生考試系統(tǒng)(CS模型)源碼加安裝指南\安裝說明及源代碼\ExamtionProductIsFinal\bin\client\wjl\mgqs\clientLogin\ClientLogin$3.class

............此處省略272個(gè)文件信息

評論

共有 條評論