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

正文內(nèi)容

數(shù)據(jù)庫(kù)信息管理系統(tǒng)java實(shí)現(xiàn)-wenkub

2023-04-27 06:51:34 本頁(yè)面
 

【正文】 字段名 字段說(shuō)明 類型 id 主鍵Integer bookId 圖書Varchar amount數(shù)量Integer inDate上貨時(shí)間Varchar CartItem表:字段名 字段說(shuō)明 類型 id 主鍵Integer bookId圖書編號(hào)IntegerAmount購(gòu)書總數(shù)Integer ShopCart表:字段名 字段說(shuō)明 類型 id 主鍵Integer userId用戶編號(hào)Varchar bookId圖書編號(hào)Integer ER圖三、開發(fā)方案介紹由于該軟件使用于在線圖書管理模塊,實(shí)現(xiàn)的功能如下:用戶注冊(cè)任何人都可注冊(cè)為站點(diǎn)用戶,注冊(cè)成功后,注冊(cè)信息要保存到數(shù)據(jù)庫(kù);注冊(cè)成后,要重新顯示用戶注冊(cè)的信息用戶登陸系統(tǒng)成功后,除用戶名外,可隨意修改其他注冊(cè)信息。,39。12339。, 聯(lián)系人 userid int, 采購(gòu)人 state int not null default 1 訂單狀態(tài)(1:初步訂單 2:訂單已提交))。, 郵編 telephone varchar(20) not null default 39。 訂單表create table `Order`( id int primary key auto_increment, 主鍵 onDate date , 下單日期 amount int not null default 1, 購(gòu)書總數(shù) total double not null default 0, 總金額 postAddress varchar(50) not null default 39。已連接。Storage(id,bookId,amount,inDate)。User(id,name,password,sex,age,address,postcard,telephone,)。、數(shù)據(jù)描述用戶類型、權(quán)限類型、管理員等。要實(shí)現(xiàn)生成訂單,刪除、修改、查詢訂單,提交訂單。3) 購(gòu)物車管理。要實(shí)現(xiàn)增刪改查圖書、倉(cāng)庫(kù)管理的功能。主要功能包括用戶注冊(cè)、用戶登錄、購(gòu)物商場(chǎng)、在線購(gòu)物、訂單管理、系統(tǒng)導(dǎo)航、用戶退出、權(quán)限控制等?!昂?jiǎn)要評(píng)語(yǔ)”欄缺填無(wú)效。2. 任課教師填寫后與試卷一起送院系研究生秘書處。 需求分析在線書店系統(tǒng)作為一個(gè)網(wǎng)絡(luò)購(gòu)物網(wǎng)站,它仿照淘寶網(wǎng)等知名購(gòu)物網(wǎng)站,其總體要求即實(shí)現(xiàn)購(gòu)物網(wǎng)站的基本功能。2) 用戶管理??梢孕薷?、刪除選購(gòu)書籍,并保存購(gòu)物列表。提交后的訂單,只能查看訂單信息,不能進(jìn)行修改,也不能刪除。新用戶的注冊(cè)、新書的錄入、購(gòu)書的信息、生成訂單等等。Book(id,name,author,publisher,price)。CartItem(id,bookId,amount)。 用戶表create table users( id int auto_increment primary key, name varchar(20), passwd varchar(20), sex varchar(2), age int, address varchar(50), postcode varchar(6), phone varchar(15), adm int)。39。39。 訂單明細(xì)表create table OrderBook( id int primary key auto_increment, 主鍵 orderid int, 訂單編號(hào) bookid int, 圖書編號(hào) price double not null default 0, 單價(jià) amount int not null default 1 訂購(gòu)數(shù)量 給數(shù)據(jù)庫(kù)中插記錄的相關(guān)語(yǔ)句 在用戶表中插入數(shù)據(jù)insert into users(name,passwd,adm) values(39。,0)。admin39。用戶登陸提供用戶登陸的入口登陸成功后,可進(jìn)入在線商場(chǎng),選購(gòu)物品。本系統(tǒng)是小型的方便運(yùn)行的軟件,界面應(yīng)簡(jiǎn)單明了,適合普通用戶和管理員操作。 應(yīng)用系統(tǒng)設(shè)計(jì) 我們將整個(gè)系統(tǒng)分成了如下幾個(gè)模塊。 圖2 管理員登錄 圖3 一般用戶登錄 1) 點(diǎn)擊圖2界面的
點(diǎn)擊復(fù)制文檔內(nèi)容
公司管理相關(guān)推薦
文庫(kù)吧 www.dybbs8.com
備案圖片鄂ICP備17016276號(hào)-1