摘 要
随着科技的发展,互联网技术的蓬勃以及智能手机的普遍应用,移动手机已成为我们生活中必不可缺的通讯应用工具之一。与传统教学模式相比,通过智能手机互联网进行学习也成为 21 世纪的潮流。移动手机为我们的生活、工作以及各个层面带来了我们想不到的便捷。随着软件技术的不断更新与发展,通过智能手机进行课程学习已经实现, 移动手机端课程管理应用也在不断进行完善。
本文运用 Android Studio 和 My Eclipse 集成开发工具实现了数据结构精品课程的视频管理,后台应用 MySQL 对数据进行存储管理,并利用 Navicat for MySQL 可视化工具查看数据。本应用的主要功能包括以下几个方面:用户登录、教学视频视频上传、视频简介修改、视频预览、视频下载和删除、本地观看记录等。
该论文将详细的阐述该应用所涉及到的技术,并对该产品进行可行性研究、需求分析、总体设计、详细设计和实现与测试进行介绍。该精品课程的视频管理端不具有作业测试模块,因此在以后的开发维护中可以进行不断的完善。
关键词:数据结构;视频管理;Android studio;MySQL
ABSTRACT
With the development of science and technology, booming of Internet technology and general use of smart phones, mobile phone has become one of the essential communication applications in our life.Compared with the traditional teaching mode, through the study of intelligent mobile Internet has become the trend of the 21st century.Mobile phones for every level of our life, work and brings convenient we think not.With constantly update and development of software technology, the course has been achieved through smart phones, mobile phone terminal course management application are perfect.
This paper USES the Android Studio and My Eclipse integrated development tool to realize the data structure of the excellent courses, video management background applications MySQL data storage management, and by using Navicat for MySQL visualization tool to check the data.The application's main features include the following aspects: user login, the teaching video upload video, video profile modification, preview video, video download and delete, local records, etc.
This paper will detail the technology involved, and to the feasibility study, demand analysis, general design, detailed design and implementation and testing.The exquisite course of video test module management side does not have homework, so in the later development of maintenance can be continuously perfect.
Key Words: Data structure;Video management;Android studio;MySQL
目 录
1 绪 论 1
1.1 本课题研究的背景和意义 1
1.2 移动视频管理的现状 1
1.3 选题意义 2
1.4 论文内容 3
2 可行性研究 3
2.1 环境说明 3
2.2 开发计划 4
2.3 可行性研究 4
2.4 相关技术说明 5
3 需求分析 7
3.1 功能模块图 7
3.2 功能需求 9
3.2.1 教师模块 9
3.2.2 学生模块 10
3.3 数据库设计 10
3.3.1 概念设计 10
3.3.2 设计全局 E-R 模式 10
3.3.3 数据库表设计 10
4 总体设计 13
4.1 系统功能说明 13
4.1.1 总体功能 13
4.1.2 非功能性需求 16
4.2 主要功能数据流图设计 17
5 系统详细设计及实现 19
5.1 系统工作流程设计 19
5.2 系统类图设计 21
5.3 系统前端界面设计 25
6 系统测试与部署 33
6.1 测试范围 33
6.2 测试与验收 33
6.3 设备兼容性测试 35
6.4 安装环境要求 35
6.5 系统使用说明 35
7 结束语 36
致 谢 37
参考文献 38