Vue graduation project online course online on-demand management system (including source code + paper)


1 Project Introduction

Hi, hello fellow students, this is Senior Sister M!

Today I would like to share with you a newly completed graduation project project this year (2022), [SSM-based teaching video on demand system]

The senior students will rate the project according to the difficulty and level of implementation (minimum 0 points, full score 5 points)

  • Difficulty factor: 3 points

  • Workload: 5 points

  • Innovation point: 3 points

  • Interface beautification: 5 points

Supplementary explanation for interface beautification: Anyone who uses vue can basically achieve 5 points

This project will be completed in June 2022 and includes: source code + thesis + defense PPT

Project acquisition:
https://gitee.com/sinonfin/L-javaWebSha/tree/master


2 to achieve the effect

Video address: https://www.bilibili.com/video/BV1Fv4y1M7ut

2.1 Interface display

  • Administrator login interface

Insert image description here

  • Student management interface

Insert image description here

  • Video classification management interface

Insert image description here

  • System function interface

Insert image description here

  • Video information interface

Insert image description here

3 design solutions

3.1 Overview

System development mainly uses Java language technology, and uses MySQL database to complete data storage in the design of the entire system. It is developed based on the current situation of the video on demand system and implements networked management of the video on demand system based on actual needs. All kinds of information are stored in an orderly manner. After entering the video on demand system page, you can start operating the main control interface. The main functions include administrator: home page, personal center, student management, teacher management, video classification management, video information management, system Management, student front desk: home page, video information, system announcements, personal center, backend management, teachers: home page, personal center, video information management and other functions.

The functional modules of the entire system are mainly to make corresponding units for the combination, decomposition and replacement of each project element. Finally, a simple principle is made based on each system module. The overall design of the system is designed according to the needs of users. In order to better serve users, it is necessary to make corresponding functional modules and maintain consistent connections with internal information from the design and implementation of the video on demand system. Therefore, we must avoid duplication and coupling of some codes during design.

3.2 System process

3.2.1 System development process

Investigation and analysis is a more important link in system process analysis, because in this system it involves the business process of each link, so the overall design of the video on demand system must ensure the correct input and output of each information and the The data is stored completely and a specific flow chart is drawn based on the actual operating steps.

Insert image description here

3.2.2 Login process

In order to ensure the security of the system, users must log in if they want to enter the video on demand system.

Insert image description here

3.3 System structure design

Through system requirements analysis, the main functions of this video on demand system include administrator: homepage, personal center, student management, teacher management, video classification management, video information management, system management, student front desk: homepage, video information, system announcement, personal Center, backend management, teachers: home page, personal center, video information management and other functions.

Insert image description here

4 items acquired

This project will be completed in June 2022 and includes: source code + thesis + defense PPT

Project acquisition:
https://gitee.com/sinonfin/L-javaWebSha/tree/master

Guess you like

Origin blog.csdn.net/WEB_DC/article/details/133268921