内 容 摘 要
CloudDemo是网络问答社区,连接各行各业的用户。用户分享着彼此的知识、经验和见解,为中文互联网源源不断地提供多种多样的信息。通过“CloudDemo网络问答社区”开发让我们更好的学习和掌握此类产品所需要的技术。从而提高我们在JavaEE企业级框架应用技术(Spring、Spring MVC、MyBatis)、Ajax技术 、MySQL数据库、jQuery、前端设计框架的使用以及在软件项目的需求分析、数据库应用能力、概要设计、详细设计能力。与此同时培养我们综合职业素质、培养团队工作的精神和应用软件开发的综合职业能力。使我们经历软件开发综合实训完整的工作过程。
关键字:JavaEE;Spring;SpringMVC;MyBatis Ajax
Abstract
CloudDemo is an online question-and-answer community that connects users from all walks of life.Users share their knowledge, experience and insights, providing a constant stream of diverse information to the Chinese Internet.The development of "CloudDemo online question-and-answer community" enables us to better learn and master the technologies needed for such products.So as to improve our application technology in JavaEE enterprise-level framework (Spring, Spring MVC, MyBatis), Ajax technology, MySQL database, jQuery, front-end design framework, demand analysis, database application ability, outline design and detailed design ability in software projects.At the same time, we cultivate our comprehensive professional quality, team work spirit and comprehensive professional ability of application software development.So that we go through the software development integrated training complete work process.
Key Words:JavaEE;Spring;SpringMVC;MyBatis Ajax
目 录
1 绪论 6
1 系统概述 7
1.1 CloudDemo系统设计分析图 7
1.2 系统架构设计 7
1.3 文件组织结构 8
2 相关技术 9
2.1后端技术 9
2.1.1 MVC设计模式 9
2.1.2 Maven项目构建 9
2.1.3 阿里巴巴德鲁伊(Druid)数据库连接池 9
2.2前端框架 10
2.2.1 Jquery 10
2.2.2 Bootstrap 10
2.2.3 Layui 10
2.2.4 H-ui 10
2.3开源工具 10
2.3.1 UEditor 10
2.3.2 Wangeditor 11
2.3.3 Echarts 11
3 需求分析与设计 11
3.1需求分析 11
3.1.1 网站功能描述 11
3.1.2 用例图 11
3.2 网站的总体功能设计 12
3.2.1网站的功能框图 13
3.2.2 CloudDemo网络问答系统前台功能分析 14
3.2.3后台管理系统功能分析 15
3.3数据库设计 16
3.3.1 CloudDemo物理数据模型-Physical Data Modal 16
3.3.2 CloudDemo数据库数据模型 17
3.3.2 网站实体描述 17
3.3.2 实体关系的设计 21
3.3.3 数据库表的设计 22
4 详细设计 27
4.1 CloudDemo网络问答系统前台功能流程图 27
4.1.1 登陆、注册流程图 27
4.1.2 用户提问问题流程图 28
4.1.3 用户回答流程图 30
4.1.4 用户举报流程图 31
5 系统实现 32
5.1 前端系统的实现 32
5.1.1注册功能实现 32
5.1.1登录功能实现 32
5.1.2 首页 33
5.1.3 用户提问问题实现 34
5.1.4 问题详情页(回答或关注问题)实现 34
5.2 后台管理系统实现 35
5.2.1 后台管理员登陆与注册功能实现 35
5.2.2 后台高级管理员功能实现 36
5.2.3 Echarts对网站统计的数据动态处理实现 37
5.2.4 后台日志管理(注册日志、用户操作日志)实现 37