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

正文內容

畢業(yè)設計-航空公司管理系統(tǒng)網(wǎng)站開發(fā)(存儲版)

2025-01-12 18:21上一頁面

下一頁面
  

【正文】 money Null 經(jīng)濟艙價格 CommercialPrice money Null 普通艙價格 FirstPrice money Null 頭等艙價格 AirLineMSG text Null 備注信息 表 39 為客戶信息表 。男 39。 using 。 public partial class Default2 : { region Web 窗體設計器生成的代碼 13 override protected void OnInit(EventArgs e) { // // CODEGEN: 該調用是 Web 窗體設計器所必需的。 //判斷用戶角色是否選定 if () { //將用戶輸入的數(shù)據(jù)和數(shù)據(jù)庫里面的進行比較 string sql = select * from UserTable where isnull(UserName,39。and isnull(UserRole,39。 isok = true。 } } 使用的 外部類主要是為了連接用戶數(shù)據(jù)表,更新,刪除,修改的方便,同時也是為了提供用戶是否已經(jīng)登陸的檢驗,如果登陸了則直接顯示系統(tǒng)主界面,否則返回登陸界面重新登陸,具體代碼如下: //命名空間 using System。 using 。 public user() {//初始化所有的實例 connstr = [ApplicationServices].ConnectionString。 } Sqlreader=()。 16 (e_UserPwd, UserPwd)。 ()。,39。 17 圖 42 主界面外觀 具體代碼如下: //命名空間 using System。)。 如圖 43 所示: 圖 43 客機信息管理 客機信息添加 主要功能是客機信息:包括對客機編號 ,客機類型 ,經(jīng)濟艙位數(shù)量 ,公務艙數(shù)量 ,頭等艙數(shù)量的輸入。 圖 47 客機信息刪除 22 航線信息管理 主要功能是航線信息添加:包括對航線編號、出發(fā)城市、到達城市、航班日期、出發(fā)時間、到達時間、客機編號、經(jīng)濟艙價格、公務艙價格、頭等艙價格、備注信息的添加。 25 圖 411航線信息刪除 客戶信息管理 本模塊的主要功能是客戶信息管理:包括客戶編號、客戶姓名、客戶性別、身份證號碼 、聯(lián)系電話、客戶類型和備注信息的添加,修改,刪除,查詢。 28 圖 414 客戶信息查詢 主要使用的 TextBox 控件, Label 控件, Button 控件, DropDownList1 控件,SqlDataSource 控件,并結合了 HTML 的相關的表格的設計,涉及到表格的樣式,大小,表格內容的格式等相關的技術,如 Table, head......。 using 。 29 protected void Page_Load(object sender, EventArgs e) { //用于判斷用戶已經(jīng)登陸,否則返回登陸界面重新登陸 if ((Session[Name]) == ) { (script language=javascriptalert(39。 = true。 (ds)。 = MyRow[CustMSG].ToString()。 SqlCommandBuilder scb = new SqlCommandBuilder(da)。 = MyRow[CustTele].ToString()。 31 客戶信息信息添加 本界面是 ,如圖 G1 所示,包涵了客戶編號、客戶等級名稱、折扣比例和備注的添加以及提交按鈕和重置按鈕。 圖 419新用 戶信息添加 具體代碼如下: //命名空間 using System。 using 。 請登錄39。 } protected void Button1_Click(object sender, EventArgs e) { //新建一個數(shù)據(jù)連接 SqlConnection Conn = new SqlConnection(SqlConn)。 ()。 //將新建行添加到 DataSet 第一個表對象中 [0].(NewRow)。 DataSet ds = new DataSet()。 } = 添加新用戶 。Integrated 34 Security=True。 using 。 主要功能是新用戶添加:包括用戶編號、用戶名、密碼,備注信息的添加。 客戶等 級信息管理 本模塊的主要功能是客戶等級信息管理:包括客戶編號、客戶等級名稱、折扣比例和備注的添加和修改。 = MyRow[CustSex].ToString()。 + + 39。 = MyRow[CustTele].ToString()。 SqlCommandBuilder scb = new SqlCommandBuilder(da)。 return。Initial Catalog=AirMS。 using 。 27 圖 413 客戶信息更新 主要功能是客戶信息查詢:包括對客戶編號、客戶姓名、客戶性別、身份證號碼、聯(lián)系電話、客戶類型和備注信息的查詢。 圖 410 航線信息查詢 航線信息刪除 主要功能是刪除航線信息:包括對航線編號、出發(fā)城市、到達城市、航班日期、出發(fā)時間、到達時間、客機編號、經(jīng)濟艙價格、公務艙價格、頭等艙價格、備注信息刪除。 本界面是 ,如圖 46 所示,包涵了序號,客機編號,客機類型,經(jīng)濟艙位數(shù)量,公務艙數(shù)量,頭等艙數(shù)量,備注信息。 = (())。 public partial class Index : { protected void Page_Load(object sender, EventArgs e) { //用于判斷用戶已經(jīng)登陸,否則返回登陸界面重新登陸 if ((Session[Name]) == ) { (script language=javascriptalert(39。 } } 主界面界面設計與實現(xiàn) 本界面為 ,它的功能是管理員對客機管理模塊,航線管理模塊,客戶信息管理模塊等進行管理。,39。 + ID + 39。 (e_ID,ID)。 = Sqlconn。 private DataSet ds。 using 。 = 。 //保存用戶密碼 Session[Pass] = myReader[UserPwd].ToString().Trim()。)=39。 } //調用外部類 user userLogin = new user()。 using 。 圖 41 登陸界面外觀 具體代 碼如下: //命名空間 using System。下面給出創(chuàng)建這些表格的 SQL 語 句。 如表 37 為客機信息表。 圖 32 客機信息實體 ER圖 航線信息實體 ER 圖如圖 33 所示。 ? 客戶等級信息管理:包括客戶編號、客戶等級名稱、折扣比例和備注的添加,修改。數(shù)據(jù)庫設計一般包括如下幾個步驟: ? 數(shù)據(jù)庫需要分析。 系統(tǒng)功能模塊設計 對上述各項功能進行集中、分塊,按照結 構化程序設計的要求,得到如圖21 所示的系統(tǒng)功能模塊圖。 2 第 2 章 系統(tǒng)分析與功能介紹 系統(tǒng)分析 系統(tǒng)功能分析 系統(tǒng)開發(fā)的總體任務是實現(xiàn)各種信息的系統(tǒng)化、規(guī)范化和自動化。 Database。 I 航空公司管理系統(tǒng)網(wǎng)站開發(fā) 摘 要 隨著信息時代的到來,計算機技術的飛速發(fā)展,市場競爭的日趨激烈,企業(yè)的管理水平也必須不斷地提高。s management level requirements must also continue to improve. So a normal operation of the airlines need to manage have planes, airline setting, customer information and so on, and also provides the ticket clerk management. So in the face of various different kinds of information, are desperately in need of the reasonable structure of database to store the data information and effective program structure support various data operation of execution. Instead of previous heavy and plicated management way, so adopt mature database technology and management information system technology to build aviation pany management system, to aviation pany seem to be increasingly urgent and necessary. This article mainly introduced the airline management system each functional modules in the system, mainly including: passenger information management, airline information management, customer information management, customer information management level, booking information management, as well as the corresponding modules of the corresponding database design, and to realize the function module design to a simple algorithm is described, in addition to clear to the reader a solution of the system realization and the function, this article has certain practical value for reference. Keywords Airlines。 計算機應用逐漸由大規(guī)??茖W計算的海量數(shù)據(jù)處理轉向 小規(guī)模 事務 的 處理和對 生產(chǎn)過程 的管理,這就產(chǎn)生了以臺式計算機為核心,以數(shù)據(jù)庫管理系統(tǒng)為開發(fā)環(huán)境的 信息管理 系統(tǒng)在 小規(guī)模 事務 的 處理和對 生產(chǎn)過程 的管理等方面的應用,特別是在 生產(chǎn)過程 之中的應用日益 受到 人們的關注。 ? 系統(tǒng)設置:包括添加新用戶、用戶
點擊復制文檔內容
公司管理相關推薦
文庫吧 www.dybbs8.com
備案圖鄂ICP備17016276號-1