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

正文內(nèi)容

學(xué)生成績(jī)管理系統(tǒng)-數(shù)據(jù)庫(kù)課程設(shè)計(jì)(編輯修改稿)

2024-09-30 19:51 本頁(yè)面
 

【文章內(nèi)容簡(jiǎn)介】 (new Label(生日: ))。 6 ((8))。 (new Label(數(shù)學(xué): ))。 ((8))。 (new Label(英語(yǔ): ))。 box3 = ()。 (box1)。 ((1))。 (box2)。 show = new TextArea(6, 43)。 sure = new Button(確定 )。 box4 = ()。 Label label1 = new Label(請(qǐng)輸入數(shù)據(jù) )。 (new Font(宋體 , , 20))。 ()。 (label1)。 ((1))。 (sure)。 (this)。 bg = new ImageIcon()。 JLabel label = new JLabel(bg)。 (0, 0, (), ())。 imagePanel = (JPanel) ()。 (false)。 (new FlowLayout())。 (false)。 (box4, )。 (box3, )。 (show, )。 ().setLayout(null)。 ().add(label, new Integer())。 //()。 ((), ())。 (700, 200, 540, 440)。 (false)。 (true)。 validate()。 addWindowListener(new WindowAdapter() { public void windowClosing(WindowEvent e) { dispose()。 } })。 7 } public void actionPerformed(ActionEvent ee) { String s1, s2, s3, s4, s5, insert1, recode, name, date, number。 int m1, m2, math, english。 s1 = ()。 s2 = ()。 s3 = ()。 s4 = ()。 s5 = ()。 number = s1。 name = s2。 date = s3。 m1 = (s4)。 math = m1。 m2 = (s5)。 english = m2。 try { ()。 } catch (ClassNotFoundException eee) { ( + eee)。 } try { con = (jdbc:odbc:sun, gxy, 123)。 sql = ()。 recode = ( + 39。 + number + 39。 + , + 39。 + name + 39。 + , + 39。 + date + 39。 + , + math + , + english + )。 insert1 = INSERT INTO chengjibiao VALUES + recode。 (insert1)。 (你插入了 :)。 (學(xué)號(hào): + number + 姓名: + name + 出生: + date + 數(shù)學(xué) + math + 英語(yǔ) + english)。 (\n)。 } catch (SQLException e) { (e)。 (this, 你輸入的學(xué)號(hào)已 存在,請(qǐng)核對(duì)重新輸入! )。 } } } 8 顯示模塊 顯示模塊將輸出所有 學(xué)生 的主要 信息; 主要代碼為: class chuangkou extends JFrame implements ActionListener { JFrame frame = new JFrame(選擇窗口 )。 JPanel imagePanel。 ImageIcon bg。 Button button1, button2, button3, button4, button5, button6。 Box box。 Label label。 Panel p1。 chuangkou() { Toolkit kit = ()。 Image img = ()。 (img)。 p1 = new Panel()。 label = new Label(歡迎使用成績(jī)管理系統(tǒng) , )。 (new Font(隸書 , , 30))。 ()。 (label)。 button1 = new Button(添加 )。 button2 = new Button(刪除 )。 button3 = new Button(修改 )。 button4 = new Button(查詢 )。 button5 = new Button(返回 )。 button6 = new Button(退出 )。 box = ()。 (button1)。 ((8))。 (button2)。 ((8))。 (button3)。 ((8))。 (button4)。 ((8))。 (button5)。 ((8))。 (button6)。 9 (this)。 (this)。 (this)。 (this)。 (this)。 (this)。 addWindowListener(new WindowAdapter() { public void windowClosing(WindowEvent e) { dispose()。 } })。 bg = new ImageIcon()。 JLabel label = new JLabel(bg)。 (0, 0, (), ())。 imagePanel = (JPanel) ()。 (false)。 (new FlowLayout())。 (p1, )。 (box, )。 ().setLayout(null)。 ().add(label, new Integer())。 ()。// 設(shè)置關(guān)閉后狀態(tài) ((), ())。 (200, 200, 500, 300)。 (false)。//設(shè)置窗口大小不可改變 (true)。 validate()。 } public void actionPerformed(ActionEvent e) { if (() == button6) { (0)。 } if (() == button1) { new charu()。 } if (() == button2) { new shanchu()。 } if (() == button3) { 10 new xiugai()。 } if (() == button4) { new chaxun()。 } if (() == button5) { new denglu()。 ()。 } else { } } } 修改模塊 首先由用戶輸入要修改的 學(xué)生 的 成績(jī) 主要代碼: class xiugai extends JFrame implements ActionListener { JFrame frame = new JFrame(修改成績(jī) )。 JPanel imagePanel。 ImageIcon bg。 Button xiug。 TextField input1, input2, input3。 TextArea show。 Box box1, box2, box3。 Panel p1, p2。 int k, s1, j。 Connection con。 Statement sql。 int sum = 0。 ResultSet rs。 xiugai() { Toolkit kit = ()。 Image img = ()。 (img)。 p1 = new Panel()。 p2 = new Panel()。 xiug = new Button(修改 )。 11 input1 = new TextField(10)。 input2 = new TextField(10)。 input3 = new TextField(10)。 show = new TextArea(6, 43)。 Font f=new Font(宋體 ,15)。 Label l1=new Label(輸入學(xué)號(hào) )。 (f)。 ()。 (l1)。 (new Label(學(xué)號(hào) : ))。 (input1)。 box1 = ()。 ((8))。 (new Label(數(shù)學(xué): ))
點(diǎn)擊復(fù)制文檔內(nèi)容
畢業(yè)設(shè)計(jì)相關(guān)推薦
文庫(kù)吧 www.dybbs8.com
備案圖片鄂ICP備17016276號(hào)-1