毕业生管理信息系统──在线交流模块-毕业论文.doc

上传人:滴答 文档编号:1273222 上传时间:2019-01-26 格式:DOC 页数:55 大小:2.19MB
下载 相关 举报
毕业生管理信息系统──在线交流模块-毕业论文.doc_第1页
第1页 / 共55页
毕业生管理信息系统──在线交流模块-毕业论文.doc_第2页
第2页 / 共55页
毕业生管理信息系统──在线交流模块-毕业论文.doc_第3页
第3页 / 共55页
毕业生管理信息系统──在线交流模块-毕业论文.doc_第4页
第4页 / 共55页
毕业生管理信息系统──在线交流模块-毕业论文.doc_第5页
第5页 / 共55页
点击查看更多>>
资源描述

1、 本科毕业论文 (科研训练、毕业设计 ) 题 目: 毕业生 管理 信息系统 在线交流模块 姓 名: 学 院:软件学院 系: 软件工程 专 业:软件工程 年 级: 学 号: 指导教师 : 职称 : 年 月 I 毕业生管理信息系统 在线交流模块 摘要 随着信息技术的突飞猛进和广泛渗透 , 不仅各企业纷纷建立自己的信息系统 , 各高校也致力于建立自己的 Intranet。同时 近年来, 随着高校的扩招,大学毕业生的就业竞争日趋激烈 , 供求信息不对称的问题 逐渐 成为了高校 毕业生 管理工作中的瓶颈 , 并且 由于企业和毕业生的 信息量增大, 传统的手工管理模式已无法适应当前管理工作的需要。因此 ,

2、建立高校 毕业 生 管理 信息系统 就 显得 日趋 重要和必要 。 目前 , 尽管 各高校 已 存在 可以 使用的信息管理系统 , 但这些系统 不 是基于局域网的传统 C /S 模式就是 单机模式 , 使用 起来 不是很方便。 与此同时, 随着各种信息技术手段的成熟和数据库 的发展 , 网络应用的体系 也从原有的“客户机 /服务器”的两级模式逐步转变成“客户机 服务器 数据库” 3 级模式 。 我们 团队实现 了一个 基于 MVC 三层模式的 高校毕业生管理信息系统 , 目的在于 运用 信息处理技术 为企业招聘和毕业生就业提供一个方便实用的平台 , 增强企业与毕业生的互动与 了解 , 从而提高

3、就业指导 的 工作效率。 本文介绍了 关于 运用 JSP/Servlet/JavaBean技术 构建 MVC三层 模式的 高校毕业生 管理信息系统的 整个过程 ,并详细说明了 BBS 在线交流模块的设计与实现。 关键 词 : 毕业生管理 信息系统 MVC MIS 在线交流 BBS II Graduates Management Information System Online Exchange Module Abstract With the high development of information technology, not only enterprises but also u

4、niversities have built their own Intranet. At the same time in recent years, with the increasing enrollment of colleges, employment competition of university graduates has become increasingly fierce, and the asymmetric information of supply and demand in job market has gradually become the bottlenec

5、k during the work of graduate management. In addition, the amount of information for both enterprises and graduates increases quickly, which means that the model of traditionally manual management cant adapt to the current management requirements any more. Therefore, it has become even more importan

6、t and necessary to set up an information system for college management. At present, most colleges and universities has used their own management information system, but most of them are based on the LAN of C / S model traditionally or single mode, which are not very convenient to use. With the matur

7、ity of all kinds of advanced information technology and the development of database, the architecture of network application has transformed from original “client / server,“ 2 Model into “client - server - Database“ 3 Model. We have realized a management information system for college graduates base

8、d on MVC model, which provides a convenient and useful platform between enterprises recruitment and graduate employment, promotes the interaction between enterprises and graduates, and enhance the efficiency of employment guidance. The article is about the process of developing management informatio

9、n system using JSP / Servlet / JavaBean model based on the MVC model and a detailed description of the online exchange module designation and implementation. Key words: GraduateManage IS MVC MIS BBS III 目录 第一章 引言 . 1 1.1 选题背景 . 1 1.2 目的 和意义 . 1 1.3 开发设计思想 . 2 1.4 本文的组织结构与内容 . 2 第二章 开发工具和技术 . 4 2.1 管

10、理信息系统 (MIS)概述 . 4 2.2 MVC 设计模式概述 . 5 2.3 JSP + Servlet + JavaBean 技术简介 . 6 2.4 JDBC 简介 . 7 2.5 基于连接池的数据库技术 . 10 第三章 毕业生信息管理系统需求分析 . 11 3.1 系统整体需求分析 . 11 3.1.1 毕业生用户模块分析 . 13 3.1.2 企业用户模块分析 . 13 3.1.3 校级管理员模块分析 . 13 3.1.4 在线交流模块分析 . 13 3.2 在线交流模块具体需求分析 . 14 3.2.1 BBS 需求目标 . 14 3.2.2 用户登录前台 . 15 3.2.3

11、 管理员登录后台管理 . 19 3.2.4 本章总结 . 21 第四章 毕业生信息管理系统的设计 . 22 4.1 系统整体设计 . 22 4.2 在线交流模块详细设计 . 23 4.2.1 模块设计 . 23 IV 4.2.2 前台模块 . 24 4.2.3 后台模块 . 25 4.2.4 数据字典 . 25 4.2.5 运行环境 . 26 4.3 系统设计小结 . 26 第五章 毕业生信息管理系统的实现 . 27 5.1 用户登录前台功能实现 . 27 5.1.1 用户登录 . 27 5.1.2 游客注册 . 28 5.1.3 发表新帖 . 29 5.1.4 阅读和回复帖子 . 30 5.

12、1.5 查找帖子 . 31 5.1.6 浏览帖子 . 32 5.2 管理员登录后台实现 . 33 5.2.1 删除帖子 . 34 5.2.2 锁定帖子 . 34 5.2.3 置顶帖子 . 34 5.2.4 修改帖子 . 35 5.3 系统实现小结 . 35 第六章 系统测试 . 36 6.1 测试方法简介 . 36 6.1.1 黑盒测试 . 36 6.1.2 白盒测试 . 37 6.1.3 安全性测试 . 37 6.1.4 性能测试 . 38 6.1.5 集成测试 . 38 6.1.6 安装测试 . 39 6.2 系统部分测试用例 . 39 6.3 系统测试小结 . 41 结论 . 42 V

13、致谢语 . 43 参考文献 . 44 VI Contents Chapter 1 Introduction . 1 1.1 Background. 1 1.2 Purpose and Significance. 1 1.3 Design Ideas. 2 1.4 Organization Structure and Content . 2 Chapter 2 Tools and Techniques. 4 2.1 Management Information System Summary . 4 2.2 MVC Model Introduction . 5 2.3 JSP + Servlet

14、+ JavaBean Introduction . 6 2.4 JDBC Introduction . 7 2.5 Database based on Connection Pool . 10 Chapter 3 Requirement Analysis . 11 3.1 System Requirement Analysis . 11 3.1.1 Graduates Module Analysis . 13 3.1.2 Enterprise Module Analysis . 13 3.1.3 Manager Module Analysis . 13 3.1.4 BBS Module Ana

15、lysis. 13 3.2 BBS Module Specific Analysis . 14 3.2.1 BBS Demand Target . 14 3.2.2 User Login Outlook . 15 3.2.3 Administrator Login Management . 19 3.2.4 Chapter Summary . 21 Chapter 4 System Design . 22 4.1 Overall Design. 22 4.2 BS Module Detailed Design . 23 4.2.1 Module Design . 23 VII 4.2.2 Ou

16、tlook Design . 24 4.2.3 Backoffice Design. 25 4.2.4 Data Dictionary . 25 4.2.5 Running Environment . 26 4.3 System Design Summary . 26 Chapter 5 System Implementation . 27 5.1 User Login Outlook Implementation . 27 5.1.1 User Login . 27 5.1.2 Tourist Registration . 28 5.1.3 Release Posts . 29 5.1.4

17、Read and Reply Posts . 30 5.1.5 Seek for Posts. 31 5.1.6 Look Through Posts . 32 5.2 Administrator Backoffice Implementaiton. 33 5.2.1 Delete Posts . 34 5.2.2 Lock Posts . 34 5.2.3 Pop Posts . 34 5.2.4 Edit Posts. 35 5.3 System Implementation Summary . 35 Chapter 6 System Testing . 36 6.1 Test Metho

18、d Introduction . 36 6.1.1 Black Box Testing . 36 6.1.2 White Box Testing. 37 6.1.3 Security Testing . 37 6.1.4 Performation Testing . 38 6.1.5 Integration Testing . 38 6.1.6 Installation Testing . 39 6.2 Test Cases of System . 39 6.3 System Test Summary . 41 Summary. 42 VIII Acknowledgement . 43 Ref

19、erences . 44 第一章 引言 1 第一章 引言 1.1 选题背景 随着计算机技术的飞速发展,信息网络已成为社会发展的重要保证。如何以网络为纽带快速、高效、方便地实现知识传递 , 信息的交流 ,将传统的 信息管理、人员管理, 沟通模式转变为 现代化的高效的便捷的网络模式 ,是 科教 工作者应当为之努力的方向。基于 JSP 技术的 毕业生管理系统 平台是依托校园网的优势设计和开发的,通过此平台,学生可以不受时间、空间、地域的限制,实现网上浏览 招聘企业信息 , 网上投递简历以及与心仪企业即时在线交流 ; 企业 也可借 助此平台,发布公告信息,发布 招聘信息 , 招募到优秀的毕业生人才 。

20、 1.2 目的和意义 1. 促 进高校就业工作信息化建设 随着信息时代的来临,高校作为代表社会先进知识的聚集地必然率先步入各项工作信息化的行列。在就业形势日益严峻、毕业生就业工作日益复杂化的条件下,积极推进高校大学生就业工作信息化已成为实现高校就业工作有效管理的必要途径和重要任务 。 2. 根本上解决 人才 供求信息不对称的问题 近年来,高校大学生就业出现“招贤难”与“就业难”问题,其中原因很多,如大学扩招导致就业竞争加剧 ,但企业用工信息与人才资源信息(供需)不等, 人才培养结构(学校的专业设置与培养结构)与企业用工实际相脱节、供需信息不对称是造成这一问题的主要原因之一。 本毕业生管理信息系统是解决企业“招贤难”与毕业生“就业难”问题的重要途径 ,一方面 ,管理信息系统 可 以解决学校和企业人力资源信息不对称、供需不对等矛盾,促进市场招贤 主体与人才培养基地有机结合,共享人才供求信息;另 一方面有利于人力资源的培养储备,降低办学主体的就业成本和市场 企业 主体的招聘成本;还可以使 毕业生根据企业需求和自身工作技能及职业理想找到称心如意的工作,从而实现快速就业、快乐就业的职业理想。 3 帮助高校提升就业指导服务水平 , 有利于提高咨询服务的效率和针对性

展开阅读全文
相关资源
相关搜索

当前位置:首页 > 学术论文资料库 > 毕业论文

Copyright © 2018-2021 Wenke99.com All rights reserved

工信部备案号浙ICP备20026746号-2  

公安局备案号:浙公网安备33038302330469号

本站为C2C交文档易平台,即用户上传的文档直接卖给下载用户,本站只是网络服务中间平台,所有原创文档下载所得归上传人所有,若您发现上传作品侵犯了您的权利,请立刻联系网站客服并提供证据,平台将在3个工作日内予以改正。