1
ssm 作业提交与批改
学院名称:
专 业:
班 级:
学 号:
姓 名:
指导教师姓名:
指导教师职称:
二〇二二 年 三 月
本 科 毕 业 设 计 ( 论 文 )
2
ssm 作业提交与批改
摘 要
社会的进步导致人们对于学习的追求永不止境,那么追求学习的方式也从单一的
书本教程变成了多样化的学习方式。多样化的学习方式不仅仅是需要人们智慧的依
靠,还需要能够通过软件的加持进行信息化的价值体现。软件和系统的产生,从表面
上来看是方便了某一行业和某一行业的用户,其实是从本质上来说是提高了社会的进
步。就拿我们常见的出行而言,滴滴出行看似是为了打车和出行的人方便,但其实通
过另外一种程度上来说,可以通过软件应用的调度和发展来为社会、城市出行的发展
做出巨大的贡献。我们国家从最早的中国制造业演变到现在的“智造”,就是因为有软
件信息系统的价值,能够将一些智慧的因素加入到制造的过程当中,而这一点就是软
件系统来改变生产和现实的需求。在计算机时代日益发展的今天,计算机网络正快速
融入这个社会的每一个领域。学习也成为大家生活当中必不可少的一种习惯,但面对
学习的方式,我们往往是依靠书本或者是教师上课的形式进行讲解,老师批改作业的
过程当中难能够将每一位学生的思路看明白,而且面对学生如此之多,老师的工作量
也是非常大的,为此开发和设计 SSM 作业提交与批改,该系统内容丰富多彩,用户可
以在线进行作业批改等。本文还是使用 JSP 的方式来进行管理的,但在系统建设过程
当中也考虑了许许多多信息安全的保护。
关键词:信息安全,JSP, 作业批改
3
ssm job submission and marking
Abstract
With the progress of society, people's pursuit of learning is endless, and the way of
pursuing learning has changed from a single book course to a variety of ways of learning.
Diversified learning styles not only need to rely on people's wisdom, but also need to be able
to embody the value of information through the support of software. The emergence of
software and systems, from the surface of the convenience of a certain industry and a certain
industry of users, in fact, is essentially to improve the progress of society. As for our common
travel, Didi Chuxing seems to be for the convenience of taxi drivers and travelers, but in fact,
in another way, it can make great contributions to the development of social and urban travel
through the scheduling and development of software applications. Our country has evolved
from the earliest manufacturing industry in China to the current "intelligent manufacturing"
because of the value of software information system, which can add some intelligent factors
into the manufacturing process, and this is the software system to change the production and
realistic needs. Today, with the increasing development of the computer age, the computer
network is rapidly integrating into every field of the society. Learning has become an
indispensable habit in everyone's life, but in the face of the way of learning, we often rely on
books or teachers in the form of class to explain, teachers in the process of correcting
homework can not be able to understand each student's thinking, and in the face of so many
students, the teacher's workload is also very large. For this purpose, SSM job submission and
correction is developed and designed. The system is rich and colorful, and users can do job
correction online. In this paper, the use of JSP way to manage, but in the system construction
process also considered a lot of information security protection.
Keywords:Information security, JSP, video teaching network
目 录
第 1 章 概 述 .................................................3
1.1 系统开发目的和意义...............................................3
1.2 国内外研究现状 ...................................................3
1.3 论文章节 .........................................................4
第 2 章 相关技术介绍 ...........................................4
2.1 SSM 技术 ..........................................................4
2.2 MySQL 数据库介绍 ..................................................5
2.3 网络安全环境 .....................................................5
2.4 Eclipse 介绍 ......................................................5
第 3 章 系统需求分析 ............................................6
3.1 可行性分析 ......................................................6
3.1.1 运行可行性分析 ............................................6
3.1.2 操作可行性分析.............................................6
3.1.3 技术可行性分析.............................................6
3.2 功能需求 .........................................................7
3.3 系统软件部署 .....................................................7
3.4 系统开发架构 ......................................................7
第 4 章 系统设计 ...............................................8
4.1 系统功能设计 .....................................................8
4.2 数据流程图 .......................................................8
4.3 E-R 图设计 .......................................................10
4.4 数据库设计 ......................................................10
第 5 章 系统实现 ..............................................12
5.1 首页 ............................................................12
5.2 后台管理系统页面 ................................................13
5.3 老师信息 ........................................................13
5.4 作业信息添加 .....................................................14
5.5 登录页面 .........................................................14
第 6 章 软件测试 ..............................................15
6.1 测试目的 .........................................................15
6.2 测试方法 .........................................................15
6.3 测试结果 .........................................................16
参考文献 ......................................................16
致谢 ..........................................................18