基于ssm的服裝定制系統(tǒng)設(shè)計與實現(xiàn)-計算機畢業(yè)設(shè)計源碼+LW文檔
摘要
首先,論文一開始便是清楚的論述了系統(tǒng)的研究內(nèi)容。其次,剖析系統(tǒng)需求分析,弄明白“做什么”,分析包括業(yè)務(wù)分析和業(yè)務(wù)流程的分析以及用例分析,更進一步明確系統(tǒng)的需求。然后在明白了系統(tǒng)的需求基礎(chǔ)上需要進一步地設(shè)計系統(tǒng),主要包羅軟件架構(gòu)模式、整體功能模塊、數(shù)據(jù)庫設(shè)計。本項目軟件架構(gòu)選擇B/S模式,總體功能模塊運用自頂向下的分層思想。再然后就是實現(xiàn)系統(tǒng)并進行代碼編寫實現(xiàn)功能。論文的最后章節(jié)總結(jié)一下自己完成本論文和開發(fā)本項目的心得和總結(jié)。通過服裝定制系統(tǒng)將會使服裝定制各個方面的工作效率帶來實質(zhì)性的提升。
關(guān)鍵字:B/S模式 服裝定制 軟件架構(gòu)
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開發(fā)意義 4
1.3項目研究內(nèi)容 4
2開發(fā)技術(shù)介紹 5
2.1 B/S架構(gòu) 5
2.2 Java語言簡介 5
2.3 MySQL 介紹 6
2.4 MySQL環(huán)境配置 6
2.5 SSM框架 7
3系統(tǒng)分析 8
3.1可行性分析 8
3.1.1技術(shù)可行性 8
3.1.2經(jīng)濟可行性 8
3.1.3操作可行性 8
3.2系統(tǒng)性能需求分析 9
3.3系統(tǒng)功能分析 9
3.4系統(tǒng)流程的分析 10
3.4.1 用戶管理的流程 10
3.4.2 個人中心管理流程 11
3.4.3 登錄流程 11
4系統(tǒng)設(shè)計 12
4.1 軟件功能模塊設(shè)計 12
4.2 數(shù)據(jù)庫設(shè)計 12
4.2.1 概念模型設(shè)計 12
4.2.2 物理模型設(shè)計 13
5系統(tǒng)詳細設(shè)計 19
5.1系統(tǒng)功能模塊 19
5.2管理員功能模塊 21
5.3用戶后臺管理模塊 24
6系統(tǒng)測試 26
7總結(jié)與心得體會 27
7.1 總結(jié) 27
7.2 心得體會 27
參考文獻 28
致謝 29
?
管理員;管理員使用本系統(tǒng)涉到的功能主要有首頁、個人中心、用戶管理、服裝類型管理、服裝信息管理、服裝定制管理、留言反饋、系統(tǒng)管理等功能。
用戶;用戶進入系統(tǒng)可以對首頁、個人中心、服裝定制管理、留言反饋等功能進行操作管理。

