目录
中文摘要 2
论文题目 2
1 项目概述 2
1.1 项目的目的和意义 2
1.2 项目的基本内容 2
2 可行性分析 2
2.1 技术可行性 2
2.2 社会可行性 4
2.3 经济可行性 4
2.4 操作可行性 4
3 功能需求分析 5
3.1 系统功能需求 5
3.2 系统性能需求 5
3.3 系统模式 5
4 概要设计 6
4.1 软硬件环境 6
4.2 软件环境 6
4.3 总体功能 6
4.4 系统总体用例图 7
4.5 E-R图 8
5 系统详细设计 8
5.1 后台数据库设计 8
5.1.1 MySQL介绍 8
5.1.2 数据库表结构 9
5.2 处理流程设计 12
5.2.1 系统操作流程 12
5.2.2 数据增加流程 13
5.2.3 数据修改流程 13
5.2.4 数据删除流程 14
5.3 系统模块设计 14
5.3.1用户登录 14
5.3.2文章信息管理 16
5.3.3博主模块设计 19
6 系统测试 21
6.1 测试方法 21
6.2 测试步骤 22
6.3 测试用例 22
7 系统的运行和维护 25
8 毕业设计总结 25
参考文献 26
英文摘要 27
致 谢 28
个人博客系统的设计与实现
摘要:本项目采用B/S架构;使用IntelliJ IDEA、SQLyog等开发工具,以Maven为项目构建工具,通过Bootstrap技术为基础设计前端页面和SSM(SpringMVC、Spring、Mybatis)三大框架技术为基础设计后台业务模块,在以上IDE和专业技术的支持下开发该系统,总体风格以简约为准则,看上去给人以清爽,轻松的感觉,通过使用当下流行的框架技术实现系统功能,在系统设计过程中,代码量少,业务逻辑清楚,大大减少了开发难度,在用户的使用过程中,可以通过浏览器随意浏览及查询各种文章,而数据的后台操作则有服务器端处理。这样很大程度的提高了网页的互动性,使整个系统能够更好的为用户服务。
关键词:Spring;Mybatis;SpringMVC;博客
Design and Implementation of Personal Blog System
Abstract:This project uses B/S architecture; using IntelliJ IDEA, SQLyog and other development tools, Maven as a tool for project construction, design front end page and SSM (SpringMVC, Spring, Mybatis) based on Bootstrap technology as the foundation design background business module, and develop the system with the support of upper IDE and professional technology. The general style is simple as the criterion, it looks refreshing and relaxed. By using the current popular framework technology, the system function is realized. In the process of system design, the code is less, the business logic is clear, and the difficulty of development is reduced greatly. In the user's use process, you can browse through browsers at will. And query various articles, and the background operation of data has server side processing. This greatly improves the interactivity of web pages, enabling the whole system to serve users better.
Keywords:Spring;SpringMVC;Mybatis;blog