资源描述:
《企业员工信息管理》由会员上传分享,免费在线阅读,更多相关内容在应用文档-天天文库。
1、员工信息管理系统摘要人类经济的高速发展使得计算机在社会的各个领域发挥着极其重要的作用。信息管理系统也越来越多的出现的人们的工作和生活中,基于角色的权限管理在信息管理系统的开发中得到广泛应用,并且在现在信息管理系统的实现中表现在较好的灵活性和安全性,应用角色权限管理可使不同身份用户登录验证后具有不同的交互界面,提高了系统的易用性和健壮性。本系统采用Visualstudio.net2005作为系统开发环境,并使用C#语言,以SQLServer为后台数据库的开发体系结构。主要实现了管理员通过维护用户信息,角色信息,并对用户赋予系统的角色权限,可以对部门信息
2、、员工信息进行维护,对工资信息进行管理,查询和统计等功能。关键字:基于角色的权限管理;Visualstudio.net2005;C#;SQLServerABSTRACTThehumaneconomy'shighspeeddevelopmentcausesthecomputertoplaytheextremelyvitalroleinsociety'seachdomain.Intheinformationmanagementsystemalsomoreandmoreappearance'speople'sworkandthelife,obtainsth
3、ewidespreadapplicationbasedontherolejurisdictionmanagementininformationmanagementsystem'sdevelopment,andrealizesinthepresentinformationmanagementsystemdisplaysinthegoodflexibilityandthesecurity,aftertheapplicationrolejurisdictionmanagementmayenablethedifferentstatususerregister
4、stheconfirmation,tohavethedifferentinteractivecontactsurface,enhancedsystem'susabilityandthetoughness.ThissystemusestheVisualstudio.net2005totakethesystemdevelopmentenvironment,andusestheC#language,takeSQLServerasthebackstagedatabasedevelopmentarchitecture.Mainlyhasrealizedthem
5、anagerthroughthemaintenanceuserinformation,theroleinformation,andentrustswithsystem'srolejurisdictiontotheuser,maytothedepartmentinformation,thestaffinformationcarryonthemaintenance,carriesonthemanagementtothewagesinformation,functionsandsooninquiryandstatistics.Keywords:Basedo
6、nrolejurisdictionmanagement,Visualstudio.net2005,C#,SQLServer目录1系统概述11.1系统背景介绍11.2项目提出的意义11.3相关技术及工具介绍11.3.1角色访问控制简介11.3.2C#简介31.3.3数据库SQLServer简介31.3.4MicrosoftVisualStudio2005简介52需求分析72.1可行性分析72.2数据库需求分析72.3系统功能需求分析83系统设计93.1系统总体设计93.1.1系统总体设计要求93.1.2系统总体架构93.1.3系统总体结构设计原则103
7、.2系统功能总体设计103.2.1基础信息管理103.2.2业务信息管理113.2.3查询信息管理113.2.4系统信息管理113.3界面设计113.3.1界面设计规范113.3.2界面布局设计123.4数据流图123.5数据字典124系统详细设计154.1主要功能模块详细设计154.1.1部门信息管理154.1.2员工信息管理154.1.3员工工资管理164.1.4员工信息查询174.1.5员工工资查询174.1.6角色信息管理184.1.7角色权限管理194.1.8用户信息管理194.2数据库结构设计194.2.1概念结构设计194.2.2概念结
8、构设计的方法选择204.2.3系统的E-R图204.3数据库实现及数据关系图235系统实现255.1运行环境