基于JavaSSH框架的網(wǎng)上商城設計與實現(xiàn) 畢業(yè)論文+任務書+外文翻譯及原文+項目源碼及數(shù)
下載地址:https://download.csdn.net/download/ouyangxiaobai123/20720855
項目介紹:
基于JavaSSH框架的網(wǎng)上商城設計與實現(xiàn) 畢業(yè)論文+任務書+外文翻譯及原文+項目源碼及數(shù)據(jù)庫文件
系統(tǒng)說明:
摘 要
隨著計算機網(wǎng)絡技術的飛速開展和人們生活節(jié)拍的不時加快,電子商務技術曾經(jīng)逐步融入了人們的日常生活當中,網(wǎng)上商城作為電子商務最普遍的一種方式,已被群眾逐步承受。因而開發(fā)一個網(wǎng)上商城系統(tǒng),合適當今形勢,愈加便當人們在線購物。
本網(wǎng)上商城系統(tǒng)以MVC分層思想為準繩,運用SSH框架停止整合開發(fā)。頁面顯現(xiàn)運用JSP和HTML,數(shù)據(jù)庫運用MySQL,這些技術目前相比照較成熟,便當系統(tǒng)的維護與擴展。網(wǎng)上商城系統(tǒng)前臺包括了用戶注冊、用戶登錄、商品查詢、商品添加到購物車、刪除商品等幾大功用;后臺管理功用則包括商品的修正、添加、刪除、用戶管理和訂單管理等主要功用。本系統(tǒng)具有操作簡單、頁面友善、靈敏性好、運轉穩(wěn)定等特性。
與其他運用ASP,PHP言語編寫的網(wǎng)上商城系統(tǒng)相比,本系統(tǒng)運用的JSP言語愈加便當快捷,開發(fā)愈加效率。運用SSH框架和JSP相分離的方式,大大降低了系統(tǒng)的耦合度,加強了系統(tǒng)的可維護性、可移植性。本系統(tǒng)運用了數(shù)據(jù)庫銜接池技術,有效的避免了因銜接數(shù)過大而惹起系統(tǒng)解體場面的發(fā)作,并且運用了基于Annotation注解的方式停止開發(fā),使網(wǎng)上商城系統(tǒng)的數(shù)據(jù)訪問愈加的快捷。
關鍵詞:網(wǎng)上購物;MVC;SSH;MySQL
Design and Implementation of Web - based Online Shopping System
Abstract
With rapid development of computer network technology and theaccelerating of people lives rhythm,the electronic commerce technology has been gradually into people’s daily life, as the most common form of the e-commerce,online Shopping is easy to accept by public. Therefore to develop an online store system for today’s situation,and more convenient for people to shop online.
This system of online Shopping to MVC hierarchical thought principle,using the SSH framework for integrated development.The front display using JSP and HTML page, background database using MySQL,the technology is relatively mature,the system is convenient to maintenance and expansion.Online Shopping mall in front of the system including the user registration,user login,commodity information,add commodity to cart, delete commodities,user messages and other major function;the backstage management function includes commodity modification,add,delete,user management,order management and other functions.;The backstage management function includes commodity modification, add,delete,user management,order management and other functions.This system has the advantages of simple operation,friendly interface,good flexibility,the characteristics of stable operation.
Compared with other online shop to use ASP, PHP language system, the system uses the JSP language more convenient, develop more efficiency.SSH framework and JSP combination of greatly reduced the degree of coupling of the system,and enhance the system’s maintainability,portability.This system uses a database connection pool technique is effective to prevent the occurrence of the number of connections is too large to cause a system crash situation, and use the Annotation annotation-based development, online store system data access is fast.
Key words:Online Store; MVC; SSH; MySQL
目 錄
摘 要
Abstract
1 緒論
1.1 系統(tǒng)開發(fā)背景
1.2 開發(fā)意義
1.3 國內外現(xiàn)狀
1.4 本系統(tǒng)設計的內容
1.5 設計的步驟
2 系統(tǒng)開發(fā)技術
2.1 動態(tài)網(wǎng)頁技術JSP
2.2 框架SSH
2.3 系統(tǒng)開發(fā)工具
2.4 系統(tǒng)配置過程
2.5 配置關鍵性問題的處理
2.5.1 系統(tǒng)性能調整
2.5.2 數(shù)據(jù)庫編碼
2.5.3 頁面字符集
3 系統(tǒng)剖析
3.1 可行性剖析
3.1.1 技術可行性
3.1.2 經(jīng)濟可行性
3.1.3 可行性剖析結論
3.2 需求剖析
3.2.1 開發(fā)企圖
3.2.2 功用需求
3.2.3 數(shù)據(jù)流圖
3.2.4 數(shù)據(jù)字典
4 系統(tǒng)設計
4.1 系統(tǒng)的功用模塊設計
4.2 系統(tǒng)的工作流程
4.3 系統(tǒng)模塊細致設計
5 數(shù)據(jù)庫設計
5.1 數(shù)據(jù)庫概念設計
5.1.1 實體屬性的定義
5.2 數(shù)據(jù)庫邏輯設計
6 系統(tǒng)完成
6.1 系統(tǒng)主頁面
6.2 非登錄用戶操作
6.2.1 用戶注冊
6.2.2 用戶登錄
6.2.3 找回密碼
6.2.4 查看商品信息
6.2.5 搜索商品
6.3 登錄用戶操作
6.3.1 購物車
6.3.2 付款
6.3.3 更新個人信息
6.4 后臺管理
6.4.1 后臺登錄
6.4.2 后臺主頁面
6.4.3 新增商種類類
6.4.4 商種類類列表
6.4.5 新增商品
6.4.6 商品列表
6.4.7 訂單列表
6.4.8 訂單條件查詢
6.4.9 用戶列表
7 系統(tǒng)壓力測試
7.1 系統(tǒng)壓力測試工具及環(huán)境
7.2 錄制測試過程
7.2.1 樹立線程組
7.2.2 樹立HTTP懇求默許值
7.2.3 設置代理效勞器
7.3 測試設置及啟動
7.3.1 設置登錄參數(shù)
7.3.2 啟動測試
7.4 測試結果
7.4.1 系統(tǒng)壓力測試聚合報告
7.4.2 系統(tǒng)壓力測試圖形結果
結 論
參考文獻
致 謝
適用場景:
畢業(yè)論文、課程設計、公司項目參考
運行截圖:

關注【程序代做 源碼分享】公眾號獲取更多免費源碼?。?!












