基于b/s結構的企業(yè)網(wǎng)上辦公平臺.rar
基于b/s結構的企業(yè)網(wǎng)上辦公平臺,基于b/s結構的企業(yè)網(wǎng)上辦公平臺1萬字37頁包括開題報告和任務書,部分程序代碼摘要網(wǎng)絡辦公自動化(office automation)是在計算機網(wǎng)絡環(huán)境中使用計算機處理各種辦公事務,例如文件處理、財務管理、收發(fā)電子郵件等。它使人的各種辦公業(yè)務活動逐步轉變?yōu)橛筛鞣N設備、各種人機信息系統(tǒng)來協(xié)助完成,達到充分利用信息,提高工...
該文檔為壓縮文件,包含的文件列表如下:


內(nèi)容介紹
原文檔由會員 20023286 發(fā)布
基于B/S結構的企業(yè)網(wǎng)上辦公平臺
1萬字 37頁
包括開題報告和任務書,部分程序代碼
摘 要
網(wǎng)絡辦公自動化(Office Automation)是在計算機網(wǎng)絡環(huán)境中使用計算機處理各種辦公事務,例如文件處理、財務管理、收發(fā)電子郵件等。它使人的各種辦公業(yè)務活動逐步轉變?yōu)橛筛鞣N設備、各種人機信息系統(tǒng)來協(xié)助完成,達到充分利用信息,提高工作效率和工作質量,提高生產(chǎn)效率的目的。早期的基于C/S結構的辦公系統(tǒng)已無法滿足現(xiàn)在的遠程辦公要求,而B/S結構彌補了C/S結構的諸多不足,又有自身的優(yōu)點,是現(xiàn)階段主流的開發(fā)模式。
本課題旨在設計一個通用型的企業(yè)辦公自動化平臺,實現(xiàn)其主要的管理模塊,包括:組織機構管理、用戶管理、角色管理、系統(tǒng)日志管理、公共通訊簿管理等。這樣,當針對某個企業(yè)開發(fā)OA系統(tǒng)時,只需在此基礎上稍加修改就可以了,方便系統(tǒng)的二次開發(fā)。本設計采用B/S模式和三層體系結構,參考現(xiàn)有OA系統(tǒng)和一些經(jīng)典的代碼案例,自擬需求,獨立設計、編碼,完成了預定任務,系統(tǒng)可以運行使用。
本文對系統(tǒng)的需求、數(shù)據(jù)庫設計和軟件總體設計做了詳細的介紹和分析,最后展示了部分運行結果。
關鍵詞:辦公系統(tǒng)平臺,管理模塊,B/S結構
The enterprise Office Automation System based on B/S mode
Abstract
Office Automation (OA) is the use of computer systems to execute a variety of office operations, such as word processing, accounting, and e-mail, under the network environment. It assists human's office affairs by kinds of equipment and information systems, and makes full use of information, enhances the working efficiency and quality. The former OA system based on C/S can not now meets the requirements of remote office affairs, while the B/S mode makes up these and thus becomes the mainstream, with its advantages.
The aim of this program is to design a common enterprise OA platform, to implement some basic administrative modules, including management of organization, users, roles, system logs, public contacts and so on. It can be applied as an OA framework, simply by modifying and adding some application module codes. The system uses B/S mode and typical three-layer software architecture, and it consults some available OA systems and typical example solutions. During the program, I work by myself, from requirement collection, UI design, software design, to coding and test.
This article gives an introduction and analysis to the system requirements, database design, and software design. By the end, it shows some running results.
Key Words:office system, administrative module, B/S mode
目 錄
1 緒論 1
1.1 課題背景 1
1.2 課題目的 2
1.3 國內(nèi)外研究狀況 2
1.4 課題研究方法 4
2 OA系統(tǒng)需求 5
2.1 功能需求 5
2.1.1 功能劃分 5
2.1.2 功能描述 5
2.2 性能需求 7
2.3 運行環(huán)境 7
3 OA系統(tǒng)數(shù)據(jù)庫設計 8
3.1 表結構 8
3.1.1 公司信息表(company) 8
3.1.2 部門信息表(department) 8
3.1.3 用戶信息表(users) 8
3.1.4 角色信息表(role) 9
3.1.5 系統(tǒng)日志信息表(systemlog) 9
3.1.6 消息信息表(message) 9
3.1.7 文檔信息表(document) 9
3.1.8 公共通訊簿表(contact) 10
3.2 表關系 10
3.3 存儲過程 11
3.4 觸發(fā)器 12
4 OA系統(tǒng)總體設計 13
4.1 開發(fā)環(huán)境及工具 13
4.2 主要業(yè)務流程 14
4.2.1 登錄 14
4.3 模塊劃分 14
4.3.1 系統(tǒng)管理模塊 15
4.3.2 通用功能模塊 18
4.4 軟件體系結構設計 18
4.5 界面設計 20
4.6 其它軟件設計 21
4.6.1 系統(tǒng)訪問統(tǒng)計 21
4.6.2 系統(tǒng)屬性配置 22
4.6.3 URL訪問控制 23
4.6.4 在線用戶的統(tǒng)計 23
5 系統(tǒng)運行結果 25
5.1 登錄界面 25
5.2 首頁 25
5.3 修改公司信息 26
5.4 部門樹 26
5.5 部門管理 26
5.6 用戶樹 27
5.7 用戶管理 27
5.8 角色管理 27
5.9 工作日志設置 28
5.10 公共通訊簿管理 28
5.11 系統(tǒng)日志管理 28
5.12 系統(tǒng)安全設置 29
結論 30
致謝 31
參考文獻 32
附錄A 在線用戶的統(tǒng)計程序 33
參考文獻
[5] 郝剛.ASP.NET 2.0開發(fā)指南[M].北京:人民郵電出版社
[6] Eric A. Meyer原著,許勇,齊寧 譯.CSS權威指南[M].北京:中國電力出版社
[7] (美)Roger S.Pressman.軟件工程,實踐者之路,第五版[M].北京:清華大學出版社
[8] (英)Thomas Connolly, Carolyn Begg原著,寧洪 譯.數(shù)據(jù)庫系統(tǒng)——設計,實現(xiàn)與管理,第三版[M].北京:電子工業(yè)出版社
1萬字 37頁
包括開題報告和任務書,部分程序代碼
摘 要
網(wǎng)絡辦公自動化(Office Automation)是在計算機網(wǎng)絡環(huán)境中使用計算機處理各種辦公事務,例如文件處理、財務管理、收發(fā)電子郵件等。它使人的各種辦公業(yè)務活動逐步轉變?yōu)橛筛鞣N設備、各種人機信息系統(tǒng)來協(xié)助完成,達到充分利用信息,提高工作效率和工作質量,提高生產(chǎn)效率的目的。早期的基于C/S結構的辦公系統(tǒng)已無法滿足現(xiàn)在的遠程辦公要求,而B/S結構彌補了C/S結構的諸多不足,又有自身的優(yōu)點,是現(xiàn)階段主流的開發(fā)模式。
本課題旨在設計一個通用型的企業(yè)辦公自動化平臺,實現(xiàn)其主要的管理模塊,包括:組織機構管理、用戶管理、角色管理、系統(tǒng)日志管理、公共通訊簿管理等。這樣,當針對某個企業(yè)開發(fā)OA系統(tǒng)時,只需在此基礎上稍加修改就可以了,方便系統(tǒng)的二次開發(fā)。本設計采用B/S模式和三層體系結構,參考現(xiàn)有OA系統(tǒng)和一些經(jīng)典的代碼案例,自擬需求,獨立設計、編碼,完成了預定任務,系統(tǒng)可以運行使用。
本文對系統(tǒng)的需求、數(shù)據(jù)庫設計和軟件總體設計做了詳細的介紹和分析,最后展示了部分運行結果。
關鍵詞:辦公系統(tǒng)平臺,管理模塊,B/S結構
The enterprise Office Automation System based on B/S mode
Abstract
Office Automation (OA) is the use of computer systems to execute a variety of office operations, such as word processing, accounting, and e-mail, under the network environment. It assists human's office affairs by kinds of equipment and information systems, and makes full use of information, enhances the working efficiency and quality. The former OA system based on C/S can not now meets the requirements of remote office affairs, while the B/S mode makes up these and thus becomes the mainstream, with its advantages.
The aim of this program is to design a common enterprise OA platform, to implement some basic administrative modules, including management of organization, users, roles, system logs, public contacts and so on. It can be applied as an OA framework, simply by modifying and adding some application module codes. The system uses B/S mode and typical three-layer software architecture, and it consults some available OA systems and typical example solutions. During the program, I work by myself, from requirement collection, UI design, software design, to coding and test.
This article gives an introduction and analysis to the system requirements, database design, and software design. By the end, it shows some running results.
Key Words:office system, administrative module, B/S mode
目 錄
1 緒論 1
1.1 課題背景 1
1.2 課題目的 2
1.3 國內(nèi)外研究狀況 2
1.4 課題研究方法 4
2 OA系統(tǒng)需求 5
2.1 功能需求 5
2.1.1 功能劃分 5
2.1.2 功能描述 5
2.2 性能需求 7
2.3 運行環(huán)境 7
3 OA系統(tǒng)數(shù)據(jù)庫設計 8
3.1 表結構 8
3.1.1 公司信息表(company) 8
3.1.2 部門信息表(department) 8
3.1.3 用戶信息表(users) 8
3.1.4 角色信息表(role) 9
3.1.5 系統(tǒng)日志信息表(systemlog) 9
3.1.6 消息信息表(message) 9
3.1.7 文檔信息表(document) 9
3.1.8 公共通訊簿表(contact) 10
3.2 表關系 10
3.3 存儲過程 11
3.4 觸發(fā)器 12
4 OA系統(tǒng)總體設計 13
4.1 開發(fā)環(huán)境及工具 13
4.2 主要業(yè)務流程 14
4.2.1 登錄 14
4.3 模塊劃分 14
4.3.1 系統(tǒng)管理模塊 15
4.3.2 通用功能模塊 18
4.4 軟件體系結構設計 18
4.5 界面設計 20
4.6 其它軟件設計 21
4.6.1 系統(tǒng)訪問統(tǒng)計 21
4.6.2 系統(tǒng)屬性配置 22
4.6.3 URL訪問控制 23
4.6.4 在線用戶的統(tǒng)計 23
5 系統(tǒng)運行結果 25
5.1 登錄界面 25
5.2 首頁 25
5.3 修改公司信息 26
5.4 部門樹 26
5.5 部門管理 26
5.6 用戶樹 27
5.7 用戶管理 27
5.8 角色管理 27
5.9 工作日志設置 28
5.10 公共通訊簿管理 28
5.11 系統(tǒng)日志管理 28
5.12 系統(tǒng)安全設置 29
結論 30
致謝 31
參考文獻 32
附錄A 在線用戶的統(tǒng)計程序 33
參考文獻
[5] 郝剛.ASP.NET 2.0開發(fā)指南[M].北京:人民郵電出版社
[6] Eric A. Meyer原著,許勇,齊寧 譯.CSS權威指南[M].北京:中國電力出版社
[7] (美)Roger S.Pressman.軟件工程,實踐者之路,第五版[M].北京:清華大學出版社
[8] (英)Thomas Connolly, Carolyn Begg原著,寧洪 譯.數(shù)據(jù)庫系統(tǒng)——設計,實現(xiàn)與管理,第三版[M].北京:電子工業(yè)出版社