特级做A爰片毛片免费69,永久免费AV无码不卡在线观看,国产精品无码av地址一,久久无码色综合中文字幕

非凡網(wǎng)絡書城的設計與實現(xiàn).zip

ZIP格式版權申訴手機打開展開

非凡網(wǎng)絡書城的設計與實現(xiàn),本壓縮包報告的是論文+源代碼+答辯ppt,是2013年畢業(yè)的同學給的,優(yōu)秀畢業(yè)論文,絕對好用摘 要在這個計算機及網(wǎng)絡技術飛速發(fā)展的時代,網(wǎng)上購物也逐漸成了人們生活中的一種時尚。然而大多數(shù)讀者們還是喜歡拿著書本讀書的感覺,但是往往為了找到一本需要的書要逛遍許多書店,也許結果也依然是一場空。如果通過網(wǎng)絡渠道,讀者們定能減少...
編號:60-274143大小:3.39M
分類: 論文>計算機論文

該文檔為壓縮文件,包含的文件列表如下:

內容介紹

原文檔由會員 違規(guī)15 發(fā)布

本壓縮包報告的是論文+源代碼+答辯ppt,是2013年畢業(yè)的同學給的,優(yōu)秀畢業(yè)論文,絕對好用
摘 要

在這個計算機及網(wǎng)絡技術飛速發(fā)展的時代,網(wǎng)上購物也逐漸成了人們生活中的一種時尚。然而大多數(shù)讀者們還是喜歡拿著書本讀書的感覺,但是往往為了找到一本需要的書要逛遍許多書店,也許結果也依然是一場空。如果通過網(wǎng)絡渠道,讀者們定能減少許多這樣找書的時間,而且也會省事很多。因此為了方便讀者們,我們特意設計了此網(wǎng)站項目——非凡網(wǎng)絡書城。
本課題是基于B/S模式設計的,在Windows 7的操作系統(tǒng)的Microsoft Visual Studio 2008的環(huán)境下使用ASP.NET+HTML編寫,數(shù)據(jù)庫使用SQL Server 2005設計,用IIS 7作為網(wǎng)站的服務器,測試瀏覽器則使用的是Chrome瀏覽器。
讀者只要有網(wǎng)絡,能夠使用瀏覽器,就能夠進入書城進行購書。在系統(tǒng)中讀者可以很方便地注冊成為會員,會員和未登錄的游客都可以瀏覽書城里的書本信息,注冊登錄的用戶可以在用戶界面修改用戶信息和密碼等。該系統(tǒng)引入了購物車的功能,登錄的會員用戶在瀏覽任意一本書時都可以把該書加入購物車,通過導航進入購物車可以看到購物車中的東西,購買前先選中購物車中要購買的書然后再確認購買即可。會員也能在用戶消費記錄頁面查看自己的購書消費情況。

關鍵詞: 網(wǎng)絡書城; 方便; B/S模式; 會員; 購物車


Abstract

In this era of rapid development of computer and network technology, online shopping has gradually become a fashion in people's lives. However, most readers still prefer the feeling of reading a hardcopy of a book. You always need to go to every store to find a book which is just the one you want, but you may have no result. Through the network, the reader will be able to reduce the time looking for books, and it will be much helpful. Therefore, for the convenience of readers, we designed this website project – FeiFan network bookstores.
This project is based on B/S model. The software is developed with ASP.NET & HTML in Microsoft Visual Studio 2008, under the Windows 7 Operate System. Database is designed with SQL Server 2005. IIS 7 is adopted as the Server. We use the Chrome Browser as the testing browser.
If the reader can link the network and use the browser, he will be able to buy the books in the website. In the system, the reader can easily registered as a member. Members and unregistered visitors can browse the books in the website. The members who have logged in can modify the user information and password in the user’s pages. The system adds a function about the shopping cart, the members having logged in can add any book into the cart when he browse the book’s information. You may check the books in the cart by navigating into the cart’s page. You may need to select the books in the shopping cart before you decide to buy them, and then the indent will be confirm to the Server. Members can view consume records in the records’ page.

Key words: Network bookstore; Convenience; B/S model; Member; Shopping Cart

目 錄

1 緒論 1
1.1 引言 1
1.2 B/S模式 1
1.2.1 什么是B/S模式 1
1.2.2 B/S模式的優(yōu)缺點 1
1.2.3 B/S模式與C/S模式的比較 2
1.3 開發(fā)用到的語言以及相關工具 2
1.3.1 ASP.NET 2
1.3.2 SQL Server 2005 3
1.4 本論文的研究內容 3
2 系統(tǒng)需求分析 4
2.1 功能需求 4
2.2 性能需求 5
2.2.1 對精度的要求 5
2.2.2 時間特性要求 5
2.2.3 靈活性 5
2.3 功能模塊 5
3 系統(tǒng)概要設計 7
3.1 網(wǎng)站工作流程圖 7
3.1.1 網(wǎng)絡書城購書流程圖 7
3.1.2 管理員管理書城 7
3.2 功能模塊設計 8
3.2.1 注冊登錄模塊的設計 8
3.2.2 購物車模塊與訂單模塊的設計 8
3.2.3 管理員管理模塊的設計 9
3.3 數(shù)據(jù)庫設計 9
3.3.1 E-R模型 9
3.3.2 系統(tǒng)數(shù)據(jù)庫設計 10
3.3.3 創(chuàng)建數(shù)據(jù)庫表關系 12
4 詳細設計 14
4.1 數(shù)據(jù)庫查詢的封裝 14
4.2 用戶注冊登錄模塊 16
4.3 購物車模塊 16
4.4 訂單模塊 17
4.5 管理員管理模塊 17
5 網(wǎng)站界面設計 19
5.1 界面設計原則 19
5.2 設計效果 19
6 結論 23
參考文獻 24
致謝 25