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

正文內容

圖書管理系統(tǒng)總報告-資料下載頁

2025-06-01 15:47本頁面

【導讀】管理相結合的產(chǎn)物。MIS的開發(fā)過程不僅是一個編寫應用程序的過程,而且是一個以。到等主要階段的規(guī)范開發(fā)過程。系統(tǒng)開發(fā)的總目標是實現(xiàn)內部圖書借閱管理的系統(tǒng)化、規(guī)范化和自動化。作者、價格等)預先存入數(shù)據(jù)庫中,供以后檢索。別、地址、電話等信息。提供舊書銷毀功能,對于淘汰、損壞、丟失的書目可及時對數(shù)據(jù)庫進行修改。借閱和歸還的管理等。增加和刪除書籍。Eclipse是著名的跨平臺的自有。最初主要用來Java語言開發(fā),Eclipse的本身只是一個框架平臺,但是眾多插件的支持使得Eclipse擁有。其他功能相對固定的IDE軟件很難具有的靈活性。以向圖書管理員申請創(chuàng)建賬號,且只有部分使用權。查看其詳細信息。

  

【正文】 c:odbc:Book。 Connection con=(url)。 Statement sql。 String s=select * from book where 圖書名 =39。+ql +39。 sql=()。 ResultSet rs=(s)。 while(()) { String bname=(1)。 String bno=(2)。 String price=(3)。 String writer=(4)。 String publish=(5)。 String indate=(6)。 ar[i][0]=bname。 ar[i][1]=bno。 ar[i][2]=price。 ar[i][3]=writer。 ar[i][4]=publish。 ar[i][5]=indate。 i++。 } count=+i+。 (該種圖書共有 +count+本 )。 ()。 ()。(ar[0][1])。 }catch(SQLException g) { (())。 (())。 } } public void deleteRecord(int index) { try{ ()。 }catch(ClassNotFoundException e){(加載驅動程序失敗 !)。} try{ String url = jdbc:odbc:Book。//直接使用當前類目錄下的數(shù)據(jù)庫文件 Connection con=(url)。 Statement sql。 String ql=(String)(ar[index][1])。 String s=delete * from book where 圖書號 =39。+ql +39。 sql=()。 int del=(s)。 if(del==1) {(null,刪除成功! , 信息 , )。 } ()。 ()。 }catch(SQLException g) { (())。 (())。 } } public void actionPerformed(ActionEvent e) { String remember=。 String ql=。 String cmd=()。 if((查詢 )) { ql=().trim()。 remember=ql。 showRecord(ql)。 } if((刪除 )) { int index=()。 if( index==1) (null,請選定要刪除的表格行 , 輸入錯誤 , )。 else{ deleteRecord(index)。 } } if((取消 )) ()。 } public static void main(String []arg){ RemoveBook a=new RemoveBook()。 } } //密碼修改 import .*。 import .*。 import .*。 import .*。 import .*。 class UpdateMima extends JFrame implements ActionListener { JFrame f。 Container cp。 JPanel jp1,jp2,jp3,jp4,jp,jpanelWest。 JButton jbt1,jbt2。 JLabel label。 JTextField name。 JPasswordField tf1,tf2,tf3。 JLabel label1,label2,label3,label4。 String sno。 UpdateMima(){} UpdateMima(String username) { sno=username。 f=new JFrame(修改密碼 )。 cp=()。 jp1=new JPanel()。 jp2=new JPanel()。 jp3=new JPanel()。 jp4=new JPanel()。 jpanelWest=new JPanel()。 jp=new JPanel()。 jbt1=new JButton(確定 )。 jbt2=new JButton(取消 )。 label=new JLabel(htmlfont color=000000 size=39。439。 修改密碼 brhr請記住您的密碼/font,)。 ()。 name=new JTextField(10)。 tf1=new JPasswordField(10)。 tf2=new JPasswordField(10)。 tf3=new JPasswordField(10)。 (jbt1)。 (jbt2)。 JPanel jpanel=new JPanel()。 (label)。 JPanel pp4=new JPanel()。 JPanel jpane4=new JPanel()。 (jpanel,North)。 JPanel pp2=new JPanel(new GridLayout(6,1,20,10))。 (new GridLayout(6,1,20,10))。 (new JLabel(用戶名 : ,))。 (name)。 (new JLabel(原密碼 : ,))。 (tf1)。 (new JLabel( 新密碼 : ,))。 (tf2)。 (new JLabel(確認密碼 : ,))。 (tf3)。 (new JLabel())。 JPanel jpbutton=new JPanel()。 (jbt1)。 (jbt2)。 (jpbutton)。 (pp4,West)。 (pp2,Center)。 (jpane4,East)。 (290,290)。 (true)。 (this)。 (this)。 } public void updateM() { try{ ()。 }catch(ClassNotFoundException e){(加載驅動程序失敗 !)。} try{ String url = jdbc:odbc:Book。 Connection con=(url)。 Statement sql=()。 String uname=().trim()。 String queryMima=select * from user where 用戶名 =39。+uname+39。 ResultSet rs=(queryMima)。 if(()) { String newMima=().trim()。 String s=update user set 密碼 =39。+newMima+39。 where 用戶名 =39。+uname +39。 sql=()。 int updateMima=(s)。 if(updateMima==1) { (f,密碼修改成功! )。 } ()。 ()。 }else{ (null,該用戶不存在 ,警告! , )。 } ()。 ()。 ()。 ()。 } catch(SQLException g) { (())。 (())。 } } public void actionPerformed(ActionEvent e) { String cmd=()。 if((確定 )) { if(().equals()||().equals()||().equals()||().equals()) { (null,請?zhí)顚懹脩舻乃行畔?,提示 , )。 return。 } if(().trim().equals(().trim())) updateM()。 } else if((取消 )) ()。 } public static void main(String[]args) { new UpdateMima()。 } } 登錄 用戶登錄 修改密碼 新書登記 預覽圖書 圖書查詢 刪除圖書 7 心得體會: 為期三周的軟件課程設計,我們完成了網(wǎng)絡數(shù)據(jù)庫管理系統(tǒng)的設計,我們不僅靈活運用了以前課程中學到的知識,而且學會了要積極請教老師,不懂就問,在以后的日子里我們要再接再厲,做出更多更好的程序。
點擊復制文檔內容
研究報告相關推薦
文庫吧 www.dybbs8.com
備案圖鄂ICP備17016276號-1