91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

資源簡介

1、在線提交報告,可統計提交情況、分析和寫評語 2、報告內容可以是問答、代碼和圖片

資源截圖

代碼片段和文件信息

using?System;
using?System.Collections.Generic;
using?System.Linq;
using?System.Web;
using?System.Web.UI;
using?System.Web.UI.WebControls;
using?System.Data;
using?System.Data.OleDb;

public?partial?class?SetTime?:?System.Web.UI.Page
{
????protected?void?Page_Load(object?sender?EventArgs?e)
????{
????????if?(Session[“TeaName“]?==?null)
????????????Response.Redirect(“TeaLogin.aspx“);
????????LoginName.Text?=?“當前用戶:“?+?Session[“TeaName“].ToString();
????????if?(!IsPostBack)
????????????showGridView();
????}
????protected?void?Set_Click(object?sender?EventArgs?e)
????{
????????string?rid?=?RadioButtonList2.SelectedValue;
????????string?time=?CloseTime.SelectedDate.ToString();
????????string?connstr?=?“Provider?=?Microsoft.ACE.OLEDB.12.0;Data?Source?=?“?+?Server.MapPath(“sjjg.accdb“);
????????string?sql?=?“update?reportTime?set?CloseTime=‘“?+?time+“‘?where?ID=“?+?rid;
????????using?(OleDbConnection?conn?=?new?OleDbConnection(connstr))
????????{
????????????conn.Open();??//打開連接?
????????????OleDbCommand?cmd?=?new?OleDbCommand(sql?conn);??//sql語句???
????????????cmd.ExecuteNonQuery();
????????????Clientscript.RegisterStartupscript(Page.GetType()?““?“ript>alert(‘提交成功‘);ript>“);
????????}
????????showGridView();
????}
????private?void?showGridView()
????{
????????string?connstr?=?“Provider?=?Microsoft.ACE.OLEDB.12.0;Data?Source?=?“?+?Server.MapPath(“sjjg.accdb“);
????????string?sql?=?“select?*?from?reportTime“;
????????DataTable?dt?=?new?DataTable();
????????using?(OleDbConnection?conn?=?new?OleDbConnection(connstr))
????????{
????????????conn.Open();??//打開連接?
????????????OleDbCommand?cmd?=?new?OleDbCommand(sql?conn);??//sql語句???
????????????using?(OleDbDataAdapter?da?=?new?OleDbDataAdapter(cmd))
????????????????da.Fill(dt);
????????}
????????GridView1.DataSource?=?dt;
????????GridView1.DataBind();
????}
}

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----

?????文件???????1753??2015-05-28?00:38??課程實驗報告提交網站源碼\App_Code\Tool.cs

?????文件????????801??2015-05-28?21:41??課程實驗報告提交網站源碼\files\code\Bitree.txt

?????文件???????1268??2015-05-28?22:32??課程實驗報告提交網站源碼\files\code\Dijkstra.txt

?????文件???????1122??2015-05-28?22:17??課程實驗報告提交網站源碼\files\code\Graph.txt

?????文件???????1721??2015-04-20?18:52??課程實驗報告提交網站源碼\files\code\linkList.txt

?????文件????????706??2015-04-19?22:49??課程實驗報告提交網站源碼\files\code\linkListUnionTest.txt

?????文件???????1187??2015-04-20?18:59??課程實驗報告提交網站源碼\files\code\linkStack.txt

?????文件???????1847??2015-05-28?22:36??課程實驗報告提交網站源碼\files\code\OrderList.txt

?????文件???????1560??2015-04-19?22:27??課程實驗報告提交網站源碼\files\code\SeqList.txt

?????文件????????683??2015-04-19?22:49??課程實驗報告提交網站源碼\files\code\SeqListUnionTest.txt

?????文件???????1227??2015-04-20?19:00??課程實驗報告提交網站源碼\files\code\SeqQueue.txt

?????文件???????1009??2015-05-28?22:45??課程實驗報告提交網站源碼\files\code\Sort.txt

?????文件????????685??2015-05-28?22:17??課程實驗報告提交網站源碼\files\code\Traverse.txt

?????文件??????38912??2015-02-28?11:12??課程實驗報告提交網站源碼\files\download\作業1緒論.doc

?????文件??????34816??2015-03-16?22:37??課程實驗報告提交網站源碼\files\download\作業2線性表.doc

?????文件??????35840??2015-04-19?10:40??課程實驗報告提交網站源碼\files\download\作業3棧和隊列.doc

?????文件??????35840??2015-04-19?14:28??課程實驗報告提交網站源碼\files\download\作業4串、數組和廣義表.doc

?????文件??????40448??2015-05-11?21:51??課程實驗報告提交網站源碼\files\download\作業5樹和二叉樹.doc

?????文件??????21240??2015-02-27?23:29??課程實驗報告提交網站源碼\files\download\實驗1類C語言.docx

?????文件??????19992??2015-03-09?21:33??課程實驗報告提交網站源碼\files\download\實驗2算法時間復雜度.docx

?????文件??????24059??2015-04-19?22:11??課程實驗報告提交網站源碼\files\download\實驗3線性表.docx

?????文件??????25709??2015-04-19?14:15??課程實驗報告提交網站源碼\files\download\實驗4棧和隊列.docx

?????文件??????22853??2015-04-19?14:58??課程實驗報告提交網站源碼\files\download\實驗5串.docx

?????文件??????23068??2015-04-28?20:55??課程實驗報告提交網站源碼\files\download\實驗6二叉樹.docx

?????文件??????79092??2015-05-28?22:20??課程實驗報告提交網站源碼\files\download\實驗7圖.docx

?????文件??????22489??2015-05-24?18:47??課程實驗報告提交網站源碼\files\download\實驗8查找.docx

?????文件??????21757??2015-05-24?21:43??課程實驗報告提交網站源碼\files\download\實驗9排序.docx

?????文件????1303040??2015-02-28?10:56??課程實驗報告提交網站源碼\files\download\課件1緒論.ppt

?????文件????1816576??2015-03-16?23:28??課程實驗報告提交網站源碼\files\download\課件2線性表.ppt

?????文件????2017280??2015-03-30?23:05??課程實驗報告提交網站源碼\files\download\課件3棧和隊列.ppt

............此處省略97個文件信息

評論

共有 條評論