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

正文內(nèi)容

課程設(shè)計(jì)--通訊錄管理系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)-資料下載頁(yè)

2025-08-31 11:04本頁(yè)面

【導(dǎo)讀】掌握java語(yǔ)言的程序設(shè)計(jì)方法;理論聯(lián)系實(shí)際,進(jìn)一步提高學(xué)生的軟件開(kāi)發(fā)技術(shù);培養(yǎng)學(xué)生分析、解決問(wèn)題的能力;碼及注釋?zhuān)?、界面等。運(yùn)行調(diào)試與分析討論---給出運(yùn)行屏幕截圖,分析運(yùn)行結(jié)果,有何改進(jìn)想法等。設(shè)計(jì)體會(huì)與小結(jié)---設(shè)計(jì)遇到的問(wèn)題及解決辦法,通過(guò)設(shè)計(jì)學(xué)到了哪些新知識(shí),鞏固了哪些知識(shí),有哪些提高。報(bào)告按規(guī)定排版打印,要求裝訂平整,否則要求返工;嚴(yán)禁抄襲,如有發(fā)現(xiàn),按不及格處理。數(shù)據(jù)庫(kù)的連接,ODBC數(shù)據(jù)源名稱(chēng)。新建聯(lián)系人,不同方式查找信息,刪除信息,修改信息,聯(lián)系人頭像,退出系統(tǒng)等功能。計(jì)目標(biāo),并且經(jīng)過(guò)適當(dāng)完善后,將可以應(yīng)用在通訊錄應(yīng)用的管理中,

  

【正文】 new delete(f)。 for(f=0。(f=j)amp。amp。(!().equals(str2[f]))。f++) if((!().equals(str2[f]))amp。amp。(f==j)) new none()。 ()。} } if (() == btn2) { ()。 } } } //好友信息修改界面 public class Revisefriend extends JFrame implements ActionListener, ItemListener { JTextField uTxt1, uTxt2, uTxt3, uTxt4,yb。 JLabel Name, Tel, , Address, youbian。 JButton btn1, btn2。 Revisefriend(int t) { (500, 380)。 (好友信息 )。 (null)。 Name = new JLabel(姓名 :)。 Tel = new JLabel(電話(huà) :)。 = new JLabel(:)。 Address = new JLabel(地 址 :)。 youbian=new JLabel(郵編 )。 btn1 = new JButton(修改 )。 btn2 = new JButton(取消 )。 uTxt1 = new JTextField(20)。 uTxt2 = new JTextField(20)。 uTxt3 = new JTextField(20)。 uTxt4 = new JTextField(20)。 yb=new JTextField(20)。 (130, 30, 60, 30)。 (130, 80, 60, 30)。 (130, 130, 60, 30)。 (130, 180, 60, 30)。 (130, 230, 60, 30)。 (170, 30, 180, 30)。 (170, 80, 180, 30)。 (170, 130, 180, 30)。 (170, 180, 180, 30)。 (170, 230, 180, 30)。 (150, 290, 60, 30)。 (320, 290, 60, 30)。 (str1[t])。 (str2[t])。 (str3[t])。 (str4[t])。 yb .setText(str5[t])。 (btn1)。 (btn2)。 (Name)。 (Tel)。 ()。 (Address)。 (youbian)。 (uTxt1)。 (uTxt2)。 (uTxt3)。 (uTxt4)。 (yb)。 (this)。 (this)。 (650,340)。 ()。 (true)。 } public void actionPerformed(ActionEvent e) { if (() == btn1) { t=cag。 if(().trim().equals())new kong()。 else{ str1[t] = ()。 str2[t] = ()。 str3[t] = ()。 str4[t] = ()。 str5[t] = ()。 (t)。 (t,()+ +()+ +())。 try { ()。// 加載驅(qū)動(dòng)程序 String url = jdbc:odbc:chengwz。 String user = 。 String password = 。 PreparedStatement pre=null。 ResultSet rs。 Connection connection = (url, user, password)。 if(!()) (Succeeded connecting to the Database!)。 Statement statement = ()。 // statement 用來(lái)執(zhí)行 SQL 語(yǔ)句 String sql = update cwz set name=?,phone=?,=?,address=?,postcard=? where name=?。 pre=(sql)。 //要執(zhí)行的 SQL (1, ())。 (2, ())。 (3, ())。 (4, ())。 (5, ())。 (6, ())。 ()。 ()。// 關(guān)閉結(jié)果集 ()。// 關(guān)閉連接 } catch(Exception ee) { (==修改時(shí)出錯(cuò) ==)。 ()。 } ()。 } } else if (() == btn2) { ()。 } } public void itemStateChanged(ItemEvent e) { } } //修改好友提示界面 public class ReviseFriendname extends JFrame implements ActionListener { JLabel FriendName。 JTextField uTxt。 JButton btn1, btn2。 ReviseFriendname() { (400, 300)。 (修改好友 )。 (null)。 FriendName = new JLabel(好友名 )。 uTxt = new JTextField(20)。 btn1 = new JButton(搜索 )。 btn2 = new JButton(退出 )。 (80, 100, 60, 30)。 (140, 100, 160, 30)。 (100, 200, 60, 30)。 (220, 200, 60, 30)。 (this)。 (this)。 (FriendName)。 (uTxt)。 (btn1)。 (btn2)。 (650,340)。 ()。 (true)。 } public void actionPerformed(ActionEvent e) { if (() == btn1) { if(().trim().equals())new kong()。 else{ for (m = 0。 m=j。 m++) if (().equals(str1[m])){ cag=m。 new Revisefriend(m)。 } for (m = 0。 m=jamp。amp。!(().equals(str1[m]))。 m++) if((!(().equals(str1[m])))amp。amp。(m==j)) new none()。 ()。 } } if (() == btn2) { ()。 } } } //刪除好友界面 1 public class Deletefriend extends JFrame implements ActionListener { JLabel FriendName。 JTextField uTxt。 JButton btn1, btn2。 String name。 Deletefriend() { (400, 300)。 (搜索你要?jiǎng)h除的好友名 )。 (null)。 FriendName = new JLabel(好友名 )。 uTxt = new JTextField(20)。 btn1 = new JButton(打開(kāi) )。 btn2 = new JButton(退出 )。 (80, 60, 100, 30)。 (140, 60, 180, 30)。 (100, 200, 60, 30)。 (200, 200, 60, 30)。 (uTxt)。 (FriendName)。 (btn1)。 (btn2)。 (this)。 (this)。 (650,340)。 ()。 (true)。 } public void actionPerformed(ActionEvent e) { if (() == btn2) { ()。 } if (() == btn1) { if(().trim().equals())new kong()。 else{ for (int h = 0。 h = j。 h++) if (().equals(str1[h])) { new delete(h)。 } for(int h1=0。h1=jamp。amp。(!().equals(str1[h1]))。h1++) if((!().equals(str1[h1])amp。amp。h1==j)) new none()。 ()。} } } } //刪除好友界面 2 public class delete extends JFrame implements ActionListener { JLabel Name, Tel, q, Address, youb,lb2,lb3,lb4,lb5。 JButton btn1, btn2。 delete(int h) { f=h。 (500, 380)。 (聯(lián)系人信息 )。 (null)。 Name = new JLabel(str1[f]+ 的聯(lián)系方式 )。 Tel = new JLabel(電話(huà) :)。 lb2=new JLabel(str2[f])。 q = new JLabel(:)。 lb3=new JLabel(str3[f])。 Address = new JLabel(地址 :)。 lb4=new JLabel(str4[f])。 youb=new JLabel(郵編 )。 lb5=new JLabel(str5[f])。 btn1 = new JButton(刪除 )。 btn2 = new JButton(返回 )。 Name. setBounds(190, 30, 200, 30)。()。 Tel. setBounds(180, 80, 60, 30)。
點(diǎn)擊復(fù)制文檔內(nèi)容
環(huán)評(píng)公示相關(guān)推薦
文庫(kù)吧 www.dybbs8.com
備案圖鄂ICP備17016276號(hào)-1