客服一(QQ:40114597):
该资料价格:¥200
,查看汇款方式
JSP+SQL Server 基于JSP技术的人才招聘信息系统
本系统开发工具:JSP+SQL Server
本设计包含内容:源代码 + 毕业论文 + 开题报告 + 答辩稿
论文大概:35页 1.1万
摘 要
随着电子招聘网站的日渐成熟,网上招聘逐渐地被人们熟悉,一种全新的招聘方式正悄然兴起。显然的,一个功能强大且合理完善的网上招聘平台是用人公司和求职者的最便捷的桥梁。
本论文的目的是,设计并实现一个招聘网络平台,求职者可以在主页方便地浏览查询职位及发送应聘简历;公司招聘人员可以方便地查找其需要的目标信息,阅读人员简历信息。网站管理员则通过后台来实现对所有求职者,简历,公司招聘职位,公司信息的发布和审核。
本论文介绍了JSP, SQL Server 2000, B/S等相关知识,同时较为详尽地阐述了招聘网站的实现.。网站的设计采用B/S模式,以JSP嵌入JavaScript为脚本语言, SQL Server 2000为数据库的WEB应用程序。并运用POWERDESIGN为网站数据库表设计工具,并结合了有经验的SQL Server 2000专家的设计经验从物理和逻辑上进行了设计和调整,并从应用出发,优化了整体的设计和优化了整体的网站性能。本论文从数据库设计,JAVA类,业务逻辑,维护运行等各方面讨论了招聘网站的实现过程和运维过程碰到的问题。
关键字 招聘网站,JSP,POWERDESIGNER,SQL Server 2000.
Abstract
Along with the development of the Internet, more and more enterprises recruit online. The need for technology support and applications have risen as usage of online recruitment has increased.
Establish This Application in 2002, the mission of this Web is to provide job seekers with a simple yet powerful way to search for new career development opportunities. At the same time, The Web is committed to help employers identify and recruit qualified candidates into their organizations.
We discuss how to establish the web application and Which function can apply by this web application.
Job Seeker Service Function:Search the largest jobs database.Personalized job search Create your personal job search agents to sift through the vast amount of job listings and find suitable career opportunities for yourself.Personalized resume management system.Use the resume management system to keep your resume and cover letters updated. You can use the resume wizard to help you develop and complete your resume, with several templates to select from. You can also simplify your job application process once you have posted resume - with a few clicks, you can send your resume, cover letter and other attachments to potential employers. Delivery of the latest job listings matching your job search criteria Corporate Member Services
The Web System design using B/S model ,using JavaScript language write JSP , The database using SQL Server 2000 DBMS.We use powerdesigner build the database tables .also design the logic and physics tables .We turning the system performance at the design phase. We discuss the table’s design ,Java class, operation logic ,maintain the System ,and the solution of the question.
Keywards recruit online;JSP;SQL Server 2000 ;
目录
1 绪论 1
1.1问题的提出 1
1.2本文研究路线 1
1.3主要内容及意义 2
2 网站开发前的准备工作 3
2.1相关知识介绍 3
2.1.1 JSP简介 3
2.1.2 SQL SERVER 2000简介 4
2.1.3 B/S简介 4
2.2 系统平台构架 5
2.3 系统的开发工具 5
3 系统概述 6
3.1 系统功能 6
3.2.系统预览 6
4 数据库数据结构设计 9
4.1数据库概念结构设计 9
4.2数据库逻辑结构设计 9
4.3数据库连接配置 10
4.4数据库表操作类 11
4.4.1 数据表INSERT和UPDATE操作 11
4.4.2数据表的DELETE操作 11
5 系统设计 14
5.1用户注册模块 14
5.1.1个人用户注册模块设计 14
5.1.2企业用户注册流程图 14
5.2用户登录模块 15
5.3修改基本信息模块 17
5.4 发布广告模块 18
5.4.1个人发布广告模式设计 18
5.4.2个人删除广告设计 18
5.4.3公司用户发布/删除招聘信息数据流图 19
5.5浏览信息模块 19
5.5.1浏览企业招聘信息模块 19
5.5.2浏览个人求职信息模块 20
5.5邮件发送模块 20
6 存在的问题和前景展望 22
6.1系统存在的不足 22
6.2前景展望 22
致谢 24
参考文献: 25

