【正文】
畢業(yè)設(shè)計(jì) ( 論文 ) 網(wǎng)上求職招聘系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn) 論文作者姓名: 申請學(xué)位專業(yè): 申請學(xué)位類別: 指導(dǎo)教師姓名(職稱): 論文提交日期: 網(wǎng)上求職招聘系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn) 摘 要 隨著網(wǎng) 絡(luò)技術(shù) 的發(fā)展 , 網(wǎng) 絡(luò) 在人們生活中的應(yīng)用越來越廣泛 。人才的流動已成為社會的一大問題,傳統(tǒng)的招聘方式不僅讓人覺得很不方便,而且受時(shí)間和空間的限制,讓許多人失去了很多機(jī)會。而網(wǎng)上求職招聘系統(tǒng)提供了方便、簡潔、安全、易于管理的平臺,這是對傳統(tǒng)模式的一種改進(jìn),也是一種必然的走向。 本文對網(wǎng)上 求職招聘系統(tǒng)的設(shè)計(jì)過程進(jìn)行了詳細(xì)介紹。系統(tǒng) 采用 ASP 技術(shù)進(jìn)行開發(fā),選用 SQL Server 作為后臺數(shù)據(jù)庫。本文對系統(tǒng)的開發(fā)背景、系統(tǒng)的開發(fā)和運(yùn)行環(huán)境、系統(tǒng)功能分析、系統(tǒng)功能模塊設(shè)計(jì)、數(shù)據(jù)庫結(jié)構(gòu)實(shí)現(xiàn)、各個功能模塊的創(chuàng)建等各個過程進(jìn)行了闡述。系統(tǒng)實(shí)現(xiàn)了 用戶注冊、登陸 、求職信息 的 發(fā)布、 最新 招聘 信息發(fā)布 等功能。招聘人員和求職人員主要通過發(fā)送網(wǎng)上信息進(jìn)行交流和溝通。 關(guān)鍵字 : ASP; IIS;招聘;求職 Design and Realization of Online Job and Employ System Abstract With the development of work technology, the application of work is more and more extensive in people39。s life. The flow of talent has bee a big social problem. Traditional recruitment not only makes the jobseekers feel inconvenient but also wastes much time. It makes people lost many opportunities. However, online job recruitment system provides a convenient, simple, safe and easytomanage platform, which is an improvement to the traditional model as well as a inevitable tendency. The thesis introduces design process of the system in detail. The system is developed by ASP and uses SQL Server as database. The thesis describes each step of developing, such as development background of the system, development and operating environment, function analysis, module design, database architecture, and realization of all modules. The system realizes some modules, including the user registration, login, submitting the latest job recruitment and the latest job information, etc. The job recruitment and jobseekers can exchange by sending online message primarily. Key words: ASP。 IIS。 the recruitment。 seeks job 目 錄 論文總頁數(shù): 29 頁 1 引 言 ................................................................. 3 研究目的 ........................................................... 3 本設(shè)計(jì)研究意義 ...................................................... 3 開發(fā)背景 ........................................................... 4 求職招聘網(wǎng)的未來走向 ................................................ 4 本文的主要工作 ...................................................... 4 2 相關(guān)技術(shù)與知識 ......................................................... 5 服務(wù)器 IIS介紹 ...................................................... 5 數(shù)據(jù)庫管理系統(tǒng) SQL Server2021 ....................................... 5 ASP技術(shù)簡介 ........................................................ 5 ASP工作原理 .................................................... 5 ADO技術(shù)在 ASP中的應(yīng)用 .......................................... 6 ASP內(nèi)置對象 .................................................... 6 3 網(wǎng)上求職招聘系統(tǒng)的概述 .................................................. 7 系統(tǒng)功能概述及模塊圖 ................................................ 7 系統(tǒng)數(shù)據(jù)流程圖 ...................................................... 8 系統(tǒng)功能模塊劃分 .................................................... 9 求職管理模塊 .................................................... 9 招聘管理模塊 .................................................... 9 系統(tǒng)管理模塊 ................................................... 10 程序與運(yùn)行環(huán)境 ..................................................... 10 4 系統(tǒng)數(shù)據(jù)庫的設(shè)計(jì) ...................................................... 11 系統(tǒng) ER圖 ........................................................ 11 系統(tǒng)數(shù)據(jù)邏輯結(jié)構(gòu) ................................................... 11 5 系統(tǒng)功能模塊實(shí)現(xiàn) ...................................................... 15 本系統(tǒng)應(yīng)用到的基本功能 ............................................. 15 數(shù)據(jù)庫連接 ..................................................... 15 Session 的 設(shè)置 ................................................. 16 求職模塊的實(shí)現(xiàn) ..................................................... 16 求職人員功能流程圖 ............................................. 16 填寫求職簡歷 ................................................... 17 查看全部職位與搜索相應(yīng)職位 ..................................... 18 預(yù)覽求職簡歷 ................................................... 19 更新求職簡歷 ................................................... 20 我的信箱 ...................................................... 20 我的收藏夾 ..................................................... 21 招聘模塊實(shí)現(xiàn) ...................................................... 21 招聘功能流圖 ................................................... 21 填寫 /更新公司的一些詳細(xì)情況 .................................... 22 發(fā)布招聘信息 ................................................... 23 全部人才列表及查找相關(guān)的人才 ................................... 24 個人收藏夾 ..................................................... 24 個人信箱 ...................................................... 24 公司預(yù)覽 ...................................................... 24 管理員界面實(shí)現(xiàn) ..................................................... 24 管理員功能流圖 ................................................. 24 新聞管理 ...................................................... 25 個人用戶管理 ................................................... 25 單位用戶管理 ................................................... 26 招聘信息管理 ................................................... 26 求職信息管理 ................................................... 26 添加一些常用的信息 ............................................. 27 清除調(diào)查表內(nèi)容 ................................................. 27 6 結(jié)果測試,性能分析 ..................................................... 27 結(jié) 論 .................................................................. 28 參考文獻(xiàn) .................................................................. 28 致 謝 .................................................................. 30 聲 明 .................................................................. 31 1 引 言 研究目的 人才在各行各業(yè)都是發(fā)展的關(guān)鍵,大學(xué)生就像是人才的代名詞,如何能夠聘到具有真才實(shí)學(xué)的大學(xué)生是各企業(yè)非常關(guān)心的問題。而找不到理想的工作、不能發(fā)揮自己聰明才智也讓大學(xué)生煩惱,他們踏入社會的第一節(jié)課就是求職。 說到求職,大多數(shù)人可能首先會想到招聘會。 雖然招聘會是目前人才交流的主要途