91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 4.8MB
    文件類型: .rar
    金幣: 2
    下載: 1 次
    發布日期: 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?// {
// //使用時間到達
// 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個文件信息

評論

共有 條評論