論文格式
        電氣工程 會計論文 金融論文 國際貿易 財務管理 人力資源 輕化工程 德語論文 工程管理 文化產業管理 信息計算科學 電氣自動化 歷史論文
        機械設計 電子通信 英語論文 物流論文 電子商務 法律論文 工商管理 旅游管理 市場營銷 電視制片管理 材料科學工程 漢語言文學 免費獲取
        制藥工程 生物工程 包裝工程 模具設計 測控專業 工業工程 教育管理 行政管理 應用物理 電子信息工程 服裝設計工程 教育技術學 論文降重
        通信工程 電子機電 印刷工程 土木工程 交通工程 食品科學 藝術設計 新聞專業 信息管理 給水排水工程 化學工程工藝 推廣賺積分 付款方式
        • 首頁 |
        • 畢業論文 |
        • 論文格式 |
        • 個人簡歷 |
        • 工作總結 |
        • 入黨申請書 |
        • 求職信 |
        • 入團申請書 |
        • 工作計劃 |
        • 免費論文 |
        • 合作期刊 |
        • 論文同學網 |
        搜索 高級搜索

        當前位置:論文格式網 -> 畢業論文 -> 計算機論文
        畢業論文標題:

        網上人才招聘系統

         本文ID:LWGSW14281 價格:收費積分/100
        掃一掃 掃一掃
        本站會員可自行下載:下載地址 網上人才招聘系統 (收費:1000 積分)  

        論文字數:12627,頁數:32

        摘  要
        隨著信息技術的發展,網絡在人們生活和交際中的應用越來越廣泛。 招聘網站為應聘者提供了方便、快捷的應聘途徑。對招聘單位來說,招聘網站也為他們提供了查詢、檢索應聘者信息的平臺,使招聘工作變得輕松易行。應聘者和招聘公司/單位可以在網上通過Internet,突破時間和空間的限制實現工作求職和公司/單位的人才招聘。網上招聘與傳統招聘相比具有招聘范圍廣,信息量大,可挑選余地大,有大量素質高、技術高的應聘人員,招聘效果好,費用低的優勢,因此獲得了越來越多公司的認可,同時它有著經營成本低、庫存虛擬、用戶檢索方便、地域限制少等特點。
        本系統是使用MS.NET平臺中的ASP.NET開發基于B/S體系結構的Web應用程序,在Microsoft Visual Studio .NET 環境下,使用 C# 編程語言并結合Microsoft SQL Server 2000 數據庫開發的一套網絡招聘系統。可以根據登錄身份而行使不同的權限實現了用戶注冊、登錄、驗證身份及用戶數據的采集、搜索/查看用戶信息,站內最新新聞信息發布。個人用戶把簡歷提交給自己合意公司,企業用戶通過簡歷提取自己合意人員的聯系方式,管理員管理整個網站。

        關鍵詞:網上招聘;求職;ASP.NET;B/S體系;新聞發布
        On-line Talent person employment advertise
        System
        Abstract
        Along with the development of information technology, the application of network is more and more widespread in the people’s lives and the human relations. Recruitment Website provides the convenient and quick way for the applicant to find a job. Say to the employment advertise unit that, Recruitment Website also provides the platform for them to search and inquiry the applicant’s information, which causes the employment work to be relaxed and easy. The applicant and the employment advertise company/unit may through the Internet can seek employment and to employ talented person breakthrough time and the spatial limit. The on-line employment advertises compares with the traditional employment advertises, which have the employment advertise scope broadly ,information content largely, choose the leeway in a big way, the applicants who respond to a call for job has the high quality and well skilled, the employment advertise has the superiority of effect well, expense low, therefore it has obtained  more and more companies approval, simultaneously it has characteristics of the cost of operation lowly, the stock hypothesized, the user retrieva l is convenient, the region limits few and so on.
          This system is a web application procedure, based on the the system structure of B/S, uses the ASP.NET which in MS.NET platform to develop. Under the Microsoft Visual Studio NET environment, uses the C# programming language and unifies Microsoft SQL the Server 2,000 databases to develop a set of networks employment advertise system. According to registers’s status that is allowed to act the different jurisdiction to realize the user’s registration, to land, to confirm status and gather users’ data, the search/examinee users’ information, the newest news information was issued in the website. Individual user submits the resume for oneself to one’s Satisfying company, the enterprise user withdraws the satisfying application's contact us through the resume; the manager manages the entire website.

        Key words: the on-line employment advertises; seeks employment; ASP.NET; the B/S system; the news issue
         
        目  錄

        1 引言 1
        1.1 課題背景 1
        1.2 本課題研究路線 1
        1.3 本課題研究的意義 1
        2 網絡招聘系統研究概述 2
        2.1 網絡招聘的發展史 2
        2.2 我國網絡招聘的發展現狀 2
        2.3 網絡招聘求職的作用和優勢 3
        2.4 網絡招聘存在的問題 3
        3 系統需求分析 3
        3.1 功能和需求分析 3
        3.2 系統的結構和流程設計 4
        3.3 數據庫結構設計 6
        3.3.1 數據表的設計 6
        3.3.2 存儲過程的設計 9
        4 系統配置和通用模塊介紹 10
        4.1 Web.config配置 10
        4.2 用于操作數據庫的通用模塊 10
        4.3 管理員模塊設計與實現 13
        4.3.1 注冊界面設計 13
        4.3.2 登錄界面設計 14
        4.3.3 主界面設計 15
        4.3.4 撰寫新聞界面設計 16
        4.3.5 新聞管理界面設計 17
        4.3.6 個人用戶管理界面設計 19
        4.4 個人用戶模塊設計 20
        4.4.1 個人基本信息界面設計 20
        4.4.2 查看招聘信息和在線提交簡歷 21
        4.5 企業用戶模塊設計 22
        4.5.1 企業收藏夾 23
        4.5.2 查看求職信息列表 23
        4.6 新聞模塊設計 24
        4.6.1 瀏覽新聞界面 24
        結    論 24
        參考文獻 25
        致    謝 26
        聲    明 27


        相關論文
        本論文在計算機論文欄目,由論文格式網整理,轉載請注明來源www.donglienglish.cn,更多論文,請點論文格式范文查看
        上一篇:網上選課系統的設計與實現 下一篇:在線資料查閱系統的設計與實現
        Tags:網上 人才招聘 系統 【收藏】 【返回頂部】
        最新文章
        熱門文章
        計算機論文
        推薦文章

        本站部分文章來自網絡,如發現侵犯了您的權益,請聯系指出,本站及時確認刪除 E-mail:349991040@qq.com

        論文格式網(www.donglienglish.cn--論文格式網拼音首字母組合)提供計算機論文畢業論文格式,論文格式范文,畢業論文范文

        Copyright@ 2010-2018 LWGSW.com 論文格式網 版權所有 蜀ICP備09018832號

        感谢您访问我们的网站,您可能还对以下资源感兴趣:

        论文格式网:毕业论文格式范文