基于安卓鮮花私人定制app開(kāi)發(fā)-計(jì)算機(jī)畢業(yè)設(shè)計(jì)源碼+LW文檔
摘? ?要
隨著互聯(lián)網(wǎng)技術(shù)的發(fā)展,傳統(tǒng)的鮮花銷(xiāo)售迎來(lái)了機(jī)遇,我國(guó)是個(gè)人口大國(guó),鮮花的需求量大,如何推廣鮮花的銷(xiāo)售是鮮花企業(yè)非常關(guān)注的事情。隨著電子商務(wù)多元化的發(fā)展,各種類(lèi)型的鮮花逐漸轉(zhuǎn)移到線上銷(xiāo)售。在互聯(lián)網(wǎng)的幫助下,帶動(dòng)鮮花企業(yè)打開(kāi)銷(xiāo)路,促進(jìn)鮮花銷(xiāo)售的可持續(xù)發(fā)展。同時(shí),通過(guò)基于安卓鮮花私人定制app,可以讓更多的人選購(gòu)質(zhì)優(yōu)價(jià)廉的鮮花,不再受時(shí)間和地點(diǎn)的限制、方便了購(gòu)買(mǎi)者。在這種一舉兩得的交易模式下,開(kāi)發(fā)基于安卓鮮花私人定制app是非常有意義的事情。
基于安卓鮮花私人定制app利用Java框架開(kāi)發(fā)的一款安卓APP,數(shù)據(jù)存儲(chǔ)到MySQL中,客戶端前臺(tái)使用安卓APP技術(shù)對(duì)界面進(jìn)行設(shè)計(jì)和實(shí)現(xiàn)。本文先充分調(diào)查基于安卓鮮花私人定制app的需求分析,深入剖析系統(tǒng)應(yīng)該具有的功能,并設(shè)計(jì)完善的數(shù)據(jù)庫(kù)。利用成熟的開(kāi)發(fā)技術(shù)完成編碼工作,最后進(jìn)行投入前的測(cè)試工作。最終,完成前臺(tái)和后臺(tái)的基于安卓鮮花私人定制app的功能,主要包括鮮花管理、在線購(gòu)買(mǎi)管理、會(huì)員管理、公告管理等,通過(guò)前后臺(tái)實(shí)現(xiàn)數(shù)據(jù)的傳遞。
關(guān)鍵詞:安卓APP;Java語(yǔ)言;鮮花;電子商務(wù)
?
?Abstract
With the development of Internet technology, the traditional flower sales have ushered in opportunities. China is a country with a large population and a large demand for flowers. How to promote flower sales is a matter of great concern to flower enterprises. With the diversified development of e-commerce, various types of flowers are gradually transferred to online sales. With the help of the Internet, it will drive flower enterprises to open their markets and promote the sustainable development of flower sales. At the same time, through the customized app based on Android flowers, more people can buy high-quality and low-cost flowers, which is no longer limited by time and place, and convenient for buyers. In this transaction mode of killing two birds with one stone, it is very meaningful to develop a customized app based on Android flowers.
Based on the Android flower private customized app, an Android APP developed by using the Java framework is stored in MySQL, and the client foreground uses Android APP technology to design and implement the interface. This paper first fully investigates the demand analysis of the customized app based on Android flowers, deeply analyzes the functions that the system should have, and designs a complete database. Use mature development technology to complete the coding work, and finally carry out the test work before the investment. Finally, complete the functions of the private customized app based on Android flowers in the front and back office, mainly including flower management, online purchase management, member management, information management, etc., and realize data transmission through the front and back office.
Key Words:Android APP; Java language; Flowers; Electronic Commerce
?
目 錄
摘? ?要 2
Abstract 3
目 錄 4
1系統(tǒng)概述 7
1.1 研究的背景和意義 7
1.2 國(guó)內(nèi)外研究現(xiàn)狀 8
1.3 研究?jī)?nèi)容 8
2系統(tǒng)技術(shù) 10
2.1 Java技術(shù) 10
2.2? MYSQL數(shù)據(jù)庫(kù) 10
2.3? 安卓APP技術(shù) 11
2.3.1 Android技術(shù) 11
2.3.2 uni-app框架 11
2.4? JSON數(shù)據(jù) 12
3系統(tǒng)需求分析 13
3.1 可行性分析 13
3.1.1 經(jīng)濟(jì)可行性 13
3.1.2 技術(shù)可行性 13
3.1.3 法律可行性 13
3.2 需求分析 13
3.2.1 非功能性需求 13
3.2.2 功能性需求 14
4系統(tǒng)設(shè)計(jì) 17
4.1 架構(gòu)設(shè)計(jì) 17
4.2 功能設(shè)計(jì) 18
4.2.1 管理員功能設(shè)計(jì) 18
4.2.3 會(huì)員功能設(shè)計(jì) 19
4.3 數(shù)據(jù)庫(kù)設(shè)計(jì) 21
4.3.1 數(shù)據(jù)庫(kù)設(shè)計(jì)原則 21
4.3.2 數(shù)據(jù)庫(kù)ER圖設(shè)計(jì) 21
4.3.3 數(shù)據(jù)庫(kù)表設(shè)計(jì) 22
5 系統(tǒng)實(shí)現(xiàn) 30
5.1 服務(wù)器管理員功能實(shí)現(xiàn) 30
5.1.1 管理員登錄功能實(shí)現(xiàn) 30
5.1.2 用戶管理功能實(shí)現(xiàn) 30
5.1.3 鮮花管理功能實(shí)現(xiàn) 32
5.2.4 公告管理功能實(shí)現(xiàn) 32
5.2.5 鮮花訂單管理功能實(shí)現(xiàn) 33
5.2 小程序端會(huì)員功能實(shí)現(xiàn) 34
5.2.1 會(huì)員登錄管理實(shí)現(xiàn) 34
5.2.2 個(gè)人中心功能實(shí)現(xiàn) 35
5.3.3 鮮花公告查看功能實(shí)現(xiàn) 36
5.3.4 鮮花購(gòu)買(mǎi)功能實(shí)現(xiàn) 36
第6章 系統(tǒng)測(cè)試 38
6.1 程序測(cè)試 38
6.2 測(cè)試用例 39
6.3 系統(tǒng)測(cè)試結(jié)果 40
結(jié)論 41
參考文獻(xiàn) 42
致謝 44
?
1系統(tǒng)概述
1.1 研究的背景和意義
隨著計(jì)算機(jī)信息技術(shù)和網(wǎng)絡(luò)化進(jìn)程的發(fā)展,電子商務(wù)逐漸成熟,通過(guò)信息技術(shù)手段把傳統(tǒng)的銷(xiāo)售活動(dòng)轉(zhuǎn)移到網(wǎng)絡(luò)中來(lái),打破了地區(qū)之間的限制,使得企業(yè)或者個(gè)人都可以參與進(jìn)來(lái)。電子商務(wù)是一場(chǎng)信息革命,改變了人們的思維,對(duì)生產(chǎn)、生活都產(chǎn)生了非常大的影響。網(wǎng)上銷(xiāo)售憑借便捷的特征改變了當(dāng)代人的購(gòu)物模式,如今,越來(lái)越多的人選擇網(wǎng)上購(gòu)物,足不出戶就可以買(mǎi)到任何想買(mǎi)的商品,通過(guò)網(wǎng)頁(yè)瀏覽的方式進(jìn)行貨物比較,節(jié)省了許多寶貴的時(shí)間。
一直以來(lái),鮮花銷(xiāo)售都是通過(guò)傳統(tǒng)的門(mén)店銷(xiāo)售進(jìn)行,這種個(gè)體經(jīng)營(yíng)模式需要從生產(chǎn)開(kāi)始,到進(jìn)貨、銷(xiāo)售等諸多環(huán)節(jié),造成了資源的浪費(fèi),最終導(dǎo)致的結(jié)果是成本增加,使得鮮花缺乏競(jìng)爭(zhēng)優(yōu)勢(shì)。
構(gòu)建基于安卓鮮花私人定制app,提供鮮花信息,發(fā)布相關(guān)公告,幫助鮮花信息的傳播,推廣鮮花品牌。促進(jìn)了商品交易,為經(jīng)營(yíng)的企業(yè)或者個(gè)人提供平臺(tái)支持。銷(xiāo)售者通過(guò)基于安卓鮮花私人定制app的后臺(tái)發(fā)布鮮花信息,上傳鮮花資料,對(duì)鮮花進(jìn)行詳細(xì)的介紹,在訂單管理中查看購(gòu)買(mǎi)的訂單信息,然后及時(shí)發(fā)貨,就可以完成銷(xiāo)售過(guò)程,減少了許多參與的環(huán)節(jié),降低了鮮花銷(xiāo)售成本。以低廉的價(jià)格刺激消費(fèi),從而提高銷(xiāo)量。
基于安卓鮮花私人定制app是個(gè)透明的平臺(tái),消費(fèi)者通過(guò)其他會(huì)員的評(píng)論,可以甄別產(chǎn)品的質(zhì)量,選擇適合自己的商品。不存在信息不對(duì)稱(chēng)的問(wèn)題,從而可以買(mǎi)到滿意的鮮花。對(duì)消費(fèi)者來(lái)說(shuō),不但可以通過(guò)低廉的價(jià)格買(mǎi)到滿意的商品,還可以節(jié)省許多購(gòu)買(mǎi)的時(shí)間,提高了消費(fèi)熱情。獲取到良好的購(gòu)物體驗(yàn)后,還可以介紹親朋好友,因?yàn)殡娮由虅?wù)平臺(tái)跨越了時(shí)間和空間的限制,使得任何用戶都可以參與進(jìn)來(lái)。
基于安卓鮮花私人定制app還提供了評(píng)價(jià)模塊,系統(tǒng)所有的用戶都可以進(jìn)行鮮花評(píng)價(jià),討論當(dāng)前鮮花的評(píng)語(yǔ),為其他用戶提供參考的意見(jiàn)和建議。
