資源簡介
通過系統功能分析,針對美麗OL網,總結出如下的需求信息:
1)用戶為管理員用戶;
2)管理員用戶登陸后可進行管理員信息、視頻信息及其他信息等的維護,以且視頻入庫、視頻出庫及統計信息的維護;
經過系統功能分析和需求總結,考慮到將來功能上的擴展,設計如下的數據項和數據結構:
1)管理員信息,包括數據項:帳號,密碼,權限等。
2)用戶信息,包括數據項:用戶ID,用戶名,性別,電話,注冊時間等。
3)視頻信息,包括數據項:系統編號,視頻名稱,計量單位,供貨廠商等。

代碼片段和文件信息
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;
public?partial?class?_Default?:?System.Web.UI.Page
{
????public?string?sql;
????protected?void?Page_Load(object?sender?EventArgs?e)
????{
????????if?(!IsPostBack)
????????{
????????????sql?=?“select?top?8?idtitleaddtime?from?allgonggao?where?leibie=‘休閑健身‘“;
????????????getdata(sql);
????????????sql?=?“select?top?8?idtitleaddtime?from?allgonggao?where?leibie=‘健身飲食‘“;
????????????getdata2(sql);
????????????//sql?=?“select?top?8?idtitleaddtime?from?allgonggao?where?leibie=‘習題試卷‘“;
????????????//getdata3(sql);
????????}
????}
????private?void?getdata(string?sql)
????{
????????DataSet?result?=?new?DataSet();
????????result?=?new?Class1().hsggetdata(sql);
????????if?(result?!=?null)
????????{
????????????if?(result.Tables[0].Rows.Count?>?0)
????????????{
????????????????DataGrid1.DataSource?=?result.Tables[0];
????????????????DataGrid1.DataBind();
????????????}
????????????else
????????????{
????????????????DataGrid1.DataSource?=?null;
????????????????DataGrid1.DataBind();
????????????}
????????}
????}
????private?void?getdata2(string?sql)
????{
????????DataSet?result?=?new?DataSet();
????????result?=?new?Class1().hsggetdata(sql);
????????if?(result?!=?null)
????????{
????????????if?(result.Tables[0].Rows.Count?>?0)
????????????{
????????????????DataGrid2.DataSource?=?result.Tables[0];
????????????????DataGrid2.DataBind();
????????????}
????????????else
????????????{
????????????????DataGrid2.DataSource?=?null;
????????????????DataGrid2.DataBind();
????????????}
????????}
????}
????//private?void?getdata3(string?sql)
????//{
????//????DataSet?result?=?new?DataSet();
????//????result?=?new?Class1().hsggetdata(sql);
????//????if?(result?!=?null)
????//????{
????//????????if?(result.Tables[0].Rows.Count?>?0)
????//????????{
????//????????????Datagrid3.DataSource?=?result.Tables[0];
????//????????????Datagrid3.DataBind();
????//????????}
????//????????else
????//????????{
????//????????????Datagrid3.DataSource?=?null;
????//????????????Datagrid3.DataBind();
????//????????}
????//????}
????//}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????837??2009-04-07?23:56??asp.net健身房管理系統\net健身房程序\App_Code\book.cs
?????文件???????3704??2009-04-07?23:55??asp.net健身房管理系統\net健身房程序\App_Code\Class1.cs
?????文件???????8269??2007-06-04?11:25??asp.net健身房管理系統\net健身房程序\App_Code\Databa
?????文件???????1049??2008-04-21?02:28??asp.net健身房管理系統\net健身房程序\App_Code\DB.cs
?????文件???????2382??2006-09-10?16:48??asp.net健身房管理系統\net健身房程序\App_Code\saveinfo.cs
?????文件????????756??2006-09-11?17:47??asp.net健身房管理系統\net健身房程序\App_Code\StrRegExp.cs
?????文件???????1354??2007-06-06?10:32??asp.net健身房管理系統\net健身房程序\App_Code\VCUtilities.cs
?????文件?????229376??2007-06-07?12:14??asp.net健身房管理系統\net健身房程序\bin\ActiproSoftware.CodeHighlighter.Net20.dll
?????文件?????229376??2007-06-07?12:10??asp.net健身房管理系統\net健身房程序\bin\ActiproSoftware.Shared.Net20.dll
?????文件??????61440??2007-01-12?00:56??asp.net健身房管理系統\net健身房程序\bin\AspNetPager.dll
?????文件?????????58??2007-06-04?09:24??asp.net健身房管理系統\net健身房程序\bin\AspNetPager.dll.refresh
?????文件??????17408??2007-06-07?12:14??asp.net健身房管理系統\net健身房程序\bin\CodeHighlighterTest.dll
?????文件?????198656??2007-12-22?23:09??asp.net健身房管理系統\net健身房程序\bin\DotNetTextBox.dll
?????文件?????143360??2007-06-06?15:27??asp.net健身房管理系統\net健身房程序\bin\Socut.Data.dll
?????文件?????????84??2007-06-04?11:23??asp.net健身房管理系統\net健身房程序\bin\Socut.Data.dll.refresh
?????文件????1048576??2009-05-15?10:11??asp.net健身房管理系統\net健身房程序\databa
?????文件????1048576??2009-05-15?10:11??asp.net健身房管理系統\net健身房程序\databa
?????文件??????17501??2012-11-24?09:17??asp.net健身房管理系統\net健身房程序\Default.aspx
?????文件???????2400??2009-05-13?02:32??asp.net健身房管理系統\net健身房程序\Default.aspx.cs
?????文件???????1098??2009-05-13?02:40??asp.net健身房管理系統\net健身房程序\down.ascx
?????文件????????412??2009-05-13?00:12??asp.net健身房管理系統\net健身房程序\down.ascx.cs
?????文件???????2064??2009-05-13?00:13??asp.net健身房管理系統\net健身房程序\down2.ascx
?????文件????????413??2009-05-13?00:13??asp.net健身房管理系統\net健身房程序\down2.ascx.cs
?????文件???????6556??2009-05-17?01:26??asp.net健身房管理系統\net健身房程序\gglist.aspx
?????文件???????1505??2009-05-13?01:59??asp.net健身房管理系統\net健身房程序\gglist.aspx.cs
?????文件???????5686??2009-05-14?11:36??asp.net健身房管理系統\net健身房程序\gg_detail.aspx
?????文件???????1075??2009-05-13?02:02??asp.net健身房管理系統\net健身房程序\gg_detail.aspx.cs
?????文件??????15167??2009-05-13?01:56??asp.net健身房管理系統\net健身房程序\hsgtop2.ascx
?????文件????????415??2009-05-13?00:09??asp.net健身房管理系統\net健身房程序\hsgtop2.ascx.cs
?????文件???????1624??2008-01-03?15:56??asp.net健身房管理系統\net健身房程序\images\button_main_130x35.gif
............此處省略743個文件信息
- 上一篇:用c#做的qq表情包
- 下一篇:小區物業管理系統 管理 C# sql2005
評論
共有 條評論