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

正文內(nèi)容

大型數(shù)據(jù)庫(kù)課程設(shè)計(jì)-快遞管理系統(tǒng)(客戶服務(wù)-文庫(kù)吧

2025-08-04 12:04 本頁(yè)面


【正文】 ,以及一些相應(yīng)的個(gè)人聯(lián)系方式以便處理結(jié)果及時(shí)發(fā)回您的郵箱。此模塊的功能是由 10 ComplaintForm完成的。 ( 3)管理員 子模塊。 管理員憑借密碼進(jìn)入后臺(tái)管理,然后可以查詢投訴歷史表單,對(duì)表單進(jìn)行處理。此模塊是有窗體 HoutaiForm完成的。 3. 模塊 設(shè)計(jì) 模塊設(shè)計(jì) 系統(tǒng)主要包含主程序模塊和其它 基本 操作模塊。其調(diào)用關(guān)系如圖 2所 示。 圖 2 模塊調(diào)用示意圖 系統(tǒng)子模塊及其功能設(shè)計(jì) using System。 using 。 using 。 using 。 using 。 using 。 using 。 using 。 using 。 using 。 private void button1_Click(object sender, EventArgs e)// 查詢回告 { if (().Length != 10)//貨運(yùn)單號(hào)要求 10位數(shù)字 { (親,請(qǐng)輸入 10 位數(shù)字正確的貨單號(hào)! , 錯(cuò)誤 , , )。 = 。 return。 } Else // 連接數(shù)據(jù)庫(kù) { OracleConnection conn = new OracleConnection(data source=orcl。user Id=scott。password=abc123)。 ()。 string sql = select * from Goodstable where 貨單編號(hào) =39。 + + 39。 OracleCommand cmd = new OracleCommand(sql, conn)。 OracleDataAdapter oda = new OracleDataAdapter(cmd)。 DataTable dt = new DataTable()。 (dt)。 ()。 ()。 = dt。 主查詢模塊 各基本操作模塊 11 } } public static bool IsValidEmail(string strIn) //驗(yàn)證郵箱地址格式 { return (strIn, @^(([09azAZ]+)|([09azAZ]+[]*[09azAZ]+))@([azAZ09]+[.])+([azAZ]{2}||NET||COM|gov|GOV|mil|MIL||ORG|edu|EDU|int|INT)$, )。 } public static bool IsDate(string StrSource) //驗(yàn)證日期格式 { return (StrSource, @^((((1[69]|[29]\d)\d{2})(0?[13578]|1[02])(0?[19]|[12]\d|3[01]))|(((1[69]|[29]\d)\d{2})(0?[13456789]|1[012])(0?[19]|[12]\d|30))|(((1[69]|[29]\d)\d{2})0?2(0?[19]|1\d|2[09]))|(((1[69]|[29]\d)(0[48]|[2468][048]|[13579][26])|((16|[2468][048]|[3579][26])00))0?229))$)。 } private void button2_Click(object sender, EventArgs e)// 客戶填寫投訴單 { if( ().Length !=10) //貨運(yùn)單號(hào)要求 10位數(shù)字 { (親,請(qǐng)輸入 10 位數(shù)字正確的貨單號(hào)! ,錯(cuò)誤,MessageBoxButtons .RetryCancel ,MessageBoxIcon .Error)。 return。 } if (==) //姓名不能為空 { (親,請(qǐng)輸入您的姓名! , 提示 , , )。 return。 } if (!=收貨人 amp。amp。!=發(fā)貨人 )//限制填寫收貨人或者發(fā)貨人 { (親,只能輸入發(fā)貨人或者收貨人! , 錯(cuò)誤 , , )。 return。 } if (!IsValidEmail ())//驗(yàn)證郵箱格式 { 12 (親,請(qǐng)輸入正確的郵箱格式! , 錯(cuò)誤 , , )。 return。 } if (().Length != 6)//驗(yàn)證郵編格式 { (親,請(qǐng)輸入正確的郵編! , 錯(cuò)誤 , , )。 return。 } if (!IsDate())//驗(yàn)證日期格式 { (親,請(qǐng)輸入正確的日期格式! , 錯(cuò)誤 , , )。 return。 } if ( ==)//投訴的內(nèi)容不能為空 { (親,請(qǐng)認(rèn)真填寫要投訴的內(nèi)容! , 提示 , , )。 return。 } Else //連接數(shù)據(jù)庫(kù)插入數(shù)據(jù) { int i = 0。 OracleConnection conn = new OracleConnection(data source=orcl。user Id=scott。password=abc123)。 ()。 OracleTransaction tran = ()。 OracleCommand cmd3 = ()。 = insert into tousu (+貨運(yùn)單號(hào) ,客戶姓名 ,客戶類型 ,郵箱 ,郵編 ,投訴時(shí)間 ,投訴內(nèi)容 ,是否處理 +)values ( ++ .ToString () +,39。+ .ToString () +39。,39。+ textBox4 .Text .ToString () +39。,39。+ .ToString () +39。,+ .ToString () +,39。+ textBox6 .Text .ToString () +39。,39。+ richTextBox1 .Text .ToString () +39。,39。否 39。)。 ()。 ()。 i++。 ()。 if (i == 1)//提示提交成功 { (提交成功! )。 13 } else { MessageBox .Show (提交失 敗,請(qǐng)重新輸入! )。 return。 } } } private void button2_Click(object sender, EventArgs e)//管理員登錄 { if (==sys amp。amp。==abc123)//密碼和用戶名 { HoutaiForm h1 = new HoutaiForm()。 ()。 ()。 } Else //錯(cuò)誤提示 { (用戶名或者密碼錯(cuò)誤,請(qǐng)重新輸入! , 錯(cuò)誤 , , )。 = 。 = 。 return。 } } OracleConnection conn = new OracleConnection(data source=orcl。user Id=scott。password=abc123)。 ()。 string sql = select * from tousu。 OracleCommand cmd = new OracleCommand(sql, conn)。 OracleDataAdapter oda = new OracleDataAdapter(cmd)。
點(diǎn)擊復(fù)制文檔內(nèi)容
公司管理相關(guān)推薦
文庫(kù)吧 www.dybbs8.com
備案圖鄂ICP備17016276號(hào)-1