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

正文內容

網(wǎng)上購書交易系統(tǒng)—前臺設計與實現(xiàn)畢業(yè)設計說明書)(已改無錯字)

2023-01-13 16:20:51 本頁面
  

【正文】 ========================================== orders(訂單) 數(shù)據(jù) 表: /*============================================================== 22 table orders ( id int not null auto_increment, sen_id int, use_id int, receiver varchar(20), addr varchar(50), price float(10), makedate datetime, state int, primary key (id) ) /*============================================================== accuse(投訴) 數(shù)據(jù) 表 : /*============================================================== table accuse ( id int not null auto_increment, use_id int, title varchar(32), content text, makedate datetime, state int, primary key (id) ) /*============================================================== ad(廣告) 數(shù)據(jù) 表 : /*============================================================== table ad ( 23 id int not null auto_increment, adm_id int, startdate datetime, content text not null, enddate datetime, title varchar(32), primary key (id) ) /*============================================================== admin(管理員) 數(shù)據(jù) 表 : /*============================================================== table admin ( id int not null auto_increment, name varchar(20), password varchar(20), phone varchar(20), addr varchar(100), primary key (id) ) /*============================================================== answer(回復) 數(shù)據(jù) 表 : /*============================================================== table answer ( id int not null auto_increment, adm_id int, acc_id int, content text, adate datetime, 24 primary key (id) ) /*============================================================== category(產(chǎn)品類別) 數(shù)據(jù) 表 : /*============================================================== table category ( id int not null auto_increment, name varchar(50), description varchar(50), parent_id int, isleft int, primary key (id) ) /*============================================================== notice(公告) 數(shù)據(jù) 表 : /*============================================================== table notice ( id int not null auto_increment, adm_id int, makedate datetime, content text, tile varchar(32), primary key (id) ) /*============================================================== review(評論) 數(shù)據(jù) 表 : /*============================================================== 25 table review ( id int not null auto_increment, use_id int, pro_id int, content text, makedate datetime, state int, title varchar(32), grade int, primary key (id) ) /*============================================================== sendway(發(fā)送方式) 數(shù)據(jù) 表 : /*============================================================== table sendway ( id int not null auto_increment, name varchar(20), price float(10), primary key (id) ) /*============================================================== stock_in(庫存) 數(shù)據(jù) 表 : /*============================================================== table stock_in ( id int not null auto_increment, num int, price float(10), makedate datetime, 26 primary key (id) ) /*============================================================== stock_out(出貨) 數(shù)據(jù) 表 : /*============================================================== table stock_out ( id int not null auto_increment, num int, makedate datetime, primary key (id) ) /*============================================================== receiver_msg(收貨 人 ) 數(shù)據(jù) 表 : /*============================================================== table receiver_msg ( id int not null auto_increment, ord_id int, sex int, area varchar(255), postcode varchar(20), phone varchar(20), varchar(100), payway varchar(30), primary key (id) ) 27 第 5 章 系統(tǒng)實現(xiàn)與測試 1. 將程序代碼 引入 到已經(jīng)配置好的 MyEclipse 中,把相關代碼部署到 Tomcat 相應的文件夾中。 2. 選中 Servers 選項 ,準備 啟動 Tomcat 。如圖 51 所示。 圖 51 MyEclipse 中 Tomcat 啟動界面 當出現(xiàn)如圖 52 所示的提示信息時,表明啟動成功。 圖 52 Tomcat 啟動成功 3. 打開 數(shù)據(jù)庫。 4. 打開瀏覽器 ,輸入 .系統(tǒng) 會 顯示你還沒有登錄。 如圖 53 所示。 28 圖 53 系統(tǒng)首頁效果圖 首頁關鍵代碼實現(xiàn)如 代碼 51 所示。 package 。 import 。 import 。 /* * 管理對類別的所有操作 */ public class CategoryManager { ICategoryDAO dao = new ICategoryDAOImpl ()。 public static CategoryManager getInstance() { return new CategoryManager()。 } // //一級類別的保存 public void addCategory (CategoryVO c) { 29 (c)。 } /* public void addSecond (CategoryVO c) { (c)。 }*/ //得到指定類別 id 下面的所有類別 public void getCategories (ListCategoryVO list, int id){ (list,id)。 } /*public int getCategories (ListCategoryVO list, int pageNo, int pageSize){ return (list,pageNo,pageSize)。 }*/
點擊復制文檔內容
公司管理相關推薦
文庫吧 www.dybbs8.com
備案圖片鄂ICP備17016276號-1