论文首页哲学论文经济论文法学论文教育论文文学论文历史论文理学论文工学论文医学论文管理论文艺术论文 |
目 录
中英文题目、摘要、关键词 1
前 言 3
1 所用的工具以及语言说明 4
1.1 ASP.NET简介 4
1.2 VB.NET简介 10
1.3 ADO.NET访问数据库的原理 12
1.4数据绑定控件 13
1.5 SQL SERVER概述 17
2 系统的需求分析 21
2.1 设计思想 21
2.2系统设计 21
2.3数据库设计与实现 23
3 系统的设计以及实现 27
3.1 系统登录界面功能实现及代码介绍 27
3.2系统框架设计 29
3.3 修改登录密码 39
3.4 个人基本信息 40
3.5 员工通信录 41
3.6 员工照片 42
3.7 人员维护 45
3.8 机构维护 46
4 测试与展望 48
4.1系统测试 48
4.2 系统评价 48
5 结束语 49
参考文献 50
基于WEB的ZRL人事管理系统
中英文题目、摘要、关键词
摘要:本是通过对ASP.NET技术和数据库技术的研究,根据社会经济发展的需要开发的1个人事管理系统。它能够对企业人员进行有效管理,本系统提供了两种权限,管理员可以对员工的基本信息进行有效的修改,及时有效的增加或删除人员和公司部门,公司员工可以以普通员工的身份登录查看或修改自己的个人资料,还可以查看其他员工的基本信息。有效地了解公司内人员的最新情况。本系统只需我们利用Windows XP+IIS+SQL Server2000数据库+ASP.NET技术搭建好服务器并接入英特网,就可以通过任意带有浏览器的主机在英特网上访问到公司服务器上人员的最新信息,并可实现远程操作。本组织如下:第1章介绍了开发该系统所用的工具以及语言说明。第3章介绍了系统需求分析,包括开发设计思想,系统设计,数据库的设计与实现等。第3章介绍了系统的设计和实现,同时,对于关键的编码段进行了介绍。 (转载自中国科教评价网http://www.nseac.com)
关键词:人事管理系统;IIS;SQL Server200; ASP.NET
ZRL Personnel Management System Based on WEB
Abstract: The present paper is passes to ASP.NET technology and data bank technology research, according to a social economy need to develop development personnel management system. It can carry on the effective management to the enterprise personnel, this system provided two jurisdictions, the manager has been possible to carry on the effective revision to staffs basic information, the prompt effective increase or deleted the personnel and the company division, the company staff may register the examination by the ordinary staffs status or revise own individual material, but also might examine other staffs basic information. Understands in effectively the company personnels newest situation. This system only needs us to use Windows XP+IIS+SQL Server2000 database +ASP.NET technology builds the good server to connect in parallel fashion into the Internet, may through have the browser main engine to visit on willfully the company server on the Internet personnels most recent information, and may realize the long-distance operation .The present paper organization is as follows: First chapter introduced develops the tool as well as the language which this system uses showed. Third chapter introduced the system demand analysis, including development design concept, system design, database design and realization and so on. Third chapter introduced the system design and the realization, simultaneously, has carried on the introduction regarding the key code section.
Key words: Personnel management system; IIS; SQL Server200; ASP.NET
前 言
随着计算机技术的飞速发展,计算机在企业管理中应用的普及,利用计算机实现企业人事管理势在必行。 (转载自http://zw.nseac.coM科教作文网)
人事管理企业是企业内部管理层10分重要的管理项目。尤其是规模较大的企业,机构复杂,人员众多,管理起来非常不方便。另1方面由于当今社会人员流动越来越频繁,也使得人事管理工作变得越来越复杂。如果能够实现人事管理的自动化,无疑将给企业的人事管理带来很大的方便。
系统包括6个模块,即修改登陆密码、个人基本信息、员工通信录、员工照片、人员维护和机构维护。员工登陆后可以通过修改登陆密码模块改自己的登陆密码,通过个人基本信息模块修改自己的信息记录,通过员工通信录模块可以查看公司所有员工的通信记录,通过员工照片模块可以查看公司所有员工的照片;管理员登录后除了可以进行以上的操作外,还可以通过人员维护模块添加、删除、修改公司所有员工的个人信息,通过机构维护模块可以对子公司和部门信息进行管理。
由于本人的编程知识有限,考虑问题不是很周全,本系统有许多不尽人意的地方,也有不妥之处,请各位老师同学批评指正。