统前台采用JSP, Bootstrap和JS技术,后台数据库选择MySQL。主要框架是SSM即Spring, SpringMVC, Mybatis。
摘要: 自改革开放以来,应届毕业生在求职方面更多的选择了网络端的58同城、前程无忧等互联网求职网站。而这种求职网站方面却有太多驳杂的信息,让毕业生无法选择。所以本课题实现的针对计算机专业的应届毕业生的单一求职网站。让计算机专业的学生更好的去就业。此网站主要实现了毕业生的用户登录注册、选择公司申请岗位。而企业的HR可以在平台上发布职位信息、查看申请人。最后一个网站的管理员在后台去查看企业发布了有哪些职位帮学生去审核职位的真实性,让毕业生可以更有安全的选择。系统前台采用JSP, Bootstrap和JS技术,后台数据库选择MySQL。主要框架是SSM即Spring, SpringMVC, Mybatis。在编写程序的过程中同样遇到了很多的问题,例如初期框架的搭建、数据库的合理的搭建等等。论文介绍了互联网人才求职网站的构建的功能分析与实现方法,重点介绍其设计方案与内部结构,并为此类系统提供了技术参考,最后对系统的改进和发展提出了建议和展望。
关键词: 求职网站;JAVA语言;SSM框架;网站设计;MySQL数据库;
The Construction of Internet Talent Job Website
Abstract: Since the reform and opening up, new graduates have chosen Internet-based job-search sites such as the 58-city network and the worry-free website. However, there are too many confusing messages on this job search website, which makes it impossible for graduates to choose. Therefore, this topic achieves a single job seeking website for graduates of computer majors. Let computer professional students get better employment. This website mainly realizes the log-in registration of graduates and selects companies to apply for posts. The company's HR can post job information and view applicants on the platform. The administrator of the last website goes in the background to see which posts the company has released to help students verify the authenticity of the posts, so that graduates can have safer choices. The front desk of the system adopts JSP, Bootstrap and JS technologies, and the background database selects MySQL. The main framework is SSM Spring, SpringMVC, Mybatis. In the process of writing the program also encountered a lot of problems, such as the initial framework of the establishment of a reasonable database structure and so on. This paper introduces the function analysis and implementation methods of the Internet talent search website construction, highlights its design scheme and internal structure, and provides technical references for such systems. Finally, it provides suggestions and prospects for the improvement and development of the system.
Keywords: job search website; JAVA language; SSM framework; website design; MySql database;
目录
摘要 i
Abstract i
目录 iii
1 绪论 1
1.1 研究背景与意义 1
1.2 国内外研究现状分析 2
1.2.1 国外研究现状 2
1.2.2 国内研究现状 3
1.2.3 现有研究工作存在的问题或不足 3
2 系统需求与总体框架设计 5
2.1 系统总体框架设计 5
2.1.1 系统设计目标 5
2.1.2 系统软件功能模块设计 5
2.2 系统选择SSM架构 5
2.2.1 SSM框架 5
2.2.2 B/S结构 6
2.3 系统实现方案及主要技术 6
2.3.1 方案实现主要技术 6
2.4 数据库设计 7
2.4.1 数据库概念 7
3 系统结构设计分析 8
3.1 系统可行性分析 8
3.2 功能性需求 9
3.3 系统总体设计 12
3.3.1 功能分析 12
3.3.2功能模块描述 13
4 系统架构及基础功能的详细设计与实现 14
4.1 系统架构相关木块的详细设计与实现 14
4.1.1 Controller层 15
4.1.2 Service层 16
4.1.3 Mapper层 17
4.1.4 实体类 18
5 系统业务功能木块的详细设计与实现 19
5.1首页设计 20
5.1.1 用户登录模块 21