班務(wù)系統(tǒng)的設(shè)計與實現(xiàn).doc
約38頁DOC格式手機打開展開
班務(wù)系統(tǒng)的設(shè)計與實現(xiàn),摘 要隨著互聯(lián)網(wǎng)技術(shù)的迅猛發(fā)展,人們的日常生活進(jìn)入到了一個網(wǎng)絡(luò)時代?;ヂ?lián)網(wǎng)正在悄悄改變著人們的生活方式,工作方式以及學(xué)習(xí)方式。在各大高校中,信息化管理的方式逐漸開始普及,廣大師生也習(xí)慣了信息化的管理方式。目前,一般的高校都采用了信息化管理的方式來進(jìn)行更有效的日常事務(wù)管理,這些都是時代進(jìn)步的特點。現(xiàn)階...
![](http://img.queshao.com/images/pcgzh.gif)
![](http://preview.queshao.com/tobuy/323414.gif)
內(nèi)容介紹
此文檔由會員 mrm小莫 發(fā)布
班務(wù)系統(tǒng)的設(shè)計與實現(xiàn)
摘 要
隨著互聯(lián)網(wǎng)技術(shù)的迅猛發(fā)展,人們的日常生活進(jìn)入到了一個網(wǎng)絡(luò)時代。互聯(lián)網(wǎng)正在悄悄改變著人們的生活方式,工作方式以及學(xué)習(xí)方式。在各大高校中,信息化管理的方式逐漸開始普及,廣大師生也習(xí)慣了信息化的管理方式。目前,一般的高校都采用了信息化管理的方式來進(jìn)行更有效的日常事務(wù)管理,這些都是時代進(jìn)步的特點。
現(xiàn)階段我校的信息化管理方式也緊跟時代的步伐,也逐漸建立起了一套完善和成熟的信息化管理系統(tǒng),然而在班級的信息化管理這塊還沒有真正的實踐,雖然傳統(tǒng)的管理方式也能滿足日常的班務(wù)管理,但在高效性,方便性等方面仍然給班級的管理者帶來諸多的不便。
基于以上的背景和需求下,我利用MyEclipse8.5開發(fā)工具,開發(fā)了一套基于Web應(yīng)用的學(xué)校班務(wù)系統(tǒng)。本系統(tǒng)采用多層架構(gòu),包括web表現(xiàn)層、業(yè)務(wù)邏輯層、數(shù)據(jù)訪問層,結(jié)合工廠模式,前端開發(fā)采用HTML,CSS,JS技術(shù),使用MySQL5.0數(shù)據(jù)庫存儲數(shù)據(jù),后臺采用常見的JSP技術(shù),SSH框架進(jìn)行整合開發(fā)。本系統(tǒng)克服了傳統(tǒng)的紙制文檔存在的一些缺點和不足,可以更好,更高效的進(jìn)行班級日常事務(wù)的管理。
關(guān)鍵詞:班務(wù)管理;Web應(yīng)用;MIS;JSP;SSH
The design and implementation of class management system
Abstract
With the rapid development of Internet technology, people's daily life go into a network era. The Internet is quietly changing people's lifestyles, ways of working and learning. In major of colleges and universities, the way of information management gradually began to spread, the teachers and students are accustomed to information technology management. At current, general universities have adopted the approach to information management for more effective management of daily affairs, these are the characteristics of the times progress.
Information management approach at this stage of my school also keep pace with the times, we have gradually built up a comprehensive and sophisticated information management systems, but in class information management practices have not really, although the traditional management of classes can meet the daily traffic management, However, in efficiency, convenience and other aspects, it still causes a lot of inconvenience to the class managers .
Based on the above background and demand, I use MyEclipse8.5 development tools, and developed a class management system,with based on the Web applications. The system uses a multi-layer architecture, including web presentation layer, business logic, data access layer, combined with the factory model, the front-end development using HTML, CSS, JS technique, using MySQL5.0 database to store data, the background using JSP technology, SSH integrated development framework. The system overcomes some of the shortcomings and deficiencies of traditional paper documents exist, could be better, more efficient management classes daily affairs.
Key Words:Class management system;Web applications; MIS; JSP; SSH
目 錄
摘 要 I
Abstract II
1 引 言 1
1.1 編寫目的 1
1.2 背景意義 1
1.3 軟件定義 2
1.4系統(tǒng)研究路線 2
1.5 采用的設(shè)計結(jié)構(gòu) 2
1.6 開發(fā)工具及技術(shù) 3
2 系統(tǒng)需求分析 4
2.1系統(tǒng)概述 4
2.2 可行性研究 4
2.2.1 經(jīng)濟(jì)可行性 4
2.2.2 技術(shù)可行性 5
2.2.3 運行可行性 5
2.2.4 時間可行性 5
2.2.5 法律可行性 5
2.3 需求規(guī)定 5
2.3.1 任務(wù)概述 5
2.3.2性能要求 6
2.4 運行環(huán)境 6
2.5系統(tǒng)用例圖 6
2.6系統(tǒng)總體流程圖 7
2.7 功能總結(jié) 7
3 系統(tǒng)總體設(shè)計 9
3.1總體設(shè)計目標(biāo) 9
3.2 系統(tǒng)模塊 9
3.2.1系統(tǒng)模塊劃分 9
3.2.2 功能模塊描述 10
3.3 開發(fā)工具及運行環(huán)境 11
4 數(shù)據(jù)庫設(shè)計 11
4.1 數(shù)據(jù)庫原則 11
4.2 E-R實體圖設(shè)計 11
4.3 數(shù)據(jù)庫邏輯設(shè)計 14
5 接口設(shè)計 17
5.1 接口函數(shù) 17
5.2 接口函數(shù)設(shè)計 17
5.3 接口函數(shù)流程圖 19
6 系統(tǒng)詳細(xì)設(shè)計 22
6.1 概論 22
6.2 主頁面的設(shè)計 22
6.3 學(xué)習(xí)小組信息 23
6.4學(xué)生信息頁面 23
6.5黨政信息頁面 24
6.6會議通知信息頁面 25
6.7獎懲信息頁面 26
6.8操評信息操評頁面 27
6.9登錄界面頁面 27
7 系統(tǒng)測試 28
7.1 測試的目的 28
7.1.1概念和意義 29
7.1.2 特點 29
7.1.3重要性 29
7.2 系統(tǒng)測試說明 30
總 結(jié) 31
參考文獻(xiàn) 32
致 謝 33
摘 要
隨著互聯(lián)網(wǎng)技術(shù)的迅猛發(fā)展,人們的日常生活進(jìn)入到了一個網(wǎng)絡(luò)時代。互聯(lián)網(wǎng)正在悄悄改變著人們的生活方式,工作方式以及學(xué)習(xí)方式。在各大高校中,信息化管理的方式逐漸開始普及,廣大師生也習(xí)慣了信息化的管理方式。目前,一般的高校都采用了信息化管理的方式來進(jìn)行更有效的日常事務(wù)管理,這些都是時代進(jìn)步的特點。
現(xiàn)階段我校的信息化管理方式也緊跟時代的步伐,也逐漸建立起了一套完善和成熟的信息化管理系統(tǒng),然而在班級的信息化管理這塊還沒有真正的實踐,雖然傳統(tǒng)的管理方式也能滿足日常的班務(wù)管理,但在高效性,方便性等方面仍然給班級的管理者帶來諸多的不便。
基于以上的背景和需求下,我利用MyEclipse8.5開發(fā)工具,開發(fā)了一套基于Web應(yīng)用的學(xué)校班務(wù)系統(tǒng)。本系統(tǒng)采用多層架構(gòu),包括web表現(xiàn)層、業(yè)務(wù)邏輯層、數(shù)據(jù)訪問層,結(jié)合工廠模式,前端開發(fā)采用HTML,CSS,JS技術(shù),使用MySQL5.0數(shù)據(jù)庫存儲數(shù)據(jù),后臺采用常見的JSP技術(shù),SSH框架進(jìn)行整合開發(fā)。本系統(tǒng)克服了傳統(tǒng)的紙制文檔存在的一些缺點和不足,可以更好,更高效的進(jìn)行班級日常事務(wù)的管理。
關(guān)鍵詞:班務(wù)管理;Web應(yīng)用;MIS;JSP;SSH
The design and implementation of class management system
Abstract
With the rapid development of Internet technology, people's daily life go into a network era. The Internet is quietly changing people's lifestyles, ways of working and learning. In major of colleges and universities, the way of information management gradually began to spread, the teachers and students are accustomed to information technology management. At current, general universities have adopted the approach to information management for more effective management of daily affairs, these are the characteristics of the times progress.
Information management approach at this stage of my school also keep pace with the times, we have gradually built up a comprehensive and sophisticated information management systems, but in class information management practices have not really, although the traditional management of classes can meet the daily traffic management, However, in efficiency, convenience and other aspects, it still causes a lot of inconvenience to the class managers .
Based on the above background and demand, I use MyEclipse8.5 development tools, and developed a class management system,with based on the Web applications. The system uses a multi-layer architecture, including web presentation layer, business logic, data access layer, combined with the factory model, the front-end development using HTML, CSS, JS technique, using MySQL5.0 database to store data, the background using JSP technology, SSH integrated development framework. The system overcomes some of the shortcomings and deficiencies of traditional paper documents exist, could be better, more efficient management classes daily affairs.
Key Words:Class management system;Web applications; MIS; JSP; SSH
目 錄
摘 要 I
Abstract II
1 引 言 1
1.1 編寫目的 1
1.2 背景意義 1
1.3 軟件定義 2
1.4系統(tǒng)研究路線 2
1.5 采用的設(shè)計結(jié)構(gòu) 2
1.6 開發(fā)工具及技術(shù) 3
2 系統(tǒng)需求分析 4
2.1系統(tǒng)概述 4
2.2 可行性研究 4
2.2.1 經(jīng)濟(jì)可行性 4
2.2.2 技術(shù)可行性 5
2.2.3 運行可行性 5
2.2.4 時間可行性 5
2.2.5 法律可行性 5
2.3 需求規(guī)定 5
2.3.1 任務(wù)概述 5
2.3.2性能要求 6
2.4 運行環(huán)境 6
2.5系統(tǒng)用例圖 6
2.6系統(tǒng)總體流程圖 7
2.7 功能總結(jié) 7
3 系統(tǒng)總體設(shè)計 9
3.1總體設(shè)計目標(biāo) 9
3.2 系統(tǒng)模塊 9
3.2.1系統(tǒng)模塊劃分 9
3.2.2 功能模塊描述 10
3.3 開發(fā)工具及運行環(huán)境 11
4 數(shù)據(jù)庫設(shè)計 11
4.1 數(shù)據(jù)庫原則 11
4.2 E-R實體圖設(shè)計 11
4.3 數(shù)據(jù)庫邏輯設(shè)計 14
5 接口設(shè)計 17
5.1 接口函數(shù) 17
5.2 接口函數(shù)設(shè)計 17
5.3 接口函數(shù)流程圖 19
6 系統(tǒng)詳細(xì)設(shè)計 22
6.1 概論 22
6.2 主頁面的設(shè)計 22
6.3 學(xué)習(xí)小組信息 23
6.4學(xué)生信息頁面 23
6.5黨政信息頁面 24
6.6會議通知信息頁面 25
6.7獎懲信息頁面 26
6.8操評信息操評頁面 27
6.9登錄界面頁面 27
7 系統(tǒng)測試 28
7.1 測試的目的 28
7.1.1概念和意義 29
7.1.2 特點 29
7.1.3重要性 29
7.2 系統(tǒng)測試說明 30
總 結(jié) 31
參考文獻(xiàn) 32
致 謝 33
TA們正在看...
- 匿名投票系統(tǒng).rar
- 基于dsp控制的直流單極性可逆pwm調(diào)速系統(tǒng).rar
- 風(fēng)扇開關(guān)的塑料模具畢業(yè)設(shè)計.rar
- 校園分站宣傳推廣建議.doc
- 四川省互聯(lián)網(wǎng)絡(luò)發(fā)展?fàn)顩r報告.pdf
- 多條移動平均線組合運動基本原理.pdf
- 馬克思主義基本原理概論復(fù)習(xí)整理.doc
- 預(yù)應(yīng)力混凝土連續(xù)梁橋設(shè)計.rar
- 預(yù)應(yīng)力連續(xù)梁橋設(shè)計.rar
- 連續(xù)梁橋施工臨時結(jié)構(gòu)設(shè)計三角掛籃.rar