国产精品婷婷久久久久久,国产精品美女久久久浪潮av,草草国产,人妻精品久久无码专区精东影业

畢業(yè)論文 基于web的辦公自動化系統(tǒng)的設計與實現(xiàn).doc

約42頁DOC格式手機打開展開

畢業(yè)論文 基于web的辦公自動化系統(tǒng)的設計與實現(xiàn),基于web的辦公自動化系統(tǒng)的設計與實現(xiàn)摘要伴隨著社會和科技的不斷發(fā)展,辦公自動化系統(tǒng)在技術和應用上都得到了更高層次的發(fā)展,成為現(xiàn)代社會的重要標志。企業(yè)辦公自動化系統(tǒng)作為企業(yè)信息化的重中之重,不僅能改善企業(yè)辦公環(huán)境和軟件條件,減輕企業(yè)員工工作負擔,提高辦公質(zhì)量和工作效率,而且能加快企業(yè)管理工作規(guī)范化、科學化、網(wǎng)絡化的進程...
編號:20-197777大小:865.00K
分類: 論文>計算機論文

內(nèi)容介紹

此文檔由會員 ljjwl8321 發(fā)布

基于Web的辦公自動化系統(tǒng)的設計與實現(xiàn)
摘要
伴隨著社會和科技的不斷發(fā)展,辦公自動化系統(tǒng)在技術和應用上都得到了更高層次的發(fā)展,成為現(xiàn)代社會的重要標志。企業(yè)辦公自動化系統(tǒng)作為企業(yè)信息化的重中之重,不僅能改善企業(yè)辦公環(huán)境和軟件條件,減輕企業(yè)員工工作負擔,提高辦公質(zhì)量和工作效率,而且能加快企業(yè)管理工作規(guī)范化、科學化、網(wǎng)絡化的進程,對推動我國信息化事業(yè)的發(fā)展有著積極的意義。
畢業(yè)設計研究的是基于Web的企業(yè)辦公自動化系統(tǒng),目的是設計出一個適合中小企業(yè)的辦公自動化系統(tǒng),以提高辦公效率和管理水平。根據(jù)實際工作要求,在分析目前企業(yè)辦公自動化系統(tǒng)存在的問題的基礎上,結(jié)合辦公自動化系統(tǒng)開發(fā)的概念、結(jié)構(gòu)及系統(tǒng)開發(fā)的基本原理和方法,采用B/S結(jié)構(gòu)、JSP技術設計開發(fā)了本辦公自動化系統(tǒng)。在設計過程中用到ODBC數(shù)據(jù)源、 JCreator、Tomcat、SQL Server2000和Dreamweaver。

關鍵詞:B/S結(jié)構(gòu);辦公自動化;Web服務器
Office Automation System Design And Implementation Based On Web
Abstract
Along with the society and the technical unceasing development,the office automation system all obtained the higher level development in the technology and the application,becomes the important symbol of the modern society。The company office automation system took the company information construction the key point is heavy,not only can improve the company soft environment and work condition,reduces the staff to bear,improves the work quality and the working efficiency,moreover can speed up the company supervisory work standardization,scientific,the network advancement,to impels our country information enterprise the development to have the positive significance。
The Design researches enterprise office automation system based on Web, and its goal is to designing a suitable office automation system for the small and medium-sized enterprise to enhance the office efficiency and the management level。 I have designed and developed this enterprise office automation system according to the practical work requests using the B/S Structure and JSP technology , which is based on the analysis of the existing problems in present enterprise office automation system。 And this system has combined the concept and the structure of the office automation system development as well as the principle and methods of the system development。 Also the office automation system uses ODBC data source, JCreator, Tomcat, SQL Server2000, and Dreamweaver through the developing process。

Key words: B/S Structure; office automation system; Web Server

目 錄
摘要 I
Abstract II
1 緒論 1
1.1 國內(nèi)外相關研究情況 1
1.2 系統(tǒng)開發(fā)背景 1
1.3 本文研究的主要內(nèi)容 2
1.4 系統(tǒng)開發(fā)工具 2
1.4.1 JCreator 2
1.4.2 Tomcat 3
1.4.3 SQL Server 2000 5
1.4.4 Dreamweaver 6
2 需求分析 8
2.1 可行性分析 8
2.1.1 技術可行性 8
2.1.2 經(jīng)濟可行性 8
2.1.3 操作可行性 8
2.1.4 社會可行性 9
2.2 系統(tǒng)功能分析 9
2.2.1 功能概述 9
2.2.2 功能分析 9
2.2.3 數(shù)據(jù)庫分析 14
2.3 安全性需求 14
2.3.1 用戶權限安全性 14
2.3.2 數(shù)據(jù)安全性 14
2.4 系統(tǒng)性能要求 14
3 系統(tǒng)構(gòu)架設計 15
3.1 B/S設計模式 15
3.2 系統(tǒng)功能模塊圖 16
3.3系統(tǒng)業(yè)務流圖 18
4 系統(tǒng)的設計與實現(xiàn) 19
4.1 數(shù)據(jù)庫設計 19
4.1.1 數(shù)據(jù)庫概念結(jié)構(gòu)設計 19
4.1.2 數(shù)據(jù)庫邏輯結(jié)構(gòu)設計 22
4.2 功能模塊設計與實現(xiàn) 25
4.2.1 注冊功能實現(xiàn) 26
4.2.2 登錄功能實現(xiàn) 26
4.2.3 消息管理 27
4.2.4 員工信息管理 28
4.3 系統(tǒng)測試 29
4.3.1 測試內(nèi)容 29
4.3.2 測試結(jié)論 30
5 結(jié)論 31
5.1 本系統(tǒng)完成的功能 31
5.2 設計感想 31
致謝 33
參考文獻 34