基于net的求职招聘网站的设计大学生毕业论文(设计).doc
文本预览下载声明
毕业设计说明书(论文)
作 者: 学 号:
系 : 计算机系
专 业:
题 目: 基于ASP.net的求职招聘网站的设计
指导者:
(姓 名) (专业技术职务)
评阅者:
(姓 名) (专业技术职务)
2014 年 6 月 4 日
毕业设计(论文)中文摘要
基于ASP.net的求职招聘网站的设计
摘要:
通过对个人求职及企业招聘业务流程的分析,考察求职招聘网站的现状,使用Visual Studio 2010开发环境,以C#为开发语言、SQL Server 2008 为后台数据库,完成了求职招聘网站的设计和实现的全过程。系统采用B/S架构,主要包括前台求职招聘与后台信息管理两部分。前台子系统主要实现了求职者和招聘企业的注册和登录、人才搜索、发布招聘信息、职位搜索、递交简历、新闻公告和求职攻略的浏览等功能;后台子系统主要实现了对新闻公告、求职攻略、用户信息的管理功能。论文叙述了求职招聘网站开发的设计思路和实现的整个过程,并对具体数据库访问技术及开发过程中遇到的问题进行了详细的描述。
关键词: 求职招聘网站 C# SQL Server B/S
毕业设计(论文)外文摘要
Title Design of Job Recruitment Website Based on ASP.net
Abstract
Through the analysis of individual job search and recruitment business process, inspecting the present situation of the job recruitment website, using the Visual Studio 2010 as environment, With C # as the development language, SQL Server2008 database as a background completed the entire process of the job recruitment website design. System adopts B/S structure, mainly including two parts, one is front desk job recruitment, the other is the background information management. The foreground subsystem mainly implements the job seekers and recruiters registration and login, talent search, release recruitment information, job search and recruitment information on the resume, browsing news bulletin and job treks; Backstage subsystem is mainly realized the news announcement, job search strategy, and the management function of user information.
Keywords:Job Recruitment Website C# SQL Server B/S
目 次
1 引言 1
1.1 课题开发背景和意义 1
1.2 解决方案 1
2 开发技术介绍 2
2.1 ASP.net概述 2
2.2 B/S架构 2
2.3 Visual Studio 2010概述 3
2.4 SQL Server 2008 数据库概述 3
3 需求分析 3
3.1 可行性研究 4
3.2 用户需求 4
4 系统设计 5
4.1 系统功能结构设计 5
4.2 数据库的设计 7
5 系统实现 10
5.1 数据库的连接 10
5.2 前台求职招聘子系统的实现 10
5.3 后台信息管理子系统的实现 26
6 系统测试 29
6.1 单元测试 30
6.2 集成测试 30
结 论
显示全部