freepeople性欧美熟妇, 色戒完整版无删减158分钟hd, 无码精品国产vα在线观看DVD, 丰满少妇伦精品无码专区在线观看,艾栗栗与纹身男宾馆3p50分钟,国产AV片在线观看,黑人与美女高潮,18岁女RAPPERDISSSUBS,国产手机在机看影片

正文內(nèi)容

畢業(yè)設(shè)計(jì)報(bào)告學(xué)生考試系統(tǒng)(服務(wù)器端)-在線瀏覽

2025-03-10 16:32本頁(yè)面
  

【正文】 reateDate datetime 不能為空表 35 items(選項(xiàng)表)列名 數(shù)據(jù)類型 長(zhǎng)度 說(shuō)明id bigint 20 主鍵content varchar 255 允許為空question_id bigint 20 外鍵label varchar 4 不能為空isAnswer tinyint 4 不能為空表 36 studinformation(學(xué)生信息表)列名 數(shù)據(jù)類型 長(zhǎng)度 說(shuō)明id bigint 11 主鍵Tstudept varchar 50 不能為空studmagor varchar 50 不能為空studgtrade varchar 30 不能為空rstudnumber varchar 30 不能為空password varchar 20 不能為空studname varchar 20 不能為空studsex char 2 不能為空studphone varchar 20 允許為空studsfzh varchar 20 允許為空studstardate date 不能為空studborthday date 不能為空studnation varchar 10 允許為空studnative varchar 10 允許為空studzzmm varchar 10 允許為空6studassress varchar 50 允許為空studdormitory varchar 10 允許為空studrelationaddress varchar 50 允許為空startExam varchar 10 允許為空表 37 exampaper_question(試卷試題關(guān)聯(lián)表)列名 數(shù)據(jù)類型 長(zhǎng)度 說(shuō)明question_id bigint 20 主鍵exampaper_id bigint 20 主鍵number bigint 20 不能為空表 38 exampaper_questiontype(試卷詳細(xì)表)列名 數(shù)據(jù)類型 長(zhǎng)度 允許空id bigint 20 主鍵exampaper_id bigint 20 外鍵type tinyint 3 不能為空num tinyint 4 不能為空eachscore float 3,1 不能為空degreeOfDifficulty int 10 不能為空表 39 exampapers(考試表)列名 數(shù)據(jù)類型 長(zhǎng)度 說(shuō)明id bigint 20 主鍵name varchar 255 不能為空timeout tinyint 3 不能為空sumscore tinyint 3 不能為空course_id bigint 20 外鍵表 310 hostoryexampaper(考試成績(jī)表)列名 數(shù)據(jù)類型 長(zhǎng)度 說(shuō)明id bigint 20 主鍵student_id bigint 20 外鍵exampaper_id bigint 20 外鍵achievement float 不能為空表 311 exam(考試記錄表)列名 數(shù)據(jù)類型 長(zhǎng)度 說(shuō)明id bigint 20 主鍵7student_id bigint 20 外鍵items_id bigint 20 外鍵exampaper_id bigint 20 外鍵question_id bigint 20 外鍵SQAnswer text 不能為空表 312 dictionary(字典表)列名 數(shù)據(jù)類型 長(zhǎng)度 說(shuō)明id bigint 20 主鍵tablename varchar 255 不能為空f(shuō)ieldname varchar 255 不能為空value tinyint 4 不能為空DESCription varchar 255 不能為空8第四章 系統(tǒng)詳細(xì)設(shè)計(jì)與編碼 登錄模塊學(xué)生考試系統(tǒng)(服務(wù)器端)通過(guò)管理員用戶進(jìn)行登錄,登錄系統(tǒng)后管理員能進(jìn)行系統(tǒng)所有操作。BorderLayout borderLayout = new BorderLayout()。JTextField userNameField = new JTextField(, 24)。JButton loginButton, resetButton, cancelButton。static int securityServicePort。public LoginWindow() {super((Frame) null, true)。loginImage = (loginImageFileName)。userNameLabel = new JLabel(用戶名 , )。loginButton = new JButton(登錄 )。cancelButton = new JButton(退出)。initDocumentListener()。initKeyListener()。}void jbInit() {setDefaultCloseOperation()。}})。(39。)。(39。)。(new GridLayout(0, 1, 0, 10))。(userPasswordLabel)。(new GridLayout(0, 1, 0, 10))。(userPasswordField)。(new BoxLayout(loginWindowPanel,))。((10))。JPanel loginWindowButton = new JPanel()。(this)。L39。(false)。(reset)。(39。)。10(cancel)。(39。)。(new BoxLayout(panel, ))。((10))。((10))。Border outsideBorder = new EtchedBorder()。outsideBorder = (2, 0, 0, 0)。Border labelBorder = new CompoundBorder(outsideBorder, insideBorder)。(labelBorder)。JPanel mainPanel = new JPanel()。((15))。((10))。 (loginPanel,)。getRootPane().setDefaultButton(loginButton)。Dimension screenSize = ().getScreenSize()。()。}} 用戶管理模塊管理員登陸系統(tǒng)后,能對(duì)自己的密碼進(jìn)行修改。11圖 42 修改密碼修改密碼的主要代碼如下:public class ChangeCurrentPassword extends JPanel implements JGxluSimpleDialogInterface{private JLabel jlOldPassWord = new JLabel(原始密碼 ,)。private JLabel jlNewPassword = new JLabel(新密碼,)。 private JLabel jlRnewPassWord = new JLabel(確認(rèn)密碼 ,)。public ChangeCurrentPassword(){jbInit()。(jlOldPassWord, A)。(jlNewPassword, B)。(jlRnewPassWord, C)。 (new String[]{Aa,Bb,Cc}, , this)。(new Dimension(300,130))。if(.equals((oldPassword).trim())){(this, 請(qǐng)輸入原密碼 )。return false。if(.equals((newPassword).trim())){(this, 請(qǐng)輸入新密碼 )。return false。if(.equals((rnewPassword).trim())){(this, 請(qǐng)輸入確認(rèn)密碼 )。return false。 if(!(((oldPassword)))){ (this, 原密碼錯(cuò)誤 )。 (true)。 } if(!(newPassword).equals((rnewPassword))){ (this, 新密碼和確認(rèn)密碼不一致)。 return false。 (((newPassword)))。(this, 修改成功 )。} catch (Exception e) {(this, ())。 }} 題庫(kù)管理界面題庫(kù)管理包括新增判斷題、單選題、多選題、簡(jiǎn)答題,查詢題庫(kù),并對(duì)各類題型進(jìn)行修改、批量刪除功能。界面如下圖:13圖 43 新增單選題圖 44 新增多選
點(diǎn)擊復(fù)制文檔內(nèi)容
環(huán)評(píng)公示相關(guān)推薦
文庫(kù)吧 www.dybbs8.com
備案圖鄂ICP備17016276號(hào)-1