• 大小: 3.17MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-08-14
  • 语言: C#
  • 标签: 毕业设计  

资源简介

通过系统功能分析,针对美丽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\Database.cs

     文件       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健身房程序\database\net05jianshenfang_Data.MDF

     文件    1048576  2009-05-15 10:11  asp.net健身房管理系统\net健身房程序\database\net05jianshenfang_Log.LDF

     文件      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个文件信息

评论

共有 条评论