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

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

      網(wǎng)絡商城的設計與實現(xiàn)

       本文ID:LWGSW14008 價格:收費積分/100
      掃一掃 掃一掃
      本站會員可自行下載:下載地址 網(wǎng)絡商城的設計與實現(xiàn) (收費:1000 積分)  

      論文字數(shù):13960,頁數(shù):29

      摘  要
      隨著信息化的發(fā)展,互連網(wǎng)需要提供更多的服務,構(gòu)造更完善的體系以滿足越來越多的用戶的精神與物質(zhì)需求。隨著Internet技術的日益成熟,一種建立在網(wǎng)絡上的電子方式商貿(mào)活動形成了,這便是今天為大家所熟悉的電子商務。
      網(wǎng)站采用ASP+ACCESS技術的B/S模式,通過對后臺數(shù)據(jù)庫的操作實現(xiàn)購物、后臺管理等各項功能。實現(xiàn)真正意義上的電子商貿(mào)活動。
      設計用戶分為前臺客戶和后臺管理員。實現(xiàn)前臺瀏覽商品,購買商品,會員注冊,登錄并修改用戶個人信息,后臺商品管理,訂單管理,網(wǎng)站綜合管理等功能。
      本文在研究了發(fā)展現(xiàn)狀后,對相關理論做了介紹,并詳細描述了網(wǎng)絡商城的功能需求和具體設計與實現(xiàn)。最后給出了系統(tǒng)的測試結(jié)果。

      關鍵詞:電子商務;ASP;網(wǎng)上購物The Design and Implementation of the E-commerce City
      Abstract
      With the development of information, the networks need more service to satisfied more and more physical and spiritual demand of users.And now Internet technology is mature,a mode of commerce which depends on the Internet was formed. It’s the electronic commerce.
      The web site adopt the ASP + ACCESS technology B/S pattern,implement various functions such as online shopping and backstage management by the database operation. This system implemented the electronic commerce in deed.
      The system has two kinds of users,one is the foreground customer,the other is the administrator.Customer can view products and select what they like in the site,also should register and login in the site.The administrator is able to do such management as products,the orderlists and site configuration.
      At the beginning of the thesis, introduce the related theory after the investigation of the development status, at the same time, describe the requirement, the design and implementation of the E-commerce City.In the end this thesis show the result of system test.

      Keywords:Electronic commerce; ASP; Online shopping

      目  錄

      1 引言 1
      1.1課題背景 1
      1.2 國內(nèi)外的研究現(xiàn)狀 1
      1.3 本課題的研究意義 2
      1.4 本課題的研究方法 2
      2 相關理論基礎 2
      2.1 B/S模式 3
      2.2 ASP技術 3
      2.3 Microsoft Access數(shù)據(jù)庫 3
      2.4 結(jié)構(gòu)化查詢語句SQL 4
      2.5 IIS 簡介 4
      3 需求分析 4
      3.1用戶角色需求分析 4
      3.2功能需求分析 4
      3.2.1顧客 4
      3.2.2 管理員 5
      3.3 性能需求 6
      4 設計與實現(xiàn) 6
      4.1 數(shù)據(jù)庫設計 6
      4.1.1 商品分類表 6
      4.1.2 訂單基本信息表 6
      4.1.3 商品信息表 7
      4.1.4 注冊會員信息表 8
      4.1.5管理員信息表 8
      4.1.6 訂單狀態(tài)表 9
      4.2 系統(tǒng)功能設計 9
      4.2.1顧客 9
      4.2.2 管理員 10
      4.3 系統(tǒng)前臺模塊設計 11
      4.3.1 用戶管理模塊的實現(xiàn) 11
      4.3.2瀏覽模塊 12
      4.3.3 購物車功能模塊 13
      4.3.4 下訂單結(jié)帳模塊 14
      4.4后臺管理模塊設計 14
      4.4.1 網(wǎng)站綜合設置管理的實現(xiàn) 15
      4.4.2 廣告管理模塊 16
      4.4.3 商品管理模塊 17
      4.4.4 訂單管理 18
      4.4.5 安全設置模塊 19
      5 測試 20
      結(jié)    論 21
      參考文獻 22
      致    謝 23
      聲    明 24


      相關論文
      本論文在計算機論文欄目,由論文格式網(wǎng)整理,轉(zhuǎn)載請注明來源www.donglienglish.cn,更多論文,請點論文格式范文查看
      上一篇:基于ASP的搜索引擎的開發(fā) 下一篇:某書店圖書銷售管理系統(tǒng)的設計與..
      Tags:網(wǎng)絡商城 設計 實現(xiàn) 【收藏】 【返回頂部】
      最新文章
      熱門文章
      計算機論文
      推薦文章

      本站部分文章來自網(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號

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

      论文格式网:毕业论文格式范文
        <tfoot id="4cwyy"><input id="4cwyy"></input></tfoot>
        <ul id="4cwyy"><center id="4cwyy"></center></ul>
        <ul id="4cwyy"></ul>
        • <strike id="4cwyy"><menu id="4cwyy"></menu></strike>
        • <fieldset id="4cwyy"><menu id="4cwyy"></menu></fieldset>