【正文】
人力、物力和財(cái)力。 本課題主要討論如何建設(shè)網(wǎng)上購物系統(tǒng)以及如何管理。商家可以通過對(duì)信息篩選處理有用信息,并做出相應(yīng)的銷售策略,這能為商家?guī)肀憷透蟮睦麧?,也能更好的管理好自己的商店? 聲 明 ....................................................................................... 錯(cuò)誤 !未定義書簽。 Management system。本系統(tǒng)主要運(yùn)用了 HTML、 JSP 編程技術(shù)與 SQL Server 數(shù)據(jù)庫等關(guān)鍵技術(shù)進(jìn)行設(shè)計(jì)、實(shí)現(xiàn)。 基于網(wǎng)絡(luò)超市商品銷售管理系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn) 摘 要 隨著互聯(lián)網(wǎng)日益深入我們的生活,網(wǎng)上商品銷售的方式也逐漸被人們所接受,因而集成銷售管理功能的網(wǎng)上銷售系統(tǒng)也顯得更加重要而實(shí)用。同時(shí)對(duì)系統(tǒng)的功能,包括商品目錄顯示、用戶注冊(cè)、用戶登錄、購物車、定單查詢、系統(tǒng)維護(hù)管理 等功能模塊進(jìn)行了實(shí)現(xiàn)。 關(guān)鍵詞: 網(wǎng)絡(luò)超市;管理系統(tǒng); JSP; JavaBean; Servlet The Design and Implement of the System of Trade and Management of Products based on Online Supermarket Abstract As the close link of Inter with our lives, the online trading has been accepted by people gradually. So the online integrating system of trade and management bees very important and useful. Therefore, this project designs the system of trade and management of products based on online supermarket. At the beginning, the paper introduces the origin, development and the current situation of the system of trade and management of products briefly. Then it describes some key technologies simply being used by the system. Finally, the system has been analyzed from several aspects, such as the analysis of requirement, designs of the whole system, database design and the implementation of system by using the methods of software engineering. Meanwhile, this project implements the functions which the system requires, including the catalogs, user registration, user login, shopping cart, order inquiry, maintenance and management of system and so on. The system builds this online shopping system based on HTML, JSP and SQL Server database. In the process of designing system, the thinking of modularization of pages and threelayer structure is adopted in the project. The operation of database is made by using JavaBean. Servlets are used to achieve some parts of the system, such as the trade management and system maintenance. But lots of improvements should be made for this system, especially the security issue which is not solved properly. Key words: Online Supermarket。 Servlet 目 錄 論文總頁數(shù) : 32 頁 1 引言 ...................................................................................................................... 1 選題背景 ..................................................................................................... 1 國內(nèi)外發(fā)展現(xiàn)狀 ........................................................................................... 1 本課題的研究內(nèi)容及方法 ............................................................................. 2 2 技術(shù)理論基礎(chǔ)及開發(fā)平臺(tái) ....................................................................................... 3 技術(shù)理論基礎(chǔ) ............................................................................................. 3 HTML 語言 ....................................................................................... 3 JSP 技術(shù) ............................................................................................ 4 SQL Server 數(shù)據(jù)庫 ............................................................................. 5 開發(fā)平臺(tái) .................................................................................................... 5 簡介 ................................................................................................. 5 特點(diǎn) ................................................................................................. 6 3 需求分析與設(shè)計(jì)方案 .............................................................................................. 6 需求分析 .................................................................................................... 6 需求背景 .......................................................................................... 6 可行性分析 ...................................................................................... 7 設(shè)計(jì)方案 .................................................................................................... 8 設(shè)計(jì)目標(biāo) .......................................................................................... 8 系統(tǒng)總體設(shè)計(jì) ................................................................................... 8 4 各模塊及數(shù)據(jù)庫設(shè)計(jì) .............................................................................................. 9 數(shù)據(jù)庫設(shè)計(jì) ................................................................................................. 9 數(shù)據(jù)分析 .......................................................................................... 9 概念結(jié)構(gòu)分 析 .................................................................................. 10 邏輯結(jié)構(gòu)分析 .................................................................................. 11 各模塊詳細(xì)設(shè)計(jì) ......................................................................................... 13 用戶模塊 ........................................................................................ 13 在線模塊 ........................................................................................ 14 系統(tǒng)維護(hù)模塊 ................................................................................. 17 主要核心代碼 ............................................................................................ 17 數(shù)據(jù)庫連接 .................................................................................... 17 登錄確認(rèn) ........................................................................................ 18 購物車 ........................................................................................... 19 管理員維護(hù) .................................................................................... 21 5 系統(tǒng)的運(yùn)行結(jié)果 ................................................................................................... 24 實(shí)驗(yàn)環(huán)境與結(jié)果 ........................................................................................ 24 實(shí)驗(yàn)環(huán)境 ...........................................................................