网络工程毕业论文成绩查询系统设计 精品

郑州大学毕业设计(论文)

题 目: 成绩查询管理系统

指导教师: 李俊锋 职称: 讲师

学生姓名: 李鹏 学号: [1**********] 专 业: 计算机科学与技术(网络工程) 院(系): 软件学院 完成时间: 2011-12-20

2011年12月20日

目 录

目录………………………………………………………………..............................................................I 摘要……………………………………………………………………………………………………….II Abstract „„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„III

1 绪论 .................................................................................................................................................... 4

1.1 引言 .......................................................................................................................................... 4

1.2 背景 .......................................................................................................................................... 5

1.2.1 B/S模型的优点 ................................................ 5

1.2.2 JSP技术发展背景 .............................................. 6

1.2.3 MS SQL Server 简介 .......................................... 7

2 系统分析............................................................................................................................... 8

2.1 系统需求分析 . ........................................................................................................................ 8

2.2 系统模块介绍 ............................................................................................................................ 8

2.2.1登陆模块 . ..................................................... 8

2.2.2学生模块介绍 . ................................................. 9

2.2.3老师(管理员)模块介绍 ........................................ 9

2.3系统逻辑方案 ............................................................................................................................. 9

2.3.1数据流图(简称为DFD ) ........................................ 9

3 系统设计 .............................................................................................................................................. 11

3.1学生成绩查询系统功能需求简介 ........................................................................................... 11

3.2 功能需求描述 .......................................................................................................................... 11

3.3数据库设计 ............................................................................................................................... 12

3.3.1数据库需求分析 ............................................... 12

3.3.2 数据库的逻辑设计 ............................................ 12

3.3.3 数据库的规范化设计思想 ...................................... 13

3.3.4、逻辑结构设计(E -R 图向关系模型的转换) ..................... 13

4 系统实施 .............................................................................................................................................. 15

4.1 软件测试的目的和原则 ........................................................................................................... 15

4.2各子系统模块程序设计举例 .................................................................................................... 15

5 结论 .................................................................................................................................................. 34

参考文献(References ) ........................................................................................................................ 35

外文资料 .................................................................................................................................................. 35

外文资料译文 .......................................................................................................................................... 40

摘 要

Internet 网是目前全球最大的计算机通信网,它遍及全球几乎所有的国家和地区,它已经成为人们生活、工作、学习越来越离不开的平台。www 系统是一个大型的分布式超媒体信息数据库,它极大的推动了Internet 的发展,己经成为Internet 中最流行、最主要的信息服务方式。www 技术之所以能在全球普及,一个重要的原因就是它与数据库管理系统相互融合,成为一个处理和共享信息的强大工具。一方面,数据库是一种强大的信息管理工具,另一方面,www 提供了共享数据的方法。两者强强联合取长补短,发挥各自优势,使用户可以在Web 浏览器上方便地检索数据库的内容。

本论文主要包括学生课绩管理系统方案分析,本系统是一个典型的信息管理系统(MIS),其开发主要包括后台数据库的建立和维护以及前端应用程序的开发两个方面。对于前者要求建立起数据一致性和完整性强、数据安全性好的库。而对于后者则要求应用程序功能完备, 易使用等特点。本文中数据库服务器端采用了SQL 2000作为后台数据库,以先进的JDBC 技术与数据库连接,结合SQL 语句处理对用户分类,添加,删除,修改等操作,使Web 与数据库紧密联系起来。

利用其提供的各种面向对象的开发工具, 首先在短时间内建立系统应用原型, 然后, 对初始原型系统进行需求迭代, 不断修正和改进, 直到形成用户满意的可行系统。

本系统可以方便老师、学生的成绩管理。实现全校学生选课在线查询。还可以对新来的学生信息进行信息录入。由于学生情况复杂,可以实现信息修改,及时调整学生的基本情况。整个个性化页面生成系统主要由使用JSP 技术开发实现个性化Web 页面生成和JavaBeans 技术实现组件重用两部分组成。

关键词 课程 成绩 学生 数据库 查询

Abstract

The Internet net is the present whole world biggest computer communications network, it spreads global nearly all countries and thearea, it already became the people to live the platform which, thework, the study more and more could not leave. The www system is alarge-scale distributional ultra media information database, it senormous impetus Internet development, the oneself after has become in Internet to be most popular, the most main information service way. The www technology therefore can be popular in the whole world, an important reason is

it mutually fuses with the database management system, becomes a processing and the sharing information powerful tool. On the one hand, the database is one kind of formidable information management tool, on the other hand, www has provided the sharing data method. Two is strong strongly jointly makes up for one's deficiency by learning from others' strong points, displays respective superiority, enables the user to be allowed conveniently to retrieve the database on the Web browser the content.

The present paper mainly includes the student class to twist the management system management system plan analysis, this system is atypical information management system (MIS), its development mainly includes the back stage database the establishment and the maintenanceas well as front end the application procedure development two aspects. Establishes the data uniformity and the integrity regarding former request is strong, the data security good storehouse. But requests the application procedure function regarding latter completely, is easy to use and so on the characteristic. In this article the database server end used SQL 2,000 to take the back stage database, by the advanced JDBC technology and the database connection, unified the SQL sentence to process to the user classification, the increase, deleted, operation and so on revision, caused Web and the database closely relates.

Each kind of object-oriented development kit provides which using it, first establishes the system application prototype in the short time, then, carries on the demand iteration to the initial prototype system, unceasingly revises and the improvement, until forms user satisfaction the feasible system. This system may facilitate teacher, student's result management. Realizes the entire school student to choose the class on-line inquiry. Also may to the student information which newly comes carry on the information input. Because the student situation is complex, may realize the information to revise, promptly adjusts student's basic situation. The entire individuality page production system mainly by uses JSP the technical development realization individuality Web page production and the JavaBeans technology realization module entrusts with heavy responsibility two parts to be composed.

Keyword : courses/score results students database query

郑州大学毕业设计(论文)

题 目: 成绩查询管理系统

指导教师: 李俊锋 职称: 讲师

学生姓名: 李鹏 学号: [1**********] 专 业: 计算机科学与技术(网络工程) 院(系): 软件学院 完成时间: 2011-12-20

2011年12月20日

目 录

目录………………………………………………………………..............................................................I 摘要……………………………………………………………………………………………………….II Abstract „„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„„III

1 绪论 .................................................................................................................................................... 4

1.1 引言 .......................................................................................................................................... 4

1.2 背景 .......................................................................................................................................... 5

1.2.1 B/S模型的优点 ................................................ 5

1.2.2 JSP技术发展背景 .............................................. 6

1.2.3 MS SQL Server 简介 .......................................... 7

2 系统分析............................................................................................................................... 8

2.1 系统需求分析 . ........................................................................................................................ 8

2.2 系统模块介绍 ............................................................................................................................ 8

2.2.1登陆模块 . ..................................................... 8

2.2.2学生模块介绍 . ................................................. 9

2.2.3老师(管理员)模块介绍 ........................................ 9

2.3系统逻辑方案 ............................................................................................................................. 9

2.3.1数据流图(简称为DFD ) ........................................ 9

3 系统设计 .............................................................................................................................................. 11

3.1学生成绩查询系统功能需求简介 ........................................................................................... 11

3.2 功能需求描述 .......................................................................................................................... 11

3.3数据库设计 ............................................................................................................................... 12

3.3.1数据库需求分析 ............................................... 12

3.3.2 数据库的逻辑设计 ............................................ 12

3.3.3 数据库的规范化设计思想 ...................................... 13

3.3.4、逻辑结构设计(E -R 图向关系模型的转换) ..................... 13

4 系统实施 .............................................................................................................................................. 15

4.1 软件测试的目的和原则 ........................................................................................................... 15

4.2各子系统模块程序设计举例 .................................................................................................... 15

5 结论 .................................................................................................................................................. 34

参考文献(References ) ........................................................................................................................ 35

外文资料 .................................................................................................................................................. 35

外文资料译文 .......................................................................................................................................... 40

摘 要

Internet 网是目前全球最大的计算机通信网,它遍及全球几乎所有的国家和地区,它已经成为人们生活、工作、学习越来越离不开的平台。www 系统是一个大型的分布式超媒体信息数据库,它极大的推动了Internet 的发展,己经成为Internet 中最流行、最主要的信息服务方式。www 技术之所以能在全球普及,一个重要的原因就是它与数据库管理系统相互融合,成为一个处理和共享信息的强大工具。一方面,数据库是一种强大的信息管理工具,另一方面,www 提供了共享数据的方法。两者强强联合取长补短,发挥各自优势,使用户可以在Web 浏览器上方便地检索数据库的内容。

本论文主要包括学生课绩管理系统方案分析,本系统是一个典型的信息管理系统(MIS),其开发主要包括后台数据库的建立和维护以及前端应用程序的开发两个方面。对于前者要求建立起数据一致性和完整性强、数据安全性好的库。而对于后者则要求应用程序功能完备, 易使用等特点。本文中数据库服务器端采用了SQL 2000作为后台数据库,以先进的JDBC 技术与数据库连接,结合SQL 语句处理对用户分类,添加,删除,修改等操作,使Web 与数据库紧密联系起来。

利用其提供的各种面向对象的开发工具, 首先在短时间内建立系统应用原型, 然后, 对初始原型系统进行需求迭代, 不断修正和改进, 直到形成用户满意的可行系统。

本系统可以方便老师、学生的成绩管理。实现全校学生选课在线查询。还可以对新来的学生信息进行信息录入。由于学生情况复杂,可以实现信息修改,及时调整学生的基本情况。整个个性化页面生成系统主要由使用JSP 技术开发实现个性化Web 页面生成和JavaBeans 技术实现组件重用两部分组成。

关键词 课程 成绩 学生 数据库 查询

Abstract

The Internet net is the present whole world biggest computer communications network, it spreads global nearly all countries and thearea, it already became the people to live the platform which, thework, the study more and more could not leave. The www system is alarge-scale distributional ultra media information database, it senormous impetus Internet development, the oneself after has become in Internet to be most popular, the most main information service way. The www technology therefore can be popular in the whole world, an important reason is

it mutually fuses with the database management system, becomes a processing and the sharing information powerful tool. On the one hand, the database is one kind of formidable information management tool, on the other hand, www has provided the sharing data method. Two is strong strongly jointly makes up for one's deficiency by learning from others' strong points, displays respective superiority, enables the user to be allowed conveniently to retrieve the database on the Web browser the content.

The present paper mainly includes the student class to twist the management system management system plan analysis, this system is atypical information management system (MIS), its development mainly includes the back stage database the establishment and the maintenanceas well as front end the application procedure development two aspects. Establishes the data uniformity and the integrity regarding former request is strong, the data security good storehouse. But requests the application procedure function regarding latter completely, is easy to use and so on the characteristic. In this article the database server end used SQL 2,000 to take the back stage database, by the advanced JDBC technology and the database connection, unified the SQL sentence to process to the user classification, the increase, deleted, operation and so on revision, caused Web and the database closely relates.

Each kind of object-oriented development kit provides which using it, first establishes the system application prototype in the short time, then, carries on the demand iteration to the initial prototype system, unceasingly revises and the improvement, until forms user satisfaction the feasible system. This system may facilitate teacher, student's result management. Realizes the entire school student to choose the class on-line inquiry. Also may to the student information which newly comes carry on the information input. Because the student situation is complex, may realize the information to revise, promptly adjusts student's basic situation. The entire individuality page production system mainly by uses JSP the technical development realization individuality Web page production and the JavaBeans technology realization module entrusts with heavy responsibility two parts to be composed.

Keyword : courses/score results students database query


相关文章

  • 本科计算机论文题目
  • 基于asp 语言的测试项目 学生信息管理系统的设计与实现 基于ASP.NET 的社区人口管理系统 基于ASP.NET 的课程教学网站设计 公司会议网站 C#高校工资管理系统 C#在线点歌系统 <数据库原理>精品课程网站设计 教师 ...查看


  • ASP精品课程系统-论文-By_gnksguybb
  • 精品课程系统 摘 要 随着互联网技术的迅猛发展,网络给人们带来了很多便利,比如人们借助于网络进行在线课程教学.精品课程网第一步要做的就是将教学内容在网上发布,用户则选择自己需要的课件资源进行下载.考试.课程答疑.bbs 交流.成绩查询等.本 ...查看


  • 生化制药技术重点专业自评报告
  • "生化制药技术"重点专业评估自评报告 生物工程系 生化制药技术专业(2014.12) 一.教学基本条件 1-1 师资队伍 师资队伍组成情况表 1.专业指导思想明确,开拓创新,管理科学,教师工作积极性高涨 生化制药技术主要 ...查看


  • 茶文化网站毕业论文
  • 摘要 随着信息技术的高速发展,21世纪是数字信息时代,互联网正以前所未有的冲击力影响着人类的生活.它的出现和发展,同样也为学校的发展提供了丰富的资源.正是在这样的趋势下,大部分的学校都建立了自己的网站,通过网站来发布消息,共享资源,为学校和 ...查看


  • 计算机专业毕业论文题目_大全(1)
  • 目 录 ASP 类计算机专业毕业论文题目.................................................................................................... ...查看


  • [精品]山西财经大学_毕业论文设计指南
  • 山西财经大学 普通全日制本科学生毕业论文(设计)指南 根据<教育部办公厅关于加强普通高等学校毕业论文(设计)工作的通知>(教高厅[2004]14号),结合<普通高等学校本科教学工作水平评估方案>具体要求,为了进一步规 ...查看


  • 电子科技大学博士招生简章2014
  • 电子科技大学 2014年博士研究生 招生简章 教育部直属重点大学 国家"211工程"."985工程"重点建设高校 学校代码10614 yz.uestc.edu.cn 目 录 学校概况 ........ ...查看


  • 淮北师范大学理工专业
  • 数学科学学院 数学科学学院始建于1974年,是我校最早设立的四个二级教学单位之一.经过三十多年的建设与发展,该学院现有数学与应用数学(师范类).信息与计算科学和统计学三个本科专业,拥有数学一级学科硕士授权点.学院师资力量雄厚,现有专任教师5 ...查看


  • 交通运输专业实践教学体系改革研究
  • 西南交通大学学报(社会科学版) 2008年12月第9卷第6期 JOURNALOFSOUTHWESTJIAOTONGUNIVERSITY Dec.2008V01.9 No.6 (SocialSciences) 交通运输专业实践教学体系改革研究 ...查看


热门内容