版權(quán)說明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請進(jìn)行舉報或認(rèn)領(lǐng)
文檔簡介
1、.學(xué)生宿舍管理系統(tǒng) 專業(yè):軟件技術(shù)組員: 石勝華 蔣霞 張龍班級:1001 1. 問題定義隨著中國大學(xué)普遍擴(kuò)招,招收的大學(xué)生越來越多,而學(xué)生宿舍管理成為高校管理的很重要的一部分。但目前,很多高校還是采用傳統(tǒng)的人工記錄的方法, 需要記錄的數(shù)據(jù)比較多,而且需要保存的數(shù)據(jù)也比較多,人工記錄、查找信息等都比較費(fèi)事,而且平安性不高. 21世紀(jì)的今天,信息化占據(jù)著社會主流,計算機(jī)在各行各業(yè)的的應(yīng)用越來越廣泛,自動化信息化的管理被應(yīng)用到越來越廣泛的領(lǐng)域。學(xué)生宿舍管理系統(tǒng)采用的是計算機(jī)化管理,系統(tǒng)做的盡量人性化,需要系統(tǒng)操作方便,管理人員需要做的就是將數(shù)據(jù)輸入到系統(tǒng)的數(shù)據(jù)庫中去。管理員和學(xué)生利用該系統(tǒng)可完成如
2、下功能:1 管理員可快速查詢學(xué)生根本信息2 管理員可方便實現(xiàn)樓資源管理3 管理員可實現(xiàn)宿舍資源管理4 管理員可方便實現(xiàn)查詢統(tǒng)計 該系統(tǒng)采用JAVA開發(fā),后臺數(shù)據(jù)庫采用SQL Server 2005。二 可行性分析 1 問題1目前宿舍管理還都采用人工記錄的方法。2需要手工記錄很多信息,浪費(fèi)人力財力,且操作費(fèi)事。3查詢學(xué)生根本住宿信息時,查詢效率低下,不能實現(xiàn)快速查詢。 2 工程目的:開發(fā)一小型學(xué)生宿舍管理系統(tǒng),要操作方便,并能滿足學(xué)校學(xué)生宿舍管理根本需求。 3 運(yùn)行環(huán)境 1采用JAVA開發(fā)。 2后臺數(shù)據(jù)庫用SQL Server 2005。3硬件設(shè)備為pc機(jī)一臺。 4 開發(fā)風(fēng)險浪費(fèi)人力資源時間資源
3、,改變了原有的手工記錄的宿舍管理方式,但對原有的管理制度沒有任何影響,根本上不會有什么風(fēng)險,但開發(fā)的工程可能過于簡單。5 經(jīng)濟(jì)可行性 不需投入太多費(fèi)用,由學(xué)生小組共同開發(fā),利用課余時間開發(fā)。只需投入使用幾臺pc機(jī),以實現(xiàn)學(xué)生宿舍計算機(jī)化管理。6 技術(shù)可行性 該小組成員全部來自學(xué)校計算機(jī)系,學(xué)習(xí)了軟件工程方面的課程,使所學(xué)知識用于理論.7 社會可行性 由于是學(xué)生小組開發(fā),也鍛煉了小組成員的實際動手才能,豐富了閱歷,積累開發(fā)經(jīng)歷,且開發(fā)出的系統(tǒng)由學(xué)校內(nèi)部使用,不涉及盈利方面的問題,不會和社會以及法律造成沖突。8 總體分析 改變了原有的人工記錄的操作方式,進(jìn)步了工作的效率,本錢低,實現(xiàn)了學(xué)生宿舍計算
4、機(jī)化管理。具有可行性。三 系統(tǒng)功能分析 該系統(tǒng)的功能主要是針對學(xué)生宿舍管理員,可實現(xiàn)如下功能:1 管理員可以完成對學(xué)生學(xué)號、姓名、性別、班級、入住時間等學(xué)生根本信息的錄入、調(diào)換寢室,查詢學(xué)生信息等功能。3 管理員可完成對樓號、宿舍號、床位數(shù)、現(xiàn)住人數(shù)等宿舍信息的錄入、刪除、修改等功能。4 管理員可完成宿舍分配、退房處理等宿舍工作管理。3 表1根本信息表tb_userInfo字段名意義類型寬度NULLPrimaryKeySs_number寢室號nchar10NoSs_name姓名nchar10NoSs_class班號nchar10NoSs_sex性別nchar2YesSs_time入住時間nch
5、ar20No2 寢室tb_roomInfo字段名意義類型寬度NULLPaimaryKeyRoom_number寢室號nchar10NoRoom_people現(xiàn)住人數(shù)IntNo 程序的根本界面: 詳細(xì)的JAVA界面代碼: import java.sql.CallableStatement;import java.sql.Connection;import java.sql.DriverManager;import java.sql.ResultSet;import java.sql.SQLException;public class ConneClass Connection conn = nu
6、ll;String temp=new String6;public ConneClass this.initDataBase;/ 建立數(shù)據(jù)庫連接public void initDataBase try /加載驅(qū)動程序jdbc-odbc橋 Class.forName"com.microsoft.sqlserver.jdbc.SQLServerDriver"/獲取數(shù)據(jù)庫連接 conn=DriverManager.getConnection"jdbc.sqlserver:/localhost:1433:databaseName=ssglxt","sa
7、","123" catch ClassNotFoundException e / TODO Auto-generated catch blocke.printStackTrace; catch SQLException e / TODO Auto-generated catch blocke.printStackTrace; /根據(jù)用戶名查詢一條記錄public String selectInfoString idStringBuffer sb=new StringBuffer;String data=new String4;int index=0;ifconn!
8、=nulltry ResultSet rs = null; / 設(shè)置調(diào)用的存儲過程名及參數(shù)情況,注意的是存儲過程不可以有輸出參數(shù) CallableStatement proc = conn.prepareCall" call ssgl_proc?" / 設(shè)置輸入?yún)?shù) proc.setString1,id; / 調(diào)入存儲過程 proc.execute; boolean hasResult = true; while hasResult rs = proc.getResultSet; whilers.next sb.append"n"+temp0=rs.ge
9、tString1+" " sb.appendtemp1=rs.getString2+" " sb.appendtemp2=rs.getString3+" " sb.appendtemp3=rs.getString4+" " sb.appendtemp4=rs.getString5; dataindex+=sb.toString; sb=new StringBuffer; hasResult = proc.getMoreResults; catch SQLException e / TODO Auto-generat
10、ed catch blocke.printStackTrace;elseSystem.out.println"數(shù)據(jù)庫連接失敗"return data;/按名字來查詢public String selectGerenInfoString nameString data=new String3;ifconn!=nulltry ResultSet rs = null; / 設(shè)置調(diào)用的存儲過程名及參數(shù)情況,注意的是存儲過程不可以有輸出參數(shù) CallableStatement proc = conn.prepareCall" call selectGeren?"
11、/ 設(shè)置輸入?yún)?shù) proc.setString1,name; / 調(diào)入存儲過程 proc.execute; boolean hasResult = true; while hasResult rs = proc.getResultSet; whilers.next data0=rs.getString"ss_number" data1=rs.getString"ss_class" data2=rs.getString"ss_time" ; break; hasResult = proc.getMoreResults; catch SQ
12、LException e / TODO Auto-generated catch blocke.printStackTrace;elseSystem.out.println"數(shù)據(jù)庫連接失敗"return data;public int selectAccountString id/查詢寢室人數(shù)int number=-1;ifconn!=nulltry ResultSet rs = null; / 設(shè)置調(diào)用的存儲過程名及參數(shù)情況,注意的是存儲過程不可以有輸出參數(shù) CallableStatement proc = conn.prepareCall" call sele
13、ctAccount?" / 設(shè)置輸入?yún)?shù) proc.setString1,id; / 調(diào)入存儲過程 proc.execute; boolean hasResult = true; while hasResult rs = proc.getResultSet; whilers.next number=rs.getInt"ss_renshu" break; hasResult = proc.getMoreResults; catch SQLException e / TODO Auto-generated catch blocke.printStackTrace;el
14、seSystem.out.println"數(shù)據(jù)庫連接失敗"return number;public void tiaohuanString id,String oldQs,String newQs/調(diào)換寢室int number=-1;ifconn!=nulltry ResultSet rs = null; / 設(shè)置調(diào)用的存儲過程名及參數(shù)情況,注意的是存儲過程不可以有輸出參數(shù) CallableStatement proc = conn.prepareCall" call tiaohuanQs?,?,?" / 設(shè)置輸入?yún)?shù) proc.setString1,i
15、d; proc.setString2, oldQs; proc.setString3, newQs; / 調(diào)入存儲過程 proc.executeUpdate; catch SQLException e / TODO Auto-generated catch blocke.printStackTrace;elseSystem.out.println"數(shù)據(jù)庫連接失敗"/增加人數(shù)public void addPeopleString id1 ifconn!=nulltry ResultSet rs = null; / 設(shè)置調(diào)用的存儲過程名及參數(shù)情況,注意的是存儲過程不可以有輸出參
16、數(shù) CallableStatement proc = conn.prepareCall" call addPeople?" / 設(shè)置輸入?yún)?shù) proc.setString1,id1; / 調(diào)入存儲過程 proc.executeUpdate; System.out.println"添加人數(shù)成功" ; catch SQLException e / TODO Auto-generated catch blocke.printStackTrace;elseSystem.out.println"數(shù)據(jù)庫連接失敗"/減一人public void j
17、ianPeopleString id2 ifconn!=nulltry ResultSet rs = null; / 設(shè)置調(diào)用的存儲過程名及參數(shù)情況,注意的是存儲過程不可以有輸出參數(shù) CallableStatement proc = conn.prepareCall" call jianPeople?" / 設(shè)置輸入?yún)?shù) proc.setString1,id2; / 調(diào)入存儲過程 proc.executeUpdate; System.out.println"舊寢室減少人數(shù)成功" ; catch SQLException e / TODO Auto-gen
18、erated catch blocke.printStackTrace;elseSystem.out.println"數(shù)據(jù)庫連接失敗"/分配寢室,插入一條信息public void insertStuString id,String name,String sex,String Class,String time ifconn!=nulltry ResultSet rs = null; / 設(shè)置調(diào)用的存儲過程名及參數(shù)情況,注意的是存儲過程不可以有輸出參數(shù) CallableStatement proc = conn.prepareCall" call insertS
19、tu?,?,?,?,?" / 設(shè)置輸入?yún)?shù) proc.setString1,id; proc.setString2,name; proc.setString3,sex; proc.setString4,Class; proc.setString5,time; / 調(diào)入存儲過程 proc.executeUpdate; System.out.println"插入成功" ; catch SQLException e / TODO Auto-generated catch blocke.printStackTrace;elseSystem.out.println"
20、;數(shù)據(jù)庫連接失敗"/關(guān)閉數(shù)據(jù)庫操作public void closeConnifconn!=nulltry conn.close; catch SQLException e / TODO Auto-generated catch blocke.printStackTrace;主函數(shù)代碼:public class MainClass public static void mainString argsmainFrame mf=new mainFrame;功能實現(xiàn)的代碼:import java.awt.BorderLayout;import java.awt.GridLayout;imp
21、ort java.awt.event.ActionEvent;import java.awt.event.ActionListener;import javax.swing.JButton;import javax.swing.JFrame;import javax.swing.JLabel;import javax.swing.JPanel;import javax.swing.JTextArea;import javax.swing.JTextField;public class mainFrame extends JFrame implements ActionListener /上部面
22、板的說明 JPanel jpanel=null; JButton JBroomid=null; JButton JBname=null; JButton JBalter=null; JButton JBinitStu=null; JPanel centerPanel=new JPanel; /按寢室號查詢 JLabel JL=null; JTextField JFid=null; JTextArea JA=null; /按姓名查詢 JLabel JLname=null; JTextField JFname=null; JLabel JLid2=null; JTextField JFid2=nu
23、ll; JLabel JLclass=null; JTextField JFclass=null; JLabel JLtime=null; JTextField JFtime=null; /調(diào)換寢室變量 JLabel JLname2=null; JTextField JFname2=null; JLabel JLold=null; JTextField JFold=null; JLabel JLnew=null; JTextField JFnew=null; /分配寢室變量 JLabel JLid3=null; JTextField JFid3=null; JLabel JLname3=nul
24、l; JTextField JFname3=null; JLabel JLsex=null; JTextField JFsex=null; JLabel JLclass2=null; JTextField JFclass2=null; JLabel JLdate=null; JTextField JFdate=null; /全局變量 JButton JBsubmit=null; ConneClass co=new ConneClass; int index=0; public mainFrame this.upPanel; this.setTitle"寢室管理系統(tǒng)" thi
25、s.addjpanel,"North" this.addcenterPanel,"Center" this.setSize800,300; this.setVisibletrue; public void upPanel jpanel=new JPanel; JBroomid=new JButton"按寢室號查詢" JBname=new JButton"按名字查詢" JBalter=new JButton"調(diào)換寢室" JBinitStu=new JButton"分配寢室" J
26、Broomid.addActionListenerthis; JBname.addActionListenerthis; JBalter.addActionListenerthis; JBinitStu.addActionListenerthis; jpanel.addJBroomid; jpanel.addJBname; jpanel.addJBalter; jpanel.addJBinitStu; public void initRoomid/按寢室號查詢學(xué)生 JFid=new JTextField10; JL=new JLabel"清輸入寢室號:" ; JBsubmi
27、t=new JButton"查詢" JBsubmit.addActionListenerthis; JA=new JTextArea"寢室號、學(xué)生姓名、學(xué)生性別、班級、總?cè)藬?shù)、入住時間",6,20; centerPanel.removeAll; centerPanel.addJL; centerPanel.addJFid; centerPanel.addJBsubmit; centerPanel.addJA; public void initName/按姓名查詢 JBsubmit=new JButton"查詢" JBsubmit.ad
28、dActionListenerthis; JLname=new JLabel"姓名" JFname=new JTextField10; JLid2=new JLabel"寢室號" JFid2=new JTextField10; JLclass=new JLabel"班級" JFclass=new JTextField10; JLtime=new JLabel"入住時間" JFtime=new JTextField15; /centerPanel.setLayoutnew GridLayout5,2; centerP
29、anel.removeAll; centerPanel.addJLname; centerPanel.addJFname; centerPanel.addJBsubmit; centerPanel.addJLid2; centerPanel.addJFid2; centerPanel.addJLclass; centerPanel.addJFclass; centerPanel.addJLtime; centerPanel.addJFtime; public void initOldToNew/調(diào)換寢室 JBsubmit=new JButton"調(diào)換" JBsubmit.a
30、ddActionListenerthis; JLname2=new JLabel"姓名" JFname2=new JTextField10; JLold=new JLabel"舊寢室號" JFold=new JTextField10; JLnew=new JLabel"新寢室號" JFnew=new JTextField10; centerPanel.removeAll; centerPanel.addJLname2; centerPanel.addJFname2; centerPanel.addJLold; centerPanel.
31、addJFold; centerPanel.addJLnew; centerPanel.addJFnew; centerPanel.addJBsubmit; public void initfenpei/分配寢室 JBsubmit=new JButton"添加" JBsubmit.addActionListenerthis; JLid3=new JLabel"寢室號" JFid3=new JTextField10; JLname3=new JLabel"姓名" JFname3=new JTextField10; JLsex=new J
32、Label"性別" JFsex=new JTextField2; JLclass2=new JLabel"班級" JFclass2=new JTextField10; JLdate=new JLabel"入住時間" JFdate=new JTextField15; centerPanel.removeAll ; centerPanel.addJLid3; centerPanel.addJFid3; centerPanel.addJLname3; centerPanel.addJFname3; centerPanel.addJLsex; centerPanel.addJFsex; centerPanel.addJLclass2; centerPanel.addJFclass2; centerPanel.addJLdate; centerPanel.addJFdate; centerPanel.addJBsubmit; public void actionPerformedActionEvent eife.getSource =JBroomidindex=1;this.initRoomid;else ife.getSource =JBn
溫馨提示
- 1. 本站所有資源如無特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請下載最新的WinRAR軟件解壓。
- 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請聯(lián)系上傳者。文件的所有權(quán)益歸上傳用戶所有。
- 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁內(nèi)容里面會有圖紙預(yù)覽,若沒有圖紙預(yù)覽就沒有圖紙。
- 4. 未經(jīng)權(quán)益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
- 5. 人人文庫網(wǎng)僅提供信息存儲空間,僅對用戶上傳內(nèi)容的表現(xiàn)方式做保護(hù)處理,對用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對任何下載內(nèi)容負(fù)責(zé)。
- 6. 下載文件中如有侵權(quán)或不適當(dāng)內(nèi)容,請與我們聯(lián)系,我們立即糾正。
- 7. 本站不保證下載資源的準(zhǔn)確性、安全性和完整性, 同時也不承擔(dān)用戶因使用這些下載資源對自己和他人造成任何形式的傷害或損失。
最新文檔
- 教職工勞動合同書
- 勞動合同履行中的非法招聘問題研究
- 辦公用品采購合同書2024年
- 員工宿舍出租合同
- 【初中地理】《世界人口數(shù)量的變化》作業(yè)練習(xí) 2024-2025學(xué)年人教版地理七年級上冊
- 家庭教師兼職合同范例
- 老年人租房免責(zé)協(xié)議書經(jīng)典版
- 房產(chǎn)保密協(xié)議2024年
- 國外銷售代理合同范例
- 2024版勞務(wù)派遣合同書范本大全
- 國家標(biāo)準(zhǔn)10346—2006-白酒檢驗規(guī)則和標(biāo)志、包裝、運(yùn)輸、貯存
- 幼兒基礎(chǔ)筆畫描紅字帖
- 安全教育培訓(xùn)教育需求識別
- 人參系列國家標(biāo)準(zhǔn)及其相關(guān)術(shù)語
- 環(huán)保公司高溫凝結(jié)水除油除鐵的方案宣講ppt課件
- 先張法預(yù)應(yīng)力拱板原位現(xiàn)澆施工工法(修4)
- 股票分析入門整理-入眠
- 驗收工作培訓(xùn)會PPT課件
- 功能性衛(wèi)生巾調(diào)研報告
- 拉彎矯培訓(xùn)ppt課件
- 口腔診療前、中、后牙椅消毒流程(全)
評論
0/150
提交評論