• 大小: 4.8MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-11-21
  • 语言: C#
  • 标签:

资源简介

《超级全能在线考试系统》贝恩斯网络独家开发 此次发布的版本为V1.2 功能完整、无任何删减。只是编辑器不太兼容360、谷歌以及IE9以上浏览器。新版本则无以上问题,并且新版本数学公式插件功能。 更新记录: 1、新增错题卡功能。用户所有考试中错题全部记录,供针对性复习。 2、新增图片、音频、视频插入功能。大大丰富了学习内容和考试形式! 3、进一步美化登陆界面,更具美感; 5、新增数学公式插入功能。提高数学考试专业性能! 4、编辑器更新为百度编辑器。具备强大的文本多媒体编辑功能。 asp.net在线考试系统源码 网页考试软件程序asp.net在线考试系统源码 网页考试软件程序asp.net在线考试系统源码 网页考试软件程序asp.net在线考试系统源码 网页考试软件程序asp.net在线考试系统源码 网页考试软件程序asp.net在线考试系统源码 网页考试软件程序

资源截图

代码片段和文件信息

using System;
using System.Collections;
using System.ComponentModel;
using System.Data;
using System.Data.SqlClient;
using System.Drawing;
using System.Web;
using System.Web.SessionState;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.HtmlControls;
using System.Configuration;
using System.Data.OleDb;
using EasyExam;
using System.Management;
using System.Text;
using System.Security.Cryptography;

namespace EasyExam
{
/// 
/// Login 的摘要说明。
/// 

public partial class Login : System.Web.UI.Page
{
//        PublicFunction pf=new PublicFunction();


string myLoginID=““;
string strUserID=““;
string strLoginID=““;
string strUserName=““;
string strUserPwd=““;
PublicFunction ObjFun=new PublicFunction(); 

protected void Page_Load(object sender System.EventArgs e)
{
if (!IsPostBack)
{
// try
// {
// //当前序列号---------------------------------------------------------------------------
// string NowSerils = “select top 1 SerilsStr from ERPSerils“;
// OleDbDataReader adaSerils =ObjFun.GetList(NowSerils);
// if (adaSerils.Read())
// {
// string NowSerils1 = adaSerils[“SerilsStr“].ToString();
// string NowSerils2 = Encrypt(GetMoAddress().ToString());
// if (NowSerils2 != NowSerils1)
// {
// //序列号错误
//      PublicFunction.ShowAndRedirect(this “验证系统序列号时发生错误!请重新获取序列号!“ “SerilsSetting.aspx“);
//// this.RegisterStartupscript(“newWindow““ript language=‘javascript‘>alert(‘验证系统序列号时发生错误!请重新获取序列号!‘);ript>“);
//// Response.Redirect(“SerilsSetting.aspx“false);
// }
// }
// }
// catch
// {
//// PublicFunction.ShowAndRedirect(this “验证系统序列号时发生错误!请重新获取序列号!“ “SerilsSetting.aspx“);
// }
//
// try
// {
// //时间字符串-----------------------------------------------------------------------------
// string strTime = “select top 1 DateStr from ERPSerils“;
// OleDbDataReader adaTime =ObjFun.GetList(strTime);
// if (adaTime.Read())
// {
// string strTime1 = adaTime[“DateStr“].ToString();
// DateTime DateStr = DateTime.Parse(Decrypt(strTime1));
// if (DateStr < DateTime.Now)
// {
// //使用时间到达
// PublicFunction.ShowAndRedirect(this “该序列号的使用时间已到!请重新获取序列号“ “SerilsSetting.aspx“);
//// Response.Redirect(“ript>alert(‘验证系统序列号时发生错误!请重新获取序列号!‘);window.location=‘SerilsSetting.aspx‘ript>“);
// }
// }
// }
// catch
// {
// //ZWL.Common.MessageBox.ShowAndRedirect(this “该序列号的使用时间已到,请重新获取序列号!“ “SerilsSetting.aspx“);
// }


string strSql=““;
string strConn=““;
strSql=“select * from SystemSet where SetName=‘OnLineRegist‘“;
strConn=ConfigurationSettings.AppSettings[“strConn“];
SqlConnection ObjConn = new SqlConnection(strConn);
ObjConn.Open();
SqlCommand ObjCmd=new SqlCommand(strSqlObjConn);
SqlDataReader ObjDR=Obj

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

     文件       1379  2012-09-25 09:58  kaoshi v1.2\web\App_Code\Global.asax.cs

     文件      16581  2012-12-27 16:46  kaoshi v1.2\web\App_Code\PublicFunction.cs

     文件       5299  2005-12-08 15:44  kaoshi v1.2\web\aspnet_client\system_web\2_0_50727\CrystalReportWebFormViewer3\CSs\default.css

     文件        602  2013-04-20 20:09  kaoshi v1.2\web\aspnet_client\system_web\2_0_50727\CrystalReportWebFormViewer3\html\calendar.html

     文件         95  2005-12-08 15:44  kaoshi v1.2\web\aspnet_client\system_web\2_0_50727\CrystalReportWebFormViewer3\html\calendarbottom.html

     文件         92  2005-12-08 15:44  kaoshi v1.2\web\aspnet_client\system_web\2_0_50727\CrystalReportWebFormViewer3\html\calendartop.html

     文件       2192  2013-04-20 20:09  kaoshi v1.2\web\aspnet_client\system_web\2_0_50727\CrystalReportWebFormViewer3\html\crystalexportdialog.htm

     文件       2707  2013-04-20 20:09  kaoshi v1.2\web\aspnet_client\system_web\2_0_50727\CrystalReportWebFormViewer3\html\crystalprinthost.html

     文件         84  2005-12-08 15:44  kaoshi v1.2\web\aspnet_client\system_web\2_0_50727\CrystalReportWebFormViewer3\Images\ToolBar\calendar.gif

     文件       1410  2005-12-08 15:44  kaoshi v1.2\web\aspnet_client\system_web\2_0_50727\CrystalReportWebFormViewer3\Images\ToolBar\crlogo.gif

     文件        617  2005-12-08 15:44  kaoshi v1.2\web\aspnet_client\system_web\2_0_50727\CrystalReportWebFormViewer3\Images\ToolBar\export.gif

     文件        283  2005-12-08 15:44  kaoshi v1.2\web\aspnet_client\system_web\2_0_50727\CrystalReportWebFormViewer3\Images\ToolBar\exportd.gif

     文件       1244  2005-12-08 15:44  kaoshi v1.2\web\aspnet_client\system_web\2_0_50727\CrystalReportWebFormViewer3\Images\ToolBar\export_over.gif

     文件         78  2005-12-08 15:44  kaoshi v1.2\web\aspnet_client\system_web\2_0_50727\CrystalReportWebFormViewer3\Images\ToolBar\First.gif

     文件         78  2005-12-08 15:44  kaoshi v1.2\web\aspnet_client\system_web\2_0_50727\CrystalReportWebFormViewer3\Images\ToolBar\Firstd.gif

     文件       1251  2005-12-08 15:44  kaoshi v1.2\web\aspnet_client\system_web\2_0_50727\CrystalReportWebFormViewer3\Images\ToolBar\first_over.gif

     文件        595  2005-12-08 15:44  kaoshi v1.2\web\aspnet_client\system_web\2_0_50727\CrystalReportWebFormViewer3\Images\ToolBar\gotopage.gif

     文件        176  2005-12-08 15:44  kaoshi v1.2\web\aspnet_client\system_web\2_0_50727\CrystalReportWebFormViewer3\Images\ToolBar\gotopaged.gif

     文件       1226  2005-12-08 15:44  kaoshi v1.2\web\aspnet_client\system_web\2_0_50727\CrystalReportWebFormViewer3\Images\ToolBar\gotopage_over.gif

     文件        257  2005-12-08 15:44  kaoshi v1.2\web\aspnet_client\system_web\2_0_50727\CrystalReportWebFormViewer3\Images\ToolBar\grouptree.gif

     文件        230  2005-12-08 15:44  kaoshi v1.2\web\aspnet_client\system_web\2_0_50727\CrystalReportWebFormViewer3\Images\ToolBar\grouptreed.gif

     文件        179  2005-12-08 15:44  kaoshi v1.2\web\aspnet_client\system_web\2_0_50727\CrystalReportWebFormViewer3\Images\ToolBar\grouptreepressed.gif

     文件       1215  2005-12-08 15:44  kaoshi v1.2\web\aspnet_client\system_web\2_0_50727\CrystalReportWebFormViewer3\Images\ToolBar\grouptree_over.gif

     文件         79  2005-12-08 15:44  kaoshi v1.2\web\aspnet_client\system_web\2_0_50727\CrystalReportWebFormViewer3\Images\ToolBar\Last.gif

     文件         79  2005-12-08 15:44  kaoshi v1.2\web\aspnet_client\system_web\2_0_50727\CrystalReportWebFormViewer3\Images\ToolBar\Lastd.gif

     文件       1251  2005-12-08 15:44  kaoshi v1.2\web\aspnet_client\system_web\2_0_50727\CrystalReportWebFormViewer3\Images\ToolBar\last_over.gif

     文件         73  2005-12-08 15:44  kaoshi v1.2\web\aspnet_client\system_web\2_0_50727\CrystalReportWebFormViewer3\Images\ToolBar\Next.gif

     文件         73  2005-12-08 15:44  kaoshi v1.2\web\aspnet_client\system_web\2_0_50727\CrystalReportWebFormViewer3\Images\ToolBar\Nextd.gif

     文件       1252  2005-12-08 15:44  kaoshi v1.2\web\aspnet_client\system_web\2_0_50727\CrystalReportWebFormViewer3\Images\ToolBar\next_over.gif

     文件         73  2005-12-08 15:44  kaoshi v1.2\web\aspnet_client\system_web\2_0_50727\CrystalReportWebFormViewer3\Images\ToolBar\Prev.gif

............此处省略657个文件信息

评论

共有 条评论