- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
PAGE 2
山西大学论文
论文题目 同学录系统的设计与实现
姓 名
院系、专业 软件学院、软件工程
学习年限 2014 年 9 月至 2018 年 6 月
指导教师
学位级别
2018年4月5日
同学录系统的设计与实现
内容提要
随着社会的进步,互联网行业的发展,各行各业已经离不开互联网,此项目立志于解决同学之间相互相联系之间的难题,增进同窗之间的友谊,增加平时的互动和联系,扩展你的人脉,给你带来一个愉快的体验。
系统采用的是B/S架构,MVC的思想,采用的是现在所有编程语言中最为流行的一款,java,很多企业使用它,因为它的稳定性是经过了多年的考验,使用了一些企业级开发常用的组件,以及开源的mysql数据库,采用最新的springboot框架。
整个项目采用模块化的思想,分为多个模块,登陆模块,用户管理模块,班级管理模块,管理员模块,用户模块,留言模块等等,提供了相当丰富的功能,同时,也严谨的考虑了安全性方面的问题,严格控制权限,为用户的安全提供了一套切实有效的方案。
关键词: 同学录 交流 JAVA MySQL HTML5 Redis
全套设计加扣 3012250582
Abstract
With the progress of the society and the development of the Internet industry, all walks of life can not be separated from the Internet. This project aims to solve the difficult problems between students, enhance the friendship between the classmates, increase the interaction and contact, expand your connections, and bring you a happy experience.
The system uses the B/S architecture, the idea of MVC, the most popular one in all programming languages, Java, which many enterprises use, because its stability has been tested for many years, using some enterprise level development components, as well as open source MySQL databases, and using the latest springboot box Frame.
The whole project uses modular idea, which is divided into multiple modules, landing module, user management module, class management module, administrator module, user module, message module and so on. A set of effective and effective solutions is provided.
Key words: Student Record Exchange JAVA MySQL HTML5 Redis
目 录
TOC \o 1-3 \h \z \u 第一章 绪论 6
1.1系统开发背景 6
第二章 开发背景 7
2.1课题的背景和意义 7
2.2技术知识简介 8
2.2.1 java 8
2.2.2 mysql 8
2.2.3 Redis 8
2.2.4 springboot 8
2.2.5 mybatis 9
2.3课题的研究目的 9
2.4课题的主要内容 9
第三章 可行性和需求分析 10
3.1可行性分析 10
3.1.1 技术可行性分析 10
3.1.2 经济可行性分析 10
3.1.3 操作可行性分析 10
3.1.4 法律可行性分析 11
3.2系统需求分析 11
第四章
文档评论(0)