資源簡(jiǎn)介
前 言
第一章 系統(tǒng)需求分享
1.1功能需求分析
1.2 用戶特點(diǎn)
1.3 對(duì)性能的眼球與約束
1.4 網(wǎng)站硬件環(huán)境
1.5軟件環(huán)境
1.6網(wǎng)站開(kāi)發(fā)語(yǔ)言
1.7系統(tǒng)開(kāi)發(fā)工具的選擇
第二章 系統(tǒng)分析與概要設(shè)計(jì)
2.1 系統(tǒng)開(kāi)發(fā)的理由
2.2 設(shè)計(jì)的思路
第三章 系統(tǒng)模塊及功能說(shuō)明
3.1 蘋果投票系統(tǒng)的組成模塊
3.2客戶模塊
3.3新聞模塊
3.4留言簿模塊
3.5管理員模塊
3.6登陸注冊(cè)模塊
3.7投票模塊
第四章 數(shù)據(jù)庫(kù)設(shè)計(jì)
4.1數(shù)據(jù)集表
4.2數(shù)據(jù)庫(kù)功能及約束
4.3 E-R圖
第五章 系統(tǒng)詳細(xì)設(shè)計(jì)
5.1登陸注冊(cè)模塊詳細(xì)設(shè)計(jì)
5.2投票模塊詳細(xì)設(shè)計(jì)
5.3新聞模塊詳細(xì)設(shè)計(jì)
5.4留言簿模塊詳細(xì)設(shè)計(jì)
5.5管理員模塊詳細(xì)設(shè)計(jì)
5.6客戶模塊設(shè)計(jì)
第六章 測(cè)試報(bào)告
第七章 網(wǎng)站不足之處
總結(jié)
參考文獻(xiàn)
謝 辭

代碼片段和文件信息
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();
????????//取出相應(yīng)題目的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)
????{ //添加選項(xiàng)
????????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(‘添加成功,請(qǐng)繼續(xù)添加!‘) ript>“);
????????this.TextBox1.Text?=?““;
????}
????protected?void?Button2_Click(object?sender?EventArgs?e)
????{ //完成選項(xiàng)添加,跳轉(zhuǎn)到主頁(yè)面
????????Response.Redirect(“index.aspx“);
????}
}
?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2012-08-07?10:34??投票系統(tǒng)\
?????文件???????25118??2012-08-07?10:34??投票系統(tǒng)\開(kāi)題報(bào)告.docx
?????文件??????859223??2012-08-07?10:32??投票系統(tǒng)\蘋果投票系統(tǒng)使用說(shuō)明書.docx
?????目錄???????????0??2012-08-06?10:48??投票系統(tǒng)\蘋果投票系統(tǒng)源程序\
?????目錄???????????0??2012-08-06?10:48??投票系統(tǒng)\蘋果投票系統(tǒng)源程序\App_Code\
?????文件????????2415??2012-08-05?23:51??投票系統(tǒng)\蘋果投票系統(tǒng)源程序\App_Code\DB.cs
?????文件????????7899??2008-01-04?19:34??投票系統(tǒng)\蘋果投票系統(tǒng)源程序\App_Code\new.xsd
?????文件?????????848??2008-01-04?19:34??投票系統(tǒng)\蘋果投票系統(tǒng)源程序\App_Code\new.xss
?????文件?????????611??2007-11-06?21:34??投票系統(tǒng)\蘋果投票系統(tǒng)源程序\CodeCheck.aspx
?????文件????????2169??2007-12-13?16:27??投票系統(tǒng)\蘋果投票系統(tǒng)源程序\CodeCheck.aspx.cs
?????目錄???????????0??2012-08-06?10:48??投票系統(tǒng)\蘋果投票系統(tǒng)源程序\DB_51aspx\
?????文件?????2228224??2012-08-06?01:12??投票系統(tǒng)\蘋果投票系統(tǒng)源程序\DB_51aspx\vote_Data.MDF
?????文件?????3211264??2012-08-06?01:12??投票系統(tǒng)\蘋果投票系統(tǒng)源程序\DB_51aspx\vote_Log.LDF
?????文件???????37888??2008-03-20?08:44??投票系統(tǒng)\蘋果投票系統(tǒng)源程序\ER.doc
?????文件????????2713??2012-08-06?00:14??投票系統(tǒng)\蘋果投票系統(tǒng)源程序\Web.Config
?????文件????????3033??2008-01-10?13:28??投票系統(tǒng)\蘋果投票系統(tǒng)源程序\addItems.aspx
?????文件????????1562??2008-01-07?20:32??投票系統(tǒng)\蘋果投票系統(tǒng)源程序\addItems.aspx.cs
?????文件????????2549??2008-01-10?12:57??投票系統(tǒng)\蘋果投票系統(tǒng)源程序\addNews.aspx
?????文件????????1725??2008-03-20?09:07??投票系統(tǒng)\蘋果投票系統(tǒng)源程序\addNews.aspx.cs
?????文件???????12823??2008-01-14?13:12??投票系統(tǒng)\蘋果投票系統(tǒng)源程序\delete.aspx
?????文件????????1309??2008-01-14?13:12??投票系統(tǒng)\蘋果投票系統(tǒng)源程序\delete.aspx.cs
?????文件????????4945??2007-07-18?09:38??投票系統(tǒng)\蘋果投票系統(tǒng)源程序\from.gif
?????文件????????5052??2012-08-05?23:49??投票系統(tǒng)\蘋果投票系統(tǒng)源程序\guest.aspx
?????文件????????4299??2008-03-20?09:07??投票系統(tǒng)\蘋果投票系統(tǒng)源程序\guest.aspx.cs
?????文件?????????483??2008-01-10?13:28??投票系統(tǒng)\蘋果投票系統(tǒng)源程序\help.aspx
?????文件?????????405??2007-12-24?16:11??投票系統(tǒng)\蘋果投票系統(tǒng)源程序\help.aspx.cs
?????目錄???????????0??2012-08-06?10:48??投票系統(tǒng)\蘋果投票系統(tǒng)源程序\image\
?????文件???????33280??2008-03-20?08:53??投票系統(tǒng)\蘋果投票系統(tǒng)源程序\image\Thumbs.db
?????文件??????????84??2008-01-04?16:40??投票系統(tǒng)\蘋果投票系統(tǒng)源程序\image\ba.gif
?????文件???????58723??2008-03-20?08:53??投票系統(tǒng)\蘋果投票系統(tǒng)源程序\image\back.jpg
?????文件?????????962??2002-06-25?00:05??投票系統(tǒng)\蘋果投票系統(tǒng)源程序\image\bg01.gif
............此處省略147個(gè)文件信息
評(píng)論
共有 條評(píng)論