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

正文內(nèi)容

軟件工程課程設(shè)計(jì)--圖書管理系統(tǒng)-資料下載頁(yè)

2025-01-17 04:41本頁(yè)面
  

【正文】 d_connection=true。 SqlConnection con = new SqlConnection(constr)。 SqlCommand cmd = new SqlCommand()。 = con。 // = select * from Admin where adminName=39。 + username + 39。, password=39。 + userpwd + 39。 。 = select count(*) from Admin where adminName=@Name and password=@Pass。 SqlParameter sp = new SqlParameter()。 = @Name。 = 。 SqlParameter sp2 = new SqlParameter()。 = @Pass。 = 。 (sp)。 (sp2)。 ()。 int count = (int)()。 if (count == 0) { (scriptalert(39。用戶名或密碼錯(cuò)誤39。)/script)。 return。 } else { Session[u] = user。 (scriptalert(39。登錄成功39。)/script)。 (script=39。39。/script)。 } ()。 }}修改圖書的代碼:create table bookinfo(bookNO int not null constraint pk_ISBN primary key,Bookname nvarchar(255) not null, bookname varchar(40) not null,pulishname nvarchar(255) not null,price varchar(6) not null,stock int not null,ment nvarchausing System。using 。using 。using 。using 。using 。using 。using 。public partial class message : { protected void Page_Load(object sender, EventArgs e) { if (!IsPostBack) { gv_bind()。 } } protected void gv_bind() { string constr = server=.。database=library。trusted_connection=yes。 SqlConnection con = new SqlConnection(constr)。 SqlCommand cmd = new SqlCommand()。 = con。 = select * from bookinfo 。//SQL 文本命令 ()。 //打開連接數(shù)據(jù)庫(kù) SqlDataReader sdr = ()。//讀取表中的一行數(shù)據(jù),是所運(yùn)行sql語(yǔ)句,將結(jié)果存到了sdr里 = sdr。 ()。 //數(shù)據(jù)綁定 ()。 } protected void GridView1_RowEditing(object sender, GridViewEditEventArgs e) { = 。 gv_bind()。 } protected void GridView1_RowCancelingEdit(object sender, GridViewCancelEditEventArgs e) { = 1。 gv_bind()。 } protected void GridView1_RowUpdating(object sender, GridViewUpdateEventArgs e) { //找到修改后的值 string updatename = ((TextBox)[].FindControl(TextBox1)).Text。 string updatestatus = ((DropDownList)[].FindControl(DropDownList1)).()。 string con = server=.。database=photo。trusted_connection=true。 SqlConnection s = new SqlConnection(con)。 ()。 SqlCommand scm = new SqlCommand()。 = s。 = update category set c_name=updatename, status=updatestatus where id=sid。 int i = (int)()。 if (i 0) { (scriptalert(39。修改圖書成功39。)/script)。 } //更新數(shù)據(jù)庫(kù) string sid = [].()。 //(id)。 } protected void GridView1_RowDeleting(object sender, GridViewDeleteEventArgs e) { gv_bind()。 string sid = [].()。 string con = server=.。database=photo。trusted_connection=true。 SqlConnection s = new SqlConnection(con)。 ()。 SqlCommand scm = new SqlCommand()。 = s。 = delete bookinfo where id=39。 + sid + 39。 int i = (int)()。 if (i 0) { (scriptalert(39。刪除成功39。)。=39。39。/script)。 } } } 第四章 結(jié)束語(yǔ)軟件工程是一門比較抽象的理論課,既包含軟件開發(fā)技術(shù),也包含管理技術(shù),為了學(xué)以致用,充分體現(xiàn)軟件工程的工程特性,在項(xiàng)目開發(fā)的過(guò)程中要進(jìn)行各個(gè)階段的分析報(bào)告收,需求分析和數(shù)據(jù)庫(kù)設(shè)計(jì)尤為重要,一個(gè)系統(tǒng)是否能符合能合理的運(yùn)行,需要每一步都要有嚴(yán)謹(jǐn)?shù)乃伎?,?shí)踐證明,寫需求說(shuō)明文檔是至關(guān)重要的。
點(diǎn)擊復(fù)制文檔內(nèi)容
高考資料相關(guān)推薦
文庫(kù)吧 www.dybbs8.com
備案圖鄂ICP備17016276號(hào)-1