|
摘 要: 本系统是基于WEB的人事资源管理系统。采用WINDOWS XP作为操作系统,ASP作为web语言,SQLSERVER2000作为数据库管理系统。该系统为B/S模式。其中ASP主要用于页面显示和实现具体事务处理模型,用IE浏览器作为客户端工具。系统用户分为两种类型:普通用户和管理员。普通用户可以进行基本的查询操作。管理员可以对系统进行无任何限制的访问。本系统主要功能有:系统管理,职工基本信息管理,职工工资管理等。其中系统管理包括:登陆验证,普通用户管理,普通用户信息修改,管理员信息修改。职工基本管理实现不同类型用户对职工基本信息的查询,修改和添加。职工工资管理实现不同类型用户对工资的查询,管理员对工资的录入,并根据公司制度对工资信息进行调整和设定。
关键词:ASP SQLSERVER2000 B/S
毕业设计(论文)外文摘要
Design and Realization of the Personnel Management System
Abstract: This thesis is about personnel management system based on web. It uses WINDOWS XP as operate system, ASP as web language, SQLSERVER2000 as database management system. ASP is used to show active pages primarily, Internet Explorer browser is used to respond the requests of client. The system customer is divided into two types: administrators and customers. Customers can access Personal information. Administrators manage this system. The main functions in this system are: The system management, basic management of employees, employees' salary management and so on. The system management includes: login verification, managers' management and modification information of managers. The basic management of employees realizes the query, modification and increase of the basic information of employees for different type customer,the input of salary for managers and adjust and decide as well. The department management achieved the management of the departments' information of the company.
Keywords: ASP;SQLSERVER2000;B/S
目 录
1 绪论 1 1.1 课题研究背景和意义 2 1.2 问题定义及内容简介 3 1.2.1 问题定义 3 1.2.2 内容简介 3 1.3 课题调研与可行性分析 3 1.3.1 课题调研 4 1.3.2 可行性分析 4 1.4 系统开发所用的技术准备 5 1.4.1 ASP动态网页技术 5 1.4.2 Microsoft SQL Server 2000 5 1.4.3 B/S结构 6 1.5 系统开发方案的选择 6 1.6 论文主要内容 7 2 系统需求分析 8 2.1
|