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

正文內(nèi)容

網(wǎng)上書(shū)店的構(gòu)建與實(shí)現(xiàn)論文(留存版)

  

【正文】 面,使消費(fèi)者更容易查找適合自己需要的產(chǎn)品,并能夠?qū)Ξa(chǎn)品有更深入的了解,因此,開(kāi)展 BtoC 的電子商務(wù),障礙最少,應(yīng)用潛力巨大。所以,建設(shè)一個(gè)以銷(xiāo)售計(jì)算機(jī)書(shū)籍為主的網(wǎng)上書(shū)店就非常符合這一點(diǎn)。要知道人們?cè)诰W(wǎng)上的行為和反映與平時(shí)不同,有時(shí)區(qū)別之大令你無(wú)法相信他們就是那些真實(shí)世界里的“正常人”。 他們喜歡點(diǎn)擊。應(yīng)用服務(wù)器操作系統(tǒng)為 Windows NT, Windows 2020 Server,應(yīng)用服務(wù)器軟件為 Windows NT, Windows 2020 Server,數(shù)據(jù)庫(kù)系統(tǒng)為 SQL Server2020。書(shū)店管理員收到貨款后找到相應(yīng)的用戶(hù)訂單并在訂單上標(biāo)注已付款字樣。 (4)購(gòu)書(shū) 客戶(hù)在填寫(xiě)訂單之前應(yīng)該先登陸。 10 管理員登陸管理員優(yōu)惠政策調(diào)整管理員T_SpecialPriceT_Users未正確登陸已正確登錄 圖 優(yōu)惠政策調(diào)整數(shù)據(jù)流程圖 ( 8)缺貨管理 先檢測(cè)是否已用正確的 身份登陸,如果沒(méi)有登陸或是以普通用戶(hù)的身份登陸則提示您沒(méi)有權(quán)限并跳轉(zhuǎn)到登陸頁(yè)面。 數(shù)據(jù)庫(kù)的邏輯設(shè)計(jì) 表 數(shù)據(jù)庫(kù)列表 數(shù)據(jù)庫(kù)名稱(chēng) 數(shù)據(jù)庫(kù)內(nèi)包含的表 網(wǎng)上書(shū)店數(shù)據(jù)庫(kù)( bookshop) 圖書(shū)信息表( T_Book) 圖書(shū)類(lèi)別表( T_BookClass) 缺貨圖書(shū)表( T_Lack) 特價(jià)圖書(shū)表( T_SpecialPrice) 訂單記錄表( T_Indent) 訂單貨物列表( T_IndentList) 用戶(hù)表( T_Users) 優(yōu)惠方案表( T_Discount) 歷史訂單記錄表( T_OIndent) 歷史訂單貨物列表( T_OIndentList) 管理員列表( T_BookAdmin) 購(gòu)物車(chē)表( T_ShoppingCart) 表 圖書(shū)詳細(xì)信息表 表名:圖書(shū)信息表 表標(biāo)識(shí): T_Book 字段標(biāo)識(shí) 含義 類(lèi)型 長(zhǎng)度 小數(shù) 備注 關(guān)鍵字 BookID 圖書(shū) ID int 是 BookName 書(shū)名 字符 40 —— ISBN 圖書(shū)碼 字符 13 —— Auther 作者 字符 25 —— Publish 出版社 字符 150 —— Content 內(nèi)容簡(jiǎn)介 字符 200 —— “暫缺” Price 價(jià)格 float 12 BookClassNo 分類(lèi)編碼 Int自動(dòng)編號(hào) 外鍵 Number 數(shù)量 Int 庫(kù)存總量 Date 入庫(kù)時(shí)間 日期 表 圖書(shū)類(lèi)別表 表名:圖書(shū)類(lèi)別表 表標(biāo)識(shí): T_BookClass 字段標(biāo)識(shí) 含義 類(lèi)型 長(zhǎng)度 小數(shù) 備注 關(guān)鍵字 BookClassNo 分類(lèi)編碼 Int 自動(dòng)編號(hào) 是 BookClassName 分類(lèi)名 字符 30 FatherId 父類(lèi)編碼 int 表 缺貨圖書(shū)表 表名:缺貨圖書(shū)表 表標(biāo)識(shí): T_Lack 字段標(biāo)識(shí) 含義 類(lèi)型 長(zhǎng)度 小數(shù) 備注 關(guān)鍵字 BookID 圖書(shū) ID int 是 ISBN 圖書(shū)碼 字符 13 Number 數(shù)量 Int 默認(rèn) 1 表 特價(jià)圖書(shū)表 表名:特價(jià)圖書(shū)表 標(biāo)標(biāo)識(shí): T_SpecialPrice 字段標(biāo)識(shí) 含義 類(lèi)型 長(zhǎng)度 小數(shù) 備注 關(guān)鍵字 ISBN 圖書(shū)碼 字符 13 是 OldPrice 原價(jià) float Price 現(xiàn)價(jià) float 對(duì)于網(wǎng)上書(shū)店的是銷(xiāo)售業(yè)務(wù)來(lái)說(shuō)最重要的表時(shí)訂單信息表。③查看新貨。④發(fā)布特價(jià)書(shū)籍。 CREATE TABLE IF NOT EXISTS T_IndentList( /*購(gòu)物車(chē)訂單貨物列表 */ ID int not null, /*ID 序列號(hào) */ IndentNo int not null, /*訂單編號(hào) */ 17 ISBN char(13) not null, /*ISBN*/ BookName varchar(40) not null, /*書(shū)名 */ Amount int /*訂貨數(shù)量 */ )。填好關(guān)鍵 字并在下拉列表中選出要查詢(xún)的字段后點(diǎn)擊“ GO”字樣的圖標(biāo)按鈕可以進(jìn)行模糊搜索。填好檢索信 圖 復(fù)合檢索頁(yè)面 息后點(diǎn)擊“ GO”從數(shù)據(jù)庫(kù)中模糊檢索出信息。 } } 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ā)布新書(shū)、添加書(shū)籍的類(lèi)別(也可以在添加新書(shū)時(shí)添加類(lèi)別),此外還有添加新聞、修改新聞和會(huì)員信息管理的功能。 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, ())。 = 目前購(gòu)物車(chē)中沒(méi)有貨物 .。S ShoppingCart!。點(diǎn)擊個(gè)人信息,可以修改個(gè)人信息、修改密碼、查看已訂購(gòu)貨物列表及 詳細(xì)信息。 18 3 網(wǎng)上書(shū)店系統(tǒng)的實(shí)現(xiàn) 網(wǎng)站首頁(yè) 進(jìn)入網(wǎng)上書(shū)店的第一個(gè)界面是本站的首頁(yè) 如圖 所示。,39。②查看缺貨。可以查看到按 時(shí)間 先后列出的書(shū)籍的目錄 ,書(shū)籍的名字可以鏈接到本書(shū)籍的詳細(xì)信息。 客戶(hù)T_BookT_Lack填寫(xiě)缺貨信息客戶(hù) 圖 添加缺貨信息數(shù)據(jù)流程圖 ( 11)查詢(xún) 任何瀏覽本網(wǎng)站的游客都可以使用查詢(xún)功能。也可以搜索特價(jià)圖書(shū)表中需要調(diào)整為原價(jià)的圖書(shū)更改它的價(jià)格,并把記錄從特價(jià)圖書(shū)表 中移到圖書(shū)信息表中。在用戶(hù)表中搜索相應(yīng)的記錄。 優(yōu)惠政策表:用于優(yōu)惠政策的存放。 如果使用管理員身份登陸,可以發(fā)布新書(shū)、處理訂單、缺貨管理、發(fā)布特價(jià)書(shū)、會(huì)員信息 管理、會(huì)員級(jí)別管理(對(duì)購(gòu)買(mǎi)次數(shù)較多的會(huì)員可以升級(jí)為中級(jí)會(huì)員、高級(jí)會(huì)員享受不同的優(yōu)惠)、優(yōu)惠政策調(diào)整還應(yīng)該可以響應(yīng)各種客戶(hù)的反饋信息。 他們不容易相信人。電子商務(wù)所節(jié)省的成本越多越易于成功。應(yīng)該對(duì)市場(chǎng)情況及客戶(hù)進(jìn)行詳細(xì)的分析。 電子商務(wù)的 商業(yè)模式 獲得業(yè)內(nèi)一致認(rèn)同的分類(lèi)方法是把企業(yè)和消費(fèi)者作為劃分標(biāo)準(zhǔn),分別劃分出企業(yè) 企業(yè)( B2B)、企業(yè)對(duì)消費(fèi)者( B2C)、消費(fèi)者對(duì)企業(yè)( C2B)和消費(fèi)者對(duì)消費(fèi)者( C2C)等模式。書(shū)店的功能如下: 1. 搜索功能 2. 購(gòu)物車(chē)功能 3. 訂單查詢(xún)功能 4. 添加新書(shū)功能 5. 會(huì)員管理功能 6. 發(fā)布特價(jià)書(shū)籍 7. 缺貨管理 關(guān)鍵詞 :,電子商務(wù),網(wǎng)上書(shū)店, , 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)上書(shū)店系統(tǒng)的可行性分析 .................................................... 2 電子商務(wù)的特點(diǎn) ........................................................ 2 電子商務(wù)的商業(yè)模式 .................................................... 2 題目來(lái)源 .............................................................. 3 銷(xiāo)售可行性分析 ........................................................ 3 訪問(wèn)者心理分析及相應(yīng)對(duì)策 .............................................. 3 2 網(wǎng)上書(shū)店系統(tǒng)的設(shè)計(jì) .......................................................... 4 網(wǎng)上書(shū)店建設(shè)的基本規(guī)劃 ................................................ 4 網(wǎng)上書(shū)店的主要功能 .............................................. 4 系統(tǒng)的運(yùn)行環(huán)境 .................................................. 5 數(shù)據(jù)庫(kù)的規(guī)劃 .................................................... 5 網(wǎng)上書(shū)店的系統(tǒng)分析 .................................................... 5 書(shū)店運(yùn)作的業(yè)務(wù)流程 .............................................. 5 網(wǎng)上書(shū)店系統(tǒng)的運(yùn)作流程 .......................................... 6 數(shù)據(jù)庫(kù)的邏輯設(shè)計(jì) ..
點(diǎn)擊復(fù)制文檔內(nèi)容
公司管理相關(guān)推薦
文庫(kù)吧 www.dybbs8.com
備案圖鄂ICP備17016276號(hào)-1