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

正文內(nèi)容

學(xué)生選課系統(tǒng)軟件工程課程設(shè)計-資料下載頁

2025-01-18 15:25本頁面
  

【正文】 e(250, 400, 40, 20))。 (new Rectangle(340, 400, 40, 20))。 (this)。 (this)。 setLayout(null)。 setBounds(100, 50, 800, 700)。 setVisible(true)。 setResizable(false)。 (39。*39。)。 (39。*39。)。 (39。*39。)。 (new WindowAdapter() { @Override public void windowClosing(WindowEvent e) { (0)。 } })。 } public void actionPerformed(ActionEvent e) { String username, password, newusername, newpassword。 String str = ()。 String str2 = ()。 if (() == b1) { if (() == b1 || () == tf1 || () == tf2 || () == tf3 || () == tf4) { if (().equals() || ().equals() || ().equals()) { (this, 對不起,輸入不能為空!, 提示,)。 // 判斷文本內(nèi)容語句 } else { conn = ()。 stmt = (conn)。 String sql = select * from login。 rs = (stmt, sql)。 try { while(()) { username = (username)。 password = (password)。 if((username) amp。amp。 (password)) { if(().equals(())) { newpassword = ()。 (update login set password = 39。 + newpassword + 39。 + where username=39。+str+39。)。 (this, congratulations,修改密碼成功!,提示, )。 } else{ (this, sorry,兩次密碼輸入不正確!,提示, )。 } } else { (this, sorry,用戶名和密碼不匹配!,提示, )。 } } } catch (SQLException b) { } finally { (rs)。 (stmt)。 (conn)。 } } } } else if (() == b2) { ()。 ()。 ()。 ()。 } }} import .*。import .*。import 。import 。import 。import 。import 。public class Teacher extends Frame implements ActionListener { Label l1。 Choice choice = new Choice()。 List list = new List(1,true)。 TextArea area。 Button b1。 Connection conn = null。 Statement stmt = null。 ResultSet rs = null。 public Teacher() { (教師查詢窗口)。 l1 = new Label(歡迎您登錄,teacher)。 add(l1)。 (new Rectangle(100, 50, 200, 40))。 (請選擇要查詢的課程)。 (離散數(shù)學(xué))。 (匯編語言)。 (java語言設(shè)計)。 (軟件工程)。 (操作系統(tǒng))。 (馬克思政治學(xué))。 (數(shù)據(jù)結(jié)構(gòu))。 (數(shù)據(jù)庫系統(tǒng))。 (jsp程序設(shè)計)。 add(choice)。 (new Rectangle(200, 200, 150, 50))。 area = new TextArea()。 add(area)。 (new Rectangle(200, 250, 200, 200))。 b1 = new Button(查詢)。 add(b1)。 (this)。 (new Rectangle(360, 200, 40, 25))。 setLayout(null)。 setBounds(100,50,800,700)。 setVisible(true)。 setResizable(false)。 (new WindowAdapter() { @Override public void windowClosing(WindowEvent e) { (0)。 } })。 } public void actionPerformed(ActionEvent e) { if(() == b1) { String str = ()。 String sno = null, name = null。 conn = ()。 stmt = (conn)。 String sql = select * from course where lessons like 39。 + str + % + 39。 rs = (stmt, sql)。 try { while(()) { sno = (sno)。 name = (name)。 if(true) { (學(xué)號: + sno + \n)。 (姓名: + name + \n)。 } } } catch(SQLException h) { (h)。 } finally { (rs)。 (stmt)。 (conn)。 } } } } import .*。import .*。import .*。import 。public class Administrator extends Frame implements ActionListener { Label l1, l2。 Choice choice = new Choice()。 TextArea area, area2。 Button b1, b2。 Connection conn = null。 Statement stmt = null。 ResultSet rs = null。 public Administrator() { (管理員查看窗口)。 l1 = new Label(歡迎您登錄,administration)。 l2 = new Label(所有學(xué)生選課情況如下:)。 add(l1)。 add(l2)。 (new Rectangle(100, 50, 100, 40))。 (new Rectangle(450, 200, 150, 40))。 (請選擇要查詢的課程)。 (離散數(shù)學(xué))。 (匯編語言)。 (java語言設(shè)計)。 (軟件工程)。 (操作系統(tǒng))。 (馬克思政治學(xué))。 (數(shù)據(jù)結(jié)構(gòu))。 (數(shù)據(jù)庫系統(tǒng))。 (jsp程序設(shè)計)。 add(choice)。 (new Rectangle(200, 200, 150, 50))。 area = new TextArea()。 area2 = new TextArea()。 add(area)。 add(area2)。 (new Rectangle(200, 250, 200, 200))。 (new Rectangle(450, 250, 200, 200))。 b1 = new Button(查詢)。 b2 = new Button(查看)。 add(b1)。 add(b2)。 (this)。 (this)。 (new Rectangle(360, 200, 40, 25))。 (new Rectangle(610, 200, 40, 25))。 setLayout(null)。 setBounds(100,50,800,700)。 setVisible(true)。 setResizable(false)。 (new WindowAdapter() { @Override public void windowClosing(WindowEvent e) { (0)。 } })。 } public void actionPerformed(ActionEvent e) { if(() == b1) { String str = ()。 String sno = null, name = null。 conn = ()。 stmt = (conn)。 String sql = select * from course where lessons like 39。 + str + % + 39。 rs = (stmt, sql)。 try { while(()) { sno = (sno)。 name = (name)。 if(true) { (學(xué)號: + sno + \n)。 (姓名: + name + \n)。 } } } catch(SQLException h) { (h)。 } finally { (rs)。 (stmt)。 (conn)。 } } else if(() == b2) { conn = ()。 stmt = (conn)。 String sql = select * from course。 rs = (stmt, sql)。 try { while(()) { String sno = (1)。 String name = (name)。 String lessons = (lessons)。 for(int i=0。 i()。 i++){ (學(xué)號: + sno + \n)。 (姓名: + name + \n)。 (課程: + lessons + \n)。 } } } catch (SQLException el) { ()。 } finally { (rs)。 (stmt)。 (conn)。 } } }}
點擊復(fù)制文檔內(nèi)容
黨政相關(guān)相關(guān)推薦
文庫吧 www.dybbs8.com
備案圖鄂ICP備17016276號-1