asp高校黨務(wù)信息管理系統(tǒng)的設(shè)計與實現(xiàn).doc
約41頁DOC格式手機打開展開
asp高校黨務(wù)信息管理系統(tǒng)的設(shè)計與實現(xiàn),摘要隨著高校信息化建設(shè)的不斷推進(jìn),各種管理信息系統(tǒng)在高校教學(xué)工作中的需求也越來越大。面對市場上各種各樣的管理信息系統(tǒng),如何找到一套真正適合本校使用的管理信息系統(tǒng)越來越受到人們的重視。由于學(xué)校特殊的應(yīng)用群體和也而無需求,好多學(xué)校面對自己相對簡單的應(yīng)用需求,選擇獨立開發(fā)管理信息系統(tǒng)來進(jìn)行滿足自身使用需求,這種辦法不僅成本較...
內(nèi)容介紹
此文檔由會員 wanli1988go 發(fā)布
摘 要
隨著高校信息化建設(shè)的不斷推進(jìn),各種管理信息系統(tǒng)在高校教學(xué)工作中的需求也越來越大。面對市場上各種各樣的管理信息系統(tǒng),如何找到一套真正適合本校使用的管理信息系統(tǒng)越來越受到人們的重視。由于學(xué)校特殊的應(yīng)用群體和也而無需求,好多學(xué)校面對自己相對簡單的應(yīng)用需求,選擇獨立開發(fā)管理信息系統(tǒng)來進(jìn)行滿足自身使用需求,這種辦法不僅成本較低,而且能夠更好的按照需求進(jìn)行設(shè)計,系統(tǒng)功能實現(xiàn)簡單,但是可以擁有較強的實用性。
本文就高校黨務(wù)管理工作的需求,充分考慮各部門對于黨務(wù)管理系統(tǒng)的使用需求,進(jìn)行詳細(xì)的系統(tǒng)設(shè)計,包括數(shù)據(jù)庫設(shè)計、系統(tǒng)功能劃分、多級用戶設(shè)計等。 本系統(tǒng)通過設(shè)計實現(xiàn)了黨員信息的管理、查詢、黨員發(fā)展管理、黨費管理、組織管理等四大主要模塊,基本上滿足了個黨務(wù)部門對于黨務(wù)管理工作的應(yīng)用需求。
本系統(tǒng)采用基于Web的B/S體系結(jié)構(gòu),以ASP動態(tài)網(wǎng)頁開發(fā)技術(shù)為基礎(chǔ),使用Access數(shù)據(jù)庫為后臺數(shù)據(jù)庫,才用結(jié)構(gòu)化的程序設(shè)計方法開發(fā)了這套黨務(wù)管理系統(tǒng),基本滿足黨務(wù)管理的主要應(yīng)用需求。同時在數(shù)據(jù)庫、代碼安全方面也做了相應(yīng)處理,滿足系統(tǒng)運行的安全性和穩(wěn)定性需求。
關(guān)鍵詞:管理信息系統(tǒng);黨務(wù)管理;ASP;Access
Abstract
With the demand of University information system, the use of information management system becomes more and more widely in University. Face the market a wide range of management information systems, how to find a really suitable for school use management information systems more and more attention. As the school groups and special applications are also no requirements, many schools in the face of their relatively simple applications, select the independent development management information systems for use to meet their needs, which not only lower cost, but also better in accordance with the Requirements for design, system function simple, but can have very practical.
In this paper, the work of Party management needs, give full consideration to all departments for Party Management System in the demand for detailed system design, including database design, system function division, and multi-user design. The system was designed and implemented by members of information management, query, party development management, dues management, organizational management, four main modules, basically had a party to meet the department for the party management applications.
The system uses Web-based B / S architecture, to ASP Active Server Page technology-based, use the Access database back-end database, just use the structured programming method to develop a set of party management systems, basically to meet the management of party affairs major applications. Meanwhile in the database, code security, also made the corresponding processing operation to meet the system requirements of security and stability.
Key words: Management Information System; Party management; ASP; Access
目 錄
引 言 1
第一章 系統(tǒng)開發(fā)背景概述 2
1.1 系統(tǒng)開發(fā)的背景和意義 2
1.2 系統(tǒng)開發(fā)相關(guān)技術(shù)介紹 2
1.2.1基于WEB的信息系統(tǒng)開發(fā) 2
1.2.2 ASP技術(shù) 3
第二章 系統(tǒng)分析 4
2.1 可行性分析 4
2.2 需求分析 4
2.2.1 系統(tǒng)需求分析 4
2.2.2 功能需求分析 5
2.3 業(yè)務(wù)流程分析 5
2.4 系統(tǒng)邏輯模型分析 6
2.4.1 系統(tǒng)關(guān)聯(lián)圖 6
2.4.2 系統(tǒng)頂層圖 7
第三章 系統(tǒng)設(shè)計 8
3.1 系統(tǒng)設(shè)計的目標(biāo) 8
3.2 系統(tǒng)設(shè)計的原則 8
3.3 系統(tǒng)功能模塊設(shè)計 8
3.4 數(shù)據(jù)庫設(shè)計 11
3.4.1數(shù)據(jù)庫概念結(jié)構(gòu)設(shè)計 11
3.4.2數(shù)據(jù)庫邏輯結(jié)構(gòu)設(shè)計 13
3.5 編碼設(shè)計 19
3.6用戶界面設(shè)計 20
第四章 系統(tǒng)實現(xiàn) 21
4.1公共模塊 21
4.2 組織管理模塊 21
4.3 黨員管理模塊 23
4.4 黨員發(fā)展管理模塊 25
4.5系統(tǒng)管理模塊 26
第五章 關(guān)鍵技術(shù) 28
5.1反注入技術(shù) 28
5.2 樹狀菜單技術(shù) 29
5.3 EXCEL數(shù)據(jù)導(dǎo)出技術(shù) 31
結(jié) 論 33
參考文獻(xiàn) 34
謝 辭 35
參考文獻(xiàn)
[1] 仲秋雁等, 管理信息系統(tǒng), 大連:大連理工大學(xué)出版社, 2006.7:238-274
[2] 馮昊等,ASP動態(tài)網(wǎng)頁設(shè)計與應(yīng)用,北京:清華大學(xué)出版社, 2008.1
[3] 管西京,ASP動態(tài)網(wǎng)站案例開發(fā),北京:電子工業(yè)出版社,2008.7
[4]劉遵仁等,SQL Server中文版基礎(chǔ)培訓(xùn)教程,北京:人民郵電出版社,2007.3:85-108
[5] 甘仞初等, 信息系統(tǒng)分析, 北京:高等教育出版社, 2005.4:204-222
[6] 韓曉榮等, ASP動態(tài)網(wǎng)頁設(shè)計, 內(nèi)蒙古:內(nèi)蒙古工業(yè)大學(xué)出版社
[7] 黃明,梁旭.ASP信息系統(tǒng)設(shè)計與開發(fā)實例(第2版).北京.機械工業(yè)出版社.2005.2:124-178
[8] 韓國峰,楊力學(xué),王景春.網(wǎng)絡(luò)系統(tǒng)開發(fā)實例精粹(ASP版).北京:電子工業(yè)出版社,2006.7 177-279
隨著高校信息化建設(shè)的不斷推進(jìn),各種管理信息系統(tǒng)在高校教學(xué)工作中的需求也越來越大。面對市場上各種各樣的管理信息系統(tǒng),如何找到一套真正適合本校使用的管理信息系統(tǒng)越來越受到人們的重視。由于學(xué)校特殊的應(yīng)用群體和也而無需求,好多學(xué)校面對自己相對簡單的應(yīng)用需求,選擇獨立開發(fā)管理信息系統(tǒng)來進(jìn)行滿足自身使用需求,這種辦法不僅成本較低,而且能夠更好的按照需求進(jìn)行設(shè)計,系統(tǒng)功能實現(xiàn)簡單,但是可以擁有較強的實用性。
本文就高校黨務(wù)管理工作的需求,充分考慮各部門對于黨務(wù)管理系統(tǒng)的使用需求,進(jìn)行詳細(xì)的系統(tǒng)設(shè)計,包括數(shù)據(jù)庫設(shè)計、系統(tǒng)功能劃分、多級用戶設(shè)計等。 本系統(tǒng)通過設(shè)計實現(xiàn)了黨員信息的管理、查詢、黨員發(fā)展管理、黨費管理、組織管理等四大主要模塊,基本上滿足了個黨務(wù)部門對于黨務(wù)管理工作的應(yīng)用需求。
本系統(tǒng)采用基于Web的B/S體系結(jié)構(gòu),以ASP動態(tài)網(wǎng)頁開發(fā)技術(shù)為基礎(chǔ),使用Access數(shù)據(jù)庫為后臺數(shù)據(jù)庫,才用結(jié)構(gòu)化的程序設(shè)計方法開發(fā)了這套黨務(wù)管理系統(tǒng),基本滿足黨務(wù)管理的主要應(yīng)用需求。同時在數(shù)據(jù)庫、代碼安全方面也做了相應(yīng)處理,滿足系統(tǒng)運行的安全性和穩(wěn)定性需求。
關(guān)鍵詞:管理信息系統(tǒng);黨務(wù)管理;ASP;Access
Abstract
With the demand of University information system, the use of information management system becomes more and more widely in University. Face the market a wide range of management information systems, how to find a really suitable for school use management information systems more and more attention. As the school groups and special applications are also no requirements, many schools in the face of their relatively simple applications, select the independent development management information systems for use to meet their needs, which not only lower cost, but also better in accordance with the Requirements for design, system function simple, but can have very practical.
In this paper, the work of Party management needs, give full consideration to all departments for Party Management System in the demand for detailed system design, including database design, system function division, and multi-user design. The system was designed and implemented by members of information management, query, party development management, dues management, organizational management, four main modules, basically had a party to meet the department for the party management applications.
The system uses Web-based B / S architecture, to ASP Active Server Page technology-based, use the Access database back-end database, just use the structured programming method to develop a set of party management systems, basically to meet the management of party affairs major applications. Meanwhile in the database, code security, also made the corresponding processing operation to meet the system requirements of security and stability.
Key words: Management Information System; Party management; ASP; Access
目 錄
引 言 1
第一章 系統(tǒng)開發(fā)背景概述 2
1.1 系統(tǒng)開發(fā)的背景和意義 2
1.2 系統(tǒng)開發(fā)相關(guān)技術(shù)介紹 2
1.2.1基于WEB的信息系統(tǒng)開發(fā) 2
1.2.2 ASP技術(shù) 3
第二章 系統(tǒng)分析 4
2.1 可行性分析 4
2.2 需求分析 4
2.2.1 系統(tǒng)需求分析 4
2.2.2 功能需求分析 5
2.3 業(yè)務(wù)流程分析 5
2.4 系統(tǒng)邏輯模型分析 6
2.4.1 系統(tǒng)關(guān)聯(lián)圖 6
2.4.2 系統(tǒng)頂層圖 7
第三章 系統(tǒng)設(shè)計 8
3.1 系統(tǒng)設(shè)計的目標(biāo) 8
3.2 系統(tǒng)設(shè)計的原則 8
3.3 系統(tǒng)功能模塊設(shè)計 8
3.4 數(shù)據(jù)庫設(shè)計 11
3.4.1數(shù)據(jù)庫概念結(jié)構(gòu)設(shè)計 11
3.4.2數(shù)據(jù)庫邏輯結(jié)構(gòu)設(shè)計 13
3.5 編碼設(shè)計 19
3.6用戶界面設(shè)計 20
第四章 系統(tǒng)實現(xiàn) 21
4.1公共模塊 21
4.2 組織管理模塊 21
4.3 黨員管理模塊 23
4.4 黨員發(fā)展管理模塊 25
4.5系統(tǒng)管理模塊 26
第五章 關(guān)鍵技術(shù) 28
5.1反注入技術(shù) 28
5.2 樹狀菜單技術(shù) 29
5.3 EXCEL數(shù)據(jù)導(dǎo)出技術(shù) 31
結(jié) 論 33
參考文獻(xiàn) 34
謝 辭 35
參考文獻(xiàn)
[1] 仲秋雁等, 管理信息系統(tǒng), 大連:大連理工大學(xué)出版社, 2006.7:238-274
[2] 馮昊等,ASP動態(tài)網(wǎng)頁設(shè)計與應(yīng)用,北京:清華大學(xué)出版社, 2008.1
[3] 管西京,ASP動態(tài)網(wǎng)站案例開發(fā),北京:電子工業(yè)出版社,2008.7
[4]劉遵仁等,SQL Server中文版基礎(chǔ)培訓(xùn)教程,北京:人民郵電出版社,2007.3:85-108
[5] 甘仞初等, 信息系統(tǒng)分析, 北京:高等教育出版社, 2005.4:204-222
[6] 韓曉榮等, ASP動態(tài)網(wǎng)頁設(shè)計, 內(nèi)蒙古:內(nèi)蒙古工業(yè)大學(xué)出版社
[7] 黃明,梁旭.ASP信息系統(tǒng)設(shè)計與開發(fā)實例(第2版).北京.機械工業(yè)出版社.2005.2:124-178
[8] 韓國峰,楊力學(xué),王景春.網(wǎng)絡(luò)系統(tǒng)開發(fā)實例精粹(ASP版).北京:電子工業(yè)出版社,2006.7 177-279