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

正文內(nèi)容

軟件工程-學(xué)生宿舍管理系統(tǒng)-資料下載頁(yè)

2025-06-24 14:22本頁(yè)面
  

【正文】 (null)。 (輸入要?jiǎng)h除學(xué)生的學(xué)號(hào):)。(myFont1)。(0, 50,300, 50)。(JL1)。(250, 50, 150, 40)。(JT1)。(200,250, 100, 50)。(JB)。()。(this)。(true)。// 顯示對(duì)話框}public void actionPerformed(ActionEvent e){int id = (())。 (id)。}}修改界面源代碼:import .*。import 。import 。import .*。public class Modify extends JFrame implements ActionListener{private StudentDao rdao=new StudentDao()。private JLabel JL1=new JLabel()。private JLabel JL2=new JLabel()。28 / 36private JLabel JL3=new JLabel()。private JLabel JL4=new JLabel()。private JTextField JT1=new JTextField()。private JTextField JT2=new JTextField()。private JTextField JT3=new JTextField()。JButton JB=new JButton(修改 )。public Modify(){ JDialog dialog = new JDialog(this)。// 創(chuàng)建當(dāng)前窗體的對(duì)話框 (true)。// 設(shè)置對(duì)話框?yàn)槟B(tài) (500, 400)。// 設(shè)置對(duì)話框大小 (true)。// 由系統(tǒng)平臺(tái)布置窗體位置 (請(qǐng)修改學(xué)生宿舍信息)。// 對(duì)話框標(biāo)題 (100, 100)。 Font myFont1=new Font(宋體,20)。 (null)。 (修改學(xué)生宿舍信息)。(myFont1)。(150,20,250, 50)。(JL1)。(輸入學(xué)生的學(xué)號(hào))。 (myFont1)。(50, 100,250, 50)。(JL2)。(200, 100, 200, 40)。(JT1)。(輸入學(xué)生姓名)。 (myFont1)。(60, 150,150, 50)。(JL3)。(200, 150, 200, 40)。(JT2)。(輸入學(xué)生宿舍號(hào))。 (myFont1)。(50, 200,150, 50)。(JL4)。(200, 200, 200, 40)。(JT3)。(200,250, 100, 50)。29 / 36(JB)。()。(this)。(true)。// 顯示對(duì)話框}public void actionPerformed(ActionEvent e){Student student=new Student()。((()))。(())。((()))。(student)。}}查詢界面源代碼:import 。import 。import 。import 。import 。import 。import .*。public class Query extends JFrame implements ActionListener{private StudentDao rdao=new StudentDao()。private JLabel JL=new JLabel()。private JLabel JL1=new JLabel()。private JLabel JL2=new JLabel()。private JLabel JL3=new JLabel()。private JTextField JT=new JTextField(10)。private JTextField JT1=new JTextField(10)。private JTextField JT2=new JTextField(10)。30 / 36private JTextField JT3=new JTextField(10)。private JButton JB=new JButton(查詢)。public Query(){ JDialog dialog = new JDialog(this)。// 創(chuàng)建當(dāng)前窗體的對(duì)話框 (true)。// 設(shè)置對(duì)話框?yàn)槟B(tài) (500, 400)。// 設(shè)置對(duì)話框大小 (true)。// 由系統(tǒng)平臺(tái)布置窗體位置 (請(qǐng)輸入要查詢學(xué)生的學(xué)號(hào))。// 對(duì)話框標(biāo)題 (100, 100)。 Font myFont1=new Font(宋體,20)。 (null)。 (輸入要查詢的學(xué)生的學(xué)號(hào):)。 (myFont1)。(0, 50,300, 50)。(JL)。(250, 50, 150, 40)。(JT)。(該學(xué)生的學(xué)號(hào):)。 (myFont1)。(50, 100,150, 50)。(JL1)。(200, 100, 200, 40)。(JT1)。(該學(xué)生的姓名:)。 (myFont1)。(50, 150,150, 50)。(JL2)。 (200, 150, 200, 40)。 (JT2)。 (該學(xué)生的宿舍號(hào):)。 (myFont1)。(30, 200,200, 50)。(JL3)。(200, 200, 200, 40)。(JT3)。(200,250, 100, 50)。(JB)。31 / 36()。(this)。(true)。// 顯示對(duì)話框}public void actionPerformed(ActionEvent e){int id = (())。Student s = (id)。(())。(())。(())。}}學(xué)生信息源代碼:public class Student {private int id。private String Sname。private String Sno。public int getId() {return id。}public void setId(int id) { = id。}public String getSname() {return Sname。}public void setSname(String sname) {Sname = sname。}public String getSno() {return Sno。}public void setSno(String sno) {32 / 36Sno = sno。}}管理員信息源代碼:public class Account {private int id。private String password。public int getId() {return id。}public void setId(int id) { = id。}public String getPassword() {return password。}public void setPassword(String password) { = password。}}連接數(shù)據(jù)庫(kù)源代碼:import .*。public class Jdbc {Jdbc(){try{()。}catch(Exception e){()。33 / 36}}public Connection getConnection() throws Exception{return (jdbc:}public void close(Connection con, Statement st) throws Exception{()。()。}public void close(Connection con, Statement st,ResultSet rs) throws Exception{()。()。()。}}
點(diǎn)擊復(fù)制文檔內(nèi)容
高考資料相關(guān)推薦
文庫(kù)吧 www.dybbs8.com
備案圖鄂ICP備17016276號(hào)-1