论文格式
电气工程 会计论文 金融论文 国际贸易 财务管理 人力资源 轻化工程 德语论文 工程管理 文化产业管理 信息计算科学 电气自动化 历史论文
机械设计 电子通信 英语论文 物流论文 电子商务 法律论文 工商管理 旅游管理 市场营销 电视制片管理 材料科学工程 汉语言文学 免费获取
制药工程 生物工程 包装工程 模具设计 测控专业 工业工程 教育管理 行政管理 应用物理 电子信息工程 服装设计工程 教育技术学 论文降重
通信工程 电子机电 印刷工程 土木工程 交通工程 食品科学 艺术设计 新闻专业 信息管理 给水排水工程 化学工程工艺 推广赚积分 付款方式
  • 首页 |
  • 毕业论文 |
  • 论文格式 |
  • 个人简历 |
  • 工作总结 |
  • 入党申请书 |
  • 求职信 |
  • 入团申请书 |
  • 工作计划 |
  • 免费论文 |
  • 合作期刊 |
  • 论文同学网 |
搜索 高级搜索

当前位置:论文格式网 -> 毕业论文 -> 计算机论文
毕业论文标题:

基于网络的办公自动化管理系统

 本文ID:LWGSW17827 价格:收费积分/100
扫一扫 扫一扫
本站会员可自行下载:下载地址 基于网络的办公自动化管理系统 (收费:1000 积分)  

论文字数:17262.页数:62

摘要

 企业对信息需求的增长,使计算机、网络技术已经渗透到企业的日常工作中。传统的交流方式早已不能满足企业对大量信息的快速传递与处理需求,基于Web办公自动化管理系统的应用满足了企业的办公网络化、自动化的管理需求,提高了企业内部的管理水平,进而提升了企业在市场竞争中的综合竞争力。
 通过基于网络的办公自动化管理系统对企业日常办公进行管理,可以满足企业日常办公管理各方面的需求,实现企业员工之间的文件传送与接受功能,设置了短信息管理、公告和公文管理等功能,大大方便了企业内部人员的交流。系统提供的前后台的公告和公文信息管理,方便员工及时的了解公司的动态与其他功能模块联机操作,使企业的日常管理步入了科学系统管理的轨道上。该办公自动化系统用JSP+JavaBean+Servlet ,SQL  Server 2000和Tomcat来完成的。

关键词:  办公自动化,公告,联机操作

ABSTRACT

 Computers  and  network technology has already permeated in the daily work of enterprises, as a result of the growth of the demand for information.  Traditional modes of communication of  Enterprises  has not satisfied the needs  of  a large number of the rapid transfer of information and processing. Application of Web-based office automation management systems  in the enterprises which meets  the needs of the office network  and  automation management, improves the level  management of enterprises, thereby improves the comprehensive competitiveness of enterprises in market competition .
 Through implementing web of office automation management system in the day-to-day office management, which can meet  the  needs of  all aspects of  the day-to-day office management, actualize  the function of  sending and receiving   documents  between  employees of enterprise. Set up the functions of a short message  management  , affiche and  bumf  management and so on. Because of   which  greatly  facilitates  communion of personnels  in the enterprise. The system provides  affiche and  bumf information management in the  before and after platform,which  facilitates  the  personnels  understanding of  the  enterprises’ information in time and  other functional modules on-line operation, thereby enable enterpri the day-to-day management of  enterprises  to enter   the  track  of  the scientific management of the system .The office automation system completes  with JSP+JavaBean+Servlet, SQL  Server  2000  and   Tomcat.
 
Keywords:   Office automation,  Bumf , On-line operation

目录

摘要 I
ABSTRACT II
第1章 绪论 1
1.1 背景 1
1.2 研究内容 1
第2章 技术准备 3
2.1 系统背景 3
2.1.1 开发背景概述 3
2.1.2 系统开发环境 3
2.2 开发工具简介 3
2.2.1  J2SE简介 3
2.2.2  Tomcat简介 4
2.2.3  Eclipse 和Myeclipse简介 4
2.2.4  Dreamweaver简介 5
2.2.5  SQL Server简介 5
2.3 系统开发技术简介 6
2.3.1  J2EE技术简介 6
2.3.2  Java Servlet 技术简介 7
2.3.3  JSP技术简介 9
2.3.4  java script简介 10
2.4 本章小结 11
第3章 系统分析 12
3.1 需求分析 12
3.1.1 理解需求 12
3.1.2 需求分析 12
3.2 可行性分析 14
3.3 本章小结 14
第4章  总体分析 15
4.1 项目规划设计 15
4.2 系统功能结构目录及结构图 15
4.3 设计目标 17
4.4 模块功能介绍 17
4.5 文件架构 18
4.5.1 前台架构图 18
4.5.2 后台架构图 18
4.6 本章小结 19
第5章  数据库设计 20
5.1 数据库概念结构设计 20
5.2数据库逻辑结构设计 21
5.3 本章小结 26
第6章 通用模块的设计 27
6.1 数据库操作的代码 27
6.2 分页显示的代码 28
6.3 字符串转化的代码 31
6.4 本章小结 32
第7章 界面设计及代码实现 33
7.1 登录模块的设计和实现 33
7.2 企业员工管理界面设计和代码实现 35
7.2.1 主界面模块 35
7.2.2 公告管理模块 36
7.2.3 公文管理模块 38
7.2.4 收发信息模块 40
7.2.5 员工管理模块 41
7.2.6 部门信息模块 43
7.2.7 优秀员工管理模块 45
7.3 管理员管理界面设计和代码实现 47
7.3.1 部门管理模块 47
7.3.2 职位管理模块 50
7.3.3 公告和公文管理模块 50
7.3.4 员工管理模块 51
7.3.5 帐号管理模块 51
7.3.6 短信息管理模块 53
7.3.7 在线管理和员工状态管理模块 54
7.4 本章小结 55
第8章 结论 56
致谢 57
参考文献 58


相关论文
本论文在计算机论文栏目,由论文格式网整理,转载请注明来源www.lwgsw.com,更多论文,请点论文格式范文查看
上一篇:人事信息管理系统 下一篇:基于Delphi技术的公寓管理系统
Tags:基于 网络 办公 自动化 管理系统 【收藏】 【返回顶部】
最新文章
热门文章
计算机论文
推荐文章

本站部分文章来自网络,如发现侵犯了您的权益,请联系指出,本站及时确认删除 E-mail:349991040@qq.com

论文格式网(www.lwgsw.com--论文格式网拼音首字母组合)提供计算机论文毕业论文格式,论文格式范文,毕业论文范文

Copyright@ 2010-2018 LWGSW.com 论文格式网 版权所有 蜀ICP备09018832号