




版權說明:本文檔由用戶提供并上傳,收益歸屬內容提供方,若內容存在侵權,請進行舉報或認領
文檔簡介
1、網(wǎng)上書店數(shù)據(jù)庫設計一、 概要設計2.1 意義 伴隨著信息化的發(fā)展,計算機走進了千家萬戶,人們的交流變得方便,方便了網(wǎng)民的生活!此外,伴隨著卓越、當當、淘寶等網(wǎng)絡購物平臺的興起,網(wǎng)絡購物也被網(wǎng)民認可,首先,網(wǎng)上書店方便了網(wǎng)民的生活,更加便捷地、足不出戶便可買到心儀的書籍;其次,網(wǎng)上購書減少了許多中間銷售代理,因此價格會比較低,對廣大網(wǎng)民的好處是非常明顯的;再者,網(wǎng)上書店是信息化購物,基本上所有操作都是通過計算機程序自動完成的,因此大大降低了勞力的消耗;最后,電子商務與出版發(fā)行業(yè)的結合使發(fā)展網(wǎng)上書店及研究網(wǎng)上書店具有雙重意義,充分結合互聯(lián)網(wǎng)銷售的特點探索圖
2、書發(fā)行的新渠道和新模式,是對電子商務科學的充實和補充,更是對出版發(fā)行業(yè)發(fā)行渠道和市場的開拓和創(chuàng)新。 數(shù)據(jù)庫對于一個系統(tǒng)的意義是相當重要的,它關系到整個項目的整體流程,整個網(wǎng)站的后期維護便捷與否,從長遠利益來看,數(shù)據(jù)庫的設計是至關重要的。2.2 目的 數(shù)據(jù)庫,即存放數(shù)據(jù)的倉庫,設計出數(shù)據(jù)庫可以方便的運用于實際開發(fā)的應用程序或者網(wǎng)站當中,使其能夠完成譬如增、刪、改數(shù)據(jù),本實驗的目的在于通過一個簡要的數(shù)據(jù)庫設計理解整個數(shù)據(jù)庫設計流程。2.3 內容和要求 本實驗將設計出一個網(wǎng)上書店
3、數(shù)據(jù)庫,其要求簡要如下:(1)系統(tǒng)用戶由兩類組成:管理員和客戶。(2)管理員負責后臺管理: 圖書信息的維護(增、刪、改),圖書要進行分類管理; 客戶信息的維護; 訂單的確認和刪除。(3)讀者可以查詢圖書的基本信息,可以維護自己的信息,可以進行網(wǎng)上訂書,可以查詢訂單處理的情況。(4)在數(shù)據(jù)庫設計中應考慮如下因素: 數(shù)據(jù)庫的邏輯模型應能滿足系統(tǒng)的基本需求; &
4、#160; 數(shù)據(jù)庫的邏輯模型應符合關系數(shù)據(jù)的規(guī)范化要求; 數(shù)據(jù)庫表應具有基本的完整性約束。二、需求分析2.1 背景 一個書店中的書籍類別、數(shù)量是非常龐大的,雖然書籍的分類是非常規(guī)范,但僅僅局限于概念上的分類仍無法運用于實踐當中,這就給管理人員帶來了極大的工作量,因此就需要一個比較科學的管理辦法來解決此問題。 由于數(shù)據(jù)庫能夠非常方便地解決此類問題,因此我們便想到了利用數(shù)據(jù)庫來進行數(shù)據(jù)管理。2.2 概要分析 &
5、#160; 該系統(tǒng)主要分為兩部分,一個為普通會員用戶部分,亦即前臺系統(tǒng)。另外一個是系統(tǒng)的管理員部分,即后臺系統(tǒng)。網(wǎng)上書店前臺系統(tǒng)部分主要是實現(xiàn)網(wǎng)上選書、購書、產(chǎn)生訂單等功能的系統(tǒng)。后臺實現(xiàn)書籍管理、用戶管理、訂單處理等功能。2.3 開發(fā)技術開發(fā)工具:Microsoft SQLServer 2008開發(fā)語言:SQL開發(fā)技術:數(shù)據(jù)庫開發(fā)技術面向對象:需求者2.4 系統(tǒng)主要功能圖2-1 系統(tǒng)功能模塊圖三、E-R圖3.1 概念設計 系統(tǒng)共有九個實體:客戶、管理員、圖書類型、圖書、訂單
6、、詳細訂單、參數(shù)設置、圖書評價、信息反饋。(1)客戶(會員)的屬性:自動編號CustomerId、客戶名、客戶密碼、真實姓名、性別、客戶電話、E-mail、地址、注冊時間、提示問題、問題答案、登陸次數(shù)、最近登陸時間、郵編(2)管理員的屬性:自動編號AdminId、管理員名稱、管理員郵箱、密碼、權限標志(3)圖書類型的屬性:自動編號BookTypeId、類別名稱(4)圖書的屬性:自動編號BookId、圖書名稱、圖書類型、出版社、出版日期、開本、版次、圖書作者、圖書譯者、圖書ISBN、圖書定價、圖書頁碼、圖書簡介、圖書目錄、市場價、會員價、成交量、瀏覽次數(shù)、折扣、圖書封面圖、圖書庫存量、入庫時間、
7、封裝方式(5)訂單的屬性:自動編號Id、訂單號OrderId、客戶編號、下單日期、總訂購數(shù)量、留言、送貨方式、支付方式、收貨人姓名、收貨地址、收貨人聯(lián)系方式、備注、總賣出價(6)詳細訂單屬性:自動編號Id、詳細訂單OrderDetailId、訂單號OrderId、圖書編號、訂購數(shù)量、發(fā)貨狀態(tài)、收貨狀態(tài)、賣出總價(7)參數(shù)設置屬性有:網(wǎng)站名、注冊條款、公告、地址、郵編、電話號碼等(8)圖書評價的屬性:自動編號CommentId、圖書編號、評論客戶編號、評論客戶名、評論時間、評論內容、審核標志(9)信息反饋的屬性:自動編號ReplyId、留言類型、留言主題、留言內容、留言客戶編號、留言客戶名、留言
8、日期、客戶IP3.2 E-R圖圖3-1 圖書類別信息 圖3-2 管理員信息 圖3-3 圖書信息 圖3-4 客戶信息 圖3-5 購物車臨時訂購信息 圖3-6 訂單信息 圖3-7 訂單詳細信息 圖3-8 圖書評論信息 圖3-9 信息反饋 圖3-10 網(wǎng)上書店頂層E-R圖四、邏輯結構4.1 邏輯轉換 根據(jù)3.2節(jié)中的E-R圖可以將系統(tǒng)中的概念模型轉換為具體的
9、表(即關系)結構,共分為9個關系,詳細信息如下所示:客戶(會員)(客戶編號,客戶名,客戶密碼,真實姓名,性別,客戶電話,E-mail,地址,注冊時間,提示問題,問題答案,登陸次數(shù),最近登陸時間,郵編)管理員(管理員編號,管理員名稱,管理員郵箱,密碼,權限標志)圖書類型(圖書類型編號,類別名稱)圖書(圖書編號,圖書名稱,圖書類型,出版社,出版日期,開本,版次,圖書作者,圖書譯者,圖書ISBN,圖書定價,圖書頁碼,圖書簡介,圖書目錄,市場價,會員價,成交量,瀏覽次數(shù),折扣,圖書封面圖,圖書庫存量,入庫時間、封裝方式)購物車零時訂購信息(客戶編號,圖書編號,訂購數(shù)量,總價,是否付款)訂單(Id,訂單
10、號,客戶編號,下單日期,總訂購數(shù)量,留言,送貨方式,支付方式,收貨人姓名,收貨地址,收貨人聯(lián)系方式,備注,總賣出價)詳細訂單(Id,詳細訂單編號,訂單號,圖書編號,訂購數(shù)量,發(fā)貨狀態(tài),收貨狀態(tài),賣出總價)圖書評價(圖書評價編號,圖書編號,評論客戶編號,評論客戶名,評論時間、評論內容,審核標志)信息反饋(信息反饋編號,留言類型,留言主題,留言內容,留言客戶編號,留言客戶名,留言日期,客戶IP)4.2 細化表結構 為方便,根據(jù)上述文字描述,用英文簡寫為表和列取名,確定列的數(shù)據(jù)類型及必要的約束規(guī)則,給出如下所示數(shù)據(jù)庫表的基本結構及說明:(1)客戶信息表tb_custo
11、merinfo表1 客戶信息表列名說明數(shù)據(jù)類型約束CustomerId客戶編號int主碼(自增字段)CustomerName客戶名稱varchar(20)主碼not nullCustomerPwd客戶密碼varchar(20)not nullCustomertruename真實姓名varchar(20)not nullCustomerSex性別varchar(2)not null, 取“男”或“女”CustomerTel客戶電話varchar(20)not nullCustomerEmailE-mailvarchar(20)not nullCustomerAddr地址var
12、char(20)not nullCustomerRegTime注冊時間datetimenot nullCustomerQues提示問題varchar(200) CustomerAnswer問題答案varchar(200) CustomerLogTime登陸次數(shù)intnot nullCustomerLastLogT最近登陸時間datetimenot null(2)圖書類型信息表tb_booktypeinfo表2 圖書類型信息表列名說明數(shù)據(jù)類型約束BookTypeId圖書類型編號int主碼(自增字段)BookTypeName類別名稱varchar(50)not nul
13、l(3)圖書信息表tb_bookinfo表3 圖書信息表列名說明數(shù)據(jù)類型約束BookId圖書編號int主碼(自增字段)BookTypeId圖書類型intnot null, 引用tb_booktypeinfo的外碼BookName課程名varchar(20)not nullBookPress出版社varchar(20)not nullBookPubDate出版日期datetimenot nullBookSize開本varchar(10)not nullBookVersion版次varchar(10)not nullBookAuthor圖書作者varchar(10)not nu
14、llBookTanslor圖書譯者varchar(10) Bookisbn圖書ISBNvarchar(20)not nullBookPrice圖書定價moneynot nullBookPages圖書頁碼intnot nullBookOutline圖書簡介varchar(200)not nullBookCatalog圖書目錄varchar(200)not nullBookMprice市場價moneynot nullBookPrprice會員價moneynot nullBookDealmount成交量intnot nullBookLookmount瀏覽次數(shù)intnot nullBookD
15、iscount折扣decimalnot nullBookPic圖書封面圖varchar(20)not nullBookStoremount圖書庫存量intnot nullBookStoretime入庫時間datetimenot nullBookPackstyle封裝方式varchar(20)not null(4)管理員信息表tb_manager表4 管理員信息表列名說明數(shù)據(jù)類型約束AdminId管理員編號int主碼(自增字段)AdminName管理員名稱varchar(10)not nullAdminPwd密碼varchar(20)not nullAdminFlag權限標志intno
16、t null(5)參數(shù)設置信息表tb_parameter表5 參數(shù)設置信息表列名說明數(shù)據(jù)類型約束webname網(wǎng)站名varchar(20)主碼(自增字段)regtiaoyue注冊條款varchar(100)not nullnotice公告varchar(100)not nulladdress地址varchar(20)not nullpostcode郵編varchar(10)not nulltel電話號碼varchar(10)not nullcopyright版權varchar(20)not nullweblogo網(wǎng)站Logovarchar(100)not nullwebsite網(wǎng)站地
17、址varchar(10)not nullaffordmethod支付方式varchar(100)not nullshopstream購物流程varchar(100)not nullpostmethod送貨方式varchar(100)not nullpostprice送貨費用moneynot nullPostdescp運輸說明varchar(100)not nullworktime工作時間varchar(20)not nullservice售后服務varchar(100)not nulllaw使用法律varchar(100)not nullcommques常見問題varchar(100)not
18、nulldealrule交易條款varchar(100)not null(6)購物車臨時訂購信息tb_shopbook表6 購物車臨時訂購信息表列名說明數(shù)據(jù)類型約束CustomerId客戶編號int主碼(自增字段)BookId圖書編號int主碼, 引用tb_bookinfo的外碼ordermount訂購數(shù)量intnot nullprice總價moneynot nullispay是否付款varchar(10)not null,默認為未付款,取“未付款”或“已付款”(7)訂單信息表tb_order表7 訂單信息表列名說明數(shù)據(jù)類型約束Id自動編號intnot null(
19、自增字段)OrderId訂單編號varchar(20)主碼CustomerId客戶編號intnot null, 引用tb_customerinfo的外碼Orderdate下單日期datetimenot nullOrdermount總訂購數(shù)量intnot nullmessage留言varchar(100) postmethod送貨方式varchar(100)not nullpaymethod支付方式varchar(100)not nullrecevername收貨人姓名varchar(10)not nullreceveraddr收貨地址varchar(20)not nullr
20、ecevertel收貨人電話號碼varchar(10)not nullmemo備注varchar(100) totalprice總賣出價moneynot null(8)訂單詳細信息表tb_orderdetail表8 訂單詳細信息表列名說明數(shù)據(jù)類型約束Id自動編號intnot null(自增字段)OrderDetailId詳細訂單編號int主碼OrderId訂單號varchar(20)not null, 引用tb_order的外碼BookId圖書編號intnot nullordermount訂購數(shù)量intnot nullpoststatus發(fā)貨狀態(tài)varchar(1
21、0)not null,默認為未發(fā)貨,取“未發(fā)貨”或“已發(fā)貨”Recevstatus收貨狀態(tài)varchar(10)not null,默認為未收貨,取“未收貨”或“已收貨”sigletotalprice賣出總價moneynot null(9)圖書評價信息表tb_comment表9 圖書評價信息表列名說明數(shù)據(jù)類型約束CommentId圖書評價編號int主碼(自增字段)BookId圖書編號intnot null,引用tb_bookinfo的外碼CustomerId評論客戶編號intnot null, 引用tb_customerinfo的外碼Customername評論客戶名varc
22、har(20)not nullCommentdate評論時間datetimenot nullCommentcontent評論內容varchar(100)not nullCommentflag審核標志varchar(10)not null(10) 信息反饋信息表tb_reply表10 信息反饋信息表列名說明數(shù)據(jù)類型約束ReplyId信息反饋編號int主碼(自增字段)ReplyType留言類型varchar(20)not nullReplytitle留言主題varchar(20)not nullReplycontent留言內容varchar(100)not nullCustom
23、erId留言客戶編號intnot null, 引用tb_customerinfo的外碼Customername留言客戶名varchar(20)not nullCommentdate留言日期datetimenot nullCustomerIP客戶IPvarchar(10)not null其中,表5即參數(shù)設置信息表是用戶配置網(wǎng)站logo、名稱、公告等信息的表,它是一個獨立于其它表的表。五、數(shù)據(jù)庫實施 本章節(jié)主要包含創(chuàng)建表、添加數(shù)據(jù)和創(chuàng)建必要的觸發(fā)器、存儲過程等內容。5.1 創(chuàng)建表(1) tb_customerinfo客戶信息表crea
24、te table tb_customerinfo ( CustomerId int identity, CustomerName varchar(20) not null, CustomerPwd varchar(20) not null, Customertruename varchar(20) not null, CustomerSex varchar(2) not null constraint CKC_CUSTOMERSEX_TB_CUSTO check (CustomerSex in ('男','女'), CustomerTel varchar(20)
25、 not null, CustomerEmail varchar(20) not null, CustomerAddr varchar(20) not null, CustomerRegTime datetime not null, CustomerQues varchar(200) null, CustomerAnswer varchar(200) null, CustomerLogTime int not null, CustomerLastLogT datetime not null, constraint PK_TB_CUSTOMERINFO primary key(CustomerI
26、d, CustomerName)(2)tb_booktypeinfo圖書類型信息表create table tb_booktypeinfo ( BookTypeId int identity, BookTypeName varchar(50) not null, constraint PK_TB_BOOKTYPEINFO primary key (BookTypeId)(3)tb_bookinfo圖書信息表create table tb_bookinfo ( BookId int identity, BookTypeId int not null, BookName varchar(20) n
27、ot null, BookType varchar(10) not null, BookPress varchar(20) not null, BookPubDate datetime not null, BookSize varbinary(10) not null, BookVersion varchar(10) not null, BookAuthor varchar(10) not null, BookTanslor varchar(10) null, Bookisbn varchar(20) not null, BookPrice money not null, BookPages
28、int not null, BookOutline varchar(200) not null, BookCatalog varchar(200) not null, BookMprice money not null, BookPrprice money not null, BookDealmount int not null, BookLookmount int null, BookDiscount varchar(10) not null, BookPic money not null, BookStoremount int not null, BookStoretime datetim
29、e not null, BookPackstyle varchar(20) not null, constraint PK_TB_BOOKINFO primary key (BookId)(4)tb_manager管理員信息表create table tb_manager ( AdminId int identity, AdminName varchar(10) not null, AdminPwd varchar(20) not null, AdminFlag int not null, constraint PK_TB_MANAGER primary key (AdminId)(5)tb_
30、parameter參數(shù)設置信息表tb_ create table tb_parameter ( webname varchar(20) not null, regtiaoyue varchar(100) not null, notice varchar(100) not null, address varchar(20) not null, postcode varchar(10) not null, tel varchar(10) not null, copyright varchar(20) not null, weblogo varchar(100) not null, website
31、varchar(10) not null, affordmethod varchar(100) not null, shopstream varchar(100) not null, postmethod varchar(100) not null, postprice money not null, Postdescp varchar(100) not null, worktime varchar(20) not null, service varchar(100) not null, law varchar(100) not null, commques varchar(100) not
32、null, dealrule varchar(100) not null, constraint PK_TB_PARAMETER primary key (webname)(6)shopbook購物車零時訂購信息create table tb_shopbook ( CustomerId int not null, BookId int not null, ordermount int not null, price money not null, ispay varchar(10) not null default '未付款' constraint CKC_ISPAY_TB_S
33、HOPB check (ispay in ('未付款','已付款'), constraint PK_TB_SHOPBOOK primary key (CustomerId, BookId)(7) tb_order訂單信息表create table tb_order ( Id int identity, OrderId varchar(20) not null, CustomerId int not null, Orderdate datetime not null, Ordermount int not null, message varchar(10
34、0) null, postmethod varchar(100) not null, paymethod varchar(100) not null, recevername varchar(10) not null, receveraddr varchar(20) not null, recevertel varchar(10) not null, memo varchar(100) null, totalprice money not null, constraint PK_TB_ORDER primary key (OrderId)(8)tb_orderdetail訂單詳細信息表crea
35、te table tb_orderdetail ( id int identity, OrderDetailId varchar(20) not null, OrderId varchar(20) not null, BookId int not null, ordermount int not null, poststatus varchar(10) not null default '未發(fā)貨' constraint CKC_POSTSTATUS_TB_ORDER check (poststatus in ('未發(fā)貨','已發(fā)貨'), Rece
36、vstatus varchar(10) not null default '未收貨' constraint CKC_RECEVSTATUS_TB_ORDER check (Recevstatus in ('未收貨','已收貨'), sigletotalprice money not null, constraint PK_TB_ORDERDETAIL primary key (OrderDetailId)(9)tb_comment圖書評價信息表create table tb_comment ( CommentId int not null, Bo
37、okId int not null, CustomerId int not null, Customername varchar(20) not null, Commentdate datetime not null, Commentcontent varchar(100) not null, Commentflag varchar(10) not null, constraint PK_TB_COMMENT primary key (CommentId)(10)tb_reply信息反饋信息表create table tb_reply ( ReplyId int not null, Custo
38、merId int not null, ReplyType varchar(20) not null, Replytitle varchar(20) not null, Replycontent varchar(100) not null, Customername varchar(20) not null, Commentdate datetime not null, CustomerIP varchar(10) not null, constraint PK_TB_REPLY primary key (ReplyId)5.2 創(chuàng)建約束條件alter table tb_bookin
39、fo add constraint FK_TB_BOOKI_REFERENCE_TB_BOOKT foreign key (BookTypeId) references tb_booktypeinfo (BookTypeId)go alter table tb_comment add constraint FK_TB_COMME_REFERENCE_TB_BOOKI foreign key (BookId) references tb_bookinfo (BookId)go alter table tb_comment add constraint FK_TB_COMME_REFERENCE_
40、TB_CUSTO foreign key (CustomerId) references tb_customerinfo (CustomerId)go alter table tb_order add constraint FK_TB_ORDER_REFERENCE_TB_CUSTO foreign key (CustomerId) references tb_customerinfo (CustomerId)go alter table tb_orderdetail add constraint FK_TB_ORDER_REFERENCE_TB_ORDER foreign key (Orde
41、rId) references tb_order (OrderId)go alter table tb_orderdetail add constraint FK_TB_ORDER_REFERENCE_TB_BOOKI foreign key (BookId) references tb_bookinfo (BookId)go alter table tb_reply add constraint FK_TB_REPLY_REFERENCE_TB_CUSTO foreign key (CustomerId) references tb_customerinfo (CustomerId)go a
42、lter table tb_shopbook add constraint FK_TB_SHOPB_REFERENCE_TB_BOOKI foreign key (BookId) references tb_bookinfo (BookId)go alter table tb_shopbook add constraint FK_TB_SHOPB_REFERENCE_TB_CUSTO foreign key (CustomerId) references tb_customerinfo (CustomerId)go5.3 添加數(shù)據(jù)(注意添加的先后次序)insert into tb_m
43、anager(AdminName,AdminPwd, AdminFlag) values (admin,admin,1)insert into tb_customerinfot (CustomerName, CustomerPwd, Customertruename, CustomerSex, CustomerTel, CustomerEmail, CustomerAddr, CustomerRegTime, CustomerQues, CustomerAnswer, CustomerLogTime, CustomerLastLogT) values (toy,toy,李明,男,1231628
44、368,a122390,常熟理工,1,2010-12-22 11:00:11:111, 2010-12-22 11:00:11:111)insert into tb_booktypeinfo(BookTypeName) values (科技類)insert into tb_bookinfo values (, 1, php編程寶典 ,清華大學出版社, 2010-2-1, 16k,第二版,云峰,978-7-900-2131-8,56.00,100,合法哈客戶卡的合法,發(fā)的發(fā),發(fā)的發(fā),57.00,56.50,12,34,0.87,C:/1.jpg,90,2010-1-1 1:1:1:111,精品包
45、裝)insert into tb_order values (, 20101202001, 1 , 2010-12-22 12:00:11:111, 2, ,申通快遞,建行,李明,常熟理工,12313212323,180)insert into tb_orderdetail values (, 2010120200101, 20101202001 ,1, 2, ,云峰,180)insert into tb_parameter values (風云網(wǎng)上書店, 熱熔器額外人, 的發(fā)愛的 ,南京十字路口, 331231, 080-21312,copyright ljfl, C:/logo.jpg,建
46、行、工行,發(fā)的發(fā)放,合法哈客戶卡的合法,發(fā)的發(fā),發(fā)的發(fā),7.00,8:00-12:00,f得法,發(fā)的說法,0.87,的法定)5.4 創(chuàng)建必要觸發(fā)器5.4.1 定義一個觸發(fā)器,其基本功能是在tb_bookinfo表中修改庫存數(shù)量時,檢查數(shù)量是否小于0,如果是提示庫存不足,庫存為空。其具體代碼如下所示:create trigger trig1on tb_bookinfofor updateasif(update(BookStoremount) begin declare mount int set mount=(select BookStoremount
47、 from deleted) if(mount<0) begin print '庫存不足,庫存為空' rollbackendend5.4.2 定義一個觸發(fā)器,其基本功能是在填寫訂單和詳細訂單的時候相應的總價被計算處理填入相應的位置。其具體代碼如下所示:create trigger trig2on tb_orderdetailfor insert,updateas begin declare mount int,price money,sigleprice money,totalprice money set mount=(select o
48、rdermount from inserted) set totalprice=(select totalprice from tb_order,inserted where tb_order.orderid=inserted.orderid) set price=(select bookprice from tb_bookinfo,inserted where tb_bookinfo.bookid=inserted.bookid) set sigleprice=mount*priceupdate tb_orderdetail set sigletotalprice=sigleprice where orderdetailid=(select orderdetailid from inserted )update tb_order set totalprice=(totalprice+sigleprice) where orderid=(select orderid from inserted)end go5.5 創(chuàng)建必要存儲過程5.5.1
溫馨提示
- 1. 本站所有資源如無特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請下載最新的WinRAR軟件解壓。
- 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請聯(lián)系上傳者。文件的所有權益歸上傳用戶所有。
- 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁內容里面會有圖紙預覽,若沒有圖紙預覽就沒有圖紙。
- 4. 未經(jīng)權益所有人同意不得將文件中的內容挪作商業(yè)或盈利用途。
- 5. 人人文庫網(wǎng)僅提供信息存儲空間,僅對用戶上傳內容的表現(xiàn)方式做保護處理,對用戶上傳分享的文檔內容本身不做任何修改或編輯,并不能對任何下載內容負責。
- 6. 下載文件中如有侵權或不適當內容,請與我們聯(lián)系,我們立即糾正。
- 7. 本站不保證下載資源的準確性、安全性和完整性, 同時也不承擔用戶因使用這些下載資源對自己和他人造成任何形式的傷害或損失。
最新文檔
- 專題2.10 函數(shù)的綜合應用(原卷版)-2024年高考數(shù)學一輪復習精講精練寶典(新高考專用)
- 2025年中考物理預測模擬試卷(含答案解析)
- 文藝匯演組織方案計劃
- 跨界學習的職業(yè)思路計劃
- 語言藝術欣賞活動安排計劃
- 員工培訓部工作總結與學習計劃
- 主管全年任務計劃
- 四川景鑫礦業(yè)有限公司四川省南江縣大火地金礦礦山地質環(huán)境保護與土地復墾方案情況
- 醫(yī)學與急救知識培訓課件
- 統(tǒng)編版小學語文二年級下冊第25課《羿射九日》精美課件
- 2025年安陽職業(yè)技術學院單招綜合素質考試題庫及參考答案1套
- 2025年內蒙古建筑職業(yè)技術學院單招職業(yè)適應性測試題庫1套
- 11《認識多媒體技術》教學設計、教材分析與教學反思2024年滇人版初中信息技術七年級下冊
- 2025年湖南環(huán)境生物職業(yè)技術學院單招職業(yè)技能測試題庫一套
- 2025年湖南安全技術職業(yè)學院單招職業(yè)技能測試題庫參考答案
- DB3202-T 1063-2024 質量基礎設施“-站式”服務與建設規(guī)范
- 2025年廣東省深圳法院招聘書記員招聘144人歷年高頻重點模擬試卷提升(共500題附帶答案詳解)
- 百所名校高一數(shù)學試卷
- 2025年春新冀教版英語三年級下冊課件 2L2
- 2025年度會計人員繼續(xù)教育會計法律法規(guī)答題活動測試100題答案
- 電子書 -品牌設計法則
評論
0/150
提交評論