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

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

            網上書店

             本文ID:LWGSW13966 價格:收費積分/100
            掃一掃 掃一掃
            本站會員可自行下載:下載地址 網上書店 (收費:1000 積分)  

            論文字數:11087,頁數:49

            摘   要
            隨著計算機技術的日益發展,現代社會已經到了真正的信息時代,如何掌握并應用信息就顯得非常重要了。很多公司都利用互聯網這個市場來達成協議,所以互聯網也不再是單純的傳播媒體,它除了傳播信息以外,還可成為轉變社會形態的樞紐。互聯網上的這個虛擬世界正在具體化、現實化,并逐漸與現實生活融為一體。
            ASP是一種優秀的電子商務開發程序語言,因為其編輯簡便、功能全面的特點,被廣泛應用于電子商務網站的編輯制作、企業管理系統的開發等項目中。尤其是在電子商務網站的建設中,ASP扮演著動態網頁締造者的重要角色。
            Dreamweaver_MX集多種網頁開發功能于一身,可以輕松、系統地完成幾乎所有網頁技術的編輯。它具有美觀的操作界面及強大的編輯功能,在Dreamweaver_MX中編輯ASP,可以很方便地應用各種輔助項目,實時測試編輯完成的動態網頁,設計出功能完善的動態網頁。
            Microsoft Access是一種關系式數據庫,關系式數據庫由一系列表組成,表又由一系列行和列組成,每一行是一個記錄,每一列是一個字段,每個字段有一個字段名,字段名在一個表中不能重復。是一種易于使用,配置簡單的數據庫。
            本文中的網上書店系統,結合ASP、Access與Dreamweaver_MX共同開發而成,具有用戶使用更簡單、界面更直觀等優點,設計并實現用戶管理、書籍管理、訂單管理、購物結帳等功能。

            關鍵字   數據庫   連接   驗證   Asp   網上書店


            ABSTRACT
            One that is with technology of the computer is growing, the modern society has already reached real information age, how to grasp and use information to seem very important. A lot of companies make use of this market of Internet to reach an agreement, so Internet is no longer simple spread media, it besides information of propagating, and may become the pivot of changing the social shape. Specify pieces of world not fictitious on it is on Internet, reality, and integrate in actual life gradually.
            ASP whether one outstanding e-commerce develop procedure language, because of its editor simple and convenient, function overall characteristic, widely used in development of making, enterprise's administrative system of the editor of the e-commerce website ,etc. in the project. Especially in the construction of the e-commerce website, ASP is acting the dynamic webpage founder's important role.
            Dreamweaver_MX incorporate developing the function in many kinds of webpages into an organic whole, can finish nearly all webpage editor of technology lightly and systematically. It has beautiful operation boundary plane and strong editing function, editor ASP in Dreamweaver_MX, can use various kinds of auxiliary projects very conveniently, test the dynamic webpage that the editor finished in real time, design the dynamic webpage with perfect function.
            Microsoft Access is a kind of relational expression database, the relational expression database is tabulated and made up by one, form competent is it make up to arranging by a series of, every and the entourage one record, every one word section, each word section have one word sections of name, word a name can repeat of first form. It is that one kind is easy to use, dispose the simple database.
            Online bookshop system in the article, combine ASP、Access and Dreamweaver_MX is it, have user use simple, interface getting ocular advantage to develop together originally, design and realize user management, books management, order manage, do shopping function of checking out etc.
            Key words: Database    Connect    Validate    Asp    Online Bookshop

            目  錄
            前  言 4
            第一章 系統概述 5
            1.1 網上書店設計概要 5
            1.2 ASP技術綜述 6
            1.2.1 ASP的6大內建對象 6
            1.2.2  ASP與CGI的比較 7
            1.2.3 ASP與IIS 8
            1.2.4 ADO簡介 9
            1.3 技術要點 9
            第二章 數據庫的設計與實現 11
            2.1 創建數據庫 11
            2.2 數據庫的連接 16
            第三章 網上書店系統設計 18
            3.1 用戶信息模塊的實現 18
            3.1.1 客戶的注冊、登錄及退出 19
            3.1.2 客戶資料的查看、更新及密碼的修改 23
            3.2 圖書信息模塊的實現 26
            3.2.1 分類的顯示和詳細信息的顯示 26
            3.2.2 圖書的搜索 28
            3.2.3 購物車功能的實現 33
            3.3 系統管理模塊的實現 37
            3.3.1 圖書的管理 38
            3.3.2 客戶和管理員用戶的管理 41
            第四章 網站的建立與運行環境 46
            結束語 47
            致  謝 48
            參考文獻 49


            相關論文
            本論文在計算機論文欄目,由論文格式網整理,轉載請注明來源www.donglienglish.cn,更多論文,請點論文格式范文查看
            上一篇:員工信息管理系統 下一篇:校園在線考試系統
            Tags:網上書店 【收藏】 【返回頂部】
            最新文章
            熱門文章
            計算機論文
            推薦文章

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

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

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

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

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