资源描述:
《人事资源管理系统(计算机专业毕业设计)new》由会员上传分享,免费在线阅读,更多相关内容在教育资源-天天文库。
1、计算机专业毕业设计摘要人事管理系统是一个企业单位不可缺少的部分,它对于企业的决策者和管理者来说都至关重要,人事资源管理系统应该能够为用户提供充足的信息和快捷的查询手段。开发这样一套人事管理软件成为很有必要的事情。本论文详细介绍了用ASP.NET和SQLServer2000数据库编写人事资源管理信息系统的过程。该系统通过ASP.NET的ADO.NET数据对象来实现ASP.NET前台与后台SQLServer数据库的连接,具有典型的数据库应用系统的特征。本系统包括四个管理模块,即部门信息管理模块(添加部门信息、部门信息列表、
2、部门信息查询);员工信息管理模块(添加员工信息、员工信息列表、员工信息查询);考勤管理模块(添加假别、请假记录);系统用户管理模块(用户列表、添加用户、用户查询、用户注销)。整个系统从符合操作简便、界面友好、灵活、实用、安全的要求出发,完成人事管理的全过程,包括部门信息管理、员工信息管理、考勤管理、系统管理。关键词:人事资源管理;ASP.NET;SQLserver2000;ADO.NET数据对象83计算机专业毕业设计AbstractPersonnelManagementSystemisabusinessunitofan
3、indispensablepartofitspolicy-makersandmanagersofenterprisesisacrucialelementofhumanresourcesmanagementsystemshouldbeabletoprovideuserswithadequateinformationandmeansofquickquery.Thedevelopmentofsuchapersonnelmanagementsoftwarehasbecomeverynecessarything.Inthispa
4、per,withdetailedinformationonASP.NETandSQLServer2000databaseonthepreparationofhumanresourcesmanagementinformationsystemprocess.ThesystemofADO.NETthroughASP.NETtoachieveASP.NETdataobjectandthebackgroundofthefutureSQLServerdatabaseconnectivity,hasthetypicalcharact
5、eristicsofadatabaseapplicationsystem.Managementofthesystemincludesfourmodules,namely,departmentofinformationmanagement(addsectorinformation,alistofdepartmentalinformation,departmentalinformation);staffinformationmanagement(addemployeeinformation,alistofemployeei
6、nformation,employeeinformation);attendancemanagement(donotaddfalse,leaverecords);systemusermanagement(userlist,addusers,userquery,theuserwrite-off).Fromthewholesysteminlinewiththesimple,user-friendly,flexible,practicalandsafetyrequirements,thecompletionoftheenti
7、reprocessofpersonnelmanagement,includingthedepartmentsofinformationmanagement,employeeinformationmanagement,attendancemanagement,systemmanagement.Keywords:HumanResourcesManagement;ASP.NET;SQLserver2000;ADO.NETDataObjects83计算机专业毕业设计目录第一章绪论51.1课题研究背景和意义 51.2人事管理系统
8、概述51.2.1人事管理的概念51.2.2人事资源管理系统的作用61.2.3人事资源管理系统的功能模块6第二章开发工具及关键技术72.1开发工具72.2ASP.NET动态网页技术 82.3关键技术102.3.1ASP.NET的可复用代码102.3.2CodeBeHind技术122.3.3数据绑定技术132.3.4ASP.NET的数