論文格式
    電氣工程 會計論文 金融論文 國際貿易 財務管理 人力資源 輕化工程 德語論文 工程管理 文化產業(yè)管理 信息計算科學 電氣自動化 歷史論文
    機械設計 電子通信 英語論文 物流論文 電子商務 法律論文 工商管理 旅游管理 市場營銷 電視制片管理 材料科學工程 漢語言文學 免費獲取
    制藥工程 生物工程 包裝工程 模具設計 測控專業(yè) 工業(yè)工程 教育管理 行政管理 應用物理 電子信息工程 服裝設計工程 教育技術學 論文降重
    通信工程 電子機電 印刷工程 土木工程 交通工程 食品科學 藝術設計 新聞專業(yè) 信息管理 給水排水工程 化學工程工藝 推廣賺積分 付款方式
    • 首頁 |
    • 畢業(yè)論文 |
    • 論文格式 |
    • 個人簡歷 |
    • 工作總結 |
    • 入黨申請書 |
    • 求職信 |
    • 入團申請書 |
    • 工作計劃 |
    • 免費論文 |
    • 合作期刊 |
    • 論文同學網(wǎng) |
    搜索 高級搜索

    當前位置:論文格式網(wǎng) -> 畢業(yè)論文 -> 計算機論文
    畢業(yè)論文標題:

    在線食品銷售管理系統(tǒng)

     本文ID:LWGSW14498 價格:收費積分/100
    掃一掃 掃一掃
    本站會員可自行下載:下載地址 在線食品銷售管理系統(tǒng) (收費:1000 積分)  

    論文字數(shù):16300,頁數(shù):48

    摘要

    隨著Internet的迅速發(fā)展,網(wǎng)上購物變得越來越流行。網(wǎng)上商城作為網(wǎng)上交易的主要平臺,推動了電子商務的迅速發(fā)展。本系統(tǒng)是網(wǎng)上商城的一個典型的例子,網(wǎng)上食品銷售管理系統(tǒng)是一個基于Internet,采用J2EE架構的分布式體系結構的思想模式,并根據(jù)現(xiàn)有的網(wǎng)上購物系統(tǒng)的現(xiàn)狀而設計開發(fā)的電子商務平臺。它不但可以擴大商家的規(guī)模和市場影響力,而且可以減少企業(yè)的經(jīng)營成本,提高工作效率。
    通過基于J2EE架構的網(wǎng)上購物系統(tǒng)的實驗運行,表明了基于J2EE的體系架構能有效地提高web應用系統(tǒng)的開發(fā)效率,使系統(tǒng)具有較好的可移植性和可重用性。
    本文首先介紹了網(wǎng)上購物系統(tǒng)的需求分析和可行性研究,然后論述了系統(tǒng)的設計目標,系統(tǒng)需求和總體設計方案,較詳細的論述了系統(tǒng)的詳細設計和實現(xiàn)并附上關鍵代碼和效果圖。在系統(tǒng)功能方面,本系統(tǒng)主要為用戶提供了注冊、購物車管理、商品搜索、用戶資料修改等功能,為管理員提供了商品管理、商品類別管理、用戶信息管理、訂單管理等功能。在設計方面,本系統(tǒng)采用的是JSP+JavaBean的模式開發(fā),采用Ajax技術來實現(xiàn)客戶端的異步請求操作,可以實現(xiàn)在不需要刷新頁面的情況下與服務器進行通信,從而減少用戶等待時間。數(shù)據(jù)庫采用目前比較流行的SQL Server 2000數(shù)據(jù)庫。


    關鍵詞:數(shù)據(jù)庫,J2EE架構,網(wǎng)上購物

    ABSTRACT

     With the rapid development of Internet, online shopping is becoming increasingly popular. Online Shopping Mall as the main platform for online transactions romotes the rapid development of e-commerce. Online Shopping Mall of the system is a typical example, on-line food distribution management system is based on the Internet, and using J2EE framework model, in accordance with the existing system and the status of online shopping to design and develop e-commerce platform . It can not only expands the business scale and market influence, but also reduces operating costs and enhance efficiency.
     J2EE-based framework for online shopping system shows that the system based on J2EE architecture can effectively improve the development of web application system efficiency, the system has good portability and reusability. This paper first introduces that the online shopping system needs analysis and feasibility studies, and when we discuss the system design objectives, system requirements and design program, more detailed discussion of the detailed design realized. Finally, the article also carried out on-line shopping system, the system detection. The system is mainly provided for the user registration, shopping cart management, product search, modify user information and other functions, it provides administrators with the management of goods, goods category management, information management, order management and other functions. In terms of design, the system uses JSP + Java Bean pattern of development, the use of Ajax technology to achieve the client's asynchronous requests operation can be achieved in the situation and do not need to refresh the page while communicating with the server, so that we can reduce user waiting time. We use the very popular current SQL Server 2000 database.
     
     Keywords: Database, J2EE Framework, Online shopping
    目錄

    摘要 I
    ABSTRACT II
    第1章 引言 1
    1.1背景 1
    1.2 研究內容 2
    第2章 B/S結構的系統(tǒng)開發(fā)方法 3
    2.1 B/S系統(tǒng)結構分析 3
    2.1.1 瀏覽器/服務器結構 3
    2.1.2 瀏覽器/服務器結構的優(yōu)缺點 3
    2.2數(shù)據(jù)庫訪問技術分析 4
    2.2.1 JDBC數(shù)據(jù)庫訪問技術 4
    2.2.2 JDBC對B/S模式的支持 6
    2.3開發(fā)環(huán)境和工具介紹 6
    2.3.1 DREAMWEAVER 6
    2.3.1 My Eclipse 7
    2.3.3 JSP語言環(huán)境 7
    2.3.4 SQL Server 2000 8
    第3章 需求分析 10
    3.1 需求分析 10
    3.1.1 系統(tǒng)需求分析 10
    3.1.2必要性分析 10
    3.1.3功能需求分析 10
    3.2系統(tǒng)功能結構圖 12
    3.2.1前臺功能結構圖 12
    3.2.2后臺功能結構圖 13
    3.3 本章小結 14
    第4章 數(shù)據(jù)庫設計 15
    4.1 數(shù)據(jù)庫設計說明 15
    4.2 系統(tǒng)E-R圖 16
    4.3 系統(tǒng)表結構說明 17
    第5章 系統(tǒng)設計與實現(xiàn) 21
    5.1前臺首頁文件架構圖 21
    5.2 前臺功能實現(xiàn) 23
    5.2.1用戶注冊模塊 23
    5.2.2用戶登陸 25
    5.2.3商品搜索模塊 26
    5.2.4購物車模塊 27
    5.2.5收銀臺模塊 30
    5.3后臺文件架構圖 33
    5.4 后臺功能實現(xiàn) 34
    5.4.1管理員登陸界面 34
    5.4.2 商品管理模塊 36
    5.4.3訂單管理模塊 38
    5.4.4公告管理模塊 40
    5.4.5退出系統(tǒng)模塊設計 41
    第6章 結束語 42
    致謝 43


    相關論文
    本論文在計算機論文欄目,由論文格式網(wǎng)整理,轉載請注明來源www.donglienglish.cn,更多論文,請點論文格式范文查看
    上一篇:博客系統(tǒng)設計與實現(xiàn) 下一篇:個人信息管理系統(tǒng)設計與實現(xiàn)
    Tags:在線 食品 銷售 管理系統(tǒng) 【收藏】 【返回頂部】
    最新文章
    熱門文章
    計算機論文
    推薦文章

    本站部分文章來自網(wǎng)絡,如發(fā)現(xiàn)侵犯了您的權益,請聯(lián)系指出,本站及時確認刪除 E-mail:349991040@qq.com

    論文格式網(wǎng)(www.donglienglish.cn--論文格式網(wǎng)拼音首字母組合)提供計算機論文畢業(yè)論文格式,論文格式范文,畢業(yè)論文范文

    Copyright@ 2010-2018 LWGSW.com 論文格式網(wǎng) 版權所有 蜀ICP備09018832號

    感谢您访问我们的网站,您可能还对以下资源感兴趣:

    论文格式网:毕业论文格式范文