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

正文內(nèi)容

基于web的服裝供應(yīng)鏈管理服務(wù)平臺設(shè)計-資料下載頁

2025-06-27 19:13本頁面
  

【正文】 ,[J].紡織學(xué)報,.[4][D].上海:上海交通大學(xué),.[5]周靜,、小型服裝企業(yè)營銷快速反應(yīng)系統(tǒng)的構(gòu)建[J].上海紡織科技,.[6]華蓓, Server數(shù)據(jù)庫性能優(yōu)化探究[J].現(xiàn)代計算機,.[7], security concepts, approaches, and challenges[J].IEEE transactions on dependable and secure puting,2005.02.[8]陳小兵,張漢煜,駱力明,[J].計算機工程與應(yīng)用,.[9][M].清華大學(xué)出版社,:3840.[10], the DataFlow Perspective for Business Process Management[J].Information Systems Research,.[11]苗雪蘭,劉瑞新,[M].機械工業(yè)出版社,:5152.[12]劉曉強,[M].機械工業(yè)出版社,:150155.[13][M].清華大學(xué)出版社,:2223.[14]Mike Morrison,Joline Morrison,Anthony Web Sites and Databases[A].In:Communications of the ACM[C].September,2002.[15][J].現(xiàn)代計算機,.[16][J].中國金融電腦,.[17]劉涌, Maps API提取交通地理數(shù)據(jù)的可行性研究[J].現(xiàn)代計算機,.附錄:部分代碼/// summary///dataOperate 的摘要說明/// /summarypublic class dataOperate{ public dataOperate() { // //TODO: 在此處添加構(gòu)造函數(shù)邏輯 // } /// summary /// 該方法用來執(zhí)行用戶登錄操作,使用參數(shù)傳遞。 /// /summary /// param name=sql需要執(zhí)行的sql語句/param /// param name=name用戶登錄名/param /// param name=pass用戶登錄密碼/param /// returns返回一個布爾值,表示是否登錄成功/returns public static bool entrySql(string sql, string name, string pass) { //創(chuàng)建數(shù)據(jù)庫連接 SqlConnection con = createCon()。 //打開數(shù)據(jù)庫連接 ()。 //創(chuàng)建SqlCommand對象 SqlCommand = new SqlCommand(sql, con)。 //設(shè)置參數(shù)的類型 (new SqlParameter(name, , 50))。 //設(shè)置參數(shù)的值 [name].Value = name。 //設(shè)置參數(shù)的類型 (new SqlParameter(pass, , 50))。 //設(shè)置參數(shù)的值 [pass].Value = pass。 //判斷是否登錄成功并返回布爾值 if ((()) 0) { ()。 return true。 } else { ()。 return false。 } } /// summary /// 執(zhí)行數(shù)據(jù)庫添加、刪除、更新等操作 /// /summary /// param name=sql需要執(zhí)行的sql語句/param /// returns返回一個布爾值,表示是否操作成功/returns public static bool execSQL(string sql) { //創(chuàng)建數(shù)據(jù)庫連接 SqlConnection con = createCon()。 //打開數(shù)據(jù)庫連接 ()。 //創(chuàng)建SqlCommand對象 SqlCommand = new SqlCommand(sql, con)。 try { //執(zhí)行SQL語句 ()。 } catch (Exception e) { //返回布爾值False return false。 } finally { //關(guān)閉數(shù)據(jù)庫連接 ()。 } //返回布爾值True return true。 } /// summary /// 用來查詢記錄,以DataSet對象形式返回 /// /summary /// param name=sql用來查詢的sql語句/param /// returns返回一個DataSet對象/returns public static DataSet getDataset(string sql) { //創(chuàng)建數(shù)據(jù)庫連接 SqlConnection con = createCon()。 //打開數(shù)據(jù)庫連接 ()。 //創(chuàng)建DataSet對象 DataSet ds = new DataSet()。 //創(chuàng)建DataAdapter對象 SqlDataAdapter sda = new SqlDataAdapter(sql, con)。 //填充DataSet數(shù)據(jù)集 (ds)。 //返回DataSet對象 return ds。 } /// summary /// 用來查詢記錄,以SqlDataReader對象形式返回 /// /summary /// param name=sql用來查詢的sql語句/param /// returns返回一個SqlDataReader對象/returns public static SqlDataReader getRow(string sql) { //創(chuàng)建數(shù)據(jù)庫連接 SqlConnection con = createCon()。 //打開數(shù)據(jù)庫連接 ()。 //創(chuàng)建SqlCommand對象 SqlCommand = new SqlCommand(sql, con)。 //返回ExecuteReader方法返回的DataReader對象 return ()。 } /// summary /// 查詢數(shù)據(jù)是否存在 /// /summary /// param name=sql用來執(zhí)行查詢的SQL語句/param /// returns返回一個整型變量,大于0表示存在/returns public static int seleSQL(string sql) { //創(chuàng)建數(shù)據(jù)庫連接 SqlConnection con = createCon()。 //打開數(shù)據(jù)庫連接 ()。 //創(chuàng)建SqlCommand對象 SqlCommand = new SqlCommand(sql, con)。 try { //返回ExecuteScalar方法返回的值 return (())。 } catch (Exception e) { //返回整型值0 return 0。 } finally { //關(guān)閉數(shù)據(jù)庫連接 ()。 } }}59
點擊復(fù)制文檔內(nèi)容
環(huán)評公示相關(guān)推薦
文庫吧 www.dybbs8.com
備案圖鄂ICP備17016276號-1