南京工程学院毕业设计说明书(论文)作者:李俊学号:202090633院系:计算机工程学院专业:电子信息科学与技术题目:基于Eclipse的人事管理系统的设计指导者:韩磊讲师评阅者:陈敏聪讲师20一三年6月南京毕业设计说明书(论文)中文摘要在当今社会,互联网空前的发展,给人们的工作和生活带来了极大的便利和高效,信息化、电子化已经成为节约运营成本,提高工作效率的首选。考虑到当前还有一些企业的人事管理尚处于手工作业阶段,不但效率低下,还常常因为管理的不慎而出现纰漏。因此根据部分中小型企业的需求,设计此企业人事管理系统,以帮助企业达到人事管理办公自动化、节约管理成本、提高企业工作效率的目的。本人事管理系统以B/S模式实现,以MySQL数据库作为开发数据库。在添加了网站开发插件的Eclipse中创建工程,使用Java语言设计操作控件和编写操作程序,完成数据输入、修改、存储、调用查询等功能,在前端用jsp页面对操作结果进行显示。MySQL数据库中存储了系统所需的所有数据表,根据系统的功能需求在程序中执行SQL语句就可以对数据表中的信息进行修改。本文设计的系统的主要功能有:对部门、职员和文档进行添加、删除等处理。本设计中文档模块是人事管理系统的创新点,它能够促进公司文化的交流,有助于公司的发展。关键词:人事管理系统、Eclipse、MySqL、tomcat毕业设计说明书(论文)外文摘要TitleDesignofTheHumanResourceManagementSystemBasedonEclipseAbstractInoursociety,theunprecedenteddevelopmentorInternethasbroughtusgreatconvenienceandefficiency.Informatizationandelectronizationhavebecomethefirstchoiceofsavingoperationcostandimprovingworkefficiency.Someenterprises’personneladministrationsystemslieinthephaseofmanualmanagementwhichisinefficientandeasytogowrongbycarelessness.Therefore,thisManagementInformationSystemisdesignedtomakethepersonneladministrationmorescientific,normativeandefficient.Thepersonnelmanagementsystemadoptsthestructuremodeofbrowser/server(B/S).ItisbasedontheMySQLdatabaseasadevelopmentdatabaseandcreatetheprojectintheEclipsewhichisaddedtheWebDevelopmentplugs.TheuseofJavadesign,operationcontrolandthepreparationofoperatingprocedures,dataentry,modification,storage,callthequeryfunction;andtheuseofJSPpagefromdisplayingtheoperationresult.MySQLdatabasestoresallthedatatableneededbythesystem.Accordingtothefunctionalrequirementsofthesystem,wecanmodifytheinformationinthedatatablebyexecutingSQLstatementsintheprogram.Themainfunctionofthesystemare:theDepartment,staffanddocumenttoadd,deleteandsoon.Thedocumentmoduleisaninnovationofthesystem,itcanpromotethecommunicationandcontributestothedevelopmentofthecompany.Keywords:HumanResourceManagementSystem,Eclipse,MySqL,tomcat目录前言...................................................................1第一章绪论............................................................21.1课题研究意义....................................................21.2国内外研究现状..................................................21.3课题研究内容....................................................3第二章开发工具的选择..................................................42.1Java语言.......................................................42.2MySQL数据库....................................................52.3tomcat服务器...................................................6第三章系统分析........................................................83.1可行性分析......................................................83.2运行环境分析....................................................93.3需求分析........................................................9第四章...