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

資源簡介

這個是一個用ASP.NET編寫的投票系統系統,里面還有簡單地論文可以參考。各方面都很完整。可能時間有點老,但只要你找一個稍微懂的人調一下,絕對可以作為你的課程設計。而且也是練習編程的好項目。

資源截圖

代碼片段和文件信息

using?System;
using?System.Data;
using?System.Configuration;
using?System.Collections;
using?System.Web;
using?System.Web.Security;
using?System.Web.UI;
using?System.Web.UI.WebControls;
using?System.Web.UI.WebControls.WebParts;
using?System.Web.UI.HtmlControls;
using?System.Data.SqlClient;

public?partial?class?addItems?:?System.Web.UI.Page
{
????DB?db?=?new?DB();
????protected?void?Page_Load(object?sender?EventArgs?e)
????{
????????string?votetitle?=?Request.QueryString[“votetitle“].ToString().Trim();
????????this.labtitle.Text?=?votetitle.ToString();
????????//取出相應題目的ID
????????string?strid?=?“select?id?from?voteMaster?where?votetitle=‘“?+?votetitle?+?“‘“;
????????int?ID=Convert.ToInt32(db.executeGetReturn(strid));
?????
????}
????protected?void?Button1_Click(object?sender?EventArgs?e)
????{ //添加選項
????????string?votetitle?=?Request.QueryString[“votetitle“].ToString().Trim();
????????string?strid?=?“select?id?from?voteMaster?where?votetitle=‘“?+?votetitle?+?“‘“;
????????int?ID?=?Convert.ToInt32(db.executeGetReturn(strid));
????????string?strsql?=?“insert?into?voetDetails(voteItemid)?values(‘“?+?this.TextBox1.Text.ToString()?+?“‘“?+?ID?+?“)“;
????????db.NonQueryexecute(strsql);
????????Response.Write(“ript>?alert(‘添加成功,請繼續添加!‘) ript>“);
????????this.TextBox1.Text?=?““;

????}

????protected?void?Button2_Click(object?sender?EventArgs?e)
????{ //完成選項添加,跳轉到主頁面
????????Response.Redirect(“index.aspx“);
????}
}

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2016-12-10?21:03??ASP.NET制作投票系統(源碼+論文+數據庫設計論文+ER圖)\
?????目錄???????????0??2018-06-14?20:20??ASP.NET制作投票系統(源碼+論文+數據庫設計論文+ER圖)\ASP.NET制作投票系統\
?????目錄???????????0??2016-12-10?21:03??ASP.NET制作投票系統(源碼+論文+數據庫設計論文+ER圖)\ASP.NET制作投票系統\App_Code\
?????文件????????2399??2008-03-20?08:43??ASP.NET制作投票系統(源碼+論文+數據庫設計論文+ER圖)\ASP.NET制作投票系統\App_Code\DB.cs
?????文件????????7899??2008-01-04?19:34??ASP.NET制作投票系統(源碼+論文+數據庫設計論文+ER圖)\ASP.NET制作投票系統\App_Code\new.xsd
?????文件?????????848??2008-01-04?19:34??ASP.NET制作投票系統(源碼+論文+數據庫設計論文+ER圖)\ASP.NET制作投票系統\App_Code\new.xss
?????文件?????????611??2007-11-06?21:34??ASP.NET制作投票系統(源碼+論文+數據庫設計論文+ER圖)\ASP.NET制作投票系統\CodeCheck.aspx
?????文件????????2169??2007-12-13?16:27??ASP.NET制作投票系統(源碼+論文+數據庫設計論文+ER圖)\ASP.NET制作投票系統\CodeCheck.aspx.cs
?????目錄???????????0??2016-12-10?21:03??ASP.NET制作投票系統(源碼+論文+數據庫設計論文+ER圖)\ASP.NET制作投票系統\DB_51aspx\
?????文件?????1310720??2008-03-20?09:07??ASP.NET制作投票系統(源碼+論文+數據庫設計論文+ER圖)\ASP.NET制作投票系統\DB_51aspx\vote_Data.MDF
?????文件?????1048576??2008-03-20?09:07??ASP.NET制作投票系統(源碼+論文+數據庫設計論文+ER圖)\ASP.NET制作投票系統\DB_51aspx\vote_Log.LDF
?????文件???????37888??2008-03-20?08:44??ASP.NET制作投票系統(源碼+論文+數據庫設計論文+ER圖)\ASP.NET制作投票系統\ER.doc
?????文件????????2550??2008-03-19?18:13??ASP.NET制作投票系統(源碼+論文+數據庫設計論文+ER圖)\ASP.NET制作投票系統\Web.Config
?????文件????????3033??2008-01-10?13:28??ASP.NET制作投票系統(源碼+論文+數據庫設計論文+ER圖)\ASP.NET制作投票系統\addItems.aspx
?????文件????????1562??2008-01-07?20:32??ASP.NET制作投票系統(源碼+論文+數據庫設計論文+ER圖)\ASP.NET制作投票系統\addItems.aspx.cs
?????文件????????2549??2008-01-10?12:57??ASP.NET制作投票系統(源碼+論文+數據庫設計論文+ER圖)\ASP.NET制作投票系統\addNews.aspx
?????文件????????1725??2008-03-20?09:07??ASP.NET制作投票系統(源碼+論文+數據庫設計論文+ER圖)\ASP.NET制作投票系統\addNews.aspx.cs
?????文件???????12823??2008-01-14?13:12??ASP.NET制作投票系統(源碼+論文+數據庫設計論文+ER圖)\ASP.NET制作投票系統\delete.aspx
?????文件????????1309??2008-01-14?13:12??ASP.NET制作投票系統(源碼+論文+數據庫設計論文+ER圖)\ASP.NET制作投票系統\delete.aspx.cs
?????文件????????4945??2007-07-18?09:38??ASP.NET制作投票系統(源碼+論文+數據庫設計論文+ER圖)\ASP.NET制作投票系統\from.gif
?????文件????????5075??2008-01-14?13:04??ASP.NET制作投票系統(源碼+論文+數據庫設計論文+ER圖)\ASP.NET制作投票系統\guest.aspx
?????文件????????4299??2008-03-20?09:06??ASP.NET制作投票系統(源碼+論文+數據庫設計論文+ER圖)\ASP.NET制作投票系統\guest.aspx.cs
?????文件?????????483??2008-01-10?13:28??ASP.NET制作投票系統(源碼+論文+數據庫設計論文+ER圖)\ASP.NET制作投票系統\help.aspx
?????文件?????????405??2007-12-24?16:11??ASP.NET制作投票系統(源碼+論文+數據庫設計論文+ER圖)\ASP.NET制作投票系統\help.aspx.cs
?????目錄???????????0??2016-12-10?21:03??ASP.NET制作投票系統(源碼+論文+數據庫設計論文+ER圖)\ASP.NET制作投票系統\image\
?????文件???????33280??2008-03-20?08:53??ASP.NET制作投票系統(源碼+論文+數據庫設計論文+ER圖)\ASP.NET制作投票系統\image\Thumbs.db
?????文件??????????84??2008-01-04?16:40??ASP.NET制作投票系統(源碼+論文+數據庫設計論文+ER圖)\ASP.NET制作投票系統\image\ba.gif
?????文件???????58723??2008-03-20?08:53??ASP.NET制作投票系統(源碼+論文+數據庫設計論文+ER圖)\ASP.NET制作投票系統\image\back.jpg
?????文件?????????962??2002-06-25?00:05??ASP.NET制作投票系統(源碼+論文+數據庫設計論文+ER圖)\ASP.NET制作投票系統\image\bg01.gif
?????文件????????1247??2008-01-04?18:01??ASP.NET制作投票系統(源碼+論文+數據庫設計論文+ER圖)\ASP.NET制作投票系統\image\choose.jpg
?????目錄???????????0??2016-12-10?21:03??ASP.NET制作投票系統(源碼+論文+數據庫設計論文+ER圖)\ASP.NET制作投票系統\image\face\
............此處省略145個文件信息

評論

共有 條評論