实例介绍
包括 班级录入管理,专业管理,科目管理,章节管理,学员管理,题库管理,在线考试,在线批阅,分数查询,添加试卷等功能.
【实例截图】
【核心代码】
1c9bf1bb-0c2c-4799-af18-a19c82e2c04b
├── zcexam
│ ├── BLL
│ │ ├── AssemblyInfo.cs
│ │ ├── banji.cs
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── Newtonsoft.Json.dll
│ │ │ ├── OpenSmtp.dll
│ │ │ ├── YMCMS.BLL.dll
│ │ │ ├── YMCMS.BLL.pdb
│ │ │ ├── YMCMS.Common.dll
│ │ │ ├── YMCMS.Common.pdb
│ │ │ ├── YMCMS.DALFactory.dll
│ │ │ ├── YMCMS.DALFactory.pdb
│ │ │ ├── YMCMS.IDAL.dll
│ │ │ ├── YMCMS.IDAL.pdb
│ │ │ ├── YMCMS.Model.dll
│ │ │ └── YMCMS.Model.pdb
│ │ ├── BLL.csproj
│ │ ├── BLL.csproj.user
│ │ ├── BLL.csproj.vspscc
│ │ ├── kemu.cs
│ │ ├── mssccprj.scc
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── BLL.csproj.FileListAbsolute.txt
│ │ │ ├── BLL.csprojResolveAssemblyReference.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── YMCMS.BLL.dll
│ │ │ └── YMCMS.BLL.pdb
│ │ ├── objectPageList.cs
│ │ ├── shijuan.cs
│ │ ├── shijuanxiangxi.cs
│ │ ├── shijuanzhuguandefen.cs
│ │ ├── SysManage.cs
│ │ ├── tiku.cs
│ │ ├── vssver2.scc
│ │ ├── zcuser.cs
│ │ ├── zhangjie.cs
│ │ └── zhuanye.cs
│ ├── Common
│ │ ├── Assistant.cs
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── COM.Excel.dll
│ │ │ ├── Newtonsoft.Json.dll
│ │ │ ├── OpenSmtp.dll
│ │ │ ├── OWC10Chart.dll
│ │ │ ├── YMCMS.Common.dll
│ │ │ └── YMCMS.Common.pdb
│ │ ├── ChartHelper.cs
│ │ ├── Common.csproj
│ │ ├── Common.csproj.user
│ │ ├── Common.csproj.vspscc
│ │ ├── ConfigHelper.cs
│ │ ├── DataCache.cs
│ │ ├── DataToExcel.cs
│ │ ├── DEncrypt
│ │ │ ├── DEncrypt.cs
│ │ │ ├── DESEncrypt.cs
│ │ │ ├── HashEncode.cs
│ │ │ ├── RSACryption.cs
│ │ │ └── vssver2.scc
│ │ ├── HttpProc.cs
│ │ ├── INIFile.cs
│ │ ├── JsonConvert.cs
│ │ ├── MailSender.cs
│ │ ├── MessageBox.cs
│ │ ├── mssccprj.scc
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── Common.csproj.FileListAbsolute.txt
│ │ │ ├── Common.csprojResolveAssemblyReference.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── YMCMS.Common.dll
│ │ │ └── YMCMS.Common.pdb
│ │ ├── PageBase.cs
│ │ ├── PageValidate.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ └── vssver2.scc
│ │ ├── RegularOptions.cs
│ │ ├── RMB.cs
│ │ ├── StringPlus.cs
│ │ ├── TimeParser.cs
│ │ ├── UrlOper.cs
│ │ ├── vssver2.scc
│ │ └── zcexam.suo
│ ├── DALFactory
│ │ ├── AssemblyInfo.cs
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── MySql.Data.dll
│ │ │ ├── Newtonsoft.Json.dll
│ │ │ ├── OpenSmtp.dll
│ │ │ ├── System.Data.SQLite.dll
│ │ │ ├── YMCMS.Common.dll
│ │ │ ├── YMCMS.Common.pdb
│ │ │ ├── YMCMS.DALFactory.dll
│ │ │ ├── YMCMS.DALFactory.pdb
│ │ │ ├── YMCMS.DBUtility.dll
│ │ │ ├── YMCMS.DBUtility.pdb
│ │ │ ├── YMCMS.IDAL.dll
│ │ │ ├── YMCMS.IDAL.pdb
│ │ │ ├── YMCMS.Model.dll
│ │ │ ├── YMCMS.Model.pdb
│ │ │ ├── YMCMS.OracleDAL.dll
│ │ │ └── YMCMS.OracleDAL.pdb
│ │ ├── DALFactory.csproj
│ │ ├── DALFactory.csproj.user
│ │ ├── DALFactory.csproj.vspscc
│ │ ├── DataAccess.cs
│ │ ├── DataCache.cs
│ │ ├── mssccprj.scc
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── DALFactory.csproj.FileListAbsolute.txt
│ │ │ ├── DALFactory.csprojResolveAssemblyReference.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── YMCMS.DALFactory.dll
│ │ │ └── YMCMS.DALFactory.pdb
│ │ └── vssver2.scc
│ ├── DBUtility
│ │ ├── AssemblyInfo.cs
│ │ ├── BaseSqlMapDao.cs
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── MySql.Data.dll
│ │ │ ├── System.Data.SQLite.DLL
│ │ │ ├── YMCMS.DBUtility.dll
│ │ │ └── YMCMS.DBUtility.pdb
│ │ ├── CommandInfo.cs
│ │ ├── DbHelperMySQL.cs
│ │ ├── DbHelperOleDb.cs
│ │ ├── DbHelperOra.cs
│ │ ├── DbHelperSQL2.cs
│ │ ├── DbHelperSQL.cs
│ │ ├── DbHelperSQLite.cs
│ │ ├── DbHelperSQLP.cs
│ │ ├── DBUtility.csproj
│ │ ├── DBUtility.csproj.user
│ │ ├── DBUtility.csproj.vspscc
│ │ ├── DESEncrypt.cs
│ │ ├── mssccprj.scc
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── DBUtility.csproj.FileListAbsolute.txt
│ │ │ ├── DBUtility.csprojResolveAssemblyReference.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── YMCMS.DBUtility.dll
│ │ │ └── YMCMS.DBUtility.pdb
│ │ ├── OracleHelper.cs
│ │ ├── PubConstant.cs
│ │ ├── SQLHelper.cs
│ │ ├── vssver2.scc
│ │ └── zcexam.suo
│ ├── IDAL
│ │ ├── AssemblyInfo.cs
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── YMCMS.IDAL.dll
│ │ │ ├── YMCMS.IDAL.pdb
│ │ │ ├── YMCMS.Model.dll
│ │ │ └── YMCMS.Model.pdb
│ │ ├── Ibanji.cs
│ │ ├── IDAL.csproj
│ │ ├── IDAL.csproj.user
│ │ ├── IDAL.csproj.vspscc
│ │ ├── Ikemu.cs
│ │ ├── IobjectPageList.cs
│ │ ├── Ishijuan.cs
│ │ ├── Ishijuanxiangxi.cs
│ │ ├── Ishijuanzhuguandefen.cs
│ │ ├── ISysManage.cs
│ │ ├── Itiku.cs
│ │ ├── Izcuser.cs
│ │ ├── Izhangjie.cs
│ │ ├── Izhuanye.cs
│ │ ├── mssccprj.scc
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── IDAL.csproj.FileListAbsolute.txt
│ │ │ ├── IDAL.csprojResolveAssemblyReference.cache
│ │ │ ├── YMCMS.IDAL.dll
│ │ │ └── YMCMS.IDAL.pdb
│ │ └── vssver2.scc
│ ├── Lib
│ │ ├── COM.Excel.dll
│ │ ├── LTP.Accounts.dll
│ │ ├── LtpPageControl.dll
│ │ ├── Microsoft.Practices.EnterpriseLibrary.Common.dll
│ │ ├── Microsoft.Practices.EnterpriseLibrary.Data.dll
│ │ ├── Microsoft.Web.UI.WebControls.dll
│ │ ├── MySql.Data.dll
│ │ ├── OpenSmtp.dll
│ │ ├── OWC10Chart.dll
│ │ ├── System.Data.SQLite.DLL
│ │ ├── System.Data.SQLite.lib
│ │ └── vssver2.scc
│ ├── Model
│ │ ├── AssemblyInfo.cs
│ │ ├── banji.cs
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── YMCMS.Model.dll
│ │ │ └── YMCMS.Model.pdb
│ │ ├── kemu.cs
│ │ ├── Model.csproj
│ │ ├── Model.csproj.user
│ │ ├── Model.csproj.vspscc
│ │ ├── mssccprj.scc
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── Model.csproj.FileListAbsolute.txt
│ │ │ ├── Model.csprojResolveAssemblyReference.cache
│ │ │ ├── YMCMS.Model.dll
│ │ │ └── YMCMS.Model.pdb
│ │ ├── shijuan.cs
│ │ ├── shijuanxiangxi.cs
│ │ ├── shijuanzhuguandefen.cs
│ │ ├── SysNode.cs
│ │ ├── tiku.cs
│ │ ├── vssver2.scc
│ │ ├── zcuser.cs
│ │ ├── zhangjie.cs
│ │ └── zhuanye.cs
│ ├── mssccprj.scc
│ ├── OracleDAL
│ │ ├── AssemblyInfo.cs
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── MySql.Data.dll
│ │ │ ├── Newtonsoft.Json.dll
│ │ │ ├── OpenSmtp.dll
│ │ │ ├── System.Data.SQLite.dll
│ │ │ ├── YMCMS.Common.dll
│ │ │ ├── YMCMS.Common.pdb
│ │ │ ├── YMCMS.DBUtility.dll
│ │ │ ├── YMCMS.DBUtility.pdb
│ │ │ ├── YMCMS.IDAL.dll
│ │ │ ├── YMCMS.IDAL.pdb
│ │ │ ├── YMCMS.Model.dll
│ │ │ ├── YMCMS.Model.pdb
│ │ │ ├── YMCMS.OracleDAL.dll
│ │ │ └── YMCMS.OracleDAL.pdb
│ │ ├── mssccprj.scc
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── OracleDAL.csproj.FileListAbsolute.txt
│ │ │ ├── OracleDAL.csprojResolveAssemblyReference.cache
│ │ │ ├── YMCMS.OracleDAL.dll
│ │ │ └── YMCMS.OracleDAL.pdb
│ │ ├── OracleDAL.csproj
│ │ ├── OracleDAL.csproj.user
│ │ ├── OracleDAL.csproj.vspscc
│ │ ├── PubConstant.cs
│ │ ├── SysManage1.cs
│ │ ├── SysManage.cs
│ │ └── vssver2.scc
│ ├── SQLServerDAL
│ │ ├── AssemblyInfo.cs
│ │ ├── banji.cs
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── MySql.Data.dll
│ │ │ ├── Newtonsoft.Json.dll
│ │ │ ├── OpenSmtp.dll
│ │ │ ├── System.Data.SQLite.dll
│ │ │ ├── YMCMS.Common.dll
│ │ │ ├── YMCMS.Common.pdb
│ │ │ ├── YMCMS.DBUtility.dll
│ │ │ ├── YMCMS.DBUtility.pdb
│ │ │ ├── YMCMS.IDAL.dll
│ │ │ ├── YMCMS.IDAL.pdb
│ │ │ ├── YMCMS.Model.dll
│ │ │ ├── YMCMS.Model.pdb
│ │ │ ├── YMCMS.SQLServerDAL.dll
│ │ │ └── YMCMS.SQLServerDAL.pdb
│ │ ├── kemu.cs
│ │ ├── mssccprj.scc
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── SQLServerDAL.csproj.FileListAbsolute.txt
│ │ │ ├── SQLServerDAL.csprojResolveAssemblyReference.cache
│ │ │ ├── YMCMS.SQLServerDAL.dll
│ │ │ └── YMCMS.SQLServerDAL.pdb
│ │ ├── objectPageList.cs
│ │ ├── PubConstant.cs
│ │ ├── shijuan.cs
│ │ ├── shijuanxiangxi.cs
│ │ ├── shijuanzhuguandefen.cs
│ │ ├── SQLServerDAL.csproj
│ │ ├── SQLServerDAL.csproj.user
│ │ ├── SQLServerDAL.csproj.vspscc
│ │ ├── SysManage1.cs
│ │ ├── SysManage.cs
│ │ ├── tiku.cs
│ │ ├── vssver2.scc
│ │ ├── zcuser.cs
│ │ ├── zhangjie.cs
│ │ └── zhuanye.cs
│ ├── vssver2.scc
│ ├── Web
│ │ ├── addShijuanxiangxi.aspx
│ │ ├── addShijuanxiangxi.aspx.cs
│ │ ├── addShijuanxiangxi.aspx.designer.cs
│ │ ├── App_Themes
│ │ │ ├── BlueTheme
│ │ │ │ ├── Control.skin
│ │ │ │ ├── Default.css
│ │ │ │ └── vssver2.scc
│ │ │ ├── Green2Theme
│ │ │ │ ├── Control.skin
│ │ │ │ ├── Default.css
│ │ │ │ └── vssver2.scc
│ │ │ ├── GreenTheme
│ │ │ │ ├── Control.skin
│ │ │ │ ├── Default.css
│ │ │ │ └── vssver2.scc
│ │ │ ├── PurpleTheme
│ │ │ │ ├── Control.skin
│ │ │ │ ├── Default.css
│ │ │ │ └── vssver2.scc
│ │ │ └── RedTheme
│ │ │ ├── Control.skin
│ │ │ ├── Default.css
│ │ │ └── vssver2.scc
│ │ ├── BasePage.aspx
│ │ ├── BasePage.aspx.cs
│ │ ├── BasePage.aspx.designer.cs
│ │ ├── Bin
│ │ │ ├── COM.Excel.dll
│ │ │ ├── LTP.Accounts.dll
│ │ │ ├── LtpPageControl.dll
│ │ │ ├── Microsoft.Web.UI.WebControls.dll
│ │ │ ├── MySql.Data.dll
│ │ │ ├── Newtonsoft.Json.dll
│ │ │ ├── OpenSmtp.dll
│ │ │ ├── OWC10Chart.dll
│ │ │ ├── System.Data.SQLite.dll
│ │ │ ├── vssver2.scc
│ │ │ ├── YMCMS.BLL.dll
│ │ │ ├── YMCMS.BLL.pdb
│ │ │ ├── YMCMS.Common.dll
│ │ │ ├── YMCMS.Common.pdb
│ │ │ ├── YMCMS.DALFactory.dll
│ │ │ ├── YMCMS.DALFactory.pdb
│ │ │ ├── YMCMS.DBUtility.dll
│ │ │ ├── YMCMS.DBUtility.pdb
│ │ │ ├── YMCMS.IDAL.dll
│ │ │ ├── YMCMS.IDAL.pdb
│ │ │ ├── YMCMS.Model.dll
│ │ │ ├── YMCMS.Model.pdb
│ │ │ ├── YMCMS.OracleDAL.dll
│ │ │ ├── YMCMS.OracleDAL.pdb
│ │ │ ├── YMCMS.SQLServerDAL.dll
│ │ │ ├── YMCMS.SQLServerDAL.pdb
│ │ │ ├── YMCMS.Web.dll
│ │ │ └── YMCMS.Web.pdb
│ │ ├── calssList.aspx
│ │ ├── calssList.aspx.cs
│ │ ├── calssList.aspx.designer.cs
│ │ ├── chapterForm.aspx
│ │ ├── chapterForm.aspx.cs
│ │ ├── chapterForm.aspx.designer.cs
│ │ ├── chapterList.aspx
│ │ ├── chapterList.aspx.cs
│ │ ├── chapterList.aspx.designer.cs
│ │ ├── classForm.aspx
│ │ ├── classForm.aspx.cs
│ │ ├── classForm.aspx.designer.cs
│ │ ├── estimateScore.aspx
│ │ ├── estimateScore.aspx.cs
│ │ ├── estimateScore.aspx.designer.cs
│ │ ├── Global.asax
│ │ ├── Global.asax.cs
│ │ ├── Global.asax.resx
│ │ ├── images
│ │ │ ├── anniu1.jpg
│ │ │ ├── anniu2.jpg
│ │ │ ├── chengji.png
│ │ │ ├── ciyetop.jpg
│ │ │ ├── combo_right.png
│ │ │ ├── denglu.jpg
│ │ │ ├── kaoshi.png
│ │ │ ├── LlightBlue.png
│ │ │ ├── ok.png
│ │ │ ├── shouye121.jpg
│ │ │ ├── SLightBlue.png
│ │ │ ├── top.png
│ │ │ └── vssver2.scc
│ │ ├── index.aspx
│ │ ├── index.aspx.cs
│ │ ├── index.aspx.designer.cs
│ │ ├── js
│ │ │ ├── bootstrap.js
│ │ │ ├── easyui.css
│ │ │ ├── easyuiexpand.js
│ │ │ ├── estimateScore.js
│ │ │ ├── icon.css
│ │ │ ├── icons
│ │ │ │ ├── accordion_arrows.png
│ │ │ │ ├── layout_arrows.png
│ │ │ │ ├── mini_edit.png
│ │ │ │ ├── mini_refresh.png
│ │ │ │ ├── no.png
│ │ │ │ ├── ok.png
│ │ │ │ ├── pencil.png
│ │ │ │ ├── print.png
│ │ │ │ ├── redo.png
│ │ │ │ ├── reload.png
│ │ │ │ ├── search.png
│ │ │ │ ├── sum.png
│ │ │ │ ├── tip.png
│ │ │ │ ├── undo.png
│ │ │ │ └── vssver2.scc
│ │ │ ├── images
│ │ │ │ ├── accordion_arrows.png
│ │ │ │ ├── layout_arrows.png
│ │ │ │ ├── reload.png
│ │ │ │ ├── tabs_icons.png
│ │ │ │ └── vssver2.scc
│ │ │ ├── jquery-1.11.1.min.js
│ │ │ ├── jquery.easyui.min.js
│ │ │ ├── jquery.min.js
│ │ │ ├── leftListAll.js
│ │ │ ├── leftmenu.js
│ │ │ ├── listleftTec.js
│ │ │ ├── mainCommon.css
│ │ │ ├── tabs.js
│ │ │ ├── themes
│ │ │ │ ├── black
│ │ │ │ │ ├── accordion.css
│ │ │ │ │ ├── calendar.css
│ │ │ │ │ ├── combobox.css
│ │ │ │ │ ├── combo.css
│ │ │ │ │ ├── datagrid.css
│ │ │ │ │ ├── datebox.css
│ │ │ │ │ ├── dialog.css
│ │ │ │ │ ├── easyui.css
│ │ │ │ │ ├── filebox.css
│ │ │ │ │ ├── images
│ │ │ │ │ │ ├── accordion_arrows.png
│ │ │ │ │ │ ├── blank.gif
│ │ │ │ │ │ ├── calendar_arrows.png
│ │ │ │ │ │ ├── combo_arrow.png
│ │ │ │ │ │ ├── datagrid_icons.png
│ │ │ │ │ │ ├── datebox_arrow.png
│ │ │ │ │ │ ├── layout_arrows.png
│ │ │ │ │ │ ├── linkbutton_bg.png
│ │ │ │ │ │ ├── loading.gif
│ │ │ │ │ │ ├── menu_arrows.png
│ │ │ │ │ │ ├── messager_icons.png
│ │ │ │ │ │ ├── pagination_icons.png
│ │ │ │ │ │ ├── panel_tools.png
│ │ │ │ │ │ ├── searchbox_button.png
│ │ │ │ │ │ ├── slider_handle.png
│ │ │ │ │ │ ├── spinner_arrows.png
│ │ │ │ │ │ ├── tabs_icons.png
│ │ │ │ │ │ ├── tree_icons.png
│ │ │ │ │ │ ├── validatebox_warning.png
│ │ │ │ │ │ └── vssver2.scc
│ │ │ │ │ ├── layout.css
│ │ │ │ │ ├── linkbutton.css
│ │ │ │ │ ├── menubutton.css
│ │ │ │ │ ├── menu.css
│ │ │ │ │ ├── messager.css
│ │ │ │ │ ├── numberbox.css
│ │ │ │ │ ├── pagination.css
│ │ │ │ │ ├── panel.css
│ │ │ │ │ ├── progressbar.css
│ │ │ │ │ ├── propertygrid.css
│ │ │ │ │ ├── searchbox.css
│ │ │ │ │ ├── slider.css
│ │ │ │ │ ├── spinner.css
│ │ │ │ │ ├── splitbutton.css
│ │ │ │ │ ├── tabs.css
│ │ │ │ │ ├── textbox.css
│ │ │ │ │ ├── tooltip.css
│ │ │ │ │ ├── tree.css
│ │ │ │ │ ├── validatebox.css
│ │ │ │ │ ├── vssver2.scc
│ │ │ │ │ └── window.css
│ │ │ │ ├── bootstrap
│ │ │ │ │ ├── accordion.css
│ │ │ │ │ ├── calendar.css
│ │ │ │ │ ├── combobox.css
│ │ │ │ │ ├── combo.css
│ │ │ │ │ ├── datagrid.css
│ │ │ │ │ ├── datebox.css
│ │ │ │ │ ├── dialog.css
│ │ │ │ │ ├── easyui.css
│ │ │ │ │ ├── filebox.css
│ │ │ │ │ ├── images
│ │ │ │ │ │ ├── accordion_arrows.png
│ │ │ │ │ │ ├── blank.gif
│ │ │ │ │ │ ├── calendar_arrows.png
│ │ │ │ │ │ ├── combo_arrow.png
│ │ │ │ │ │ ├── datagrid_icons.png
│ │ │ │ │ │ ├── datebox_arrow.png
│ │ │ │ │ │ ├── layout_arrows.png
│ │ │ │ │ │ ├── linkbutton_bg.png
│ │ │ │ │ │ ├── loading.gif
│ │ │ │ │ │ ├── menu_arrows.png
│ │ │ │ │ │ ├── messager_icons.png
│ │ │ │ │ │ ├── pagination_icons.png
│ │ │ │ │ │ ├── panel_tools.png
│ │ │ │ │ │ ├── searchbox_button.png
│ │ │ │ │ │ ├── slider_handle.png
│ │ │ │ │ │ ├── spinner_arrows.png
│ │ │ │ │ │ ├── tabs_icons.png
│ │ │ │ │ │ ├── tree_icons.png
│ │ │ │ │ │ ├── validatebox_warning.png
│ │ │ │ │ │ └── vssver2.scc
│ │ │ │ │ ├── layout.css
│ │ │ │ │ ├── linkbutton.css
│ │ │ │ │ ├── menubutton.css
│ │ │ │ │ ├── menu.css
│ │ │ │ │ ├── messager.css
│ │ │ │ │ ├── numberbox.css
│ │ │ │ │ ├── pagination.css
│ │ │ │ │ ├── panel.css
│ │ │ │ │ ├── progressbar.css
│ │ │ │ │ ├── propertygrid.css
│ │ │ │ │ ├── searchbox.css
│ │ │ │ │ ├── slider.css
│ │ │ │ │ ├── spinner.css
│ │ │ │ │ ├── splitbutton.css
│ │ │ │ │ ├── tabs.css
│ │ │ │ │ ├── textbox.css
│ │ │ │ │ ├── tooltip.css
│ │ │ │ │ ├── tree.css
│ │ │ │ │ ├── validatebox.css
│ │ │ │ │ ├── vssver2.scc
│ │ │ │ │ └── window.css
│ │ │ │ ├── color.css
│ │ │ │ ├── default
│ │ │ │ │ ├── accordion.css
│ │ │ │ │ ├── calendar.css
│ │ │ │ │ ├── combobox.css
│ │ │ │ │ ├── combo.css
│ │ │ │ │ ├── datagrid.css
│ │ │ │ │ ├── datebox.css
│ │ │ │ │ ├── dialog.css
│ │ │ │ │ ├── easyui.css
│ │ │ │ │ ├── filebox.css
│ │ │ │ │ ├── images
│ │ │ │ │ │ ├── accordion_arrows.png
│ │ │ │ │ │ ├── blank.gif
│ │ │ │ │ │ ├── calendar_arrows.png
│ │ │ │ │ │ ├── combo_arrow.png
│ │ │ │ │ │ ├── datagrid_icons.png
│ │ │ │ │ │ ├── datebox_arrow.png
│ │ │ │ │ │ ├── layout_arrows.png
│ │ │ │ │ │ ├── linkbutton_bg.png
│ │ │ │ │ │ ├── loading.gif
│ │ │ │ │ │ ├── menu_arrows.png
│ │ │ │ │ │ ├── messager_icons.png
│ │ │ │ │ │ ├── pagination_icons.png
│ │ │ │ │ │ ├── panel_tools.png
│ │ │ │ │ │ ├── searchbox_button.png
│ │ │ │ │ │ ├── slider_handle.png
│ │ │ │ │ │ ├── spinner_arrows.png
│ │ │ │ │ │ ├── tabs_icons.png
│ │ │ │ │ │ ├── tree_icons.png
│ │ │ │ │ │ ├── validatebox_warning.png
│ │ │ │ │ │ └── vssver2.scc
│ │ │ │ │ ├── layout.css
│ │ │ │ │ ├── linkbutton.css
│ │ │ │ │ ├── menubutton.css
│ │ │ │ │ ├── menu.css
│ │ │ │ │ ├── messager.css
│ │ │ │ │ ├── numberbox.css
│ │ │ │ │ ├── pagination.css
│ │ │ │ │ ├── panel.css
│ │ │ │ │ ├── progressbar.css
│ │ │ │ │ ├── propertygrid.css
│ │ │ │ │ ├── searchbox.css
│ │ │ │ │ ├── slider.css
│ │ │ │ │ ├── spinner.css
│ │ │ │ │ ├── splitbutton.css
│ │ │ │ │ ├── tabs.css
│ │ │ │ │ ├── textbox.css
│ │ │ │ │ ├── tooltip.css
│ │ │ │ │ ├── tree.css
│ │ │ │ │ ├── validatebox.css
│ │ │ │ │ ├── vssver2.scc
│ │ │ │ │ └── window.css
│ │ │ │ ├── gray
│ │ │ │ │ ├── accordion.css
│ │ │ │ │ ├── calendar.css
│ │ │ │ │ ├── combobox.css
│ │ │ │ │ ├── combo.css
│ │ │ │ │ ├── datagrid.css
│ │ │ │ │ ├── datebox.css
│ │ │ │ │ ├── dialog.css
│ │ │ │ │ ├── easyui.css
│ │ │ │ │ ├── filebox.css
│ │ │ │ │ ├── images
│ │ │ │ │ │ ├── accordion_arrows.png
│ │ │ │ │ │ ├── blank.gif
│ │ │ │ │ │ ├── calendar_arrows.png
│ │ │ │ │ │ ├── combo_arrow.png
│ │ │ │ │ │ ├── datagrid_icons.png
│ │ │ │ │ │ ├── datebox_arrow.png
│ │ │ │ │ │ ├── layout_arrows.png
│ │ │ │ │ │ ├── linkbutton_bg.png
│ │ │ │ │ │ ├── loading.gif
│ │ │ │ │ │ ├── menu_arrows.png
│ │ │ │ │ │ ├── messager_icons.png
│ │ │ │ │ │ ├── pagination_icons.png
│ │ │ │ │ │ ├── panel_tools.png
│ │ │ │ │ │ ├── searchbox_button.png
│ │ │ │ │ │ ├── slider_handle.png
│ │ │ │ │ │ ├── spinner_arrows.png
│ │ │ │ │ │ ├── tabs_icons.png
│ │ │ │ │ │ ├── tree_icons.png
│ │ │ │ │ │ ├── validatebox_warning.png
│ │ │ │ │ │ └── vssver2.scc
│ │ │ │ │ ├── layout.css
│ │ │ │ │ ├── linkbutton.css
│ │ │ │ │ ├── menubutton.css
│ │ │ │ │ ├── menu.css
│ │ │ │ │ ├── messager.css
│ │ │ │ │ ├── numberbox.css
│ │ │ │ │ ├── pagination.css
│ │ │ │ │ ├── panel.css
│ │ │ │ │ ├── progressbar.css
│ │ │ │ │ ├── propertygrid.css
│ │ │ │ │ ├── searchbox.css
│ │ │ │ │ ├── slider.css
│ │ │ │ │ ├── spinner.css
│ │ │ │ │ ├── splitbutton.css
│ │ │ │ │ ├── tabs.css
│ │ │ │ │ ├── textbox.css
│ │ │ │ │ ├── tooltip.css
│ │ │ │ │ ├── tree.css
│ │ │ │ │ ├── validatebox.css
│ │ │ │ │ ├── vssver2.scc
│ │ │ │ │ └── window.css
│ │ │ │ ├── icon.css
│ │ │ │ ├── icons
│ │ │ │ │ ├── back.png
│ │ │ │ │ ├── blank.gif
│ │ │ │ │ ├── cancel.png
│ │ │ │ │ ├── clear.png
│ │ │ │ │ ├── cut.png
│ │ │ │ │ ├── edit_add.png
│ │ │ │ │ ├── edit_remove.png
│ │ │ │ │ ├── filesave.png
│ │ │ │ │ ├── filter.png
│ │ │ │ │ ├── help.png
│ │ │ │ │ ├── large_chart.png
│ │ │ │ │ ├── large_clipart.png
│ │ │ │ │ ├── large_picture.png
│ │ │ │ │ ├── large_shapes.png
│ │ │ │ │ ├── large_smartart.png
│ │ │ │ │ ├── lock.png
│ │ │ │ │ ├── man.png
│ │ │ │ │ ├── mini_add.png
│ │ │ │ │ ├── mini_edit.png
│ │ │ │ │ ├── mini_refresh.png
│ │ │ │ │ ├── no.png
│ │ │ │ │ ├── ok.png
│ │ │ │ │ ├── pencil.png
│ │ │ │ │ ├── print.png
│ │ │ │ │ ├── redo.png
│ │ │ │ │ ├── reload.png
│ │ │ │ │ ├── search.png
│ │ │ │ │ ├── sum.png
│ │ │ │ │ ├── tip.png
│ │ │ │ │ ├── undo.png
│ │ │ │ │ └── vssver2.scc
│ │ │ │ ├── metro
│ │ │ │ │ ├── accordion.css
│ │ │ │ │ ├── calendar.css
│ │ │ │ │ ├── combobox.css
│ │ │ │ │ ├── combo.css
│ │ │ │ │ ├── datagrid.css
│ │ │ │ │ ├── datebox.css
│ │ │ │ │ ├── dialog.css
│ │ │ │ │ ├── easyui.css
│ │ │ │ │ ├── filebox.css
│ │ │ │ │ ├── images
│ │ │ │ │ │ ├── accordion_arrows.png
│ │ │ │ │ │ ├── blank.gif
│ │ │ │ │ │ ├── calendar_arrows.png
│ │ │ │ │ │ ├── combo_arrow.png
│ │ │ │ │ │ ├── datagrid_icons.png
│ │ │ │ │ │ ├── datebox_arrow.png
│ │ │ │ │ │ ├── layout_arrows.png
│ │ │ │ │ │ ├── linkbutton_bg.png
│ │ │ │ │ │ ├── loading.gif
│ │ │ │ │ │ ├── menu_arrows.png
│ │ │ │ │ │ ├── messager_icons.png
│ │ │ │ │ │ ├── pagination_icons.png
│ │ │ │ │ │ ├── panel_tools.png
│ │ │ │ │ │ ├── searchbox_button.png
│ │ │ │ │ │ ├── slider_handle.png
│ │ │ │ │ │ ├── spinner_arrows.png
│ │ │ │ │ │ ├── tabs_icons.png
│ │ │ │ │ │ ├── tree_icons.png
│ │ │ │ │ │ ├── validatebox_warning.png
│ │ │ │ │ │ └── vssver2.scc
│ │ │ │ │ ├── layout.css
│ │ │ │ │ ├── linkbutton.css
│ │ │ │ │ ├── menubutton.css
│ │ │ │ │ ├── menu.css
│ │ │ │ │ ├── messager.css
│ │ │ │ │ ├── numberbox.css
│ │ │ │ │ ├── pagination.css
│ │ │ │ │ ├── panel.css
│ │ │ │ │ ├── progressbar.css
│ │ │ │ │ ├── propertygrid.css
│ │ │ │ │ ├── searchbox.css
│ │ │ │ │ ├── slider.css
│ │ │ │ │ ├── spinner.css
│ │ │ │ │ ├── splitbutton.css
│ │ │ │ │ ├── tabs.css
│ │ │ │ │ ├── textbox.css
│ │ │ │ │ ├── tooltip.css
│ │ │ │ │ ├── tree.css
│ │ │ │ │ ├── validatebox.css
│ │ │ │ │ ├── vssver2.scc
│ │ │ │ │ └── window.css
│ │ │ │ └── vssver2.scc
│ │ │ ├── vssver2.scc
│ │ │ ├── ymfn.js
│ │ │ └── ym.js
│ │ ├── login1.aspx
│ │ ├── login1.aspx.cs
│ │ ├── login1.aspx.designer.cs
│ │ ├── login.aspx
│ │ ├── login.aspx.cs
│ │ ├── login.aspx.designer.cs
│ │ ├── memberForm.aspx
│ │ ├── memberForm.aspx.cs
│ │ ├── memberForm.aspx.designer.cs
│ │ ├── memberList1.aspx
│ │ ├── memberList1.aspx.cs
│ │ ├── memberList1.aspx.designer.cs
│ │ ├── memberList.aspx
│ │ ├── memberList.aspx.cs
│ │ ├── memberList.aspx.designer.cs
│ │ ├── mssccprj.scc
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── Web.csproj.FileListAbsolute.txt
│ │ │ ├── Web.csproj.GenerateResource.Cache
│ │ │ ├── Web.csprojResolveAssemblyReference.cache
│ │ │ ├── YMCMS.Web.dll
│ │ │ ├── YMCMS.Web.Global.resources
│ │ │ └── YMCMS.Web.pdb
│ │ ├── professionalForm.aspx
│ │ ├── professionalForm.aspx.cs
│ │ ├── professionalForm.aspx.designer.cs
│ │ ├── professionalList.aspx
│ │ ├── professionalList.aspx.cs
│ │ ├── professionalList.aspx.designer.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ └── vssver2.scc
│ │ ├── selectShijuan.aspx
│ │ ├── selectShijuan.aspx.cs
│ │ ├── selectShijuan.aspx.designer.cs
│ │ ├── service
│ │ │ ├── banji.ashx
│ │ │ ├── banji.ashx.cs
│ │ │ ├── Kemu.ashx
│ │ │ ├── Kemu.ashx.cs
│ │ │ ├── Login.ashx
│ │ │ ├── Login.ashx.cs
│ │ │ ├── member.ashx
│ │ │ ├── member.ashx.cs
│ │ │ ├── professionalService.ashx
│ │ │ ├── professionalService.ashx.cs
│ │ │ ├── shijuanService.ashx
│ │ │ ├── shijuanService.ashx.cs
│ │ │ ├── SubjectsService.ashx
│ │ │ ├── SubjectsService.ashx.cs
│ │ │ ├── Tclass.ashx
│ │ │ ├── Tclass.ashx.cs
│ │ │ ├── testdetail.ashx
│ │ │ ├── testdetail.ashx.cs
│ │ │ ├── Tiku.ashx
│ │ │ ├── Tiku.ashx.cs
│ │ │ ├── vssver2.scc
│ │ │ ├── Zhangjie.ashx
│ │ │ ├── Zhangjie.ashx.cs
│ │ │ ├── zhuanye.ashx
│ │ │ └── zhuanye.ashx.cs
│ │ ├── shijuandetail.aspx
│ │ ├── shijuandetail.aspx.cs
│ │ ├── shijuandetail.aspx.designer.cs
│ │ ├── shijuanDetailScore.aspx
│ │ ├── shijuanDetailScore.aspx.cs
│ │ ├── shijuanDetailScore.aspx.designer.cs
│ │ ├── shijuanForm.aspx
│ │ ├── shijuanForm.aspx.cs
│ │ ├── shijuanForm.aspx.designer.cs
│ │ ├── shijuanList.aspx
│ │ ├── shijuanList.aspx.cs
│ │ ├── shijuanList.aspx.designer.cs
│ │ ├── shijuanScoreForm.aspx
│ │ ├── shijuanScoreForm.aspx.cs
│ │ ├── shijuanScoreForm.aspx.designer.cs
│ │ ├── StudentsEntrance.aspx
│ │ ├── StudentsEntrance.aspx.cs
│ │ ├── StudentsEntrance.aspx.designer.cs
│ │ ├── style
│ │ │ ├── bootstrap.css
│ │ │ ├── bootstrap-datetimepicker.min.css
│ │ │ ├── bootstrap-switch.css
│ │ │ ├── font-awesome.css
│ │ │ ├── fullcalendar.css
│ │ │ ├── jquery.cleditor.css
│ │ │ ├── jquery-ui.css
│ │ │ ├── leftmenu.css
│ │ │ ├── login.css
│ │ │ ├── prettyPhoto.css
│ │ │ ├── rateit.css
│ │ │ ├── score.css
│ │ │ ├── style.css
│ │ │ ├── vssver2.scc
│ │ │ └── widgets.css
│ │ ├── Style.css
│ │ ├── SubjectsForm.aspx
│ │ ├── SubjectsForm.aspx.cs
│ │ ├── SubjectsForm.aspx.designer.cs
│ │ ├── SubjectsList.aspx
│ │ ├── SubjectsList.aspx.cs
│ │ ├── SubjectsList.aspx.designer.cs
│ │ ├── testDetail.aspx
│ │ ├── testDetail.aspx.cs
│ │ ├── testDetail.aspx.designer.cs
│ │ ├── testDetial.aspx
│ │ ├── testDetial.aspx.cs
│ │ ├── testDetial.aspx.designer.cs
│ │ ├── tikuform.aspx
│ │ ├── tikuform.aspx.cs
│ │ ├── tikuform.aspx.designer.cs
│ │ ├── tikulist.aspx
│ │ ├── tikulist.aspx.cs
│ │ ├── tikulist.aspx.designer.cs
│ │ ├── vssver2.scc
│ │ ├── Web.config
│ │ ├── Web.csproj
│ │ ├── Web.csproj.user
│ │ └── Web.csproj.vspscc
│ ├── zcexam.sln
│ ├── zcexam.suo
│ ├── zcexam.vssscc
│ ├── 我的文档.txt
│ └── 说明.txt
├── zxexxam.sql
└── 说明.txt
73 directories, 788 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论