软件工程毕业设计
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
……………………………………………………………最新资料推荐…………………………………………………
摘要
在当今社会,互联网的发展,给人们的工作和生活带来了极大的便利和高效,信息化,电子化已经成为节约运营成本,提高工作效率的首选。当前大量企业的员工管理尚处于手工作业阶段,不但效率低下,还常常因为管理的不慎而出现纰漏。因此部分企业需求,设计企业员工信息管理系统,以帮助企业达到员工管理办公自动化、节约管理成本、提高企业工作效率的目的。
员工信息管理系统主要对企业员工的信息进行集中管理,方便企业建立一个完善的、强大的员工信息数据库,它是以SQL 2000数据库作为开发平台。使用jsp编写程序,完成数据输入、修改、存储、调用查询等功能;并使用SQL 2000数据库形成数据,进行数据存储。
员工信息管理系统是单位科学、全面、高效进行人事管理的系统,参考大量中国人力资源管理理论,根植于国内管理的实际情况,实用而科学。在操作上集输入、查询、统计等处理为一体,简便灵活,自动化功能强大。
关键字:员工管理系统员工信息管理 JSPSQL
Abstract
In today's society, development of the Internet to the people's work and life has brought great convenience and efficiency, information technology, electronic technology has become operational cost savings, improve efficiency of choice. The current management of large enterprise employees still in the stage of manual operation, not only inefficient, but also often because of careless managementflaws. So part of the business needs, design enterprise employee information management system to help companies achieve staff management office automation, saving management costsand improve work efficiency.
Employee information management system is mainly focused on the information management staff to facilitate enterprises to establish a sound, strong employee information database, which is based on SQL 2000 database as a development platform. Programming using jsp, completion of data entry, modification, storage, call the query function; and use the SQL 2000 database to form data, for data storage.
Employee information management system is a science, comprehensive and efficient personnel management system, reference a large number of Chinese human resource management theory, rooted in the domestic management of the actual situation, practical and scientific. The operating part one input, query, statistics and other treatment as one, easy and flexible, automatedand powerful.
Key words:Staff Management SystemStaff Information Management JSPSQL
目录
引言1
1.项目定义1
2.编写目的1
3.项目背景1
第一章可行性分析2
1.1技术可行性2
1.1.1J AVA的发展及特点2
1.1.2J SP的介绍3
1.1.3SQL S ERVER版本简介4
1.2经济可行性5
1.3操作可行性5
第二章需求分析6
2.1功能需求6
2.1.1系统目标6
2.1.2功能分析6
2.1.3系统层次模块图7
2.2系统性能要求7
2.3运行环境7
2.4数据流图8
第三章总体设计10
3.1系统代码架构10
3.2数据库结构设计10
第四章详细设计与实现17
4.1管理员登陆模块功能介绍17
4.2员工管理模块的设计与实现18
4.3部门管理模块的设计与实现21
4.4职位管理模块的设计与实现24
4.5员工签到管理模块的设计与实现27
第五章系统测试以及软件安装30
5.1软件测试基础理论30
5.1.1软件测试定义30
5.1.2软件测试基本概念30
5.2软件测试目的30
5.3软件测试方法分类31
5.3.1静态测试与动态测试31
5.3.2黑盒白盒与白盒测试31
5.3.3单元测试、集成测试、系统测试、验证测试和确认测试32 5.4系统测试32
5.4.1测试用例设计要求32
5.4.2系统各个模块测试用例32
5.5测试报告35
5.6软件安装35
5.6.1JDK的安装35
5.6.2TOMCAT的安装36
5.6.3SQL SERVER的安装36
结论37
谢辞38
参考文献39