摘要

首先,论文一开始便是清楚的论述了系统的研究内容。其次,剖析系统需求分析,弄明白“做什么”,分析包括业务分析和业务流程的分析以及用例分析,更进一步明确系统的需求。然后在明白了系统的需求基础上需要进一步地设计系统,主要包罗软件架构模式、整体功能模块、数据库设计。本项目软件架构选择B/S模式,总体功能模块运用自顶向下的分层思想。再然后就是实现系统并进行代码编写实现功能。论文的最后章节总结一下自己完成本论文和开发本项目的心得和总结。通过服装定制系统将会使服装定制各个方面的工作效率带来实质性的提升。

关键字:B/S模式 服装定制 软件架构


Abstract

First of all, the thesis clearly discusses the systematic research content at the very beginning. Secondly, the analysis of system requirements analysis, understand "what to do", including business analysis and business process analysis and use case analysis, further clear system requirements. Then, on the basis of understanding the requirements of the system, we need to further design the system, mainly including software architecture pattern, overall functional modules and database design. The software architecture of the project is B/S mode, and the overall functional modules are layered from top to bottom. Then is the realization of the system and code writing to achieve the function. The last chapter of the paper summarizes the experience and summary of the completion of this paper and the development of this project. Through the clothing customization system will make the clothing customization in all aspects of work efficiency to bring substantial improvement.


Key words: B/S mode clothing customization software architecture


目录

1绪论 4

1.1项目研究的背景 4

1.2开发意义 4

1.3项目研究内容 4

2开发技术介绍 5

2.1 B/S架构 5

2.2 Java语言简介 5

2.3 MySQL 介绍 6

2.4 MySQL环境配置 6

2.5 SSM框架 7

3系统分析 8

3.1可行性分析 8

3.1.1技术可行性 8

3.1.2经济可行性 8

3.1.3操作可行性 8

3.2系统性能需求分析 9

3.3系统功能分析 9

3.4系统流程的分析 10

3.4.1 用户管理的流程 10

3.4.2 个人中心管理流程 11

3.4.3 登录流程 11

4系统设计 12

4.1 软件功能模块设计 12

4.2 数据库设计 12

4.2.1 概念模型设计 12

4.2.2 物理模型设计 13

5系统详细设计 19

5.1系统功能模块 19

5.2管理员功能模块 21

5.3用户后台管理模块 24

6系统测试 26

7总结与心得体会 27

7.1 总结 27

7.2 心得体会 27

参考文献 28

致谢 29

 

管理员;管理员使用本系统涉到的功能主要有首页、个人中心、用户管理、服装类型管理、服装信息管理、服装定制管理、留言反馈、系统管理等功能。


用户;用户进入系统可以对首页、个人中心、服装定制管理、留言反馈等功能进行操作管理。


基于ssm的服装定制系统设计与实现-计算机毕业设计源码+LW文档_软件架构

基于ssm的服装定制系统设计与实现-计算机毕业设计源码+LW文档_功能模块_02

基于ssm的服装定制系统设计与实现-计算机毕业设计源码+LW文档_用户管理_03

基于ssm的服装定制系统设计与实现-计算机毕业设计源码+LW文档_软件架构_04