摘要网上招聘,也被称为电子招聘,是指通过技术手段的运用,帮助企业人事经理完成招聘的过程。即企业通过公司自己的网站、第三招聘网站等机构,使用简历数据库或搜索引擎等工具来完成招聘过程。本文讲述了基于Web平台的网上的求职招聘的设计与开发,在采用JSP+Servlet+JavaBean技术下配合MySql数据库实现了系统的个人用户、企业用户和数据管理三部分的相关操作。个人用户部分实现了个人用户的注册,简历生成,信息查看及更新等相关操作;企业用户部分实现了用人单位在本系统下的信息注册,岗位登记,资料查看及更新等相关操作;数据管理部分主要实现了个人用户的简历信息、用人单位的岗位需求信息及系统、台管理员信息及网站系统公告信息的管理操作。在三个多月的时间里,我们通过前期的项目规划,后台数据库设计以及前台网站设计,一步步把整个网上求职与招聘系统建立起来,并实现了各种必要的功能。界面友好美观,操作简单易懂,查询方面灵活。关键词网上招聘,JSP,MySQL,JavaBeanABSTRACTOnlineRecruitment,alsoknownase-recruitment,istheuseoftechnologytoattractcandidatesandaidtherecruitmentprocess.Whatthisusuallymeansistheuseofacompany’sownwebsite,athird-partyjobsiteorjobboard,aCV(curriculumvitae)databaseorsearchenginemarketingtofillvacancies.ThisarticledescribesasystembasedonWeb—modeaccomplishedonlineemploymentandrecruitment,inusingJSP+Servlet+JavaBeantechnologyandMySqldatabaseimplementationfulfillthefollowingthreepartsoperation.Firstpartispersonaluser,itrealizedthefollowingfunctions,userregistration,CVgeneration,informationupdateandinformationview.Secondpartisbusinessuser,ithasthefollowingfunctions,suchasemployers’registration,positionregistration,informationupdateandinformationview.Thelastpartisdatamanagement,itcontainsthefollowingfunctions,likemanagementofthepersonaluser'sCVinformation,theemployer'sjobdemandinformation,systemuserinformationandsitenoteinformation.Andalltheseoperationsarebuiltonthebasicoperationofthedatabase.Forthelastthreemonths,withprojectplanning,databasedesigningandwebsitedesigning,Ihavecompletedtheprojectwithalltasksstepbystep.Itcontainsfollowingcharacteristic:goodinterface,simpleoperation,aptcomprehension,andit’ssafeandreliable.KeywordsOnlineRecruitment,JSP,MySQL,JavaBean目录第一章绪论...........................................................11.1问题的提出...............................................................................................................11.2课题背景...................................................................................................................11.2目的意义...................................................................................................................21.3论文结构...................................................................................................................2第二章可行性分析......................................................42.1经济可行性分析.......................................................................................................42.2技术可行性分析.......................................................................................................42.3环境可行性分析.......................................................................................................52.3.1软件环境.........................................................................................................52.3.2硬件环境.........................................................................................................62.4方案选择.........