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

正文內(nèi)容

基于java的物流配送管理系統(tǒng)畢業(yè)設(shè)計(jì)書-資料下載頁

2025-06-27 18:09本頁面
  

【正文】 sendnodeIdt_totalrouteformroute_idt_routeIdt_acceptformnode_idt_sendnodeIdt_sendformnode_idt_sendnodeIdt_panyreportformnode_idt_sendnodeId建立外鍵代碼alter table route_relation add constraint FK_ROUTE_RE_REFERENCE_T_ROUTE foreign key (route_id) references t_route (id)。alter table route_relation add constraint FK_ROUTE_RE_REFERENCE_T_SENDNO foreign key (node_id) references t_sendnode (id)。alter table sendnode_price add constraint FK_SENDNODE_REFERENCE_T_SENDNO foreign key (node_id) references t_sendnode (id)。alter table sendscope_price add constraint FK_SENDSCOP_REFERENCE_T_SENDNO foreign key (node_id) references t_sendnode (id)。alter table t _user add constraint FK_T _USER_REFERENCE_T_ROLE foreign key (role_id) references t_role (id)。alter table t_acceptform add constraint FK_T_ACCEPT_REFERENCE_T_SENDNO foreign key (node_id) references t_sendnode (id)。alter table t_allocatecar add constraint FK_T_ALLOCA_REFERENCE_T_CAR foreign key (car_id) references t_car (id)。alter table t_associatelist add constraint FK_T_ASSOCI_REFERENCE_T_CAR foreign key (car_id) references t_car (id)。alter table t_associatelist add constraint FK_T_ASSOCI_REFERENCE_T_ORDER foreign key (order_id) references t_order (id)。alter table t_associatelist add constraint FK_T_ASSOCI_REFERENCE_T_EMPLOY foreign key (employee_id) references t_employee (id)。alter table t_associatelist add constraint FK_T_ASSOCI_REFERENCE_T_SENDNO foreign key (nodde_id) references t_sendnode (id)。alter table t_panyreportform add constraint FK_T_COMPAN_REFERENCE_T_SENDNO foreign key (node_id) references t_sendnode (id)。alter table t_employee add constraint FK_T_EMPLOY_REFERENCE_T_SENDNO foreign key (node_id) references t_sendnode (id)。alter table t_employee add constraint FK_T_EMPLOY_REFERENCE_T_ROLE foreign key (role_id) references t_role (id)。alter table t_goods add constraint FK_T_GOODS_REFERENCE_T_GOODST foreign key (type_id) references t_goodstype (id)。alter table t_goodsstate add constraint FK_T_GOODSS_REFERENCE_T_ORDER foreign key (order_id) references t_order (id)。alter table t_order add constraint FK_T_ORDER_REFERENCE_T_GOODS foreign key (goods_id) references t_goods (id)。alter table t_order add constraint FK_T_ORDER_REFERENCE_T _USER foreign key (user_id) references t _user (id)。alter table t_order add constraint FK_T_ORDER_REFERENCE_T_SENDNO foreign key (node_id) references t_sendnode (id)。alter table t_sendform add constraint FK_T_SENDFO_REFERENCE_T_SENDNO foreign key (node_id) references t_sendnode (id)。alter table t_sendnode add constraint FK_T_SENDNO_REFERENCE_T _USER foreign key (user_id) references t _user (id)。alter table t_setouttime add constraint FK_T_SETOUT_REFERENCE_T_CAR foreign key (car_id) references t_car (id)。alter table t_totalrouteform add constraint FK_T_TOTALR_REFERENCE_ROUTE_RE foreign key (route_id) references route_relation (id)。10 各模塊詳細(xì)設(shè)計(jì)模塊命名規(guī)則包名命名規(guī)則vo值對(duì)象,其中存放的是每個(gè)JavaBean,其中JavaBean的命名是和數(shù)據(jù)庫中的表名稱是一一對(duì)應(yīng)的。Action 模塊名+Action:是用來給servlet命名的例子:form模塊名+ActionForm:是用來給servlet命名的例子:dao有意義的名字+DAO,因?yàn)閐ao包是用來定義接口的, 包中定義的每一個(gè)接口的抽象方法,都是用來讓Impl類來實(shí)現(xiàn)的。例子:Impl有意義的名字+Impl:這是用來實(shí)現(xiàn)具體的增、刪、改、查的操作的真實(shí)實(shí)現(xiàn)類,不負(fù)責(zé)數(shù)據(jù)庫的關(guān)閉,且直接不會(huì)被servlet調(diào)用。例子:Factory工廠類:一個(gè)有意義的名字+Factory。這個(gè)類是用來調(diào)用dao接口的。而dao接口通過其子類Proxy實(shí)例化。例子:報(bào)表模塊關(guān)系圖說明,現(xiàn)以報(bào)表模塊為例(因?yàn)槊總€(gè)模塊的幾本結(jié)構(gòu)是一樣的) 子模塊詳細(xì)設(shè)計(jì)在此以部分模塊為例(因?yàn)槊總€(gè)模塊的設(shè)計(jì)結(jié)構(gòu)是一樣的,只是模塊的代碼不同,操作的數(shù)據(jù)庫不同) SendNodeDaoImpl (公共類)模塊名稱SendNodeDaoImpl功能描述通過DateBaseUtil連接數(shù)據(jù)庫創(chuàng)建業(yè)務(wù)邏輯層與數(shù)據(jù)庫的交互接口與屬性QueryNode(int pageNo,int PageSize)功能:執(zhí)行分頁查詢 返回值:PageModelupdateSendNode(SendNode s)功能:執(zhí)行配送點(diǎn)信息更新操作返回值:booleanArrayListSendNode querySendNode()功能:查詢所有配送點(diǎn)的信息返回值:ArrayListSendNodeaddSendNode(SendNode s)功能:添加一條配送點(diǎn)信息返回值:booleandeleteSendNode(int nodeId)功能:根據(jù)配送點(diǎn)編號(hào)刪除配送點(diǎn)數(shù)據(jù)結(jié)構(gòu)與算法提示:不論是采用經(jīng)典的還是專用的數(shù)據(jù)結(jié)構(gòu)與算法,都應(yīng)該作必要的描述。不僅用于指導(dǎo)程序的實(shí)現(xiàn),還可以讓人們清楚地了解該對(duì)象類是如何設(shè)計(jì)的。補(bǔ)充說明 配送點(diǎn)業(yè)務(wù)邏輯層模塊名稱配送點(diǎn)管理功能描述獲取頁面請(qǐng)求,并將處理結(jié)果返回給頁面類與功能:AddSendNodeServlet功能:獲取頁面提交的配送點(diǎn)信息,并將信息寫進(jìn)數(shù)據(jù)庫DeleteSendNodeQprateServlet功能:獲得頁面提交的信息,根據(jù)信息刪除相應(yīng)數(shù)據(jù)QuerySendNodeServlet,UpdateSendNodeServlet,DeleteQuerySendNode功能:獲取分頁顯示的配送點(diǎn)信息,返回給頁面UpdateSNServlet功能:獲取頁面提交的修改信息,修改相應(yīng)的配送點(diǎn)信息數(shù)據(jù)結(jié)構(gòu)與算法提示:不論是采用經(jīng)典的還是專用的數(shù)據(jù)結(jié)構(gòu)與算法,都應(yīng)該作必要的描述。不僅用于指導(dǎo)程序的實(shí)現(xiàn),還可以讓人們清楚地了解該對(duì)象類是如何設(shè)計(jì)的。補(bǔ)充說明 AcceptFormImpl(公共類)模塊名稱AcceptFormImpl功能描述通過DateBaseUtil連接數(shù)據(jù)庫創(chuàng)建業(yè)務(wù)邏輯層與數(shù)據(jù)庫的交互接口與屬性ArrayListAcceptForm queryAllAcceptForm()功能:查詢所有的報(bào)表信息ArrayListAcceptForm queryByPage(Page page)功能:按頁查詢ArrayListAcceptForm queryByDate(String d1,String d2)功能:按照指定的日期查詢AcceptForm queryById(String arId)。功能:根據(jù)報(bào)表號(hào)查詢數(shù)據(jù)結(jié)構(gòu)與算法提示:不論是采用經(jīng)典的還是專用的數(shù)據(jù)結(jié)構(gòu)與算法,都應(yīng)該作必要的描述。不僅用于指導(dǎo)程序的實(shí)現(xiàn),還可以讓人們清楚地了解該對(duì)象類是如何設(shè)計(jì)的。補(bǔ)充說明 報(bào)表業(yè)務(wù)邏輯層模塊名稱報(bào)表管理功能描述獲取頁面請(qǐng)求,并將處理結(jié)果返回給頁面類與功能:ArrayListAcceptForm queryAllAcceptForm()功能:查詢所有的報(bào)表信息ArrayListAcceptForm queryByPage(Page page)功能:按頁查詢ArrayListAcceptForm queryByDate(String d1,String d2)功能:按照指定的日期查詢AcceptForm queryById(String arId)。功能:根據(jù)報(bào)表號(hào)查詢數(shù)據(jù)結(jié)構(gòu)與算法提示:不論是采用經(jīng)典的還是專用的數(shù)據(jù)結(jié)構(gòu)與算法,都應(yīng)該作必要的描述。不僅用于指導(dǎo)程序的實(shí)現(xiàn),還可以讓人們清楚地了解該對(duì)象類是如何設(shè)計(jì)的。補(bǔ)充說明 RoutePriceDaoImpl(公共類)模塊名稱RoutePriceDaoImpl功能描述通過DateBaseUtil連接數(shù)據(jù)庫創(chuàng)建業(yè)務(wù)邏輯層與數(shù)據(jù)庫的交互接口與屬性通過DBConnection連接數(shù)據(jù)庫創(chuàng)建業(yè)務(wù)邏輯層與數(shù)據(jù)庫的交互public RoutePrice selectRoutePrice(String start,String end) 功能:根據(jù)起始點(diǎn)與結(jié)束點(diǎn)查詢路線價(jià)格 返回:RoutePrice對(duì)象ListRoutePrice selectRoutePriceUnverified() 功能:查詢所有未審核的路線價(jià)格 返回:ListRoutePrice對(duì)象public void verifyRoutePrice(int rpid) 功能:根據(jù)路線ID號(hào) 返回:無數(shù)據(jù)結(jié)構(gòu)與算法提示:不論是采用經(jīng)典的還是專用的數(shù)據(jù)結(jié)構(gòu)與算法,都應(yīng)該作必要的描述。不僅用于指導(dǎo)程序的實(shí)現(xiàn),還可以讓人們清楚地了解該對(duì)象類是如何設(shè)計(jì)
點(diǎn)擊復(fù)制文檔內(nèi)容
環(huán)評(píng)公示相關(guān)推薦
文庫吧 www.dybbs8.com
備案圖鄂ICP備17016276號(hào)-1