【正文】
設(shè)計這兩方面對宿舍信息管理子模塊進行了詳細的介紹;第五章對宿舍信息管理子模塊的實現(xiàn)做部分介紹。通過 對 該學生綜合信息管理系統(tǒng) 進行分析 , 確定了 功能模塊的設(shè)計與實現(xiàn) 方案 。根據(jù) 登錄 用戶 權(quán)限 的不同,所進行的操作也不一樣。學生信息管理工作 的 系統(tǒng)化 、 規(guī)范化 、 自動化,大大提高 了學 校教學管理 質(zhì)量和 辦事效率。 基于這種情況,所以開發(fā) 了一個 B/S 結(jié)構(gòu)的學生信息綜合管理系統(tǒng) 。就目前而言, 我校的學生管理系統(tǒng)比較單一,管理上相對麻煩和費事 。由于信息系統(tǒng)具有信息性、綜合性、集成性、多樣性和發(fā)展性等特征,使其被廣泛應(yīng)用于企、事業(yè)單位。 It has realized function of adding, deleting, modifying, querying student acmodation information function。 【關(guān)鍵字】 學生信息,綜合管理, MVC, SSH II The Design and Implementation of Student Information Comprehensive Management System Based on SSH Framework —— Dormitory information management module Abstract With the development of Inter information technology, the construction of digital campus information has bee the development goal of teaching mode in Colleges and universities. In this background, the Student Information Management System is designed according to the demand of the students affairs division of Beifang Univesity of Nationality. Student Information Management System is realized by the J2EE platform ,SSH framework, Tomcat server, SQLServer2020 database. The system is divided into module of the student information, dormitory information, public column, questionnaire investigation, suggestion boxes, national defense education, ideological education. This paper mainly include the module of dormitory information management . It has realized function of adding, deleting modifying, querying staff information function。 經(jīng)測試該系統(tǒng)運行良好、功能完善、操作簡單, 并有很好安全性、易維護性和可擴展性。本文主要設(shè)計了宿舍信息管理子模塊。 本系統(tǒng) 在 J2EE 開發(fā)平臺下以 SSH 框架、 Tomcat 服務(wù)器、 SQLServer2020 數(shù)據(jù)庫技術(shù)為基礎(chǔ),設(shè)計開發(fā)了學生信息綜合管理系統(tǒng)。 北方民族大學 學士學位論文 論文題目 : 基于 SSH 框架學生信息綜合管理系統(tǒng)的設(shè)計與實現(xiàn) —— 宿舍信息管理模塊 院 (部 )名 稱 : 計算機科學與工程學院 學 生 姓 名 : 專 業(yè) : 計算機科學與技術(shù) 學 號 : 20202090 指導教師姓名 : 論文提交時間 : 2020 年 5 月 20 日 論文答辯時間 : 2020 年 5 月 25 日 學位授予時間 : 2020 年 月 日 北方民族大學教務(wù)處制 I 基于 SSH 框架的學生信息綜合管理系統(tǒng)設(shè)計與實現(xiàn) —— 宿舍信息管理模塊 摘 要 隨著 Inter 信息技術(shù)的發(fā)展 ,校園信息數(shù)字化建設(shè)已成為各高校教學模式的發(fā)展目標。本文就是在這樣的背景下,按照北方 民族大學學生處所提出的需求開發(fā)設(shè)計了學生信息綜合管理系統(tǒng)。該系統(tǒng)劃分為學生信息、宿舍信息、公共專欄、問卷調(diào)查、意見箱、國防教育、思想教育等功能模塊。該模塊實現(xiàn)了對工作人員信息添加、刪除、修改、查詢的功能;實現(xiàn)了對宿舍樓信息初始化、按照學院分配宿舍的功能;實現(xiàn)了內(nèi)宿外宿學生住宿信息添加、刪除、修改、查詢的功能;實現(xiàn)了學生申請轉(zhuǎn)宿舍和逐級審 批并打印報表的功能。該系統(tǒng)已經(jīng)實現(xiàn)了北方民族大學學生處所提出的全部需要,并且經(jīng)驗收已經(jīng)投入試運行。 It has realized function of dormitory information initialization。 It has realized function of applying for the dormitory and approval and print the report. The system is running well on testing. It is perfect function, simple operation and safety, maintainability and scalability. The students affairs division of Beifang Univesity of Nationality is satisified what we had finished. It has been put into trial operation. Key Words: Student information, Integrated management, MVC, SSH III 目 錄 前 言 ............................................................... 1 1 需求分析 ............................................................. 2 項目背景 .......................................................... 2 項目需求分析 ...................................................... 2 宿舍信息管理模塊需求分析 .......................................... 3 系統(tǒng)目標 .......................................................... 3 系統(tǒng)總體目標 .................................................. 3 系統(tǒng)總體功能目標 .............................................. 3 系統(tǒng)總體性能目標 .............................................. 4 系統(tǒng)總體安全目標 .............................................. 5 2 系統(tǒng)技術(shù)方案設(shè)計 ..................................................... 6 系統(tǒng)架構(gòu)選擇 ...................................................... 6 系統(tǒng)使用技術(shù) ...................................................... 6 J2EE 介紹 .................................................... 6 SSH 框架 ..................................................... 7 AJAX 技術(shù) .................................................... 8 FreeMarker 模板引擎 .......................................... 8 服務(wù)器和數(shù)據(jù)庫的使用 .............................................. 9 Web 服務(wù)器 Tomcat ............................................. 9 數(shù)據(jù)庫 SQL Server 2020 ...................................... 10 項目開發(fā)環(huán)境 ..................................................... 10 3 學生信息綜合系統(tǒng)總體設(shè)計 ............................................ 11 系統(tǒng)總 體功能模塊分析 ............................................. 11 系統(tǒng)用例圖 ....................................................... 14 系統(tǒng)權(quán)限設(shè)計和安全性設(shè)計 ......................................... 14 權(quán)限設(shè)計 ..................................................... 14 安全性設(shè)計 ................................................... 15 IV 4 宿舍信息管理模塊的設(shè)計 .............................................. 16 模塊用例分析 ..................................................... 16 模塊用例圖 ................................................... 16 模塊用例說明 ................................................. 17 模塊的功能分析 ................................................... 17 模塊數(shù)據(jù)庫的設(shè)計 ................................................. 18 模塊 ER圖 ................................................... 18 模塊的流程圖 ................................................. 20 模塊的數(shù)據(jù)邏輯設(shè)計 ........................................... 21 模塊的數(shù)據(jù)字典 ................................................... 24 5 宿舍信息管理模塊的實現(xiàn) .............................................. 31 模塊文件結(jié)構(gòu) ..................................................... 31 宿舍工作人員信息管理 ............................................. 34 宿管員信息功能的實現(xiàn) ......................................... 34 保潔員信息功能的實現(xiàn) ......................................... 42 宿舍樓管理 ....................................................... 42 宿舍初始化功能的實現(xiàn) ......................................... 42 學院宿舍分配功能的實現(xiàn) ................