资源简介
.net在线考试系统完整项目 附带数据库(SQL Server Management Studio)(包括教师端和学生端)
代码片段和文件信息
using System;
using System.Data;
using System.Configuration;
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;
using System.Data.SqlClient;
using System.IO;
namespace ExamOnline
{
//该源码下载自www.51aspx.com(51aspx.com)
///
/// AutoExercise 的摘要说明:在线练习--自动组卷的功能实现
///
public class AutoExercise
{
string strcon = ““; //连接字符串
///
/// 构造函数,连接字符串
///
public AutoExercise()
{
if (strcon == ““)
{
if (HttpContext.Current.Application[“strcon“] == null)
{
string path = HttpContext.Current.Request.PhysicalApplicationPath + “DBSet.ini“;//获取文件物理路径
StreamReader sr = new StreamReader(path System.Text.Encoding.Default);
strcon = sr.ReadLine();//读取文件内容
HttpContext.Current.Application[“strcon“] = strcon;
}
else
{
strcon = HttpContext.Current.Application[“strcon“].ToString();
}
}
}
///
/// 用SQL语句绑定GridView
///
/// 要绑定的GridView
/// SQL语句
public void bindGV(GridView gv string strcmd)
{
SqlDataSource sqlds = new SqlDataSource();
sqlds.ConnectionString = strcon;
sqlds.SelectCommandType = SqlDataSourceCommandType.Text;
sqlds.SelectCommand = strcmd;
gv.DataSource = sqlds;
gv.DataBind();
}
///
/// 取得一门课程某题型难度的最大值
///
///
///
///
public int getQlevel(string cid int sid)
{
SqlConnection con = new SqlConnection(strcon);
string strcmd = “select max(qlevel) from questions where cid=‘“ + cid + “‘ and sid=‘“ + sid + “‘“;
SqlCommand cmd = new SqlCommand(strcmd con);
con.Open();
int heighLevel =Convert.ToInt32(cmd.ExecuteScalar());
con.Close();
return heighLevel;
}
///
/// 取得一门课程某题型的总题量
///
///
///
///
public int getQNum(string cid int sid)
{
SqlConnection con = new SqlConnection(strcon);
string strcmd = “select count(*) from questions where cid=‘“ + cid + “‘ and sid=‘“ + sid + “‘“;
SqlCommand cmd = new SqlCommand(strcmd con);
con.Open();
int qNum =
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2018-09-25 16:51 在线考试系统\
文件 2573 2007-05-21 14:00 在线考试系统\51aspx源码必读.txt
目录 0 2007-05-21 14:00 在线考试系统\App_Code\
文件 2581 2007-05-21 13:59 在线考试系统\App_Code\51aspx源码必读.txt
文件 12196 2007-05-21 13:56 在线考试系统\App_Code\AutoExercise.cs
文件 1170 2007-05-14 00:14 在线考试系统\App_Code\Common.cs
文件 17551 2007-05-21 13:56 在线考试系统\App_Code\Exam.cs
文件 773 2007-04-08 14:00 在线考试系统\App_Code\examEnum.cs
文件 7778 2007-05-20 13:35 在线考试系统\App_Code\login.cs
文件 125 2007-03-27 14:33 在线考试系统\App_Code\最新Asp.Net源码下载.url
目录 0 2007-05-21 12:52 在线考试系统\App_Data\
目录 0 2007-05-21 13:42 在线考试系统\Bin\
文件 699176 2007-03-28 17:18 在线考试系统\Bin\System.Web.Extensions.DLL
文件 85 2007-05-21 12:56 在线考试系统\DBSet.ini
目录 0 2007-05-21 12:54 在线考试系统\DB_51aspx\
文件 1310720 2007-05-21 13:59 在线考试系统\DB_51aspx\ExamOnline_Data.MDF
文件 1835008 2007-05-21 13:59 在线考试系统\DB_51aspx\ExamOnline_Log.LDF
文件 1484 2007-05-09 13:01 在线考试系统\ExamOnline.sln
目录 0 2007-05-21 12:52 在线考试系统\Images\
文件 6467 2006-12-06 08:05 在线考试系统\Images\loader.gif
目录 0 2007-05-21 12:52 在线考试系统\JS\
文件 1714 2007-05-05 12:06 在线考试系统\JS\antiCommon.js
目录 0 2007-05-21 14:00 在线考试系统\Students\
文件 2581 2007-05-21 13:59 在线考试系统\Students\51aspx源码必读.txt
文件 4781 2007-05-16 21:28 在线考试系统\Students\autoexercise.aspx
文件 7353 2007-05-15 00:09 在线考试系统\Students\autoexercise.aspx.cs
文件 2135 2007-05-16 22:11 在线考试系统\Students\autopage.aspx
文件 7410 2007-05-17 19:58 在线考试系统\Students\autopage.aspx.cs
文件 580 2007-04-28 14:19 在线考试系统\Students\end.htm
文件 1333 2007-04-28 14:29 在线考试系统\Students\examlogin.aspx
文件 715 2007-05-09 13:02 在线考试系统\Students\examlogin.aspx.cs
............此处省略33个文件信息
相关资源
- SuperSocket(服务端winform+客户端winfor
- C#winForm 聊天只能机器人(完整版)
- 学生信息管理系统C#winform实现课程设
- IrisSkin4使用
- C# Winform 双层窗体
- C# Winform IrisSkin4 使用
- (C#完整项目代码+Access 数据库)卡拉
- (完整c#项目)家庭视频监控系统
- winform上的mvvm框架--升级版动态代理
- C#winform高级设计工控与界面
- C# winform皮肤主题切换源码
- 最新的 VS 环境下 WinForm 的 MVC 项目
- WINFORM C# 进销存软件源码
- WinForm人事管理系统源码20131220
- C# 学员在线考试系统(可自动批阅试
- WinForm界面美化浮动弹窗源码
- winform案例学校管理系统非常完整的
- C#winform登录注册程序美化过,带验证
- 学生考试管理系统 C# winforms
- C#面向对象基于winform的扫雷游戏和简
- WinForm第三方控件LiuZhenHong.Controls 2.0
- 学生签到信息系统
- C# winform 点餐订餐系统不是源码
- 服装销售管理系统 erp系统 c#源码 wi
- C#Winform影院售票管理系统数据库齐全
- Winform+SQL Server数据库图书管理系统
- 物流运输管理系统 winform C#
- C# Winform仿360窗口菜单界面程序
- 库存管理系统c# + oracle
- C# Winform毕业设计源码-音乐播放器
评论
共有 条评论