I摘要随着经济的高速发展,人才的流动也越来越频繁,而人才资源是现代企业在日趋激烈的商业竞争中立于不败之地的根本保证。如何才能用最少的时间和精力招聘到符合企业要求的人才,同时也让应聘者更加方便地参加应聘是企业和个人都关心的问题。如今,越来越多的人们倾向于在网上搜索和发布信息,因此我们借助日益成熟的互联网技术设计和实现了一个可以让招聘者和应聘者远程进行互动交流的网络平台。本系统以B/S(浏览器/服务器)体系结构作为基本架构,采用ADO实现对数据库的存取,以IIS5.0作为Web服务器软件,用VBScript编写ASP程序,通过对发布招聘信息的企业和寻找工作者信息的收集与发布,构造了一个企业和人才之间的网上工作平台。本系统包括如下功能:管理员可以使用该系统为企业招聘、个人求职提供服务。用人单位可以使用该系统注册成为招聘用户并发布招聘信息。求职人员可以在注册成为求职用户后通过系统完成求职工作。关键词:人才,ASP,IIS,数据库IIAbstractAlongwiththeeconomicalhighspeeddevelopment,thetalentedpersonflowsmoreandmoreisalsofrequent,butthetalentedpersonresourcesisthemodernenterpriseindaybydaytheintensecommercialcompetitionneutralitytotheinvinciblepositionbasicguarantee.Howcanusetheleasttimeandtheenergyadvertisesfortoconformstothetalentedpersonwhichtheenterpriserequests,simultaneouslyalsoletstheapplicantconvenientlyparticipaterespondstoacallforrecruitsistheenterpriseandindividualallissueofconcern.Now,moreandmanymorepeoplefavortheon-linesearchandtheissueinformation,thereforeweandrealizedwiththeaidofdaybydaythematureInternettechnicaldesigntobeallowedtolettheemploymentadvertiseandtheapplicantlong-distancecarryontheinteractionexchangethenetworkplatform.ThissystembyB/S(browser/server)thesystemstructuretookthebasicoverheadconstruction,usestheADOrealizationtothedatabasedepositandwithdrawal,byIIS5.0tookWebserversoftware,compilestheASPprocedurewithVBScript,throughtoissuedtheemploymentadvertiseinformationtheenterpriseandsoughttheworkerinformationthecollectionandtheissue,betweenastructureenterpriseandtalentedperson'son-lineworkingplatform.Thissystemincludingfollowingfunction:Themanagermayusethissystemfortheenterpriseemploymentadvertise,personallyseeksemploymentprovidestheservice.Theemployermayusethissystemregistrationtobecometheemploymentadvertiseuserandtheissueemploymentadvertiseinformation.Seeksemploymentthepersonneltobeallowedtobecomeaftertheregistrationseeksemploymenttheusertocompletethroughthesystemseeksemploymentthework.Keyword:TalentedpersonASPIISDatabase目录摘要..............................................................................................IAbstract........................................................................................IIIII第1章绪论...........................................................................-1-1.1课题的目的和意义.....................................................-1-1.2国内外研究现状........................................................-1-1.2.1当前网络招应聘系统的现状...........................-1-1.2.2网络招聘的优势.............................................-2-1.2.3当前网络招聘存在的问题...............................-3-1.2.4网络招聘信息网站的发展趋势........................-4-1.3论文主要工作............................................................-5-第2章相关技术介绍.............................................................-6-2.1ASP编程技术............................................................-6-2.1.1ASP概述.......................................................-6-2.1.2ASP的工作原理.............................................-6-2.1.3ASP的文件结构.............................................-7-2.1.4ASP的基本语法.............................................-7-2.1.5ASP的特点....................................................-7-2.2语言基础...................................................................-8-2.2.1HTML语言....................................................-8-2.2.2VBSCRIPT语言.............................................-9-2.3数据库技术.............................................................-10-第3章系统需求分析与可行性分析.......................................-12-3.1编程与运行环境......................................................-12-3.1.1系统运行环境..............................................-12-3.1.2编程环境.....................................................-12-3.2需求分析.................................................................-12-3.2.1功能需求.....................................................-12-3.2.2性能需求.....................................................-13-3.3系统业务流程..........................................................-14-3.4实体E-R设计.........................................................-15-3.5可行性分析.............................................................-17-第4章系统总体设计............................................................-19-4.1网站功能设计..........................................................-19-4.2系统结构设计..........................................................-21-IV第5章系统详细设计与实现.................................................-22-5.1数据库设计.............................................................-22-5.2基础功能设计与实现...............................................-27-5.2.1系统目录结构如图5-1所示:........................-27-5.2.2数据库连接conn.asp设计............................-28-5.3前台设计与实现......................................................-28-5.3.1系统首页.....................................................-28-5.3.2企业会员招聘模块设计................................-29-5.3.3个人会员求职模块设计................................-37-5.4后台设计与实现......................................................-40-5.4.1后台登录页面设计.......................................-40-5.4.2后台管理首页设计.....................................