摘要随着互联网的迅猛的发展,电子办公以其提高工作效率、节约人力运营成本 这一优势迅速普及到各行各业。过去,企业人事管理采用人工管理,不但效率低, 而且容易因为人为原因造成资料的损坏和丢失。为此许多企业现在纷纷提出电子 化管理的需求。设计这个人事系统的目标就是为了让企业在管理上更加轻松,同 时也是为了更加科学的管理员工信息。81521
本人事系统开发应用的是 B/S 架构,可以对员工的信息进行科学化的管理, 简洁良好的界面可以给用户不错的体验。本系统是以 Visual Studio 2012、 SQL Server 2008 数据库工具开发的。运用 C#来设计和实现程序的编写。完成信息的 增删改查等功能。本系统是使用 SQL Server 2008 数据库形成数据表,实现数据 的存储。
本论文详细的介绍了系统相关的设计、功能需求、以及相关的模块功能。
毕业论文关键词:B/S; 。NET 框架; C#; 人事管理; 数据库; 管理系统;
Abstract With the rapid development of the Internet, electronic office to improve work efficiency, saving the cost of human resources, the rapid spread to all walks of life。 In the past, the use of artificial management of enterprise personnel management, not only low efficiency, but also easy to cause damage and loss of information due to human factors。 So many enterprises have put forward the demand of electronic management。 Design the goal of this personnel system is to make the enterprise more relaxed in management, but also to more scientific management staff information。
The personnel system development and application of the B/S architecture, the staff of the information to carry out scientific management, simple and good interface can give users a good experience。 This system is based on Studio Visual 2012, Server SQL 2008 database tools。 Using C# to design and implement the preparation of the program。 Complete information crud functions。 The system is to use the Server SQL 2008 database to form a data table, the realization of data storage。
This paper describes the system design, functional requirements, and related modules in detail。
Keyword: B/S architecture; ASP。NET; C #; SQL Server; The database;
目 录
第一章 绪 论 1
1。1 选题背景和意义 1
1。3 本文的主要工作 2
第二章 相关技术和开发环境 3
2。1 关键技术 4
2。1。1 ASP。NET 简要介绍 4
2。1。2 C# 技术概述 4
2。2 开发工具 5
2。2。1 B/S 体系结构简介 5
2。2。2 SQL Server 数据库简介 6
第三章 系统分析 7
3。1 系统设计目标 7
3。2 系统可行性分析 7
3。3 系统需求分析 8
3。4 系统功能模块分析 8
3。4。1 管理员用户功能分析 8
3。4。2 普通用户功能分析 11
第四章 数据库设计