国产精品天干天干,亚洲毛片在线,日韩gay小鲜肉啪啪18禁,女同Gay自慰喷水

歡迎光臨散文網(wǎng) 會(huì)員登陸 & 注冊

【論文寫作】課程指導(dǎo)平臺的開發(fā)中系統(tǒng)部分代碼如何寫

2022-01-22 14:12 作者:計(jì)算機(jī)校園角  | 我要投稿

4《數(shù)據(jù)庫原理及應(yīng)用技術(shù)》課程指導(dǎo)平臺功能模塊具體實(shí)現(xiàn)

4.1 用戶登錄認(rèn)證部分代碼

//?數(shù)據(jù)庫連接操作幫助類

public?sealed?class?SqlHelper

{

//?執(zhí)行數(shù)據(jù)庫讀取

public?static?SqlDataReaderExecuteReader(string?connectionString,CommandType?commandType,?stringcommandText)

{

return?ExecuteReader(connectionString, commandType,commandText, (SqlParameter[])null);

?}

//?執(zhí)行數(shù)據(jù)庫讀取

public?static?SqlDataReaderExecuteReader(string?connectionString,CommandType?commandType,?stringcommandText,?paramsSqlParameter[]commandParameters)

{

????if?(connectionString ==?null?|| connectionString.Length == 0)?throw?newArgumentNullException("connectionString");

????????????SqlConnection?connection =?null;

???????? ???try

??????????? {

//?新建一個(gè)數(shù)據(jù)庫連接實(shí)例

connection =?newSqlConnection(connectionString);

//?建立連接

????????????????connection.Open();

????????????????returnExecuteReader(connection,null, commandType,commandText, commandParameters,SqlConnectionOwnership.Internal);

??????????? }

????????????catch

??????????? {

????????????????if?(connection !=?null)

//?關(guān)閉數(shù)據(jù)庫連接

connection.Close();

???? ??throw;

??? ??}

}

}

//?驗(yàn)證用戶登錄類

public?class?CheckUserLogin{

???????SqlConnection?conn;

????????public?CheckUserLogin()

?? ?????{

//讀取web.config里面的數(shù)據(jù)庫連接字串并new一個(gè)SqlConnection實(shí)例

????????????conn =

new

SqlConnection(System.Configuration.ConfigurationManager.ConnectionStrings["ConnStr"].ToString());

??????? }

//取得用戶密碼

???????public?string?getPassword(string?user_no,?stringrole)

?????? {

???????????string?password =?String.Empty;

???????????SqlDataReader?dr =?null;

???????????if?(role ==?"stu")

?????????? {

?????????????? dr =?SqlHelper.ExecuteReader(conn,CommandType.Text,?"select passwordfrom DB_STU where stu_id ="?+ user_no);

??????????}

??????????…………………………..

???????????return?password; }

}

4.2 學(xué)生作業(yè)修改功能部分代碼


【論文寫作】課程指導(dǎo)平臺的開發(fā)中系統(tǒng)部分代碼如何寫的評論 (共 條)

分享到微博請遵守國家法律
株洲县| 特克斯县| 怀集县| 湟源县| 南投县| 昌平区| 桃园县| 靖边县| 濉溪县| 固安县| 聂荣县| 栾川县| 潞城市| 越西县| 宜都市| 康平县| 永善县| 上杭县| 台湾省| 随州市| 津南区| 确山县| 博野县| 丰顺县| 明星| 日照市| 霍城县| 获嘉县| 临泽县| 姜堰市| 江门市| 启东市| 安达市| 龙井市| 巴彦县| 柞水县| 盐亭县| 延川县| 洪雅县| 竹山县| 菏泽市|