• 大小: 225KB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-09-04
  • 语言: 其他
  • 标签: asp  .net  上机预约  

资源简介

一个关于机房管理系统的学生实验作品,包含了登陆主页、管理员主页、个人信息维护、上机时间安排、上机预约、机房预约、机器状态查询等界面及代码

资源截图

代码片段和文件信息

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;
using System.Data.SqlClient;
using System.Data.Sql;

public partial class _Default : System.Web.UI.Page 
{
    protected void Page_Load(object sender EventArgs e)
    {
       
    }
    protected void TextBox1_TextChanged(object sender EventArgs e)
    {

    }
    protected void TextBox2_TextChanged(object sender EventArgs e)
    {
        
    }
    protected void Button1_Click(object sender EventArgs e)
    {
       
        Response.Redirect(“ZhuCe.aspx“);
    }
    protected void Button2_Click(object sender EventArgs e)
    {
        SqlConnection mycon = new SqlConnection(“server = localhost ; database =RSystem;Integrated Security = sspi “);
        //mycon.ConnectionString = “Integrated Security=True;Persist Security Info=False;uid=;pwd=;database=northwind;server=(local)“;
        mycon.Open();
        string chaxun = “select * from [user] where userid=‘“ + TextBox1.Text.Trim() + “‘and password=‘“ + TextBox2.Text.Trim() + “‘“;
       
        SqlCommand cmd = new SqlCommand(chaxun mycon);
        if (null != cmd.ExecuteScalar())
        {

            Session[“username“] = TextBox1.Text.Trim();
 
            Response.Redirect(“主页.aspx“);
        }
        else Label6.Text = “不存在此用户“; 
        mycon.Close();

    }
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2012-10-09 21:23  机房管理系统\
     文件        9984  2011-05-02 12:58  机房管理系统\anniu1.jpg
     文件        8560  2011-05-02 13:01  机房管理系统\anniu2.jpg
     文件        9786  2011-05-02 14:17  机房管理系统\anniu3.jpg
     目录           0  2011-04-27 22:15  机房管理系统\App_Data\
     文件        4568  2011-05-03 20:11  机房管理系统\Default.aspx
     文件        1600  2011-05-05 11:29  机房管理系统\Default.aspx.cs
     文件        5349  2011-05-04 20:06  机房管理系统\grxx.aspx
     文件        2408  2011-05-05 11:51  机房管理系统\grxx.aspx.cs
     目录           0  2012-10-09 21:23  机房管理系统\images\
     文件         154  2011-04-27 23:36  机房管理系统\images\系统_01.gif
     文件         518  2011-04-27 23:36  机房管理系统\images\系统_02.gif
     文件         150  2011-04-27 23:36  机房管理系统\images\系统_03.gif
     文件         184  2011-04-27 23:36  机房管理系统\images\系统_04.gif
     文件         884  2011-04-27 23:36  机房管理系统\images\系统_05.gif
     文件       44924  2012-10-09 21:22  机房管理系统\images\系统_06.jpg
     文件       19917  2011-04-27 23:36  机房管理系统\images\系统_07.gif
     文件        1496  2011-04-27 23:36  机房管理系统\images\系统_08.gif
     文件         604  2011-04-27 23:36  机房管理系统\images\系统_09.gif
     文件        2085  2011-04-27 23:36  机房管理系统\images\系统_10.gif
     文件       24521  2011-04-27 23:36  机房管理系统\images\系统_11.gif
     文件        1099  2011-04-27 23:36  机房管理系统\images\系统_12.gif
     文件         276  2011-04-27 23:36  机房管理系统\images\系统_13.gif
     文件        8894  2011-04-27 23:36  机房管理系统\images\系统_14.gif
     文件        2567  2011-04-27 23:36  机房管理系统\images\系统_15.gif
     文件         395  2011-04-27 23:36  机房管理系统\images\系统_16.gif
     文件         185  2011-04-27 23:36  机房管理系统\images\系统_17.gif
     文件         902  2011-04-27 23:36  机房管理系统\images\系统_18.gif
     文件         276  2011-04-27 23:36  机房管理系统\images\系统_19.gif
     文件         194  2011-04-27 23:36  机房管理系统\images\系统_20.gif
     文件        3672  2011-04-28 00:26  机房管理系统\images\系统_21.gif
............此处省略28个文件信息

评论

共有 条评论