设计 任务书 文档 开题 答辩 说明书 格式 模板 外文 翻译 范文 资料 作品 文献 课程 实习 指导 调研 下载 网络教育 计算机 网站 网页 小程序 商城 购物 订餐 电影 安卓 Android Html Html5 SSM SSH Python 爬虫 大数据 管理系统 图书 校园网 考试 选题 网络安全 推荐系统 机械 模具 夹具 自动化 数控 车床 汽车 故障 诊断 电机 建模 机械手 去壳机 千斤顶 变速器 减速器 图纸 电气 变电站 电子 Stm32 单片机 物联网 监控 密码锁 Plc 组态 控制 智能 Matlab 土木 建筑 结构 框架 教学楼 住宅楼 造价 施工 办公楼 给水 排水 桥梁 刚构桥 水利 重力坝 水库 采矿 环境 化工 固废 工厂 视觉传达 室内设计 产品设计 电子商务 物流 盈利 案例 分析 评估 报告 营销 报销 会计
 首 页 机械毕业设计 电子电气毕业设计 计算机毕业设计 土木工程毕业设计 视觉传达毕业设计 理工论文 文科论文 毕设资料 帮助中心 设计流程 
垫片
您现在所在的位置:首页 >>计算机毕业设计 >> 文章内容
                 
垫片
   我们提供全套毕业设计和毕业论文服务,联系微信号:biyezuopin QQ:2922748026   
基于SSH的高等数学课程网站的设计与开发 毕业论文+任务书+文献综述+项目源码及数据库文件
文章来源:www.biyezuopin.vip   发布者:毕业作品网站  

高等数学课程网站的设计与开发
摘 要
在科技迅猛发展的当今社会,中国的教育改革力度不断深化,教学水平有了很大的发展。随着因特网的发展,其传播信息多、快捷以及分布广的特点广为人们了解。以往的线下教学方式显然已经不能适应当前时代的需求,因此,网上教学方式也因此成为发展趋势。
本文所使用的结构化系统分析方法是自顶向下的,具体描述了一个功能丰富,设计广泛的课程网站的开发过程,并对其操作整体流程和所使用的主要技术做出归纳。首先对课程网站从整体角度进行概述,大致阐述了系统的开发背景和系统开发完成之后的意义;紧接着是系统整体架构阶段,通过分析系统的逻辑组织,分别完成了本课程网站的具体前后端需求,并仔细地进行了可行性分析;之后是系统分析阶段,主要任务是分析主要数据流,进行简要说明;最后是系统设计阶段,完成了本课程网站的核心任务,即划分每个模块、设计数据库中的每个表和设计系统界面。
根据前几个阶段的分析和设计,本课程网站核心技术即采用B/S模式,同时使用JSP技术进行设计网站的基本页面的与功能实现,后台数据库选用SQL Server数据库。经过一系列的测试和分析,判断本系统运行正常,符合用户使用习惯,可以投入使用。
关键词:课程网站,JSP技术,B/S架构,SQL Server,数据库
Design and Development of Higher Mathematics Course Website
ABSTRACT
With the rapid development of science and technology in today's society, China's education reform continues to deepen, teaching level has a great development. With the development of the Internet, it is widely understood that many information can be spread and distributed widely. In the past, the offline teaching method has obviously been unable to meet the needs of the current times, so the on-line teaching method has become the trend of development.
The structured system analysis method used in this paper is Top-down, which describes the development process of a course website with rich function and wide design, and sums up the whole process of its operation and the main techniques used. First, the course site from the overall perspective of the overview, the development background of the system and the significance of the system development are described, and then the whole structure of the system is completed, through the logical organization of the system, the specific front and back end requirements of the course website are finished, and the feasibility analysis is carried out carefully. Then the system analysis phase, The main task is to analyze the main data flow, a brief description, and finally the system design phase, completed the course site's core tasks, namely, each module, design a database of each table and design system interface.
According to the analysis and design of the previous stages, this course website Core technology uses B/S mode, at the same time using JSP technology to design the basic page of the website and function implementation, background database selection SQL Server database. After a series of tests and analysis, the system to determine the normal operation, in line with user habits, can be put into use.
Key words: course website, JSP technology, B/S structure, SQL Server, database
目 录
摘要 I
ABSTRACT II
1 引言 1
1.1 项目开发背景 1
1.2 项目开发意义 1
1.3可行性分析 1
1.3.1 概述 1
1.3.2 技术可行性分析 2
1.3.3 经济可行性分析 2
1.3.4 操作可行性分析 2
2 系统开发技术简介 3
2.1开发工具简介 3
2.1.1 MyEclipse简介 3
2.1.2 SQL Server简介 3
2.2 开发语言简介 3
2.2.1 Java语言简介 3
2.2.2 JSP简介 3
2.2.3 B/S开发模式简介 4
2.2.4 SSH框架简介 4
3 网站需求分析 5
3.1 网站性能需求分析 5
3.2 网站功能需求分析 5
3.3 用例模型 6
3.3.1 管理员用例模型 6
3.3.2 教师用例模型 8
3.3.3 学生用例模型 9
4 网站设计 11
4.1 系统设计 11
4.1.1 系统设计目标 11
4.1.2 系统设计原则 11
4.1.3 系统设计方法 11
4.2 系统流程分析 12
4.3 系统主要模块设计 12
4.3.1 登录模块 12
4.3.2 教学资源模块设计 13
4.3.3 留言模块设计 14
4.4 数据库设计 14
4.4.1 数据流图 14
4.4.2 关系模型 18
4.4.3 数据库表的设计 18
5 网站实现 21
5.1 管理员登录 21
5.2 管理员功能模块 22
5.2.1 班级信息管理 22
5.2.2 老师信息管理 22
5.2.3 学生信息管理 23
5.2.4 公告信息管理 24
5.2.5 留言信息管理 25
5.2.6 资料信息管理 26
5.2.7 视频信息管理 27
5.2.8个人信息管理 28
5.2.9 自测题目管理 28
5.3 前台网站功能模块 29
5.3.1 课程网站首页 29
5.3.2 教学资料下载 29
5.3.3 教学视频下载 30
5.3.4 教师作业管理 30
5.3.5 教师作业添加 30
5.3.6 学生下载作业 30
5.3.7 留言板功能 31
6 软件测试 31
6.1 测试目的 31
6.2 测试方法 32
6.2.1 白盒测试 32
6.2.2 黑盒测试 32
6.3 测试环境 32
6.4 系统测试分析实例 33
6.4.1 管理员、教师登录测试 33
6.4.2 学生登录测试 33
6.4.3 班级信息管理测试 34
7 总结 34
致 谢 35
参考文献 36
附录 38














  全套毕业设计论文现成成品资料请咨询微信号:biyezuopin QQ:2922748026     返回首页 如转载请注明来源于www.biyezuopin.vip  

                 

打印本页 | 关闭窗口
本类最新文章
基于Python的在线自主考试系 基于腾讯云的个人知识库管理系统 基于Android的酒店预定系统
基于matlab变频器控制交流电 基于微信小程序的家校联动平台管理 基于时频分析与自适应滤波技术的多
| 关于我们 | 友情链接 | 毕业设计招聘 |

Email:biyeshejiba@163.com 微信号:biyezuopin QQ:2922748026  
本站毕业设计毕业论文资料均属原创者所有,仅供学习交流之用,请勿转载并做其他非法用途.如有侵犯您的版权有损您的利益,请联系我们会立即改正或删除有关内容!