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

正文內(nèi)容

基于java的學(xué)生成績管理系統(tǒng)(源代碼)-資料下載頁

2025-08-09 14:59本頁面
  

【正文】 ()。 addWindowListener(new WindowAdapter(){ public void windowClosing(WindowEvent e){ dispose()。 } })。 } public void actionPerformed(ActionEvent ee) { boolean boo=true。 s=()。 k=(s)。 String m,dir。 try { ()。 } catch(ClassNotFoundException eee) { (+eee)。 } try { con=(jdbc:odbc:sun,gxy,123)。 sql=()。 rs=(SELECT * FROM chengjibiao)。 while(()) {int number=(2)。 String name=(3)。 String date=(birthday)。 int math=(math)。 int english=(english)。 if(number==k){ (你刪除了:)。 (學(xué)號:+number+ 姓名:+name+ 出生:+date+ 數(shù)學(xué) +math+ 英語 +english)。 (\n)。 m=DELETE FROM chengjibiao WHERE number=+k+。 (m)。 } } ()。 } catch(SQLException e) { (e)。 } } } 第六部分修改:import .*。import .*。import .*。import 。public class xiugai extends Frame implements TextListener,ActionListener{ Button charu。 TextField input1,input2,input3,input4,input5,input6。 TextArea show。 Panel p1,p2。 int k,s1,j。 Connection con。 Statement sql。 int sum=0。 ResultSet rs。 xiugai(){ p1=new Panel()。 p2=new Panel()。 charu= new Button(修改)。 input1= new TextField(10)。 input2= new TextField(10)。 input3= new TextField(10)。 input4= new TextField(10)。 input5= new TextField(10)。 input6= new TextField(10)。 show= new TextArea(6,43)。 (new Label(請輸入要修改的學(xué)號))。 (new Label(number))。 (input1)。 (new Label(請輸入修改的數(shù)據(jù)))。 (new Label(name))。 (input2)。 (new Label(date))。 (input3)。 (new Label(math))。 (input4)。 (new Label(english))。 (input5)。 (charu)。 (this)。 (this)。 (false)。 add(p1,)。 add(p2,)。 setBounds(10,30,1200,200)。 setVisible(true)。 validate()。 addWindowListener(new WindowAdapter(){ public void windowClosing(WindowEvent e){ dispose()。 } })。 } public void actionPerformed(ActionEvent ee) { boolean boo=true。 String s0,s1,s2,s3,s4,s5,insert1,recode,name,date。 int m0,m1,m2,m3,number,math,english。 s1=()。 m1=(s1)。 number=m1。 s4=()。 m2=(s4)。 math=m2。 s5=()。 m3=(s5)。 english=m3。 try { ()。 } catch(ClassNotFoundException eee) { (+eee)。 } try { con=(jdbc:odbc:sun,gxy,123)。 sql=()。recode=(+m0+,+number+,+39。+name+39。+,+39。+date+39。+,+math+,+english+)。 insert1=UPDATE chengjibiao SET math=+math+,english=+english+ WHERE number=+number+。 (insert1)。 } catch(SQLException e) { (e)。 } } } 第七部分添加:import .*。import .*。import .*。import 。public class charu extends Frame implements TextListener,ActionListener{ Button charu。 TextField input1,input2,input3,input4,input5,input6。 TextArea show。 int k,s1,j。 Connection con。 Statement sql。 int sum=0。 ResultSet rs。 charu(){ Panel p=new Panel()。 charu= new Button(插入)。 input1= new TextField(10)。 input2= new TextField(10)。 input3= new TextField(10)。 input4= new TextField(10)。 input5= new TextField(10)。 input6= new TextField(10)。 show= new TextArea(6,43)。 (new Label(請輸入要插入的數(shù)據(jù)))。 (new Label(ID))。 (input6)。 (new Label(number))。 (input1)。 (new Label(name))。 (input2)。 (new Label(date))。 (input3)。 (new Label(math))。 (input4)。 (new Label(english))。 (input5)。 (charu)。 (this)。 (this)。 (false)。 add(p,)。 add(show,)。 setBounds(10,30,1200,200)。 setVisible(true)。 validate()。 addWindowListener(new WindowAdapter(){ public void windowClosing(WindowEvent e){ dispose()。 } })。 } public void actionPerformed(ActionEvent ee) { boolean boo=true。 String s0,s1,s2,s3,s4,s5,insert1,recode,name,date。 int m0,m1,m2,m3,number,math,english。 s0=()。 m0=(s0)。 s1=()。 m1=(s1)。 number=m1。 s2=()。 name=s2。 s3=()。 date=s3。 s4=()。 m2=(s4)。 math=m2。 s5=()。 m3=(s5)。 english=m3。 try { ()。 } catch(ClassNotFoundException eee) { (+eee)。 } try { con=(jdbc:odbc:sun,gxy,123)。 sql=()。recode=(+m0+,+number+,+39。+name+39。+,+39。+date+39。+,+math+,+english+)。 insert1=INSERT INTO chengjibiao VALUES +recode。 (insert1)。 (你插入了:)。 (學(xué)號:+number+ 姓名:+name+ 出生:+date+ 數(shù)學(xué) +math+ 英語 +english)。 (\n)。 } catch(SQLException e) { (e)。 (this, 你輸入的不正確)。 } } } 四:運(yùn)行效果五總結(jié):本次課程設(shè)計,讓我獲益匪淺,不僅更深入的了解Java這門學(xué)科,更使自己有了繼續(xù)探索的興趣。于個人而言,在程序設(shè)計的過程中,我深感“認(rèn)真嚴(yán)謹(jǐn)”這個詞的重要性,一點點小的馬虎,便會導(dǎo)致整個程序不能正常運(yùn)行。在今后的學(xué)習(xí)中,我定將“認(rèn)真嚴(yán)謹(jǐn)時刻作為自的謹(jǐn)言。與此同時,本小組成員的互幫互助,讓我體會到了團(tuán)結(jié)的力量,而更讓人難以忘懷的是在熱烈討論問題時,那激情橫溢的場面??傊?,此次課程設(shè)計在我的學(xué)生生涯中啟上了至關(guān)重要的作用。最后,真誠的感謝彭老師的指導(dǎo)和教誨。
點擊復(fù)制文檔內(nèi)容
規(guī)章制度相關(guān)推薦
文庫吧 www.dybbs8.com
備案圖鄂ICP備17016276號-1