資源描述:
《源程序+10590222006asp sqlserver招聘系統(tǒng)的設計與實現(xiàn)》由會員上傳分享,免費在線閱讀,更多相關內(nèi)容在學術論文-天天文庫。
1、北京信息科技大學招聘系統(tǒng)的設計與實現(xiàn)論文作者姓名:申請學位專業(yè):申請學位類別:指導教師姓名(職稱):論文提交日期:北京信息科技大學招聘系統(tǒng)的設計與實現(xiàn)摘要隨著網(wǎng)絡信息技術的發(fā)展,網(wǎng)絡在人們生活中的應用越來越廣泛,網(wǎng)絡求職招聘方式已經(jīng)成為了求職招聘的一大重要手段。通過它應聘者和招聘企業(yè)可以通過Internet,突破時間和空間的限制,而實現(xiàn)應聘者的工作求職和企業(yè)的人才招聘。本文所開發(fā)的網(wǎng)絡求職招聘系統(tǒng)主要包括個人求職管理、企業(yè)招聘管理和系統(tǒng)管理三個部分。個人用戶可以在主頁方便地瀏覽查詢招聘企業(yè)信息、招聘職位并發(fā)送應聘簡歷;企業(yè)用戶可以方便地查找人才信息及個人簡歷;管理員則通過后臺來實現(xiàn)對
2、所有用戶信息、簡歷、公司信息、企業(yè)招聘職位的管理。本文主要介紹了ASP,數(shù)據(jù)庫等相關知識,同時較為詳盡的闡述了網(wǎng)絡求職招聘系統(tǒng)的實現(xiàn)。本系統(tǒng)是使用ASP編程技術開發(fā),并以IIS為Web服務平臺實現(xiàn)網(wǎng)絡求職招聘系統(tǒng)的構建。后臺數(shù)據(jù)庫選用的是ACCESS,利用ASP動態(tài)網(wǎng)頁編程技術,通過ADO與ACCESS數(shù)據(jù)庫建立連接,并且運用SQL語言實現(xiàn)對其數(shù)據(jù)庫的操作。關鍵詞:招聘;ASP;ACCESS;數(shù)據(jù)庫TheDesignandImplementationoftheNetworkJobHuntingandRecruitmentSystemAbstractAlongwiththedevelo
3、pmentofthenetworkinformationtechnology,networkhasbeenappliedinpeople'slivesmoreandmorewidely.Alongwiththis,thenetworkjobhuntingandrecruitmenthasbecomeanimportantmeanstorecruitjob,withwhichjobseekerscansearchthejobopportunitiesandtheenterprisescanrecruitclerksthroughtheInternet,breakingthroughti
4、meandspacelimitation.Weimplementedsuchasystemthatincludesthreemodules:personaljobseekingmanagement,enterpriserecruitingmanagementandsystemmanagement.Byvisitingthehomepageofourapplication,jobseekerscanbrowseandquerytheinformationoftheopenjobopportunitiesandsendtheirresumestocorrespondingenterpri
5、seseffectivelyandconveniently.And,ontheotherhandenterprisescansearchtheresumestofindpersonswhoaresuitablewiththeirrequirements.Moreover,administratorscanmaintaintheinformationbothofthepersonandtheenterprise.ThispaperfirstintroducestheASPtechnology,thedatabaseandothertherelatedknowledge.Thenthei
6、mplementationofanetworkjobsearchandrecruitmentsystemisintroducedinmoredetail.ThesystemisdevelopedwithASPprogrammingtechnology,whichrunsonIISserver.MicrosoftAccesswaschosenasthebackstagedatabase.ASPpagesconnecttoAccessbyADO,inwhichSQLlanguageisusedtoissuedatabaseoperations.Keywords:Networkjobhun
7、tingandrecruitment;Access;ASP;Networkdatabases目錄1引言11.1課題背景11.2研究現(xiàn)狀21.3課題研究意義22系統(tǒng)開發(fā)技術簡介32.1ASP簡介32.2ASP內(nèi)置對象32.3JavaScript語言概述42.4數(shù)據(jù)庫訪問技術42.5數(shù)據(jù)庫的連接53系統(tǒng)設計分析63.1功能需求分析63.2系統(tǒng)功能分析63.2.1用戶功能73.2.2管理員功能83.3系統(tǒng)流程圖83.4數(shù)據(jù)庫設計93.4.1數(shù)據(jù)庫的需求分析93.