畢業(yè)論文 基于aspnet的班組信息系統(tǒng)的設(shè)計與實現(xiàn).doc
約29頁DOC格式手機打開展開
畢業(yè)論文 基于aspnet的班組信息系統(tǒng)的設(shè)計與實現(xiàn),摘要:本文論述了一個基于.net平臺、二層架構(gòu)(c/s)的班組建設(shè)系統(tǒng)的設(shè)計原理、設(shè)計思想及具體的實現(xiàn)過程,對在設(shè)計過程中涉及到的關(guān)鍵算法及重要作業(yè)流程作了具體分析和介紹,并對各個模塊的設(shè)計思想及設(shè)計過程作了詳細(xì)闡述。本系統(tǒng)的設(shè)計采用了microsoft最新的.net 技術(shù),以microsoft sql server ...


內(nèi)容介紹
此文檔由會員 ljjwl8321 發(fā)布
摘 要:本文論述了一個基于.NET平臺、二層架構(gòu)(C/S)的班組建設(shè)系統(tǒng)的設(shè)計原理、設(shè)計思想及具體的實現(xiàn)過程,對在設(shè)計過程中涉及到的關(guān)鍵算法及重要作業(yè)流程作了具體分析和介紹,并對各個模塊的設(shè)計思想及設(shè)計過程作了詳細(xì)闡述。本系統(tǒng)的設(shè)計采用了Microsoft最新的.NET 技術(shù),以Microsoft SQL Server 2008作為數(shù)據(jù)庫支撐平臺,應(yīng)用到的技術(shù)包括ASP.NET,面向?qū)ο蠓椒▽W(xué)、軟件工程思想等。
關(guān)鍵字:班組建設(shè);面向?qū)ο螅籄SP.NET;B/S
Based on the asp.net's teams and groups information system design and implementation
Abstract:This passage discusses a based on the.net platform, two storey structure (C/S) team construction system design principle, design idea and the realization process in detail, the design process related to key algorithms and important work flow was analyzed and introduced in detail and the design thought of each module and design process are described in detail. The system was designed using the latest Microsoft.net technology, with Microsoft SQL Server 2008 as the database support platform, applied to technology including the asp.net, object-oriented methodologies, software engineering idea, etc.
Key word:. construction of teams and groups;object-oriented ;ASP.NET;B/S
目錄
1.前言...........................................................(1)
2.需求分析.......................................................(1)
2.1開發(fā)目的......................................................(1)
2.2系統(tǒng)需求分析..................................................(1)
2.3建立數(shù)據(jù)模型..................................................(3)
3.系統(tǒng)架構(gòu)設(shè)計...................................................(3)
3.1使用開發(fā)工具與運行環(huán)境........................................(4)
3.2工作模式......................................................(4)
3.3后臺系統(tǒng)結(jié)構(gòu)..................................................(4)
3.4系統(tǒng)功能描述..................................................(5)
3.4.1部門管理功能模塊............................................(5)
3.4.2部門人員管理功能模塊........................................(5)
3.4.3記錄管理功能模塊............................................(5)
3.4.4班組記錄的查詢功能模塊......................................(6)
3.4.5班組記錄信息的管理功能模塊..................................(6)
3.4.6其他信息的管理功能模塊......................................(6)
3.5界面設(shè)計......................................................(6)
4.數(shù)據(jù)庫設(shè)計.....................................................(7)
4.1邏輯結(jié)構(gòu)設(shè)計..................................................(7)
4.2建立關(guān)系模型..................................................(7)
4.3數(shù)據(jù)庫具體實現(xiàn)................................................(9)
5.詳細(xì)設(shè)計......................................................(11)
5.1系統(tǒng)界面設(shè)計.................................................(11)
5.1.1管理員登陸.................................................(11)
5.1.2后臺管理主頁...............................................(11)
5.1.2.1記錄管理.................................................(12)
5.1.2.2部門管理.................................................(13)
5.2程序關(guān)鍵源代碼...............................................(14)
5.2.1管理員登陸部分代碼.........................................(14)
5.2.2班組合并部分代碼...........................................(15)
6.編碼和調(diào)試....................................................(20)
7.測試..........................................................(21)
7.1數(shù)據(jù)完整性測試...............................................(22)
7.2功能測試.....................................................(22)
7.3用戶界面測試.................................................(22)
8.展望與總結(jié) (23)
致謝 (24)
參考文獻(xiàn) (25)
關(guān)鍵字:班組建設(shè);面向?qū)ο螅籄SP.NET;B/S
Based on the asp.net's teams and groups information system design and implementation
Abstract:This passage discusses a based on the.net platform, two storey structure (C/S) team construction system design principle, design idea and the realization process in detail, the design process related to key algorithms and important work flow was analyzed and introduced in detail and the design thought of each module and design process are described in detail. The system was designed using the latest Microsoft.net technology, with Microsoft SQL Server 2008 as the database support platform, applied to technology including the asp.net, object-oriented methodologies, software engineering idea, etc.
Key word:. construction of teams and groups;object-oriented ;ASP.NET;B/S
目錄
1.前言...........................................................(1)
2.需求分析.......................................................(1)
2.1開發(fā)目的......................................................(1)
2.2系統(tǒng)需求分析..................................................(1)
2.3建立數(shù)據(jù)模型..................................................(3)
3.系統(tǒng)架構(gòu)設(shè)計...................................................(3)
3.1使用開發(fā)工具與運行環(huán)境........................................(4)
3.2工作模式......................................................(4)
3.3后臺系統(tǒng)結(jié)構(gòu)..................................................(4)
3.4系統(tǒng)功能描述..................................................(5)
3.4.1部門管理功能模塊............................................(5)
3.4.2部門人員管理功能模塊........................................(5)
3.4.3記錄管理功能模塊............................................(5)
3.4.4班組記錄的查詢功能模塊......................................(6)
3.4.5班組記錄信息的管理功能模塊..................................(6)
3.4.6其他信息的管理功能模塊......................................(6)
3.5界面設(shè)計......................................................(6)
4.數(shù)據(jù)庫設(shè)計.....................................................(7)
4.1邏輯結(jié)構(gòu)設(shè)計..................................................(7)
4.2建立關(guān)系模型..................................................(7)
4.3數(shù)據(jù)庫具體實現(xiàn)................................................(9)
5.詳細(xì)設(shè)計......................................................(11)
5.1系統(tǒng)界面設(shè)計.................................................(11)
5.1.1管理員登陸.................................................(11)
5.1.2后臺管理主頁...............................................(11)
5.1.2.1記錄管理.................................................(12)
5.1.2.2部門管理.................................................(13)
5.2程序關(guān)鍵源代碼...............................................(14)
5.2.1管理員登陸部分代碼.........................................(14)
5.2.2班組合并部分代碼...........................................(15)
6.編碼和調(diào)試....................................................(20)
7.測試..........................................................(21)
7.1數(shù)據(jù)完整性測試...............................................(22)
7.2功能測試.....................................................(22)
7.3用戶界面測試.................................................(22)
8.展望與總結(jié) (23)
致謝 (24)
參考文獻(xiàn) (25)
TA們正在看...
- 某縣民宗局先進(jìn)事跡材料.doc
- 畢業(yè)論文之(網(wǎng)絡(luò)規(guī)劃)校園局域網(wǎng)設(shè)計.doc
- 畢業(yè)論文之計算機網(wǎng)絡(luò)技術(shù)及其在校園網(wǎng)的研究與應(yīng)用.doc
- 畢業(yè)論文之計算機專業(yè)(網(wǎng)絡(luò)).doc
- 畢業(yè)論文之網(wǎng)絡(luò)嗅探器的設(shè)計與實現(xiàn)畢業(yè)設(shè)計.doc
- 某縣養(yǎng)老服務(wù)業(yè)發(fā)展情況調(diào)研報告.doc
- 對某縣基層老年協(xié)會建設(shè)的幾點淺見.doc
- 關(guān)于某縣農(nóng)村老年人生活現(xiàn)狀的調(diào)查與思考.doc
- 關(guān)于某縣農(nóng)村人口老齡化問題的調(diào)查與思考.doc
- 工信局長在全市工業(yè)經(jīng)濟(jì)會議上的講話.doc