登录

  • 登录
  • 忘记密码?点击找回

注册

  • 获取手机验证码 60
  • 注册

找回密码

  • 获取手机验证码60
  • 找回
毕业论文网 > 毕业论文 > 计算机类 > 软件工程 > 正文

大学生学习资源管理系统前端设计和实现毕业论文

 2021-11-17 11:11  

论文总字数:27594字

摘 要

随着这个时代无线通信、信息化技术的飞速发展,计算机和互联网正在引发人类历史上的一场新的革命。信息化技术给人们的生活带来巨大便利的同时,对于人们的传统生活方式也有着无形的影响。社会信息化的高速发展,一方面纸质教材内容封闭、更新资源周期很长的缺点显得十分突出,另一方面市面上资源管理系统如网盘都有功能欠缺和不够针对大学生群体的缺点。把电脑中不同类型的学习资源与互联网相结合,对于大学生管理自我的学习资源是一个变革也具有广阔的发展前景。因此,本设计着重实现了大学生学习资源管理的功能。

本论文首先介绍了课题研究的相关背景和研究的意义以及相关技术的发展现状,讲述了本系统开发过程中主要应用到的相关的理论知识和技术,之后按照完整的软件项目的开发流程,对于系统进行了用户需求分析,并且依据需求分析对于系统功能模块也进行了划分。本系统最终实现了对后端系统的数据互通,实现了网页应用的注册登录、文件操作、分享功能、资源搜索等功能,为当代大学生提供了一个学习资源管理系统,方便当代大学生进行自我学习资源的管理。

大学生学习资源管理系统的前端设计与开发,对于大学生来说可以方便又快捷而自主地进行自我学习资源的管理与分享,此外还可以搜索其他学生分享的学习资源。真正帮助大学生管理各种学习资源和拓宽学习途径。

关键词:学习资源;文件管理;系统前端;分享;资源搜索;云盘

Abstract

With the rapid development of wireless communication and information technology in this era, computers and the Internet are causing a new revolution in human history. While information technology brings great convenience to people's life, it also changes people's traditional way of life virtually. With the rapid development of social informatization, on the one hand, the paper teaching material is closed and the update resource cycle is very long. On the other hand, the resource management system on the market, such as the net disk, has the disadvantages of insufficient function and insufficient for college students. Combining different types of learning resources in computers with the Internet is a revolution for college students to manage their own learning resources and has a broad development prospect. Therefore, this design focuses on the realization of college students learning resource management function.

This paper firstly introduces the research background and research significance, and related technology development present situation, tells the story of this system development mainly applied to the related theory of knowledge and technology, in accordance with the complete software development process of the project, after the user requirements for system analysis, and according to the division has about the function modules of the requirement analysis of system. This system finally realizes the data interworking of the back-end system, realizes the registration and login of the web application, file operation, sharing function, resource search and other functions, and provides a learning resource management system for contemporary college students to facilitate the management of self-learning resources for contemporary college students.

The front-end design and development of college students' learning resource management system is convenient, quick and independent for college students to manage and share self-learning resources, in addition to searching for learning resources Shared by other students. Help college students to manage all kinds of learning resources and broaden the way of learning.

Key Words:learning resources;file management;font-end of the system;resource sharing;resource search;cloud disk

目 录

第1章 绪论 1

1.1 系统研究的背景 1

1.2 系统研究的目的及意义 1

1.2.1 研究的目的 1

1.2.2 研究的意义 2

1.3 学习资源管理系统的国内外研究现状 2

1.4 课题研究主要内容 3

1.5 论文基本结构 3

第2章 学习资源管理系统前端的相关理论与技术 5

2.1 学习资源管理系统前端与后端 5

2.1.1 学习资源管理系统前端 5

2.1.2 学习资源管理系统后端 5

2.2 开发工具及环境介绍 6

2.2.1 VS Code开发工具 6

2.2.2 ElementUI组件库 6

2.2.3 Vue CLI脚手架工具 6

2.2.4 webpack打包工具 7

2.2.5 JSON数据格式 7

2.3 开发框架介绍 7

2.3.1 Vue.js框架 7

2.3.2 Vuex状态管理工具 8

2.3.3 Vue Router路由工具 8

2.4 本章小结 8

第3章 大学生学习资源管理系统前端的需求分析 9

3.1 需求分析概述 9

3.2 学习资源管理系统前端开发目标 9

3.3 学习资源管理系统前端可行性分析 10

3.3.1 经济可行性 10

3.3.2 操作可行性 10

3.4 学习资源管理系统前端功能性需求分析 10

3.4.1 业务流程分析 11

3.4.2 用例图分析 11

3.5 学习资源管理系统前端非功能性需求分析 17

3.6 本章小结 18

第4章 大学生学习资源管理系统前端的设计 19

4.1 学习资源管理系统前端的概要设计 19

4.1.1 系统前端设计思想 19

4.1.2 系统前端功能结构 20

4.2 学习资源管理系统前端架构设计 20

4.2.1 系统前端的模式选择 20

4.2.2 系统前端的开发框架 21

4.3 学习资源管理系统前端功能设计 21

4.4 本章小结 22

第5章 学习资源管理系统前端的实现 23

5.1 系统组件结构与模块化 23

5.1.1 系统接口封装 23

5.1.2 公共组件模块化 23

5.2 系统功能具体实现 24

5.2.1 用户登录、注册功能实现 24

5.2.2 全部文件模块实现 25

5.2.3 我的分享模块实现 28

5.2.4 资源搜索模块实现 29

5.3 系统测试 30

5.4 本章小结 32

第6章 总结与展望 33

6.1 研究总结 33

6.2 未来展望 34

参考文献 35

致谢 37

绪论

系统研究的背景

在这个信息、科技高速发展的时代,当代大学生把智能移动设备作为重要的学习工具。计算机和互联网正在引发人类历史上一场新的革命[1]。学生在大学期间的学习资料繁多,同时由于网络技术的快速发展,电子型的学习资料占相当比重。在这种现代化的学习方式下,普通的网盘变得越来越不能满足客户的要求,分学科、分学段、分学校的学习资源的管理系统让学习资源的搜索和分享更具秩序,而学生资源管理系统对于所有在校大学生而言也是一个迫切需求和网络学习自我管理的重要方式。因此,设计并开发出一个适合高校大学生使用的学习资源管理系统是很有必要的。

系统研究的目的及意义

研究的目的

在大学生的学习生活中,笔记本电脑是大学生学习的必备工具。但是,笔记、作业、电子书、论文、课件、程序以及上网搜索的资料基本都是电子文档,学生在课堂上用手机录音、录像、拍照之后将这些电子文档散乱的放在笔记本里,并没有很好的管理和组织起来。此外,手机和笔记本里的资料主要靠社交工具共享,同学之间的电子文档也无法方便共享,多年的大量资源查找、使用起来相当耗费时间和精力,甚至可能丢失。但通过对笔记本有计划有思想地使用,十分有助于提高自我的学习效率,取得学业成就[2]

一般情况下,学生们通常使用的解决方案包括一些社交工具,如QQ、百度云盘等,这类应用的缺点很明显:文件的资源关键词分类不够明确;查找或者搜索等功能不具体、不完善;应用的受众群体针对性不强;不能满足指向大学生的学习资源的繁杂的分类以及查找等操作。

请支付后下载全文,论文总字数:27594字

您需要先支付 80元 才能查看全部内容!立即支付

企业微信

Copyright © 2010-2022 毕业论文网 站点地图