{$cfg_webname}
主页 > 计算机 > ASP.NET >

信管专业就业信息管理系统的设计(ASP.NET,SQL)

来源:56doc.com  资料编号:5D20788 资料等级:★★★★★ %E8%B5%84%E6%96%99%E7%BC%96%E5%8F%B7%EF%BC%9A5D20788
资料以网页介绍的为准,下载后不会有水印.资料仅供学习参考之用. 帮助
资料介绍

信管专业就业信息管理系统的设计(ASP.NET,SQL)(任务书,开题报告,论文说明书12000字,程序代码,SQLserver数据库)
摘要
随着21世纪的到来,互联网技术和信息化技术正在快速地发展,资源信息的竞争越发激烈,依赖传统的信息管理模式已不再跟得上时代的步伐。对于资源共享率要求高,更新迅速,信息的整理工作量越来越大的今天,更加凸显出互联网技术和信息化技术的作用性。
本文分析了现在的互联网环境,梳理信管专业毕业生就业信息管理工作流程,并且根据了解的学生就业动态,从学生,辅导员等角度去分析,详细地阐述了就业信息管理系统的研究内容,在本文中做出系统分析,系统设计,系统实施以及系统测试。
本文设计开发的就业信息管理系统,在技术上采用了B/S架构体系,面向对象的程序设计技术C#,并结合SQL SEVER 2012来进行系统的开发。本系统分为管理员,辅导员,学生三个角色可以进行系统操作,管理员将就业招聘信息录入系统,在具有针对性的前提下提高信管专业学生的就业率得到提升。
关键词:ASP.NET,管理信息系统,就业管理,SQL

Abstract
With the advent of the 21st century, Internet technology and information technology is developing rapidly, more and more intense competition for information resources, relying on the traditional information management model is no longer keep up with the pace of the times. For the resource sharing rate is high, the rapid update, the information finishing work more and more today, more highlights the Internet technology and information technology role.
This paper analyzes the current Internet environment, combines the employment information management work of the professional graduates of the letter tube, and analyzes the dynamicemploymentof the students from the perspective of students and counselors, and elaborates the research contents of the employment information management system in detail. This article takes actions to system analysis, system design, system implementation and system testing.
This paper designs and develops the employment information management system, adopts the B / S architecture system, the object-oriented programming technology C #, and the system development with SQL SEVER 2012. The system is divided into administrators, counselors, students, and the three roles can do system operation, the administrator will employment recruitment information into the system, in a targeted premise to improve the letter of professional students to improve the employment rate.
Key words:ASP.NET,management information systems,Employment management, SQL
本系统为信管专业就业信息管理系统,第一目的就是对本专业毕业生就业信息的管理。在校园招聘时期,企业都会在校园就业网站上挂出自己的招聘信息,但是由于时间有限加上一个页面本就能够显示一定数量的信息,还是针对全校乃至全社会,所以并不能都在网站上录入招聘信息,就会出现许多企业将招聘信息直接发给辅导员再转发给学生,这就出现了首尾不能顾,对符合自己专业且符合自己兴趣的招聘信息就了解不全,在一定程度上增加了就业的难度,不仅浪费时间还浪费精力。针对以上现象做出如下用户需求分析:
(1)本专业人数多,而且本专业就业方向广,所以对于招聘信息的数量的需求是足够大,本系统适合使用;
(2)本专业内部成立有官方社团,本系统可以由他们使用作为管理员身份,可以对系统进行管理,将辅导员和学生信息录入系统;
(3)管理员需要实现对学生,辅导员以及招聘信息、就业信息的基本管理;辅导员需要实现对自己所带班级学生的就业信息,招聘信息执行基本管理;学生可以实现对自己基本信息的管理以及对招聘信息的查看。另外,管理员和辅导员需要了解到随时的就业率情况。
开发环境:Microsoft visual studio
数据库工具:SQL Server
 

信管专业就业信息管理系统的设计(ASP.NET,SQL)
信管专业就业信息管理系统的设计(ASP.NET,SQL)
信管专业就业信息管理系统的设计(ASP.NET,SQL)
信管专业就业信息管理系统的设计(ASP.NET,SQL)
信管专业就业信息管理系统的设计(ASP.NET,SQL)
信管专业就业信息管理系统的设计(ASP.NET,SQL)


目录
摘要    I
Abstract    II
目录    III
第1章绪论    1
1.1 选题背景    1
1.2 选题的目的与意义    1
1.3 国内外研究现状    2
1.3.1 国内现状    2
1.3.2 国外现状    2
1.4 研究内容    3
第2章系统分析    4
2.1 用户需求分析    4
2.2 系统目标    4
2.2.1 系统建设目标    4
2.2.2 总体业务描述    5
2.3 系统功能性需求分析    5
2.3.1 业务流程分析    5
2.3.2 数据流程分析    7
2.4 非功能性需求分析    8
第3章系统设计    9
3.1 功能模块设计    9
3.1.1 登录模块设计    9
3.1.2 管理员模块设计    10
3.1.3 辅导员模块设计    10
3.1.4 学生模块设计    11
3.2 数据库设计    11
3.2.1 实体联系图    11
3.2.2 数据库表设计    13
第4章系统实施与测试    17
4.1 开发环境    17
4.2 功能与页面介绍    17
4.3 系统的具体实现    18
4.3.1 登录界面的实现    18
4.3.2 管理员添加辅导员    19
4.3.3 管理员添加学生    20
4.3.4 管理员查看就业率    21
4.3.5 辅导员登录    22
4.4 系统测试    23
4.4.1 软件测试    23
4.4.2 功能测试    24
第5章总结与展望    26
5.1 总结    26
5.2 展望    26
参考文献    27
致谢    28

推荐资料