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

正文內(nèi)容

計算機(jī)專業(yè)酒店管理的平臺系統(tǒng)開發(fā)畢業(yè)論文-閱讀頁

2025-07-04 13:04本頁面
  

【正文】 現(xiàn)方便了酒店的日常事務(wù)處理,以及基本數(shù)據(jù)的保存和查找,減輕了管理員的工作量,同時可以及時快速方便的處理客戶的需求,適合現(xiàn)在人活動快速的步伐,有利于節(jié)省顧客時間,同時更增加了酒店的服務(wù)質(zhì)量。由于安全技術(shù)的限制,在不實現(xiàn)現(xiàn)金交易的情況下實現(xiàn)實名房間預(yù)定。 參考文獻(xiàn)[1] 何旭洪,:人民郵電出版社,[2] Server 2000 :清化大學(xué)出版社,[3] Server 2000 :中國鐵道出版社, 2004[4] :中國水利水電出版社,2004[5] :科學(xué)出版社,2004[6] 薩師煊,:高等教育出版社,[7] Server 2000 :北京希望電子出版社,[8] Philip Guide to :北方工業(yè)大學(xué)出版社,[9] :清華大學(xué)出版社,[10]黃梯云.《管理信息系統(tǒng)》.北京:經(jīng)濟(jì)科學(xué)出版社,[11]黃敬仁編著,《系統(tǒng)分析》,清華大學(xué)出版社,[12] Philip Guide to :北方工業(yè)大學(xué)出版社,[13] lvar Software :人民郵電出版社,[14]余晨,李文炬.《SQL Server2000 培訓(xùn)教程》.北京:清華大學(xué)出版社,[15]湯庸.《軟件工程方法與管理》.北京:冶金工業(yè)出版社,[16]陳宗興.《SQL server 2000程序設(shè)計超級管理篇》.北京:中國鐵道出版社,致謝本設(shè)計的完成是在我們的指導(dǎo)老師的細(xì)心指導(dǎo)下進(jìn)行的。從設(shè)計的選題到資料的搜集直至最后設(shè)計的修改的整個過程中,花費(fèi)了很多的寶貴時間和精力,在此向?qū)煴硎局孕牡馗兄x!導(dǎo)師嚴(yán)謹(jǐn)?shù)闹螌W(xué)態(tài)度,開拓進(jìn)取的精神和高度的責(zé)任心都將使學(xué)生受益終生!還要感謝和我同一設(shè)計小組的幾位同學(xué),是你們在我平時設(shè)計中和我一起探討問題,并指出我設(shè)計上的誤區(qū),使我能及時的發(fā)現(xiàn)問題把設(shè)計順利的進(jìn)行下去,沒有你們的幫助我不可能這樣順利地結(jié)稿,在此表示深深的謝意。謝謝你們四年的教導(dǎo),不僅讓我學(xué)到了豐富專業(yè)知識,還讓我學(xué)會了為人處事的道理。通過這次畢業(yè)論文我還明白了作為一名計算機(jī)專業(yè)的大學(xué)畢業(yè)生,我們要會的不僅僅是編寫代碼,更重要的是要有整體把握系統(tǒng)設(shè)計的能力。 附 錄附錄A 主要源程序using System。using 。using 。using 。using 。using 。 (GridView1, NewsID, strsql, News)。 string strsql = select * from db_News order by NewsID desc。 } protected void Button1_Click(object sender, EventArgs e) { if (() || ()) { (scriptalert(39。?39。location=39。/script)。 } else { if (((), ())) { Session[Member] = 。 if ((())) { Session[State] = 預(yù)定。 } else { (scriptalert(39。)。39。}}} protected void Button2_Click(object sender, EventArgs e) { ()。protected void Page_Load(object sender, EventArgs e) { if (Session[Member] == null || Session[Password] == null) { (scriptalert(39。)。39。 } else if (!IsPostBack) { SqlConnection conn = ()。 SqlCommand cmd = new SqlCommand(select * from db_Room where RoomState=39。, conn)。 = sdr。 = RoomID。 = 0。 SqlCommand cmd1 = new SqlCommand(select * from db_Member where MemberName=39。 and MemberPassword=39。, conn)。 ()。 = sdr1[Sex].ToString()。 ()。 } } protected void btnAdd_Click(object sender, EventArgs e) { if ( == || == ) { (scriptalert(39。)。javascript:(1)39。 return。電話號應(yīng)為數(shù)字且位數(shù)為711位39。location=39。/script)。 } else { SqlConnection conn = ()。 SqlCommand cmd = new SqlCommand(select count(*) from db_Room where RoomID=39。 and RoomState=39。, conn)。 if (t 0) { (此房間有人預(yù)定或入住或不存在)。 } else { string str = insert into db_Scheduled (Name,Sex,Tel,RoomID,ScheduledDate,LeaveDate) values(39。,39。,39。,39。,39。,39。)。 string str1 = update db_Room set RoomState=39。 + ().Trim() + 39。 Session[State] = 預(yù)定。房間預(yù)定成功39。location=39。/script)。 = 。用戶名不能為空39。location=39。/script)。密碼不能為空39。location=39。/script)。驗證碼錯誤)。39。 }else { if (((), ())) { Session[admin] = 。 }else { (scriptalert(39。)。39。 } } } protected void btnCancel_Click(object sender, EventArgs e) { RegisterStartupScript(提示, script()。 }}// 客人換房管理public partial class Admin_ChangeManagement : { protected void Page_Load(object sender, EventArgs e) { if (Session[admin] == null) { (../)。正入住39。 (GridView1, CheckID, strsql, Check)。 string strsql = select * from db_Check where CheckState=39。 order by CheckID desc。 } protected void GridView1_RowDeleting(object sender, GridViewDeleteEventArgs e) { int id = (int)[].Value。 (str)。正入住39。 (GridView1, CheckID, strsql, Check)。正入住39。 (GridView1, CheckID, strsql, Check)。 string strsql = 。% + () + %39。正入住39。 break。% + () + %39。正入住。 break。 } if (!IsPostBack) { string strsql = select * from db_Check where CheckState=39。 order by CheckID desc。 } } protected void GridView1_PageIndexChanging(object sender, GridViewPageEventArgs e) { = 。正入住39。 (GridView1, CheckID, strsql, Check)。 string str = delete from db_Check where CheckID= + id。 string strsql = select * from db_Check where CheckState=39。 order by CheckID desc。 } protected void Button1_Click(object sender, EventArgs e) { if ( == ) { string strsql = select * from db_Check where CheckState=39。 order by CheckID desc。 } else { string stype = 。 switch (stype) { case 訂房人: strsql = select * from db_Check where CheckName like 39。 and CheckState=39。 (GridView1, CheckID, strsql, Check)。 case 房間編號: strsql = select * from db_Check where RoomID like 39。 and CheckState=39。 (GridView1, CheckID, strsql, Check)。 } } }}//添加會員信息public partial class Admin_Member_Add : {ValidateClass validate = new ValidateClass()。 } if (!IsPostBack) { SqlConnection conn = ()。 SqlCommand cmd = new SqlCommand(select * from db_MemberType, conn)。 = sdr。 = MemberTypeID。 = 0。 ()。請將信息填寫完整39。location=39。/script)。 } else if (!()) { (scriptalert(39。)。javascript:(1)39。 return。身份證應(yīng)為數(shù)字且位數(shù)為1518位39。location=39。/script)。 } else if (!() || !()) { (scriptalert(39
點(diǎn)擊復(fù)制文檔內(nèi)容
黨政相關(guān)相關(guān)推薦
文庫吧 www.dybbs8.com
備案圖鄂ICP備17016276號-1