毕业论文=毕业生就业信息管理系统(论文范文_JSP_JAVA 联系客服

发布时间 : 星期六 文章毕业论文=毕业生就业信息管理系统(论文范文_JSP_JAVA更新完毕开始阅读46ed6dd6dbef5ef7ba0d4a7302768e9951e76e32

毕业生就业信息管理系统的设计与实现

摘要: 随着高校教育体制的改革大学生人数的不断增加,毕业生就业制度发生了根本的变化。单位和学生走向人才市场,双向选择,择优录用。因此在这样的情况下,在INTERNET上开发并运行信息管理系统就能够极大地提高工作效率,弥补了用人单位和学生在时间和空间上的不足。

本设计就是采用网页编程工具、JSP技术和数据库技术,在网上设计一个虚拟的人才市场,用人单位可以在网上发布招聘信息,管理毕业生的基本情况,学生的就业条件及意向,建立毕业生和用人单位的联系。

关键字:就业; 信息管理; SQL Server;JSP

word文档 可自由复制编辑

Graduates Employment Information

Management System

Abstract: Company with both the reformation of higher education system and the increasing in university students, the employment system has been changed radically. Both companies and students choose each other, a mutual selection turns to be a trend. In such circumstances, information management system based on Internet would enhance the efficiency to satisfy both sides.

This thesis designs a on-line virtual recruitment market, by using web page programming tool, JSP technology and database technology, where the company can publish wanted information, also it is an effective way to supervise all the information from graduates, as well as building up a connection between two sides.

After testing the system is running well.

Key words:Graduates, Information Management , SQL Server , JSP

word文档 可自由复制编辑

目 录

第1章 绪 论 .................................................................................................................... 1

1.1 背景 ...................................................................................................................... 1 1.2 国内外发展现状 .................................................................................................. 1 1.3 选题的目的及意义 .............................................................................................. 1 1.4 此次设计完成的工作 .......................................................................................... 2 第2章 毕业生就业系统分析 .............................................................................................. 3

2.1 开发技术与环境选择 .......................................................................................... 3

2.1.1 JSP ............................................................................................................. 3 2.1.2 JSP与ASP的比较 ................................................................................... 3 2.1.3 Tomcat ....................................................................................................... 4 2.1.4 Hibernate ................................................................................................... 5 2.1.5 SQL Server 2000 ....................................................................................... 5 2.1.6 JDBC ......................................................................................................... 6 2.1.7 运行环境 ................................................................................................... 7 2.2 体系结构 .............................................................................................................. 7

2.2.1 B/S模式 .................................................................................................... 7 2.2.2 B/S与C/S模式比较 ................................................................................ 8 2.3 需求分析 .............................................................................................................. 9

2.3.1 整体分析 ................................................................................................... 9 2.3.2 各个模块详细分析 ................................................................................. 10

2.4.3 系统功能结构图 ..................................................................................... 12

第3章 毕业生就业系统设计 ........................................................................................ 13

3.1 数据库设计 ........................................................................................................ 13 3.2 模块设计 ............................................................................................................ 17

3.2.1 个人模块 ................................................................................................. 17 3.2.2 企业模块 ................................................................................................. 17

3.2.3 管理员模块 ............................................................................................. 18

第4章 毕业生就业系统实现 .......................................................................................... 19

4.1 数据库连接 ...................................................................................................... 19

word文档 可自由复制编辑

4.2 系统运行结果 .................................................................................................. 20

4.2.2 注册界面 ................................................................................................. 20 4.2.3 个人资料页面 ......................................................................................... 22 4.2.4 学历信息页面 ......................................................................................... 23 4.2.5 个人简历页面 ......................................................................................... 23 4.2.6 首页页面 ................................................................................................. 23 4.2.7 企业资料页面 ......................................................................................... 24 4.2.8 职位信息页面 ......................................................................................... 24 4.2.9 职位资料页面 ......................................................................................... 27

4.2.10 就业指导页面 ......................................................................................... 27

第5章 系统测试 .............................................................................................................. 28

5.1 系统测试的目的和任务 .................................................................................... 28 5.2 测试方法和环境 ................................................................................................ 28 5.3 测试内容及结果 ................................................................................................ 28 5.4 测试结论 ............................................................................................................ 33 结 论 .............................................................................................................................. 34 致 谢 .............................................................................................................................. 36 参考文献 .............................................................................................................................. 37

word文档 可自由复制编辑