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

代码片段和文件信息
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个文件信息
相关资源
- USB.Over.Network.Server 注册机
- dotnet 写字板 实验 源代码 不好请要不
- 一个超简单的企业管理系统(带ACCE
- .net面试简历内容非常细致
- .net网站服装销售系统(MVC)
-
分别适用于.NET fr
amework 2.0和4.0的E -
安装 .net fr
amework 4.0失败原因是KB9 - 房屋信息咨询网动态网页
- 兔子养殖场管理系统
- 高校排课系统设计与实现
- 机房管理系统的源代码和功能图
- 手机短信api接口(源代码)
- vs2005骑士巡游问题-分治法C
- 毕业设计选课系统毕业设计选课系统
- 企业销售管理信息系统(全套)
- 选择题自动考试系统
- EXCEL文件转换成固定的格式的文本格式
- .net计件工资管理程序 啊
- powerdatagrid控件 源码
- aspose-cells-8.6.1最新完美破解版无水印
- SunnyUI.Net
- .NET WinForm 和 WPF 的UI界面库,收集整合
- Oxford Industries 采用 Microsoft.NET 平台实
- ssk皮肤
- dotnetfx_cleanup_tool .NET删除工具
- 《WCF服务编程(第三版)》.pdf
- 初学Visual Basic 2010代码
- 网上购物商城系统完整版
- Butterfly.net通过按需计算推动下一代游
- artnet 开发包
评论
共有 条评论