資源描述:
《基于bs架構(gòu)下的網(wǎng)上招聘求職系統(tǒng)》由會員上傳分享,免費在線閱讀,更多相關(guān)內(nèi)容在學(xué)術(shù)論文-天天文庫。
1、基于B/S架構(gòu)下的網(wǎng)上招聘求職系統(tǒng)摘要本系統(tǒng)講述了基于java平臺的網(wǎng)上的求職招聘的設(shè)計與實現(xiàn)。該系統(tǒng)分為個人用戶管理、企業(yè)用戶管理和管理員管理三部分。個人用戶為求職者提供了友好的操作界面,通俗易懂,使求職者能夠快速安全的申請職位;企業(yè)用戶為求職者提供了很多的職位供求職者申請,求職者在公司的筆試相關(guān)信息和面試相關(guān)信息都被記錄了下來,求職者可以在網(wǎng)上查到。系統(tǒng)選用JSP和SQLServer2005開發(fā),采用B/S架構(gòu)。首先本文講述了開發(fā)本系統(tǒng)的意義及目的;其次講述了系統(tǒng)開發(fā)的可行性和市場需求;再次講述了系統(tǒng)從總體設(shè)計到詳細設(shè)計的整
2、個過程;最后完成了對系統(tǒng)的測試。具體內(nèi)容包括五章:緒論、可行性分析與需求分析、系統(tǒng)總體設(shè)計、系統(tǒng)詳細設(shè)計和系統(tǒng)實現(xiàn)。關(guān)鍵字B/S;求職招聘;友好界面;安全性AbstractThissystemnarratedtheplatformon-lineseeksemploymenttheemploymentadvertisedesignbasedonWebwithtorealize.Thissystemdividesintoindividualusermanagement,theenterpriseusermanagementandth
3、emanagermanagesthreeparts.Individualuserhasprovidedthefriendlyoperationcontactsurfaceforthejobseeker,easytounderstand,enablesthejobseekerthefastsecurityapplicationposition;Theenterpriseusersprovidedmanypositionsforthejobseekertoapplyforthejobseeker,thejobseekerhasbee
4、nrecordedincompany'swrittenexaminationrelatedinformationandtheinterviewrelatedinformationdown,thejobseekermighton-linelookup.ThesystemselectsMyEclipseandSQLtheServer2005developments,usestheB/Sconstruction.Firstthisarticlenarrateddevelopsthissystem'ssignificanceandthe
5、goal;Nextnarratedthesystemdevelopmentfeasibilityandthemarketdemand;Narratedthesystemoncemorefromthesystemdesigntothedetaileddesignentireprocess;Finallyhascompletedtosystem'stest.Actualcontentincludingfivechapters:Introduction,feasibilityanalysisanddemandanalysis,syst
6、emsystemdesign,systemdetaileddesignandsystemtest.KeywordB/SSeeksemploymenttheemploymentadvertiseFriendlycontactsurfaceSecurity摘要2Abstract3第1章緒論51.1課題背景51.2目的和意義61.3系統(tǒng)設(shè)計思想71.4本章小結(jié)8第2章可行性分析與需求分析82.1可行性分析82.1.1經(jīng)濟可行性92.1.2技術(shù)可行性102.1.3運行可行性112.2需求分析112.2.1業(yè)務(wù)流程分析122.2.2數(shù)據(jù)流
7、圖132.2.3數(shù)據(jù)字典15第3章系統(tǒng)總體設(shè)計213.1系統(tǒng)模塊213.2數(shù)據(jù)庫設(shè)計233.2.1實體描述243.2.2聯(lián)系描述253.2.3數(shù)據(jù)庫實現(xiàn)263.3本章小結(jié)32第4章系統(tǒng)詳細設(shè)計334.1系統(tǒng)程序流程圖334.4系統(tǒng)前臺管理模塊設(shè)計344.4.1個人用戶的登錄模塊344.4.2個人設(shè)定密碼找回模塊364.4.5職位發(fā)布模塊374.4.6面試管理模塊384.5系統(tǒng)后臺模塊設(shè)計394.5.1個人用戶管理模塊394.5.2企業(yè)管理模塊404.6其他404.7本章小結(jié)40第5章系統(tǒng)實現(xiàn)415.1系統(tǒng)運行平臺、環(huán)境、工具簡介
8、415.1.1系統(tǒng)運行平臺設(shè)置415.1.2MyEclipse簡介415.1.3Java語言的選擇425.1.4SQLSERVER2005特性425.1.5Hibernate的選擇435.3本章小結(jié)44結(jié)論44致謝45參考文獻46附錄147第1章緒論1.1課題背