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

正文內(nèi)容

數(shù)據(jù)庫課程設(shè)計酒店管理系統(tǒng)(必過版)(文件)

2025-07-15 11:39 上一頁面

下一頁面
 

【正文】 orm /center table align=center border=1px cellspa入住時間g=0 width=80% tr th align=center序號/th th align=center客戶姓名/th th align=center證件類型/th th align=center證件號碼/th th align=center聯(lián)系電話/th th align=center客房編號/th th align=center客房狀態(tài)/th th align=center客房類型/th th align=center入住時間/th th align=center離開時間/th /tr c:forEach items=${} var=vi va狀態(tài)=i tr td align=center${}/td td align=center${()}/td td align=center${()}/td td align=center${() }/td td align=center${() }/td td align=center${() }/td td align=center${() }/td td align=center${() }/td td align=center${() }/td td align=center${() }/td /tr /c:forEach /table /body/html。 value=SelectAll/ input type=39。 starting page/title meta equiv=pragma content=nocache meta equiv=cachecontrol content=nocache meta equiv=expires content=0 meta equiv=keywords content=keyword1,keyword2,keyword3 meta equiv=description content=This is my page ! link rel=stylesheet type=text/css href= /head body centerh1客房服務(wù)記錄管理/h1/center center form action=/Hotel/RecordSer method=POST p關(guān)鍵字(姓名):input type=text name=39。 value=登出br /tr hr size=1px brbrbrbrbrbrbrbrbr /table /td td width=90% height=100% iframe id=f1 src=/Hotel/ height=100% width=100% align=center scrolling=yes frameborder=1/iframe /td /tr /table /body/html% page language=java import=.* pageEncoding=utf8%%taglib uri= prefix=c %%String path = ()。登出成功39。/Hotel/39。height:25px。f139。/Hotel/RecordSer?Status=first39。height:25px。f139。/Hotel/RoomTypeSer?Status=firstRoomtype39。height:25px。f139。/script /c:if c:choose c:when test=${==null||==false } scriptalert(請先登錄)。String basePath = ()+://+()+:+()+path+/。 }catch(Exception e) { (關(guān)閉失敗)。 =false。 =true。 }catch(Exception e){ ()。 } public Connection SqlOpen(String name,String pass)//建立連接 { userName=name。 public boolean flag=false。 public static String dbURL。這次課程設(shè)計也讓我認識到,計算機其實也是一門注重實踐的課程,因為很多東西只有通過自己親手去實現(xiàn),才會體會其中的奧妙和樂趣。通過參照老師所給的例子,了解了很多Java方面的知識,比如如何訪問打開數(shù)據(jù)庫使用JDBC,如何運用Elicpsec等,這些知識都是第一次接觸,經(jīng)過多次運用之后,對它們都有所深入的了解,掌握如何運用它們。點擊服務(wù)記錄查詢,可以看到旅客的住房和預(yù)定信息。表中的“修改”和“刪除”分別對應(yīng)不同的功能,限于篇幅,就不截圖了。點擊表中的修改,將跳轉(zhuǎn)到修改頁面,可以修改客房的類型。()。()。(select * from 酒店信息表)。 + ().toString()+ 39。 + ().toString() + 39。 + ().toString()+ 39。 + ().toString() + 39。 }catch(Exception e) { (關(guān)閉失敗)。 =false。 =true。 }catch(Exception e){ ()。 } public Connection SqlOpen(String name,String pass)//建立連接 { userName=name。 public boolean flag=false。 public static String dbURL。JDBC提供了一種基準,據(jù)此可以構(gòu)建更高級的工具和接口,使數(shù)據(jù)庫開發(fā)人員能夠編寫數(shù)據(jù)庫應(yīng)用程序。gosp_addrolemember db_owner,39。gosp_grantdbaccess 39。,39。(4) 建立入住表create table 入住(證件號 varchar(20) not null,證件類型 varchar(10) not null,房間號 int not null,入住時間 varchar(50) null,離開時間 varchar(50) null,primary key(證件號,證件類型,房間號),foreign key(證件號,證件類型) references 旅客信息(證件號,證件類型),foreign key(房間號) references 房間信息(房間號))。表21 旅客信息表列名數(shù)據(jù)類型長度能否為空說明姓名varchar20否姓名證件類型varchar10否證件類型證件號varchar 20否證件ID(主鍵)電話varchar 20是電話表22 房間類型表列名數(shù)據(jù)類型長度能否為空說明客房類型varchar20否客房類型(主鍵)面積float4否客房面積床位int4否床位價格float4否價格折扣float4是折扣表23 房間信息表列名數(shù)據(jù)類型長度能否為空說明房間號Int4否房間號(主鍵)狀態(tài)char2否狀態(tài)客房類型varchar20否客房類型(外鍵)表24 入住表列名數(shù)據(jù)類型長度能否為空說明證件號varchar20否證件ID (外鍵)(主屬性)證件類型varchar10否證件類型(外鍵)(主屬性)房間號int4否房間號(外鍵)(主屬性)入住時間varchar50否入住時間離開時間varchar50否退房時間列明數(shù)據(jù)類型長度能否為空說明用戶名varchar50否用戶名,主鍵密碼varchar50否密碼表25 登陸員表 數(shù)據(jù)庫建表 本系統(tǒng)通過UI界面建立數(shù)據(jù)庫,而后通過SQL語句進行建表和視圖以及建立登錄該系統(tǒng)的SQL賬戶,主要SQL語句如下:
點擊復(fù)制文檔內(nèi)容
數(shù)學相關(guān)推薦
文庫吧 www.dybbs8.com
備案圖鄂ICP備17016276號-1