如果您无法下载资料,请参考说明:
1、部分资料下载需要金币,请确保您的账户上有足够的金币
2、已购买过的文档,再次下载不重复扣费
3、资料包下载后请先用软件解压,在使用对应软件打开
毕业论文人事管理系统的设计与实现摘要本论文是从现代企业管理中的人事管理现状出发,针对人事管理的复杂程序,经过详细的系统调查,开发出的操作简单而且方便实用的一个人事管理系统。本系统的前端开发工具是VisualStudio2005,后台数据库引擎选用数据库软件Access2003。系统采用模块化程序设计方法,既便于系统功能的各种组合和修改,又便于未参与开发的技术维护人员补充、维护。系统具备数据库维护功能,及时根据用户需求进行数据的添加、删除、修改、备份等操作。本系统主要包括以下几个模块:登陆模块,实现普通用户和管理员的登陆,其中还包括新用户的注册页面;职工信息浏览、查询模块,实现各职工的信息查询与浏览,以及特殊条件的查询;部门信息浏览、查询模块,实现各部门的信息的浏览查询和条件查询;职工工资模块,实现职工工资的查询浏览;留言板模块,实现用户留言。关键词:人事管理系统;操作简单而且方便实用;VisualStudio2005;Access2003AbstractInthispaper,themodernenterprisemanagementfrompersonnelmanagementinthecurrentsituation,inviewofthecomplicatedprocessofpersonnelmanagement,afterthoroughinvestigationofthesystemtodevelopasimpleandconvenientoperationofapracticalsystemofpersonnelmanagement.Thesystemfront-enddevelopmenttoolisVisualStudio2005,choosethebackgrounddatabaseenginedatabasesoftwareAccess2003.Systemusesamodulardesignapproach,bothforvariouscombinationsofsystemfunctionsandmodify,andeasytonotparticipateinthedevelopmentoftechnicalmaintenancepersonneltoadd,maintain.Systemwithdatabasemaintenancefunctions,thedemandfortimelydatatousersadd,delete,modify,backupandotheroperations.Thesystemmainlyincludesthefollowingmodules:landingmodules:generalusersandadministratorstoachievethelanding,includinganewuserregistrationpage.Staffinformationbrowsing,query:therealizationofinformationamongemployeesandbrowsing,aswellasthespecialconditionsofthequery.Sectoralinformationbrowsing,query:theachievementofvariousdepartmentsofinformationinquiriesandconditionsbrowserquery.Modulewagewagequerybrowser.MessageBoardmodule:usermessages.Keywords:Thepersonnelmanagementsystem;theoperationsimplemoreoverfacilitatespractical;VisualStudio2005;Access2003目录TOC\o"1-3"\h\z\uHYPERLINK\l"_Toc228675938"绪论PAGEREF_Toc228675938\h1HYPERLINK\l"_Toc228675939"第一章系统的开发基础PAGEREF_Toc228675939\h2HYPERLINK\l"_Toc228675940"1.1系统开发设计思想PAGEREF_Toc228675940\h2HYPERLINK\l"_Toc228675941"1.2研究范围及技术要求PAGEREF_Toc228675941\h2HYPERLINK\l"_Toc228675942"第二章方案描述