• 大小: 11KB
    文件类型: .rar
    金币: 2
    下载: 1 次
    发布日期: 2021-06-08
  • 语言: ASP
  • 标签: web实验  

资源简介

asp编程中 设计一个“在线人数统计”页面 还有设置登录界面 的的源代码

资源截图

代码片段和文件信息

using System;
using System.Configuration;
using System.Data;
using System.Linq;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.HtmlControls;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.xml.Linq;

public partial class _Default : System.Web.UI.Page 
{
    protected void Page_Load(object sender EventArgs e)
    {
        Response.Write(“当前在线人数: “ + Application[“online“]);
    }
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件        447  2008-01-09 05:09  web实验4.2\4.22\Default.aspx

     文件        498  2011-10-18 22:21  web实验4.2\4.22\Default.aspx.cs

     文件       1395  2011-10-18 22:21  web实验4.2\4.22\Global.asax

     文件       8690  2011-10-18 22:21  web实验4.2\4.22\web.config

     文件       1773  2011-10-18 23:35  web实验4.2\4.22.txt

     文件        815  2011-10-18 23:15  web实验4.2\4.23\Default.aspx

     文件        642  2011-10-18 23:15  web实验4.2\4.23\Default.aspx.cs

     文件        643  2011-10-18 23:21  web实验4.2\4.23\Default2.aspx

     文件        732  2011-10-18 23:21  web实验4.2\4.23\Default2.aspx.cs

     文件        628  2011-10-18 23:04  web实验4.2\4.23\Default3.aspx

     文件        904  2011-10-18 23:27  web实验4.2\4.23\Default3.aspx.cs

     文件        387  2011-10-18 23:10  web实验4.2\4.23\main.htm

     文件       8622  2011-10-18 22:31  web实验4.2\4.23\web.config

     文件       1706  2011-10-18 23:34  web实验4.2\4.23.txt

     目录          0  2011-10-18 22:07  web实验4.2\4.22\App_Data

     目录          0  2011-10-18 22:32  web实验4.2\4.23\App_Data

     目录          0  2011-10-18 22:21  web实验4.2\4.22

     目录          0  2011-10-18 23:27  web实验4.2\4.23

     目录          0  2011-10-18 23:45  web实验4.2

----------- ---------  ---------- -----  ----

                27882                    19


评论

共有 条评论