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

正文內(nèi)容

aspnet留言板系統(tǒng)論文(編輯修改稿)

2024-12-09 05:31 本頁面
 

【文章內(nèi)容簡介】 er Protocol,超文本傳輸協(xié)議),F(xiàn)TP( Fele Transfer Protocol,文件傳輸協(xié)議)以及 SMTP 協(xié)議,通過使用 CGI 和 ISAPI, IIS 可以得到高度的擴(kuò)展。 四、系統(tǒng)界面和代碼實(shí)現(xiàn) 用戶登錄界面: 代碼如下 : using 。 public partial class Login : { protected void Page_Load(object sender, EventArgs e) { } protected void BtnLogin_Click(object sender, EventArgs e) { if ( == | == ) { = 必須輸入帳號和 密碼! 。 return。 } else { SqlConnection conn = new SqlConnection(Data Source=.。Initial Catalog=BBS。Integrated Security=true)。 ()。 SqlCommand Cmd = new SqlCommand()。 = conn。 = select [用戶名 ] from [member] where [用戶名 ]=39。 + + 39。 and [密碼 ]=39。 + + 39。 SqlDataReader dr = ()。 if (()) { Session[mem] = 。 //登錄成功后記下該用戶昵稱,以便后續(xù)功能使用 = 登錄成功! 。 = 。 = false。 = 。 = false。 ()。 } else { = 昵稱不存在或密碼不對! 。 } ()。 } } protected void LinkButton1_Click(object sender, EventArgs e) { ()。 }} 用戶注冊界面: 代碼如下: using 。 public partial class _Default : { protected void Page_Load(object sender, EventArgs e) { } public bool CheckInput() { if ( == | == | == | == ) { = 你輸入的信息不正確,請重新輸入! 。 = 。 = 。 = 。 = 。 return false。 } else { if ( != ) { = 你兩次輸入的密碼不同,請重新輸入! 。 = 。 = 。 = 。 = 。 return false。 } } return true。 } protected void BtnReg_Click(object sender, EventArgs e) {if (CheckInput()) {SqlConnection conn = new SqlConnection(Data Source=.。Initial Catalog=BBS。Integrated Security=true)。 ()。//檢查用戶是否已存在 SqlCommand Cmd = new SqlCommand()。 = conn。 = select [用戶名 ] from member。 SqlDataReader dr = ()。 while (()) {if ((0) == ) { = + 已經(jīng)存在,請你選擇另外的昵稱! 。 ()。 return。 } } ()。 string SqlStr。 SqlStr = Insert into member([用戶名 ],[密碼 ],[電子郵件 ]) values(39。 + + 39。,39。 + + 39。,39。 + + 39。)。 = SqlStr。 ()。 ()。 ()。 = 恭喜你,你已注冊成功! 。 } } protected void BtnCancel_Click(object sender, EventArgs e) { ()。 } protected void LinkButton1_Click(object sender, EventArgs e) { ()。 }} 看帖界面: 代碼如下: using 。 public partial class Show : { protected void Page_Load(object sender, Eve
點(diǎn)擊復(fù)制文檔內(nèi)容
公司管理相關(guān)推薦
文庫吧 www.dybbs8.com
備案圖片鄂ICP備17016276號-1