书法介绍网站设计与实现
摘 要
视频书法介绍,从学习角度出发,为了工作涉及。从个人角度出发,为了良好的锻炼自己的编程能力,从社会使用出发,目前广伐应用,加上现如今的疫情情况和部分工作人员的生活向导,书法介绍越来越多。本人主要用tomcat服务器进行部署,来实现页面的跳转和相关的整合内容。既能有效的提高开发的速度,又能完善好各功能的实现。来成功编写一个学习网站设计网站。具体实现请让我慢慢说来。
关键词:java,tomcat,jsp,css,html,servlet
Video online learning, from a learning perspective, for work involved.From the personal point of view, in order to better exercise their programming ability, from the perspective of social use, the current wide cut application, coupled with the current epidemic situation and some of the staff life guide, online learning is increasing.I mainly use tomcat server for deployment, to achieve page jump and related integration content.It can effectively improve the speed of development and perfect the realization of each function.To successfully write a learning website design website.Let me take my time.
KEY WORDS:ssm;mysql;E-learning Website
目录
摘 要 I
第1章 绪论 1
1.1开发背景 1
1.2开发意义 1
1.3研究内容 1
第2章 主要技术和工具介绍 2
2.1 servlet架构 2
2.1.3.jsp 的选用 2
2.3Myeclipse与Tomcat简介 5
第3章 系统分析 4
3.1可行性分析 4
3.1.1经济可行性 4
3.1.2技术可行性 4
3.1.3操作可行性 4
3.2需求分析 4
3.3业务流程分析 6
3.4前后台用户登录流程 6
第4章 系统设计 9
4.1系统结构设计 9
4.2功能模块设计 9
4.3数据库设计 10
4.3.1数据库设计概述 10
4.3.1概念设计 10
4.3.2表设计 13
第5章 系统实现 17
5.1基本论坛 17
5.2主页面的实现 17
5.3注册模块的实现 17
5.3登录模块的实现 19
5.4管理模块 20
5.6站内新闻管理模块的实现 20
5.7书法信息模块的实现 21
5.9书法考核模块实现 24
5.11用户查询模块的实现 24
第6章 系统测试 26
6.1测试目的 26
6.2测试概述 26
6.3单元测试 26
6.3.1登录测试 26
6.3.2视频类别测试 27
6.4集成测试 28
第7章 总结 28
致 谢 30
参考文献 31