摘 要
“企业商务平台数据库系统——协同办公管理模块”项目是由北京红樱枫软件有限公司提出的,协同办公管理模块是企业商务平台数据库系统的重要组成部分。
随着信息技术的飞速发展和日趋激烈的商业竞争,企业已不再满足于独立、零散的传统办公模式,企业需要的是协同、综合、集成、自动化的工作平台。协同首先创造了一个集成的办公环境。使所有的办公人员都在一个同样方便的桌面环境下工作。实现了无纸化办公,提高了企业的管理效率与竞争实力,从而使企业的各类资源得到高效利用,最终达到达到高效管理,科学办公的目的。
该系统的编译环境采用JAVA语言的开发环境。使用Eclipse软件以及MYSQL数据库与Tomcat服务器的后台支持,进行了开发编译。在程序完成后,能实现用户登录,办公管理的功能。
本范文首先阐述了协同办公系统的发展与前景,并说明了此次文档设计系统的功能需求,接着着重介绍了数据库与服务器的连接配置说明。最后,经过对本系统功能设计说明与模块的软件测试,成功完成了该系统的程序设计,达到了需求分析中的要求。
关键字:Eclipse、协同办公、办公自动化、数据库、Jsp。
Abstract
Enterprise Business Platform Database System - Cooperative office management module is put forward by Beijing Hongying Software CO.,Ltd. Cooperative office management module is an important constituent of Enterprise Business Platform Database System.
With the rapid development of information development and increasingly fierce of business competition, independent and fragmented office automatic application can not be satisfied with enterprises. The enterprises need cooperation, comprehensive and integrated platform. Cooperation firstly creates an integrated office environment and it makes all the staff work under the same desktop environment. Paperless office is realized and the management efficiency and competitiveness of enterprises and that makes the various resources are able to efficient use and finally reach the aim of management efficiency and scientific office.
Compiling environment adopt the development environment of JAVA language, Eclipse and MYSQL data-base to back support of Tomcat Server to develop and compile. After completing the program, the user login, office management and simple can be realized.
In this paper, firstly I expounded the developments and prospects of cooperative office system and then introduce the functional requirement and data-base and server connect configuration instructions. At last, after the software test of this system module, I accomplished the program test and met requirement of the demand analysis.
Keywords: Eclipse, Cooperative office, Office automatic, Database, Jsp
目 录
摘 要 1
Abstract 2
1.绪论 5
1.1课题背景 5
1.2协同办公系统的概况及发展 5
1.3课题研究的目的和意义 7
1.4范文结构 7
2.系统需求分析 8
2.1系统概述 8
2.2系统需求获取模式 8
2.2.1问卷调查法 8
2.2.2会议讨论法 8
2.2.3界面原型法 9
2.3 可行性分析 9
2.4 系统功能需求 10
2.5 系统体系结构 11
2.5.1登录管理 12
2.5.2会议管理 12
2.5.3计划管理 13
2.5.4宣传管理 13
2.5.5制度管理 14
2.5.6企业文化管理 14
2.5.7消息群发管理 15
2.5.8归档管理 15
2.6系统开发环境 16
2.6.1 eclipse简介 16
2.6.2 JAVA简介 16
2.6.3 Tomcat简介 18
3.数据库系统的设计和实现 19
3.1 数据库系统简介 19
3.1.1数据库系统的发展 19
3.1.2数据库系统基本结构 20
3.1.3关系数据库管理系统 20
3.2 数据库设计原则 21
3.3 设计数据库 22
3.3.1 登录表 22
3.3.2 部门表 22
3.3.3 用户表 23
3.3.4 会议表 23
3.3.5 计划表 24
3.3.6 宣传表 24
3.3.7 制度表 25
3.3.8 消息发送表 25
3.3.9 纪要归档表 25
3.4 数据库的建立 26
3.5 数据库的连接 26
4.系统模块的设计与功能实现 28
4.1 登录管理功能实现 28
4.2 计划管理功能实现 32
4.3 会议管理功能实现 43
4.4 宣传管理功能实现 43
4.5 制度管理功能实现 43
4.6 企业文化管理功能实现 43
4.7 消息管理功能实现 44
4.8 归档管理功能实现 44
结 论&