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

正文內(nèi)容

試題庫(kù)管理系統(tǒng)畢業(yè)設(shè)計(jì)文檔-資料下載頁(yè)

2024-12-03 17:07本頁(yè)面

【導(dǎo)讀】信息社會(huì)教育教學(xué)發(fā)展的需求。隨著計(jì)算機(jī)技術(shù)、網(wǎng)絡(luò)技術(shù)和數(shù)據(jù)庫(kù)技術(shù)的成熟與穩(wěn)定以。得了前所未有的發(fā)展前景與強(qiáng)大的技術(shù)支持。因此,教學(xué)管理者希望有一個(gè)集專(zhuān)業(yè)管理、試卷管理、題庫(kù)管理等功能于一體的網(wǎng)絡(luò)試題庫(kù)管理系統(tǒng),以提高管理效率。也使教學(xué)方式和考試方式有更多選擇。這對(duì)提高教學(xué)效率,有效利用資源和使傳統(tǒng)的教學(xué)。方式逐步走向自動(dòng)化具有重要作用。理系統(tǒng),利用ASP中的ADO組件實(shí)現(xiàn)訪問(wèn)試題數(shù)據(jù)庫(kù)中的數(shù)據(jù)。所開(kāi)發(fā)的系統(tǒng)提供了專(zhuān)。理試題庫(kù)與試卷庫(kù),在實(shí)際應(yīng)用中可以有效減輕教師的工作量。Keywords:TestBankManagement;Papermanagement;;C#;B/Sstructure;

  

【正文】 protected void courseGridView_RowCommand(object sender, GridViewCommandEventArgs e) { Course course = new Course()。 //判斷執(zhí)行操作的成功失敗 int flg = 0。 try { if ( == lnkEdit) { (?courseId= + + 31 amp。action=update)。 } if (lnkDelete.Equals()) { //獲取要?jiǎng)h除的 id = ()。 //得到操作結(jié)果 flg = (course)。 if (flg 0) { //刪除成功 ()。 } } } } endregion region +btnSearch_Click(object sender, EventArgs e) protected void btnSearch_Click(object sender, EventArgs e) { Major major = new Major()。 Course course = new Course()。 try { = ()。 = ()。 = ()。 //得到查詢(xún)結(jié)果 dt = (course,major)。 = dt。 ()。 } catch(Exception ex) { } endregion } } ( 四 ) 試題 管理 模塊 山東財(cái)經(jīng)大學(xué)燕山學(xué)院學(xué)士學(xué)位論文 32 圖 44試題庫(kù)管理系統(tǒng)試題管理界面 功能 說(shuō)明 : 可以實(shí)現(xiàn)對(duì)試題信息的添加、修改、刪除、和檢索功能??梢越ㄒ粋€(gè)不同專(zhuān)業(yè)、不同課程、不同體型、不同難度的試題。 代碼的實(shí)現(xiàn): %@ Page Language=C MasterPageFile=~/Admin/ AutoEventWireup=true CodeBehind= Inherits= Title=無(wú)標(biāo)題頁(yè) % asp:Content ID=Content1 ContentPlaceHolderID=head runat=server link href=../CSS/ rel=stylesheet type=text/css / /asp:Content asp:Content ID=Content2 ContentPlaceHolderID=ContentPlaceHolder1 runat=server div div table tr td class=style1asp:Label ID=Label1 runat=server Text=試題編號(hào)/asp:Label/td td class=style2asp:TextBox ID=txtNum runat=server style=marginleft: 0px/asp:TextBox/td td class=style3錄題日期 /td tdasp:TextBox ID=txtData runat=server OnClick =WdatePicker() CssClass =shuru/asp:TextBox/td /tr tr td class=style1asp:Label ID=Label2 runat=server Text=試題類(lèi)型 /asp:Label/td td class=style2asp:DropDownList ID=ddlTopic runat=server Width=155px 33 style=marginleft: 0px/asp:DropDownList/td td class=style3asp:Label ID=Label3 runat=server Text=難度類(lèi)型/asp:Label/td tdasp:DropDownList ID=ddlDiff runat=server Width=155px/asp:DropDownList/td /tr tr td class=style1asp:Label ID=Label4 runat=server Text=專(zhuān)業(yè)名稱(chēng)/asp:Label/td td class=style2asp:DropDownList ID=ddlMajorName runat=server Width=155px AutoPostBack=True onselectedindexchanged=ddlMajorName_SelectedIndexChanged/asp:DropDownList/td td class=style3asp:Label ID=Label5 runat=server Text=課程名稱(chēng)/asp:Label/td tdasp:DropDownList ID=ddlCourseName runat=server Width=155px/asp:DropDownList asp:Button ID=btnSearch runat=server Text=查詢(xún) onclick=btnSearch_Click style=marginleft: 36px Width=60px //td /tr /table /div div asp:GridView ID=questionGridView runat=server Width=85% AutoGenerateColumns=False CssClass=gridview EmptyDataText=沒(méi)有數(shù)據(jù) onrowmand=questionGridView_RowCommand AllowPaging=True AllowSorting=True onpageindexchanging=questionGridView_PageIndexChanging RowStyle Height=25px / Columns asp:BoundField DataField=qiId HeaderText=試題 Id Visible=False /asp:BoundField asp:BoundField DataField=qiNumber HeaderText=試題編號(hào) /asp:BoundField asp:BoundField DataField=qtName HeaderText=題型 /asp:BoundField asp:BoundField DataField=dtName HeaderText=難度 /asp:BoundField asp:BoundField DataField=qiData HeaderText=錄題日期 /asp:BoundField asp:BoundField DataField=courseName HeaderText=課程名稱(chēng) /asp:BoundField 山東財(cái)經(jīng)大學(xué)燕山學(xué)院學(xué)士學(xué)位論文 34 asp:BoundField DataField=majorName HeaderText=專(zhuān)業(yè)名稱(chēng) /asp:BoundField asp:TemplateField HeaderText=操作 ItemTemplate asp:LinkButton ID=LinkbtView runat=server CommandName = lnkView CommandArgument=39。%Eval(qiId) %39。 查看 /asp:LinkButton asp:LinkButton ID=lnkbtnEdit runat=server CommandName = lnkEdit CommandArgument=39。%Eval(qiId) %39。 修改 /asp:LinkButton asp:LinkButton ID=LinkbtnDelete runat=server CommandName = lnkDelete CommandArgument=39。%Eval(qiId) %39。 OnClientClick=return confirm(39。真的要?jiǎng)h除嗎39。)刪除 /asp:LinkButton /ItemTemplate /asp:TemplateField /Columns RowStyle HorizontalAlign=Center / EmptyDataRowStyle ForeColor=Red HorizontalAlign=Center / /asp:GridView /div /div /asp:Content ( 五 ) 自動(dòng)組卷 頁(yè)面 圖 45試題庫(kù)管理系統(tǒng)自動(dòng)組卷界面 35 功能說(shuō)明:用戶(hù)可以設(shè)置題數(shù)和單體分能以 Word的形式導(dǎo)出試題,并能以 Word的形式保存到服務(wù)器 代碼說(shuō)明: namespace { public partial class BrowsePaper : { region 私有變量 //提示信息 private string strMeg = 。 private StInfoBLL stInfoBLL = new StInfoB
點(diǎn)擊復(fù)制文檔內(nèi)容
公司管理相關(guān)推薦
文庫(kù)吧 www.dybbs8.com
備案圖鄂ICP備17016276號(hào)-1