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

        當前位置:論文格式網 -> 畢業論文 -> 計算機論文
        畢業論文標題:

        8090網絡式跳蚤市場

         本文ID:LWGSW13460 價格:收費積分/100
        掃一掃 掃一掃
        本站會員可自行下載:下載地址 8090網絡式跳蚤市場 (收費:1000 積分)  

        論文字數:13559,頁數:46

        摘   要
         目前,高校校園里都有跳蚤市場,同學之間可以把閑置不用的物品拿來交易,可以說校園跳蚤市場在高校中可算是一項傳統的活動。但是傳統的跳蚤市場存在的主要問題有:交易時間固定和交易場所固定,這就對同學之間的交易有了一定的限制。如果利用網絡構建一個網絡跳蚤市場,在網絡上進行交易,那么此問題就得到了很好的解決。
         本文設計的是一個基于B/S架構下的網絡式跳蚤市場。本系統采用當今流行的C#開發而成,作為一種面向對象的編程語言,它在系統的設計中起到了很重要的作用。另外作為開發環境的Asp.net是一種建立在通用語言上的程序框架,能夠只用一臺Web服務器來建立強大的Web應用程序。后臺數據庫使用的是SQL Server 2008,在此數據庫中進行相關的操作安全、可靠,為系統安全有效運行提供了保障。本系統為學生提供一個二手商品買賣的場所,主要有四大角色用戶:管理員用戶、賣家用戶、買家用戶和匿名用戶。管理員和賣家用戶、賣家用戶和買家用戶分別都通過Web Service進行通信。此外,買家用戶可以用校園一卡通進行付款,這些為學生的交易提供了方便。
         
        關鍵詞:B/S架構; C#; Asp.net; SQL Server 2008
        “8090” Flea Market Based on Network
        ABSTRACT
         At present, there are flea markets in the university campus, students can trade the goods which are not needed on the flea market.We can say that the flea market in the university campus can be regarded as a traditional activity.However,traditional flea market have the main problems as below:Time and place are fixed.These shortcomings have limited the trade between classmates.If constructing a network flea market,concludeing the business in the network,we can solve these problems.
         The paper designs the network type flea market which is based on B/S. The development language that this system adopts is C#,as an object-oriented programming language, it plays a very important role in the design. In addition Asp.net , as a kind of development environment ,is a kind of procedure frame based on all-purpose language, can set up strong Web application program only with a Web server. Back-end database using SQL Server 2008, this database-related operation is safe, reliable, safe and effective operation of the system has provided a guarantee. This system offers a place where students can carry on the trade of the second hand goods. There are four major roles of this web site user: administrator user, seller user, buyer user and anonymous users. Administrator and seller, seller and buyer carry on communication respectively through Web Service. In addition, buyer can pay the bill with the all-purpose card of the campus.So the system has offered the convenience to students' trade.

        Keywords :B/S ; C#; Asp.net; SQL Server 2008
        目  錄
        摘   要 i
        ABSTRACT ii
        第一章   緒  論 1
        1.1項目背景 1
        1.2系統簡介 1
        第二章  系統分析與設計 3
        2.1需求分析 3
         2.1.1系統概要 3
         2.1.2系統流程 4
         2.1.3系統需求 6
        2.2概要設計 6
         2.2.1業務流程 6
         2.2.2功能模塊介紹 7
         2.2.3功能模塊設計 8
        2.3詳細設計 11
         2.3.1數據庫的設計 11
         2.3.2用戶信息表 15
         2.3.3 角色表 15
         2.3.4 公告表 15
         2.3.5 商品分類表 16
         2.3.6 校園卡表 16
         2.3.7 商品資料表 16
         2.3.8 購物表 17
         2.3.9 商品評價表 17
         2.3.10 商品評價回復表 18
         2.3.11 場地空位表 18
        2.4前臺界面設計 18
         2.4.1 歡迎界面 18
         2.4.2 網站首頁界面 19
         2.4.3 管理員登陸 22
         2.4.4 賣家用戶登陸 26
         2.4.5 買家用戶登陸 30
         2.4.6 Microsoft Visual Studio部署圖 34
        第三章  系統測試 35
        3.1 測試計劃 35
        3.2測試用例 35
        3.3測試結果與分析對策 37
        3.4改進策略 37
        3.5測試報告 37
        結束語 38
        致謝 39
        參考文獻 40
        附錄 41
        附錄1 Global.aspx全局配置文件 41
        附錄2 數據庫連接文件 41


        相關論文
        本論文在計算機論文欄目,由論文格式網整理,轉載請注明來源www.donglienglish.cn,更多論文,請點論文格式范文查看
        上一篇:上好佳在線寵物醫院系統 下一篇:政府門戶網站的設計與實現—— 后..
        Tags:8090 網絡式 跳蚤市場 【收藏】 【返回頂部】
        最新文章
        熱門文章
        計算機論文
        推薦文章

        本站部分文章來自網絡,如發現侵犯了您的權益,請聯系指出,本站及時確認刪除 E-mail:349991040@qq.com

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

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

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

        论文格式网:毕业论文格式范文
        • <tfoot id="8eawo"><input id="8eawo"></input></tfoot>
            <tfoot id="8eawo"><input id="8eawo"></input></tfoot>
            <ul id="8eawo"></ul><ul id="8eawo"></ul>
            <strike id="8eawo"><rt id="8eawo"></rt></strike>