【正文】
企業(yè)公告及資料發(fā)布系統(tǒng) 的 設(shè)計與實現(xiàn) 論文作者姓名: 申請學位專業(yè): 申請學位類別: 指導教師姓名(職稱): 論文提交日期: 企業(yè)公告及資料發(fā)布系統(tǒng) 的設(shè)計與實現(xiàn) 摘 要 近年來,隨著網(wǎng)絡(luò)技術(shù)的迅猛發(fā)展, 越 來越多的部門、企事業(yè)單位都在通過Inter 對外宣傳自己,同時為信息需求 方 提供方便快捷的服務(wù) ,實現(xiàn)企業(yè)資源共享、提高辦公效率、節(jié)減不必要的開支。因此, 改變傳統(tǒng)的獨立、零散的信息發(fā)布方式是網(wǎng)絡(luò)信息發(fā)展的必然趨勢。 本文 完整地分析了企業(yè)公告及資料發(fā)布系統(tǒng) 的業(yè)務(wù)需求,并 介紹了系統(tǒng)的 詳細 設(shè)計與實現(xiàn)。在此基礎(chǔ)上 本系統(tǒng)將 ASP 技術(shù)作為 WEB 應(yīng)用程序的重要開發(fā)工具實現(xiàn)了其中的基本功能,包括: 文件管理,部門管理,公告管理,管理員管理 ,用戶管理 和留言簿管理 等功能 。 同時,系統(tǒng)對用戶進行了分級管理,提高了系統(tǒng)的安全性。 該系統(tǒng) 前臺界面的設(shè)計 主要采用 Microsoft ASP 作為開發(fā)工具,后臺數(shù)據(jù)庫采用 SQL_SERVER 2021 數(shù)據(jù)庫設(shè)計, 應(yīng)用服務(wù)器端使用 IIS, 并利用 ADO 數(shù)據(jù)庫的各管理操作,實現(xiàn)了基于 B/S 模式開發(fā)的企業(yè)公告及資料發(fā)布系統(tǒng)的基本功能及管理功能。 關(guān)鍵 詞 : OA; B/S 模式 ; ASP The Design and Implementation of the Enterprise Bulletin and Datum Issue System Abstract In recent years, with the rapid development of the puter work, more and more departments and corporations propagandize themselves through Inter. Furthermore, it supplies convenient and immediate services to those who require information to realize resource sharing improve their working efficiency and save their cost. So, it is an inevitable trend for the development of the Network Information to change the traditional scattered method of issuing information. This paper introduced the business requirement analysis and the design and implementation of a system that issues bulletin, datum. ASP technology is used as the basic development tool for web site in this system, which helps to realize the basic function of file management, branch management and so on of this system. In the mean time, hierarchical management architecture was adopted to enhance the security of this system. The user interface at the forestage was developed with Microsoft ASP technique, and the backstage database system was supported by SQL Sever 2021. The application server adopted IIS and ADO was used to implement the connection between the forestage and the backstage. By these means, the basic functions of bulletin issuing and datum transmitting were implemented based on the pattern of B/S. Key words: OA。 B/S pattern。 ASP 目 錄 論文總頁數(shù): 27 頁 1 引言 .......................................................................................................................... 1 選題背景及意義 .............................................................................................. 1 系統(tǒng)特點 ........................................................................................................ 2 2 ASP技術(shù)和 SQL Server數(shù)據(jù)庫訪問方法 .................................................................... 2 ASP技術(shù) ......................................................................................................... 2 ASP 概述 .............................................................................................. 2 ASP 的運行環(huán)境 ................................................................................... 3 ASP 的內(nèi)建對象 ................................................................................... 3 SQL Server數(shù)據(jù)庫 ......................................................................................... 3 SQL Server2021簡介 ........................................................................... 3 ADO組件說明 ....................................................................................... 4 3 系統(tǒng)分析和設(shè)計 ........................................................................................................ 5 需求分析 ........................................................................................................ 5 數(shù)據(jù)流圖 .............................................................................................. 5 數(shù)據(jù)字典 .............................................................................................. 6 功能需求 .............................................................................................. 6 業(yè)務(wù)流程 .............................................................................................. 7 總體設(shè)計 ........................................................................................................ 7 軟件的運行環(huán)境設(shè)計 ............................................................................ 7 系統(tǒng)模塊設(shè)計 ....................................................................................... 8 系統(tǒng)的流程分析 ................................................................................... 9 概念結(jié)構(gòu)設(shè)計 ................................................................................................. 9 數(shù)據(jù)庫邏輯結(jié)構(gòu)設(shè)計 ......................................................................................11 4 系統(tǒng)詳細設(shè)計和實現(xiàn) ............................................................................................... 13 詳細設(shè)計 ...................................................................................................... 13 用戶、管理員登陸模塊 ....................................................................... 13 公告發(fā)布模塊 ..................................................................................... 13 提交工作報告模塊 .............................................................................. 14 修改個人信息 ..................................................................................... 14 系統(tǒng)管理模塊 ..................................................................................... 15 系統(tǒng)實現(xiàn) ...................................................................................................... 16 系統(tǒng)主界面的實現(xiàn) .............................................................................. 16 ASP訪問數(shù)據(jù)庫實現(xiàn) ........................................................................... 16 登錄模塊實現(xiàn) ..................................................................................... 16 用戶管理模塊的實現(xiàn) ......................