资源简介
使用vs-asp.net+sqlserver实现一个模拟大学自动排课的系统,包括excel的导入导出和简单的排课算法实现。源码可用!!!
代码片段和文件信息
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Data;
namespace 排课系统
{
public partial class Default : System.Web.UI.Page
{
protected void Page_Load(object sender EventArgs e)
{
if (!IsPostBack)
{
//this.username.Text = “admin“;
//this.password.Text = “admin“;
//this.code.Value = Session[“LVNum“].ToString();
//submit_login(sendere);
//Session.Clear();
}
}
protected void submit_login(object sender EventArgs e)
{
//WebMessageBox.Show(“用户名不能为空“);
if (this.username.Text.Length < 1)
{
WebMessageBox.Show(“用户名不能为空“); return;
}
if (this.password.Text.Length < 1)
{
WebMessageBox.Show(“密码不能为空“); return;
}
if (this.code.Value.Length < 1)
{
WebMessageBox.Show(“验证码不能为空“); return;
}
String num = Session[“LVNum“].ToString();
if (!num.Equals(this.code.Value))
{
WebMessageBox.Show(“验证码输入错误“); return;
}
if (RadioButton2.Checked) //管理员
{
if (Operation.getDatatable(“select * from t_admin where username=‘“ + this.username.Text + “‘ and userpwd=‘“ + this.password.Text + “‘“).Rows.Count < 1)
{
WebMessageBox.Show(“用户或密码错误“); return;
}
Session[“username“] = username.Text;
Response.Redirect(“admin/index.aspx“);
}
else {
//教师
DataTable dt=Operation.getDatatable(“select * from t_teacher where teachid=‘“ + this.username.Text + “‘ and pwd=‘“ + this.password.Text + “‘“);
if (dt.Rows.Count < 1)
{
WebMessageBox.Show(“用户或密码错误“); return;
}
Session[“teachid“] = username.Text;
Session[“teachname“] = dt.Rows[0][“name“].ToString();
Response.Redirect(“teacher/index.aspx“);
}
}
}
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 341 2018-07-16 17:02 course_scheduling_system\.git\config
文件 73 2018-07-16 17:00 course_scheduling_system\.git\desc
文件 23 2018-07-16 17:02 course_scheduling_system\.git\HEAD
文件 478 2018-07-16 17:00 course_scheduling_system\.git\hooks\applypatch-msg.sample
文件 896 2018-07-16 17:00 course_scheduling_system\.git\hooks\commit-msg.sample
文件 3327 2018-07-16 17:00 course_scheduling_system\.git\hooks\fsmonitor-watchman.sample
文件 189 2018-07-16 17:00 course_scheduling_system\.git\hooks\post-update.sample
文件 424 2018-07-16 17:00 course_scheduling_system\.git\hooks\pre-applypatch.sample
文件 1642 2018-07-16 17:00 course_scheduling_system\.git\hooks\pre-commit.sample
文件 1348 2018-07-16 17:00 course_scheduling_system\.git\hooks\pre-push.sample
文件 4898 2018-07-16 17:00 course_scheduling_system\.git\hooks\pre-reba
文件 544 2018-07-16 17:00 course_scheduling_system\.git\hooks\pre-receive.sample
文件 1492 2018-07-16 17:00 course_scheduling_system\.git\hooks\prepare-commit-msg.sample
文件 3610 2018-07-16 17:00 course_scheduling_system\.git\hooks\update.sample
文件 23563 2018-07-16 17:03 course_scheduling_system\.git\index
文件 240 2018-07-16 17:00 course_scheduling_system\.git\info\exclude
文件 187 2018-07-16 17:02 course_scheduling_system\.git\logs\HEAD
文件 187 2018-07-16 17:02 course_scheduling_system\.git\logs\refs\heads\master
文件 187 2018-07-16 17:02 course_scheduling_system\.git\logs\refs\remotes\origin\HEAD
文件 6812 2018-07-16 17:02 course_scheduling_system\.git\ob
文件 3040485 2018-07-16 17:02 course_scheduling_system\.git\ob
文件 114 2018-07-16 17:02 course_scheduling_system\.git\packed-refs
文件 41 2018-07-16 17:02 course_scheduling_system\.git\refs\heads\master
文件 32 2018-07-16 17:02 course_scheduling_system\.git\refs\remotes\origin\HEAD
文件 492032 2018-07-16 17:02 course_scheduling_system\data\2015-2016-1学期课表(输出1).doc
文件 55296 2018-07-16 17:02 course_scheduling_system\data\2015-2016-2学期课表(输出2).xls
文件 597364 2018-07-16 17:02 course_scheduling_system\data\排课规则.docx
文件 16829 2018-07-16 17:02 course_scheduling_system\data\教学任务\信息对抗技术系教学任务表.xlsx
文件 15024 2018-07-16 17:02 course_scheduling_system\data\教学任务\微电子技术专业教学任务表.xlsx
文件 15758 2018-07-16 17:02 course_scheduling_system\data\教学任务\电子信息工程专业教学任务表.xlsx
............此处省略395个文件信息
相关资源
- C# 定时自动导出数据库数据为Excel文件
- 钉钉接口请求数据接入数据库c#源码
- C# 学员在线考试系统(可自动批阅试
- 自动排课基于C#的课设
- C#办公自动化系统优质源代码
- c#开发winform程序自动更新
- 利用emguVC人脸、人眼识别,自动保存
- c#试卷自动生成系统
- C# 考试系统 自动选题答题,计算得分
- 好看好用的IP地址自动设置小程序方便
- ASP.net源码:在线网上考试系统,专业
- TradeX.dll C# 接口演示程序
- 基于asp.net的排课系统可用于毕业设计
- C#类库查询手册自动索引PDF完整版
- WPF 连连看提示功能,自动重新排列,
- ASP.NET+OA系统源代码自动化办公系统
- C#大型OA办公系统
- C#浏览器自动填表demo(三种方式)
- C#编写、自动温度报警器
- c#winform自动升级程序源码
- c#应用webService实现自动升级源代码
- 编译原理 词法分析器C#
- 一个自动贩卖机系统C#控制台应用程序
- C#/WPF下的通用自动更新模块修正
- Winform 自动更新
- C#dataGridView中输入框自动提示、自动完
- C#源码:IP、MAC、DNS、网关自动修改成
- C# winform ATM-自动取款机模拟软件设计
- c#学习根据日期查询星期,自动售货机
- 百度翻译APIC#
评论
共有 条评论