【正文】
基于 JSP 的大學生就業(yè)求職網(wǎng)的設計與實現(xiàn) 摘要 I 摘 要 隨著網(wǎng)絡技術(shù)的發(fā)展 ,網(wǎng)絡在人們生活中的應用越來越廣泛 ?人才的流動已成為社會的一大問題 ,傳統(tǒng)的招聘方式不僅讓人覺得很不方便 ,而且受時間和空間的限制 ,讓許多人失去了很多機會 ?而網(wǎng)上求職招聘系統(tǒng)提供了方便 ?簡潔 ?安全 ?易于管理的平臺 ,這是對傳統(tǒng)模式的一種改進 ,也是一種必然的走向 ? 系統(tǒng)采用 JSP 技術(shù)進行開發(fā) ,選用 SQL Server 作為后臺數(shù)據(jù)庫。論文首先論述了系統(tǒng)的開發(fā)背景和設計目標,并對系統(tǒng)開發(fā)所采用的技術(shù)進行相應的簡單介紹。在系統(tǒng)分析中 ,對系統(tǒng)的模型進行簡單分析,明確系統(tǒng)的操作流程,并對系統(tǒng)進行可行性分析,確定在目前的條件下,開發(fā)網(wǎng)上招聘系統(tǒng)是可行的。在需求分析結(jié)果的基礎(chǔ)上,對系統(tǒng)的功能模塊進行劃分。接著對系統(tǒng)中的數(shù)據(jù)庫進行模型設計,包括實體聯(lián)系圖和數(shù)據(jù)表結(jié)構(gòu)。最后給出了系統(tǒng)中模塊的詳細設計與實現(xiàn),并對系統(tǒng)模塊涉及到的關(guān)鍵源代碼進行了詳細的分析。 本系統(tǒng)與當前流行的招聘網(wǎng)站相比,由于技術(shù)上的原因還有功能上的不足,有待進一步的完善。 關(guān)鍵詞 招聘網(wǎng)站,信息系統(tǒng),求職 ABSTRACT II ABSTRACT With the development of work technology, work in people life is widely used. The flow of the talents has bee a problem in the society, the traditional recruitment methods not only make people feel very inconvenient, but also by space and time limit, so many people lost a lot of opportunities. But online application system to provide convenience for safety, concise, and easy management platform, which is a kind of traditional pattern, also is a kind of inevitable trend. System adopts the JSP technology development, choose the SQL Server as backend database. The paper first discusses the system design and the development background of system development target, and adopted the technology to the corresponding simple introduction. In the system of system analysis, the model analysis, system operation process, and the feasibility of system analysis, in the present condition and development of online recruitment system is feasible. In demand, on the basis of the analysis of system function module. Then the database model for system design, including physical contact and data table structure. The system is given in detail design and realization of the module, and the system module involves the key source were analyzed in detail. This system and the current recruitment website, because in the lack of function, and further perfect. Keywords Recruitment website, information system, the application 攀枝花學院本科畢業(yè)設計(論文) 目錄 1 目 錄 摘 要 ....................................................................................................................................................... I ABSTRACT ............................................................................................................................................... II 1 概述 ..................................................................................................................................................... 1 軟件工程基礎(chǔ)知識簡介 .................................................................................................................. 1 網(wǎng)站開發(fā)背景 ................................................................................................................................ 2 系統(tǒng)目標 ....................................................................................................................................... 2 系統(tǒng)設計 原則 ................................................................................................................................ 3 2 系統(tǒng)開發(fā)環(huán)境簡介 ............................................................................................................................. 4 JSP技術(shù)簡介 ................................................................................................................................. 4 JSP 概述 ................................................................................................................................ 4 JSP 的運行原理 ..................................................................................................................... 5 JSP 的生命周期 ..................................................................................................................... 6 JavaBean技術(shù)的簡介 ............................................................................................................. 6 JDK基礎(chǔ)知識 ................................................................................................................................. 7 Tomcat基礎(chǔ)知識 ........................................................................................................................... 8 開發(fā)工具的介紹 ............................................................................................................................ 8 MyEclipse 簡介 ...................................................................................................................... 8 SQL Server 2021 簡介 ............................................................................................................. 9 SQL的特點 ......................................................................................................................... 10 3 系統(tǒng)分析 ............................................................................................................................................. 12 需求分析 ..................................................................................................................................... 12 市場需求分析 ..................................................................................................................... 12 可行性分析 ......................................................................................................................... 12 性能需求分析 ..................................................................................................................... 13 功能需求分析 ..................................................................................................................... 14 用例分析 ...............................................................................................................