您现在的位置:网站首页答辩论文计算机毕业设计JAVA/JSP

基于JSP学生管理网站开发

  • 简介:(论文 字数;10934 页数;39 带程序)摘 要:人类已进入21世纪,科学技术突飞猛进,经济知识和信息产业初见端倪,特别是信息技术和网络技术的讯速发展和广泛应用,对社会的政治、经济、军事、文化等领域产生越来越深刻的影响,也正在改变人们的工作、生...
    • 请与管理员联系购买资料 QQ:5739126
  • 论文简介
  • 相关论文
  • 论文下载

(论文 字数;10934 页数;39   带程序)摘 要:人类已进入21世纪,科学技术突飞猛进,经济知识和信息产业初见端倪,特别是信息技术和网络技术的讯速发展和广泛应用,对社会的政治、经济、军事、文化等领域产生越来越深刻的影响,也正在改变人们的工作、生活学习、交流方式。信息的获取、处理、交流和应用能力,已经成为人们最重要的能力之一。
在不久的将来知识经济将占世界经济发展的主导地位,国家综合国力和国际竞争能力越来越取决于教育发展、科学技术和知识创新的水平,教育在经济和社会发展过程中将呈现出越来越突出的重要作用。学生管理系统是一个教育单位不可缺少的部分,它的内容对于学校的决策者和管理者来说都至关重要,所以学生管理系统应该能够为用户提供充足的信息和快捷的查询手段。但是一直以来人们使用传统人工的方式管理学生成绩、填写各种表格,这种管理方式存在着许多缺点,如:效率低、保密性差,另外所用其时间长,产生大量的文件和数据,这对于查找、更新和维护都带来了不少的困难。
随着中国加入WTO,意味着我国要在同一个网络平台上参与国际竞争,同世界接轨。这对我们既是一个机遇,也是一个挑战。为此我们必须全面加强全民的信息技术教育,以提高我国的整体素质。科学技术的不断发展和提高,计算机科学技术日渐成熟,其强大的功能人们已有深刻认识它已进入人类社会的各个领域并发挥着越来越重要的作用。作为计算机应用的一部分,使用计算机对学生管理系统进行信息管理有着手工管理所无法比拟的优点,如:检索迅速、查找方便、可靠性高、存储量大、保密性好、寿命长、成本低等。这些优点能够极大地提高学生系统管理的效率,也是教育单位的科学化、正规化管理与世界接轨的重要条件,因此,开发一套这样成绩管理软件成为很有必要的事情。

关键词 网络平台,教育,学生管理 ,学生管理网站开发

Abstract :The human being has entered the 21st century, and the science and technology have developed rapidly, the knowledge-based economy and the information industries have appeared. Especially the fast development and the wide application of information technology and the network technology have more and more profound impact to the political, economy , military, cultural and other fields of the society and it’s also changing the mode of work, life, study and communication of people. The ability of acquisition, dealing with, exchanging and using information has become one of the important abilities for mankind.
The knowledge-based economy the leading position of the world economy’s development in the future, and for one country ,the overall national strength and international competitiveness are more and more depending on the development of education, science and technology and the level of the innovation to knowledge, education will be showing an increasingly prominent role during the process of the development of economy and society .Student Management System is a unit of education as an indispensable part, Its contents for the policy makers and school administrators are of great importance. So student management system should be able to provide users with sufficient information and efficient means of inquiry. But people have been using the traditional manual management of student performance, completing forms, This mode of administration, there are many drawbacks, such as : low efficiency, poor security, and used its long time have a lot of documents and data, which identify, update and maintenance caused a lot of difficulties.
To enter WTO for china means that we will participate in the international competition at the some platform, this is an opportunities for us as well as challenge. So we need to strengthen our comprehensive information technology education to improve the overall quality. Scientific and technological development and upgrading of computer science and technology is reaching maturity and its powerful function of the people have a profound understanding, It has entered the human society in various fields and is playing an increasingly important role. As part of the computer application, the use of computers to manage information of student management system, Manual management has incomparable advantages, such as : the rapid retrieval and search for convenient, high reliability, large memory capacity, high security, and longevity, and low cost. These advantages can greatly improve the students to management efficiency, as well as educational institutions are scientific and standardized management, integration with the world's important, therefore, the development of a performance management software such as very necessary things.

Keywords platform; education; student management;

目 录
1 绪 论 1
1.1 系统开发的历史背景与意义 1
1.2 学生管理系统的构建 2
1.3 开发工具介绍 2
2 系统开发技术支持 4
2.1 JSP介绍 4
2.2 编程语言JAVA 5
3 需求分析 7
3.1 学生管理系统设计的目标的分析 7
3.2 学生管理系统的系统需求 8
3.3 系统性能需求 8
4 系统设计 9
4.1 系统总体设计 9
4.2 模块设计 10
4.3 系统结构图 12
4.2.1 用户登录 12
4.2.2 学生模块结构图 13
4.2.3 教师模块结构图 13
5.1 数据库设计 15
5.2 数据库的连接 18
6 详细设计 20
6.1 登录模块设计 20
6.1.1 登录模块概述 20
6.1.2 登录页面 20
6.1.3 流程图 20
6.2 系统管理员功能模块设计 21
6.2.1 管理员操作页面概述 21
6.2.2 管理员模块主页面 21
6.2.3 添加学生模块 22
6.2.4 更新学生模块 23
6.3 教师功能模块设计 24
6.3.1 教师功能操作页面概述 24
6.3.2 管理员模块主页面 24
6.3.3 成绩模块 25
6.4 学生功能模块设计 26
6.4.1 学生功能操作页面概述 26
6.4.2 学生模块 26
6.4.3 选择课程模块 27
6.4.4 查看课程信息模块 28
6.4.5 察看成绩及学分模块 28
6.4.6 更改个人信息模块 29
6.5 安全性设计 30
结 论 31
致 谢 32
参考文献 33

1 绪 论
1.1 系统开发的历史背景与意义
当今时代是飞速发展的信息时代,在各行各业中离不开信息处理,这正是计算机被广泛应用于信息管理系统的环境。计算机的最大好处在于利用它能够进行信息管理。使用计算机进行信息控制,不仅提高了工作效率,而且大大的提高了其安全性。尤其对于复杂的信息管理,计算机能够充分发挥它的优越性。管理信息系统是进行信息的采集、存储、加工、维护和使用的系统,它是随着管理科学和技术科学的发展而形成的。学生管理系统是一个教育单位不可缺少的部分,它的内容对于学校的决策者和管理者来说都至关重要,所以学生管理系统应该能够为用户提供充足的信息和快捷的查询手段,对学生来说可以轻松的查阅自己在校的成绩以及信息等。

\

查看评论 已有0位网友发表了看法
  • 验证码: