基于JAVA毕业设计的超市管理系统
摘 ?要
隨著科技的迅速發(fā)展,計(jì)算機(jī)技術(shù)已應(yīng)用到社會(huì)的各個(gè)領(lǐng)域。隨著計(jì)算機(jī)技術(shù)和通信技術(shù)的迅速發(fā)展,網(wǎng)絡(luò)的規(guī)模也逐漸增大,網(wǎng)絡(luò)的元素也隨之不斷增加,有的利用其通信,有的利用其商業(yè)用途,在網(wǎng)絡(luò)上進(jìn)行出售、收購(gòu)、宣傳等操作,從而使得網(wǎng)絡(luò)越來越成為現(xiàn)今社會(huì)上必不可少的元素,而網(wǎng)站就是這個(gè)網(wǎng)絡(luò)里很龐大的元素。
通過購(gòu)物網(wǎng)站這個(gè)平臺(tái),可以使用戶足不出戶就可以了解豐富的商品信息,極大的方便了用戶,系統(tǒng)的主要功能包括:商品類別管理、商品信息管理、訂單管理、會(huì)員管理、系統(tǒng)公告管理等。分為管理員用戶、會(huì)員用戶這二種用戶平臺(tái)。
結(jié)合這次設(shè)計(jì)的意義對(duì)Internet在商業(yè)中的應(yīng)用與發(fā)展做一下介紹;然后針對(duì)整個(gè)系統(tǒng)進(jìn)行分析,其中包括可行性分析、需求分析、系統(tǒng)的業(yè)務(wù)流程分析、數(shù)據(jù)分析等;在此基礎(chǔ)上確定網(wǎng)站的功能目標(biāo),將網(wǎng)站的功能逐次劃分,并細(xì)分出子功能模塊;接下來設(shè)計(jì)并實(shí)現(xiàn)各個(gè)模塊,在每個(gè)模塊都能完成其功能的結(jié)果下將其綜合成一個(gè)完整的系統(tǒng)。
本系統(tǒng)前臺(tái)主要使用JAVA作為開發(fā)語言,后臺(tái)使用MySql作為數(shù)據(jù)庫(kù)管理系統(tǒng),開發(fā)環(huán)境是MyEclipse,服務(wù)器采用tomcat,開發(fā)出的一個(gè)基于Web技術(shù)的B/S結(jié)構(gòu)的購(gòu)物網(wǎng)站。
?
關(guān)鍵詞:電子商務(wù),JAVA,B/S結(jié)構(gòu)
ABSTRACT
With the rapid development of science and technology, the computer technology has been applied to each field of the society. With the rapid development of computer technology and communication technology, the size of the network increases, network elements are also increasing, some use their communication, and some use it for commercial use, sale, purchase, publicity and other operations in the network, so that the network is increasingly becoming an essential element of modern society, and the website is very large in the network elements.
Through the shopping website of this platform, users can remain within doors can understand the wealth of information goods, a great convenience to users, the main functions of the system include: category management, product information management, order management, membership management, bulletin management system. As administrator, members of the user to the two user platform.
Combined with the design of the significance of the application and development of Internet in business overview; then in view of the entire system analysis, including feasibility analysis, demand analysis, the system business process analysis, data analysis; determine the functional target sites on the basis of this, the function of successive division site, and subdivide the function module; then design and Realization of each module, can complete the functions of each module in the results of the integrated into a complete system.
The front of the system using JAVA as the development language, the use of MySql as a database management system, the development environment is MyEclipse, the server using tomcat, developed a Web technology based on B/S structure of the shopping website.
Keywords:?Electronic commerce,JAVA,B / S structure
?
?
目 ?錄
摘??要?I
ABSTRACT?II
第一章?緒論?1
1.1課題背景?1
1.2目的和意義?1
1.3開發(fā)工具及技術(shù)?1
1.3.1開發(fā)工具?1
1.3.2 JAVA?2
1.3.3 JavaScript?3
1.4軟硬件需求?4
第二章?需求分析?5
2.1可行性分析?5
2.1.1技術(shù)的可行性?5
2.2.2經(jīng)濟(jì)的可行性?5
2.2.3操作可行性?5
2.2.4法律的可行性?5
2.3系統(tǒng)用戶用例圖?6
2.3.1普通用戶用例圖?6
2.3.2管理員用例圖?6
2.4功能模塊需求分析?7
2.5設(shè)計(jì)的基本思想?8
2.6性能需求?8
2.6.1系統(tǒng)的安全性?8
2.6.2數(shù)據(jù)的完整性?9
2.7界面需求?9
第三章?系統(tǒng)分析與設(shè)計(jì)?11
3.1數(shù)據(jù)庫(kù)的分析與設(shè)計(jì)?11
3.1.1數(shù)據(jù)庫(kù)的概念結(jié)構(gòu)設(shè)計(jì)?11
3.1.2數(shù)據(jù)庫(kù)的邏輯結(jié)構(gòu)設(shè)計(jì)?14
3.1.3數(shù)據(jù)庫(kù)的連接原理?16
3.2中文亂碼問題處理?18
第四章?系統(tǒng)功能實(shí)現(xiàn)?19
4.1管理員登陸頁面?19
4.2管理員模塊?21
4.2.1商品類別管理?22
4.2.2商品信息管理?25
4.2.3會(huì)員信息管理?29
4.2.4訂單管理?30
4.2.5修改密碼?33
4.2.6退出系統(tǒng)?34
4.3普通用戶模塊?34
4.3.1系統(tǒng)主頁面實(shí)現(xiàn)?34
4.3.2商品類別查詢?34
4.3.3用戶注冊(cè)?35
4.3.4用戶購(gòu)物?36
4.3.5購(gòu)物車管理?37
4.3.6網(wǎng)站聊天室?39
第五章?系統(tǒng)測(cè)試?40
5.1系統(tǒng)測(cè)試目的與意義?40
5.2測(cè)試過程?40
5.2.1主頁面的登錄模塊測(cè)試?40
5.3其他錯(cuò)誤?41
結(jié)??論?42
參考文獻(xiàn)?43
致??謝?44
總結(jié)
以上是生活随笔為你收集整理的基于JAVA毕业设计的超市管理系统的全部?jī)?nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 微信、支付宝二码合一扫码支付实现思路
- 下一篇: Windows xp home edit