freepeople性欧美熟妇, 色戒完整版无删减158分钟hd, 无码精品国产vα在线观看DVD, 丰满少妇伦精品无码专区在线观看,艾栗栗与纹身男宾馆3p50分钟,国产AV片在线观看,黑人与美女高潮,18岁女RAPPERDISSSUBS,国产手机在机看影片

正文內(nèi)容

網(wǎng)上書店的構建與實現(xiàn)論文(留存版)

2025-01-04 23:02上一頁面

下一頁面
  

【正文】 面,使消費者更容易查找適合自己需要的產(chǎn)品,并能夠對產(chǎn)品有更深入的了解,因此,開展 BtoC 的電子商務,障礙最少,應用潛力巨大。所以,建設一個以銷售計算機書籍為主的網(wǎng)上書店就非常符合這一點。要知道人們在網(wǎng)上的行為和反映與平時不同,有時區(qū)別之大令你無法相信他們就是那些真實世界里的“正常人”。 他們喜歡點擊。應用服務器操作系統(tǒng)為 Windows NT, Windows 2020 Server,應用服務器軟件為 Windows NT, Windows 2020 Server,數(shù)據(jù)庫系統(tǒng)為 SQL Server2020。書店管理員收到貨款后找到相應的用戶訂單并在訂單上標注已付款字樣。 (4)購書 客戶在填寫訂單之前應該先登陸。 10 管理員登陸管理員優(yōu)惠政策調(diào)整管理員T_SpecialPriceT_Users未正確登陸已正確登錄 圖 優(yōu)惠政策調(diào)整數(shù)據(jù)流程圖 ( 8)缺貨管理 先檢測是否已用正確的 身份登陸,如果沒有登陸或是以普通用戶的身份登陸則提示您沒有權限并跳轉到登陸頁面。 數(shù)據(jù)庫的邏輯設計 表 數(shù)據(jù)庫列表 數(shù)據(jù)庫名稱 數(shù)據(jù)庫內(nèi)包含的表 網(wǎng)上書店數(shù)據(jù)庫( bookshop) 圖書信息表( T_Book) 圖書類別表( T_BookClass) 缺貨圖書表( T_Lack) 特價圖書表( T_SpecialPrice) 訂單記錄表( T_Indent) 訂單貨物列表( T_IndentList) 用戶表( T_Users) 優(yōu)惠方案表( T_Discount) 歷史訂單記錄表( T_OIndent) 歷史訂單貨物列表( T_OIndentList) 管理員列表( T_BookAdmin) 購物車表( T_ShoppingCart) 表 圖書詳細信息表 表名:圖書信息表 表標識: T_Book 字段標識 含義 類型 長度 小數(shù) 備注 關鍵字 BookID 圖書 ID int 是 BookName 書名 字符 40 —— ISBN 圖書碼 字符 13 —— Auther 作者 字符 25 —— Publish 出版社 字符 150 —— Content 內(nèi)容簡介 字符 200 —— “暫缺” Price 價格 float 12 BookClassNo 分類編碼 Int自動編號 外鍵 Number 數(shù)量 Int 庫存總量 Date 入庫時間 日期 表 圖書類別表 表名:圖書類別表 表標識: T_BookClass 字段標識 含義 類型 長度 小數(shù) 備注 關鍵字 BookClassNo 分類編碼 Int 自動編號 是 BookClassName 分類名 字符 30 FatherId 父類編碼 int 表 缺貨圖書表 表名:缺貨圖書表 表標識: T_Lack 字段標識 含義 類型 長度 小數(shù) 備注 關鍵字 BookID 圖書 ID int 是 ISBN 圖書碼 字符 13 Number 數(shù)量 Int 默認 1 表 特價圖書表 表名:特價圖書表 標標識: T_SpecialPrice 字段標識 含義 類型 長度 小數(shù) 備注 關鍵字 ISBN 圖書碼 字符 13 是 OldPrice 原價 float Price 現(xiàn)價 float 對于網(wǎng)上書店的是銷售業(yè)務來說最重要的表時訂單信息表。③查看新貨。④發(fā)布特價書籍。 CREATE TABLE IF NOT EXISTS T_IndentList( /*購物車訂單貨物列表 */ ID int not null, /*ID 序列號 */ IndentNo int not null, /*訂單編號 */ 17 ISBN char(13) not null, /*ISBN*/ BookName varchar(40) not null, /*書名 */ Amount int /*訂貨數(shù)量 */ )。填好關鍵 字并在下拉列表中選出要查詢的字段后點擊“ GO”字樣的圖標按鈕可以進行模糊搜索。填好檢索信 圖 復合檢索頁面 息后點擊“ GO”從數(shù)據(jù)庫中模糊檢索出信息。 } } public void UpdateBtn_Click(Object sender,EventArgs e) 21 { // Update the Shopping Cart and then Repopulate the List UpdateShoppingCartDatabase()。 ()。 // If the user is authenticated, use their UserId as a permanent shopping cart id if ( != ) { return 。 } else { Adpt = new OleDbDataAdapter(insert into ShoppingCart(CartID,Quantity,BookNo) values (39。 // Execute the mand ()。 ()。還可以發(fā)布新書、添加書籍的類別(也可以在添加新書時添加類別),此外還有添加新聞、修改新聞和會員信息管理的功能。 OleDbCommand myCommand = new OleDbCommand(update ShoppingCart set Quantity = +Quantity+ where CartID = 39。 } public OleDbDataReader GetItems(string cartID) { // Create Instance of Connection and Command Object OleDbConnection myConnection = new OleDbConnection([ConnectionString]+Configura[DbName])。 if((int)[0].Rows[0][Item_Count]0) { Adpt = new OleDbDataAdapter(update ShoppingCart set =(+Quantity++) where BookNo=+BookNo+ and CartID=39。 if (quantity == 0 || == true) { (cartId, ())。 = 目前購物車中沒有貨物 .。S ShoppingCart!。點擊個人信息,可以修改個人信息、修改密碼、查看已訂購貨物列表及 詳細信息。 18 3 網(wǎng)上書店系統(tǒng)的實現(xiàn) 網(wǎng)站首頁 進入網(wǎng)上書店的第一個界面是本站的首頁 如圖 所示。,39。②查看缺貨??梢圆榭吹桨?時間 先后列出的書籍的目錄 ,書籍的名字可以鏈接到本書籍的詳細信息。 客戶T_BookT_Lack填寫缺貨信息客戶 圖 添加缺貨信息數(shù)據(jù)流程圖 ( 11)查詢 任何瀏覽本網(wǎng)站的游客都可以使用查詢功能。也可以搜索特價圖書表中需要調(diào)整為原價的圖書更改它的價格,并把記錄從特價圖書表 中移到圖書信息表中。在用戶表中搜索相應的記錄。 優(yōu)惠政策表:用于優(yōu)惠政策的存放。 如果使用管理員身份登陸,可以發(fā)布新書、處理訂單、缺貨管理、發(fā)布特價書、會員信息 管理、會員級別管理(對購買次數(shù)較多的會員可以升級為中級會員、高級會員享受不同的優(yōu)惠)、優(yōu)惠政策調(diào)整還應該可以響應各種客戶的反饋信息。 他們不容易相信人。電子商務所節(jié)省的成本越多越易于成功。應該對市場情況及客戶進行詳細的分析。 電子商務的 商業(yè)模式 獲得業(yè)內(nèi)一致認同的分類方法是把企業(yè)和消費者作為劃分標準,分別劃分出企業(yè) 企業(yè)( B2B)、企業(yè)對消費者( B2C)、消費者對企業(yè)( C2B)和消費者對消費者( C2C)等模式。書店的功能如下: 1. 搜索功能 2. 購物車功能 3. 訂單查詢功能 4. 添加新書功能 5. 會員管理功能 6. 發(fā)布特價書籍 7. 缺貨管理 關鍵詞 :,電子商務,網(wǎng)上書店, , C Abstract With the development of Inter, the global e 一 merce has got rapid development. More and more people realize and utilize this modem electronic method in transaction. Our country is drawing up the integrated strategy to accelerate the application of e 一 merce in economy. E 一 merce can’t work well without secure reliable and flexible e 一merce system。 So the research on e 一 merce system is the most important part of the e 一 merce searches. This article introduces what is emerce, its features, business schema and its development in the future and the knowledge of its developing and web database. It also shows how to design and acplish an bookshop of BtoC system on the based on technology. It gives the system’s structure design and function bookshop on system has the functions as follows: 1. Search 2. Shopping Cart 3. OrderList 4. Add Book 5. Management of customers 6. Change the price of books 7. Management of lack books Keywords: Emerce, bookshop on the , C, 1 目 錄 1 網(wǎng)上書店系統(tǒng)的可行性分析 .................................................... 2 電子商務的特點 ........................................................ 2 電子商務的商業(yè)模式 .................................................... 2 題目來源 .............................................................. 3 銷售可行性分析 ........................................................ 3 訪問者心理分析及相應對策 .............................................. 3 2 網(wǎng)上書店系統(tǒng)的設計 .......................................................... 4 網(wǎng)上書店建設的基本規(guī)劃 ................................................ 4 網(wǎng)上書店的主要功能 .............................................. 4 系統(tǒng)的運行環(huán)境 .................................................. 5 數(shù)據(jù)庫的規(guī)劃 .................................................... 5 網(wǎng)上書店的系統(tǒng)分析 .................................................... 5 書店運作的業(yè)務流程 .............................................. 5 網(wǎng)上書店系統(tǒng)的運作流程 .......................................... 6 數(shù)據(jù)庫的邏輯設計 ..
點擊復制文檔內(nèi)容
公司管理相關推薦
文庫吧 www.dybbs8.com
備案圖鄂ICP備17016276號-1