基于web的办公自动化系统.doc
约39页DOC格式手机打开展开
基于web的办公自动化系统,基于web的办公自动化系统1.53万字我自己的毕业论文,原创的,已经通过校内系统检测,仅在本站独家出售,重复率低,大家放心下载使用目录第一章 绪论11.1研究目的及意义11.2 办公自动化系统发展概况21.3 本文主要内容3第二章 相关关键技术42.1 .net技术42.1.1 .net开发平台结构42.1.2 asp...
内容介绍
此文档由会员 淘宝大梦 发布
基于Web的办公自动化系统
1.53万字
我自己的毕业论文,原创的,已经通过校内系统检测,仅在本站独家出售,重复率低,大家放心下载使用
目录
第一章 绪论 1
1.1研究目的及意义 1
1.2 办公自动化系统发展概况 2
1.3 本文主要内容 3
第二章 相关关键技术 4
2.1 .NET技术 4
2.1.1 .NET开发平台结构 4
2.1.2 ASP.NET技术 6
2.2 B/S体系结构 6
2.2.1 B/S模式的三层结构 6
2.2.2 B/S模式的特点 7
2.3 ADO.NET的数据库访问技术 8
2.4 SQL Server技术 9
第三章 系统的整体设计 10
3.1系统功能模块设计分析 10
3.2 系统代码架构分析 11
3.3 数据库的设计 12
3.3.1 数据库的需求分析 12
3.3.2 数据库逻辑结构设计 13
3.4 系统主要模块及流程图设计 17
3.4.1 clsDataSet类 17
3.4.2 clsSingleRow类 18
3.4.3 公共模块代码设计 19
3.4.4 登陆功能模块设计 20
3.4.5 信息发布模块设计 22
第四章 系统实现 25
4.1 登陆界面 25
4.2 信息发布模块界面 26
第五章 结论与展望 32
致谢 33
参考文献 ......................................................................................................................................................34
摘要 办公自动化(OA,Office Automation)的概念起源于20世纪60年代的美国等西方发达国家。近年来随着计算机技术和通信技术的飞速发展,OA的概念也已经远远超过了办公室事务及文档处理的范围,从文字处理机、复印机、传真机、跟人电脑的单机独立用户,扩展到以Internet/Internet为支撑平台,以数据可为核心的网络办公自动化系统。当前,办公自动化(OA)的概念早已广为人们熟知。OA是信息化在公司货企事业单位管理工作中的具体体现,它是以计算机及网络为核心的“人与机”信息处理系统,它集管理、控制、服务等功能于一体。OA为办公带来了新理念,由此带来的无纸化办公、管理自动化、信息服务等,使我们的信息交流更加方便快捷,工作效率大大提高,同时大大节约了办公经费。
本系统基于Web技术并结合数据库实现了用户登陆,信息发布功能、考勤管理、系统管理等功能。其中信息发布功能包括会议通知、阅读所有信息、按条件搜索所有信息、发布信息、删改信息等功能,这些能的实现,大大节约了平时口耳相传的人力成本也提高了信息传递的效率;考勤管理模块包括加班登记、查询本人考勤信息、非正常考勤登陆、系统时间管理等;系统管理模块包括部门人员管理,信息管理,权限管理,这一功能是系统管理员的专用功能。
关键字:办公自动化管理 数据库技术 Web技术
The office automation system based on Web
Abstract Office automation (OA, Office Automation) concept originated in the 1960s in the United States and other Western countries . In recent years, with the rapid development of computer technology and communication technology, the concept of OA has far exceeded the scope of the transaction and document processing office , from word processors , copiers , fax machines, personal computers with standalone users , and extend to in Internet / Internet as a support platform for the core data network office automation system. Currently, the office automation (OA) concept has long been known widely . OA is the information embodied in the company's stock in the management of enterprises , it is at the core of the computer and network "man and machine" information processing system , which combines the management , control, service and other functions . OA has brought new ideas for the office , paperless office, management automation , information services resulting , is our exchange of information easier and faster , work efficiency is greatly improved, while significantly saving office expenses .
The system is based on Web technologies and combining database and a user login, information publishing, attendance management, system management, and other functions. Information dissemination functions which include notices of meetings, read all the information, search by condition of all information, publishing information, falsification of information and other functions, which can achieve a significant reduction in the usual word of mouth but also improves the efficiency of the human cost of information transfer; attendance management module including overtime registration, check my attendance information, non-normal attendance log, system time management; system management module includes department personnel management, information management, rights management, this feature is a special feature for system administrators.
Keywords: Office automation management, database technology, Web technology
1.53万字
我自己的毕业论文,原创的,已经通过校内系统检测,仅在本站独家出售,重复率低,大家放心下载使用
目录
第一章 绪论 1
1.1研究目的及意义 1
1.2 办公自动化系统发展概况 2
1.3 本文主要内容 3
第二章 相关关键技术 4
2.1 .NET技术 4
2.1.1 .NET开发平台结构 4
2.1.2 ASP.NET技术 6
2.2 B/S体系结构 6
2.2.1 B/S模式的三层结构 6
2.2.2 B/S模式的特点 7
2.3 ADO.NET的数据库访问技术 8
2.4 SQL Server技术 9
第三章 系统的整体设计 10
3.1系统功能模块设计分析 10
3.2 系统代码架构分析 11
3.3 数据库的设计 12
3.3.1 数据库的需求分析 12
3.3.2 数据库逻辑结构设计 13
3.4 系统主要模块及流程图设计 17
3.4.1 clsDataSet类 17
3.4.2 clsSingleRow类 18
3.4.3 公共模块代码设计 19
3.4.4 登陆功能模块设计 20
3.4.5 信息发布模块设计 22
第四章 系统实现 25
4.1 登陆界面 25
4.2 信息发布模块界面 26
第五章 结论与展望 32
致谢 33
参考文献 ......................................................................................................................................................34
摘要 办公自动化(OA,Office Automation)的概念起源于20世纪60年代的美国等西方发达国家。近年来随着计算机技术和通信技术的飞速发展,OA的概念也已经远远超过了办公室事务及文档处理的范围,从文字处理机、复印机、传真机、跟人电脑的单机独立用户,扩展到以Internet/Internet为支撑平台,以数据可为核心的网络办公自动化系统。当前,办公自动化(OA)的概念早已广为人们熟知。OA是信息化在公司货企事业单位管理工作中的具体体现,它是以计算机及网络为核心的“人与机”信息处理系统,它集管理、控制、服务等功能于一体。OA为办公带来了新理念,由此带来的无纸化办公、管理自动化、信息服务等,使我们的信息交流更加方便快捷,工作效率大大提高,同时大大节约了办公经费。
本系统基于Web技术并结合数据库实现了用户登陆,信息发布功能、考勤管理、系统管理等功能。其中信息发布功能包括会议通知、阅读所有信息、按条件搜索所有信息、发布信息、删改信息等功能,这些能的实现,大大节约了平时口耳相传的人力成本也提高了信息传递的效率;考勤管理模块包括加班登记、查询本人考勤信息、非正常考勤登陆、系统时间管理等;系统管理模块包括部门人员管理,信息管理,权限管理,这一功能是系统管理员的专用功能。
关键字:办公自动化管理 数据库技术 Web技术
The office automation system based on Web
Abstract Office automation (OA, Office Automation) concept originated in the 1960s in the United States and other Western countries . In recent years, with the rapid development of computer technology and communication technology, the concept of OA has far exceeded the scope of the transaction and document processing office , from word processors , copiers , fax machines, personal computers with standalone users , and extend to in Internet / Internet as a support platform for the core data network office automation system. Currently, the office automation (OA) concept has long been known widely . OA is the information embodied in the company's stock in the management of enterprises , it is at the core of the computer and network "man and machine" information processing system , which combines the management , control, service and other functions . OA has brought new ideas for the office , paperless office, management automation , information services resulting , is our exchange of information easier and faster , work efficiency is greatly improved, while significantly saving office expenses .
The system is based on Web technologies and combining database and a user login, information publishing, attendance management, system management, and other functions. Information dissemination functions which include notices of meetings, read all the information, search by condition of all information, publishing information, falsification of information and other functions, which can achieve a significant reduction in the usual word of mouth but also improves the efficiency of the human cost of information transfer; attendance management module including overtime registration, check my attendance information, non-normal attendance log, system time management; system management module includes department personnel management, information management, rights management, this feature is a special feature for system administrators.
Keywords: Office automation management, database technology, Web technology