留言板系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)_第1頁(yè)
留言板系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)_第2頁(yè)
留言板系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)_第3頁(yè)
留言板系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)_第4頁(yè)
留言板系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)_第5頁(yè)
已閱讀5頁(yè),還剩11頁(yè)未讀 繼續(xù)免費(fèi)閱讀

下載本文檔

版權(quán)說(shuō)明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請(qǐng)進(jìn)行舉報(bào)或認(rèn)領(lǐng)

文檔簡(jiǎn)介

經(jīng)典word整理文檔,僅參考,雙擊此處可刪除頁(yè)眉頁(yè)腳。本資料屬于網(wǎng)絡(luò)整理,如有侵權(quán),請(qǐng)聯(lián)系刪除,謝謝!目錄一、設(shè)計(jì)目的1二、需求分析1三、模塊分析及設(shè)計(jì)2四、數(shù)據(jù)庫(kù)設(shè)計(jì)24.1系統(tǒng)概念結(jié)構(gòu)設(shè)計(jì)24.1.1數(shù)據(jù)字典24.1.2系統(tǒng)E-R圖34.1.3系統(tǒng)流程圖44.2邏輯結(jié)構(gòu)設(shè)計(jì)5五、制作過(guò)程及要點(diǎn)65.1類庫(kù)建立65.2驗(yàn)證碼65.3留言內(nèi)容界面75.4留言頁(yè)面75.5登錄界面95.6注冊(cè)頁(yè)面125.7修改密碼界面135.8管理員界面14設(shè)計(jì)總結(jié)15附錄15和1三、模塊分析及設(shè)計(jì)登陸留言登陸4.1.1231n4.1.34是否5publicclassdb{publicdb(){}publicstaticSqlConnectionCreateConnection(){SqlConnectioncon=newSqlConnection(@"server=(Local);database=message;Integrated);returncon;}}protectedvoidPage_Load(objectsender,EventArgse){thisthis.GenCode(4));Session[]=this.GenCode(4);}privatestringGenCode(intnum){[]source={,"1",,,,,,,"8",,,"A","B","C","D","E",,"G",,,,,"L",,"N","O","P",,"R",,"T","U","V","W","X",,"Z"};stringcode=;Randomrd=new();for(inti=0;i<num;i++){code+=source[rd.Next(0,source.Length)];}returncode;}privatevoidstringcode){BitmapmyPalette=newBitmap(60,20);Graphicsgh=Graphics.FromImage(myPalette);Rectanglerc=newRectangle(0,0,60,20);gh.FillRectangle(newSolidBrush(.Blue),rc);6gh.DrawString(code,newFont(宋體,16),newSolidBrush(.White),rc);gh.Dispose();myPalette.Dispose();}protectedvoidButton3_Click(objectsender,EventArgse){7protectedvoidPage_Load(objectsender,EventArgse){try{this.Label1.Text=].ToString();SqlConnectioncon=db.CreateConnection();con.Open();stringstrsql="selectcount(*)from;SqlCommandcmd=newSqlCommand(strsql,con);SqlDataReaderrd=cmd.ExecuteReader();while(rd.Read()){this.Label2.Text=rd[0].ToString();}rd.Close();con.Close();}{8}{SqlConnectioncon=db.CreateConnection();con.Open();stringstrsql="insertintomessagesvalues('"+Label1.Text+"','"+TextBox2.Text++TextBox3.Textcon.Close();"<script>alert('留言成功!')</script>");Response.Redirect("messageout.aspx");}protectedvoidButton2_Click(objectsender,EventArgse){9protectedvoidPage_Load(objectsender,EventArgse){this.ImageButton1.ImageUrl="image.aspx";}protectedvoidButton1_Click(objectsender,EventArgse){if(this.TextBox1.Text==){Label1.Text=用戶名不能為空!<br>";}if(this.TextBox2.Text==){Label1.Text+="密碼不能為空!<br>";}if(this.TextBox3.Text==){Label1.Text+="請(qǐng)輸入驗(yàn)證碼!<br>";}else{SqlConnectioncon=db.CreateConnection();con.Open();if(RadioButtonList1.SelectedItem.Value.ToString().Trim()==用戶){stringstrsql="selectUpassfromloginwhereUname='"+this.TextBox1.Text+"'andUpass='"+this.TextBox2.Text+;SqlCommandcmd=newSqlCommand(strsql,con);DataSetds=newDataSet();SqlDataReaderdr=cmd.ExecuteReader();try{if(dr.Read()){stringaa=this.TextBox3.Text.ToString();if(aa==Convert])){Session[]=this.TextBox1.Text.ToString();Response.Redirect("messageout.aspx");10}else{Label1.Text=驗(yàn)證碼錯(cuò)誤,注意大小寫!;}}else{Label1.Text=用戶名或者密碼錯(cuò)誤!;}}catch{Label1.Text=輸入的用戶名不存在!;}con.Close();}elseif(RadioButtonList1.SelectedItem.Value.ToString().Trim()==管理員){stringstrsql1="selectUpassfrommanagementwhereUname='"+this.TextBox1.Text+"'andUpass='"+this.TextBox2.Text+;SqlCommandcmd=newSqlCommand(strsql1,con);DataSetds=newDataSet();SqlDataReaderdr=cmd.ExecuteReader();try{if(dr.HasRows){stringaa=this.TextBox3.Text.ToString();if(aa==Convert])){Session[]=this.TextBox1.Text.ToString();Response.Redirect("management.aspx");}else{Label1.Text=驗(yàn)證碼錯(cuò)誤,注意大小寫!;}}else{Label1.Text=用戶名或者密碼錯(cuò)誤!;}}11Label1.Text=輸入的用戶名不存在!;}protectedvoidButton1_Click(objectsender,EventArgse){try{SqlConnectioncon=db.CreateConnection();con.Open();SqlCommandcmd=con.CreateCommand();=(cmd.ExecuteNonQuery();"<script>alert('注冊(cè)用戶成功!')</script>");}}}protectedvoidButton1_Click1(objectsender,EventArgse){SqlConnectioncon=db.CreateConnection();SqlCommandcmd=con.CreateCommand();con.Open();cmd.CommandText=strsql1;DataSetds=newDataSet();SqlDataReaderdr1=cmd.ExecuteReader();{TextBox1.Text+);cmd2.CommandText=strsql;cmd2.E

溫馨提示

  • 1. 本站所有資源如無(wú)特殊說(shuō)明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請(qǐng)下載最新的WinRAR軟件解壓。
  • 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請(qǐng)聯(lián)系上傳者。文件的所有權(quán)益歸上傳用戶所有。
  • 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁(yè)內(nèi)容里面會(huì)有圖紙預(yù)覽,若沒(méi)有圖紙預(yù)覽就沒(méi)有圖紙。
  • 4. 未經(jīng)權(quán)益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
  • 5. 人人文庫(kù)網(wǎng)僅提供信息存儲(chǔ)空間,僅對(duì)用戶上傳內(nèi)容的表現(xiàn)方式做保護(hù)處理,對(duì)用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對(duì)任何下載內(nèi)容負(fù)責(zé)。
  • 6. 下載文件中如有侵權(quán)或不適當(dāng)內(nèi)容,請(qǐng)與我們聯(lián)系,我們立即糾正。
  • 7. 本站不保證下載資源的準(zhǔn)確性、安全性和完整性, 同時(shí)也不承擔(dān)用戶因使用這些下載資源對(duì)自己和他人造成任何形式的傷害或損失。

評(píng)論

0/150

提交評(píng)論