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

正文內(nèi)容

畢業(yè)設(shè)計論文-資料下載頁

2024-08-13 17:37本頁面
  

【正文】 關(guān)心過我們的同學們,還有我的親人們。感謝他們在我學習上的傾力相助,在生活中無微不至的關(guān)懷。最后,衷心地感謝評閱論文和答辯組的各位老師們!謝謝。第五章:重要代碼using System。using 。using 。using 。using 。using 。using 。using 。using 。using 。/// summary/// BaseClass 的摘要說明/// /summarypublic class BaseClass{ public BaseClass() { // // TODO: 在此處添加構(gòu)造函數(shù)邏輯 // } public static SqlConnection DBCon() { //return new SqlConnection(server=localhost。database=db_ExamOnline。uid=sa。pwd=)。 return new SqlConnection(server=localhost。database=db_ExamOnline。Integrated Security=True)。 } public static void BindDG(GridView dg, string id, string strSql, string Tname) { SqlConnection conn = DBCon()。 SqlDataAdapter sda = new SqlDataAdapter(strSql, conn)。 DataSet ds = new DataSet()。 (ds, Tname)。 = [Tname]。 = new string[] { id }。 ()。 } public static void OperateData(string strsql) { SqlConnection conn = DBCon()。 ()。 SqlCommand cmd = new SqlCommand(strsql, conn)。 ()。 ()。 } //================如果是學生登錄======================= public static bool CheckStudent(string studentNum, string studentPwd) { SqlConnection conn = DBCon()。 ()。 SqlCommand cmd = new SqlCommand(select count(*) from tb_Student where StudentNum=39。 + studentNum + 39。 and StudentPwd=39。 + studentPwd + 39。, conn)。 int i = (())。 if (i 0) { return true。 } else { return false。 } ()。 } //================如果是教師登錄===================== public static bool CheckTeacher(string teacherNum, string teacherPwd) { SqlConnection conn = DBCon()。 ()。 SqlCommand cmd = new SqlCommand(select count(*) from tb_Teacher where TeacherNum=39。 + teacherNum + 39。 and TeacherPwd=39。 + teacherPwd + 39。, conn)。 int i = (())。 if (i 0) { return true。 } else { return false。 } ()。 } //================如果是管理員登錄========================= public static bool CheckAdmin(string adminNum, string adminPwd) { SqlConnection conn = DBCon()。 ()。 SqlCommand cmd = new SqlCommand(select count(*) from tb_Admin where AdminNum=39。 + adminNum + 39。 and adminPwd=39。 + adminPwd + 39。, conn)。 int i = (())。 if (i 0) { return true。 } else { return false。 } ()。 }}參 考 文 獻1. 張樹亮,李超編著 《 +SQL Server》網(wǎng)絡(luò)應(yīng)用系統(tǒng)開發(fā)案例精解2. 王萍萍,李曉娜,孫更新編著 《ASP+Dreamweaver》動態(tài)網(wǎng)站開發(fā)3. 劉斌,張軍編著 《+SQL Server》動態(tài)網(wǎng)站開發(fā)案例精選
點擊復(fù)制文檔內(nèi)容
環(huán)評公示相關(guān)推薦
文庫吧 www.dybbs8.com
備案圖鄂ICP備17016276號-1