freepeople性欧美熟妇, 色戒完整版无删减158分钟hd, 无码精品国产vα在线观看DVD, 丰满少妇伦精品无码专区在线观看,艾栗栗与纹身男宾馆3p50分钟,国产AV片在线观看,黑人与美女高潮,18岁女RAPPERDISSSUBS,国产手机在机看影片

正文內(nèi)容

畢業(yè)設(shè)計(jì)-企業(yè)公告及資料發(fā)布系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)(已修改)

2024-12-17 19:24 本頁(yè)面
 

【正文】 企業(yè)公告及資料發(fā)布系統(tǒng) 的 設(shè)計(jì)與實(shí)現(xiàn) 論文作者姓名: 申請(qǐng)學(xué)位專業(yè): 申請(qǐng)學(xué)位類別: 指導(dǎo)教師姓名(職稱): 論文提交日期: 企業(yè)公告及資料發(fā)布系統(tǒng) 的設(shè)計(jì)與實(shí)現(xiàn) 摘 要 近年來(lái),隨著網(wǎng)絡(luò)技術(shù)的迅猛發(fā)展, 越 來(lái)越多的部門、企事業(yè)單位都在通過(guò)Inter 對(duì)外宣傳自己,同時(shí)為信息需求 方 提供方便快捷的服務(wù) ,實(shí)現(xiàn)企業(yè)資源共享、提高辦公效率、節(jié)減不必要的開(kāi)支。因此, 改變傳統(tǒng)的獨(dú)立、零散的信息發(fā)布方式是網(wǎng)絡(luò)信息發(fā)展的必然趨勢(shì)。 本文 完整地分析了企業(yè)公告及資料發(fā)布系統(tǒng) 的業(yè)務(wù)需求,并 介紹了系統(tǒng)的 詳細(xì) 設(shè)計(jì)與實(shí)現(xiàn)。在此基礎(chǔ)上 本系統(tǒng)將 ASP 技術(shù)作為 WEB 應(yīng)用程序的重要開(kāi)發(fā)工具實(shí)現(xiàn)了其中的基本功能,包括: 文件管理,部門管理,公告管理,管理員管理 ,用戶管理 和留言簿管理 等功能 。 同時(shí),系統(tǒng)對(duì)用戶進(jìn)行了分級(jí)管理,提高了系統(tǒng)的安全性。 該系統(tǒng) 前臺(tái)界面的設(shè)計(jì) 主要采用 Microsoft ASP 作為開(kāi)發(fā)工具,后臺(tái)數(shù)據(jù)庫(kù)采用 SQL_SERVER 2021 數(shù)據(jù)庫(kù)設(shè)計(jì), 應(yīng)用服務(wù)器端使用 IIS, 并利用 ADO 數(shù)據(jù)庫(kù)的各管理操作,實(shí)現(xiàn)了基于 B/S 模式開(kāi)發(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 目 錄 論文總頁(yè)數(shù): 27 頁(yè) 1 引言 .......................................................................................................................... 1 選題背景及意義 .............................................................................................. 1 系統(tǒng)特點(diǎn) ........................................................................................................ 2 2 ASP技術(shù)和 SQL Server數(shù)據(jù)庫(kù)訪問(wèn)方法 .................................................................... 2 ASP技術(shù) ......................................................................................................... 2 ASP 概述 .............................................................................................. 2 ASP 的運(yùn)行環(huán)境 ................................................................................... 3 ASP 的內(nèi)建對(duì)象 ................................................................................... 3 SQL Server數(shù)據(jù)庫(kù) ......................................................................................... 3 SQL Server2021簡(jiǎn)介 ........................................................................... 3 ADO組件說(shuō)明 ....................................................................................... 4 3 系統(tǒng)分析和設(shè)計(jì) ........................................................................................................ 5 需求分析 ........................................................................................................ 5 數(shù)據(jù)流圖 .............................................................................................. 5 數(shù)據(jù)字典 .............................................................................................. 6 功能需求 .............................................................................................. 6 業(yè)務(wù)流程 .............................................................................................. 7 總體設(shè)計(jì) ........................................................................................................ 7 軟件的運(yùn)行環(huán)境設(shè)計(jì) ............................................................................ 7 系統(tǒng)模塊設(shè)計(jì) ....................................................................................... 8 系統(tǒng)的流程分析 ................................................................................... 9 概念結(jié)構(gòu)設(shè)計(jì) ................................................................................................. 9 數(shù)據(jù)庫(kù)邏輯結(jié)構(gòu)設(shè)計(jì) ......................................................................................11 4 系統(tǒng)詳細(xì)設(shè)計(jì)和實(shí)現(xiàn) ............................................................................................... 13 詳細(xì)設(shè)計(jì) ...................................................................................................... 13 用戶、管理員登陸模塊 ....................................................................... 13 公告發(fā)布模塊 ..................................................................................... 13 提交工作報(bào)告模塊 .............................................................................. 14 修改個(gè)人信息 ..................................................................................... 14 系統(tǒng)管理模塊 ..................................................................................... 15 系統(tǒng)實(shí)現(xiàn) ...................................................................................................... 16 系統(tǒng)主界面的實(shí)現(xiàn) .............................................................................. 16 ASP訪問(wèn)數(shù)據(jù)庫(kù)實(shí)現(xiàn) ........................................................................... 16 登錄模塊實(shí)現(xiàn) ..................................................................................... 16 用戶管理模塊的實(shí)現(xiàn) ......................
點(diǎn)擊復(fù)制文檔內(nèi)容
公司管理相關(guān)推薦
文庫(kù)吧 www.dybbs8.com
公安備案圖鄂ICP備17016276號(hào)-1