实例介绍
项目技术: 1、项目基于 ASP.NET MVC开发,采用三层架构设计:表现层(UI)、业务逻辑层(BLL)、数据访问层(DAL)。 2、使用Css+HTML+JavaScript+jQuery等前端技术进行前端页面开发。 3、搭配EasyUi前端框架布局 4、后台与前台交互主要用json数据进行交互。 5、显隐前台模块,通过传值到数据库,让前台相应的模块做判断进行显示或隐藏。
【实例截图】
【核心代码】
考试系统
└── 考试系统
├── ExaminHhzj
│ ├── BLL
│ │ ├── AchMentBLL.cs
│ │ ├── bin
│ │ │ ├── Debug
│ │ │ │ ├── BLL.dll
│ │ │ │ ├── BLL.pdb
│ │ │ │ ├── Commn.dll
│ │ │ │ ├── Commn.pdb
│ │ │ │ ├── DAL.dll
│ │ │ │ ├── DAL.pdb
│ │ │ │ ├── Model.dll
│ │ │ │ └── Model.pdb
│ │ │ └── Release
│ │ │ ├── BLL.dll
│ │ │ ├── BLL.pdb
│ │ │ ├── Commn.dll
│ │ │ ├── Commn.pdb
│ │ │ ├── DAL.dll
│ │ │ ├── DAL.pdb
│ │ │ ├── Model.dll
│ │ │ └── Model.pdb
│ │ ├── BLL.csproj
│ │ ├── ChoiceBLL.cs
│ │ ├── insertTableBLL.cs
│ │ ├── JudProBLL.cs
│ │ ├── kaoguodeParBLL.cs
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── BLL.csproj.CopyComplete
│ │ │ │ ├── BLL.csproj.CoreCompileInputs.cache
│ │ │ │ ├── BLL.csproj.FileListAbsolute.txt
│ │ │ │ ├── BLL.csprojResolveAssemblyReference.cache
│ │ │ │ ├── BLL.dll
│ │ │ │ ├── BLL.pdb
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│ │ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│ │ │ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│ │ │ └── Release
│ │ │ ├── BLL.csproj.CopyComplete
│ │ │ ├── BLL.csproj.CoreCompileInputs.cache
│ │ │ ├── BLL.csproj.FileListAbsolute.txt
│ │ │ ├── BLL.csprojResolveAssemblyReference.cache
│ │ │ ├── BLL.dll
│ │ │ ├── BLL.pdb
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│ │ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│ │ ├── PaperBLL.cs
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── SelecxuekeTableBLL.cs
│ │ ├── StdClassBLL.cs
│ │ ├── StudentBLL.cs
│ │ ├── TecharBLL.cs
│ │ ├── TityCtionBLL.cs
│ │ ├── treebll.cs
│ │ └── Viewas.cs
│ ├── Commn
│ │ ├── bin
│ │ │ ├── Debug
│ │ │ │ ├── Commn.dll
│ │ │ │ ├── Commn.pdb
│ │ │ │ ├── Model.dll
│ │ │ │ └── Model.pdb
│ │ │ └── Release
│ │ │ ├── Commn.dll
│ │ │ ├── Commn.pdb
│ │ │ ├── Model.dll
│ │ │ └── Model.pdb
│ │ ├── Commn.csproj
│ │ ├── EasyUITree.cs
│ │ ├── LambChop.cs
│ │ ├── MD5EP.cs
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── Commn.csproj.CopyComplete
│ │ │ │ ├── Commn.csproj.CoreCompileInputs.cache
│ │ │ │ ├── Commn.csproj.FileListAbsolute.txt
│ │ │ │ ├── Commn.csprojResolveAssemblyReference.cache
│ │ │ │ ├── Commn.dll
│ │ │ │ ├── Commn.pdb
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│ │ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│ │ │ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│ │ │ └── Release
│ │ │ ├── Commn.csproj.CopyComplete
│ │ │ ├── Commn.csproj.CoreCompileInputs.cache
│ │ │ ├── Commn.csproj.FileListAbsolute.txt
│ │ │ ├── Commn.csprojResolveAssemblyReference.cache
│ │ │ ├── Commn.dll
│ │ │ ├── Commn.pdb
│ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│ │ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│ │ └── Properties
│ │ └── AssemblyInfo.cs
│ ├── DAL
│ │ ├── AchMentDAL.cs
│ │ ├── bin
│ │ │ ├── Debug
│ │ │ │ ├── Commn.dll
│ │ │ │ ├── Commn.pdb
│ │ │ │ ├── DAL.dll
│ │ │ │ ├── DAL.pdb
│ │ │ │ ├── Model.dll
│ │ │ │ └── Model.pdb
│ │ │ └── Release
│ │ │ ├── Commn.dll
│ │ │ ├── Commn.pdb
│ │ │ ├── DAL.dll
│ │ │ ├── DAL.pdb
│ │ │ ├── Model.dll
│ │ │ └── Model.pdb
│ │ ├── ChoiceDAL.cs
│ │ ├── DAL.csproj
│ │ ├── DBAccess.cs
│ │ ├── insertTableDAL.cs
│ │ ├── JudProDAL.cs
│ │ ├── kaoguodeParDAL.cs
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── DAL.csproj.CopyComplete
│ │ │ │ ├── DAL.csproj.CoreCompileInputs.cache
│ │ │ │ ├── DAL.csproj.FileListAbsolute.txt
│ │ │ │ ├── DAL.csprojResolveAssemblyReference.cache
│ │ │ │ ├── DAL.dll
│ │ │ │ ├── DAL.pdb
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│ │ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│ │ │ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│ │ │ └── Release
│ │ │ ├── DAL.csproj.CopyComplete
│ │ │ ├── DAL.csproj.CoreCompileInputs.cache
│ │ │ ├── DAL.csproj.FileListAbsolute.txt
│ │ │ ├── DAL.csprojResolveAssemblyReference.cache
│ │ │ ├── DAL.dll
│ │ │ ├── DAL.pdb
│ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│ │ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│ │ ├── PaperDAL.cs
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── StdClassDAL.cs
│ │ ├── StudentDAL.cs
│ │ ├── TecharDAL.cs
│ │ ├── TityCtionDAL.cs
│ │ ├── treedal.cs
│ │ └── xuekeTableDAL.cs
│ ├── ExaminHhzj
│ │ ├── ApplicationInsights.config
│ │ ├── App_Start
│ │ │ └── RouteConfig.cs
│ │ ├── bin
│ │ │ ├── ApplicationInsights.config
│ │ │ ├── BLL.dll
│ │ │ ├── BLL.pdb
│ │ │ ├── Commn.dll
│ │ │ ├── Commn.pdb
│ │ │ ├── DAL.dll
│ │ │ ├── DAL.pdb
│ │ │ ├── ExaminHhzj.dll
│ │ │ ├── ExaminHhzj.dll.config
│ │ │ ├── ExaminHhzj.pdb
│ │ │ ├── Microsoft.AI.Agent.Intercept.dll
│ │ │ ├── Microsoft.AI.DependencyCollector.dll
│ │ │ ├── Microsoft.AI.DependencyCollector.xml
│ │ │ ├── Microsoft.AI.PerfCounterCollector.dll
│ │ │ ├── Microsoft.AI.ServerTelemetryChannel.dll
│ │ │ ├── Microsoft.AI.ServerTelemetryChannel.xml
│ │ │ ├── Microsoft.AI.Web.dll
│ │ │ ├── Microsoft.AI.Web.xml
│ │ │ ├── Microsoft.AI.WindowsServer.dll
│ │ │ ├── Microsoft.AI.WindowsServer.xml
│ │ │ ├── Microsoft.ApplicationInsights.dll
│ │ │ ├── Microsoft.ApplicationInsights.xml
│ │ │ ├── Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll
│ │ │ ├── Microsoft.CodeDom.Providers.DotNetCompilerPlatform.xml
│ │ │ ├── Microsoft.Web.Infrastructure.dll
│ │ │ ├── Model.dll
│ │ │ ├── Model.pdb
│ │ │ ├── Newtonsoft.Json.dll
│ │ │ ├── Newtonsoft.Json.xml
│ │ │ ├── roslyn
│ │ │ │ ├── csc.exe
│ │ │ │ ├── Microsoft.Build.Tasks.CodeAnalysis.dll
│ │ │ │ ├── Microsoft.CodeAnalysis.CSharp.dll
│ │ │ │ ├── Microsoft.CodeAnalysis.dll
│ │ │ │ ├── Microsoft.CodeAnalysis.VisualBasic.dll
│ │ │ │ ├── Microsoft.CSharp.Core.targets
│ │ │ │ ├── Microsoft.VisualBasic.Core.targets
│ │ │ │ ├── System.Collections.Immutable.dll
│ │ │ │ ├── System.Reflection.Metadata.dll
│ │ │ │ ├── vbc.exe
│ │ │ │ ├── VBCSCompiler.exe
│ │ │ │ └── VBCSCompiler.exe.config
│ │ │ ├── System.Web.Helpers.dll
│ │ │ ├── System.Web.Helpers.xml
│ │ │ ├── System.Web.Mvc.dll
│ │ │ ├── System.Web.Mvc.xml
│ │ │ ├── System.Web.Razor.dll
│ │ │ ├── System.Web.Razor.xml
│ │ │ ├── System.Web.Webpages.Deployment.dll
│ │ │ ├── System.Web.Webpages.Deployment.xml
│ │ │ ├── System.Web.Webpages.dll
│ │ │ ├── System.Web.Webpages.Razor.dll
│ │ │ ├── System.Web.Webpages.Razor.xml
│ │ │ ├── System.Web.Webpages.xml
│ │ │ └── zh-Hans
│ │ │ ├── System.Web.Helpers.resources.dll
│ │ │ ├── System.Web.Mvc.resources.dll
│ │ │ ├── System.Web.Razor.resources.dll
│ │ │ ├── System.Web.Webpages.Deployment.resources.dll
│ │ │ ├── System.Web.Webpages.Razor.resources.dll
│ │ │ └── System.Web.Webpages.resources.dll
│ │ ├── Content
│ │ │ ├── bootstrap.css
│ │ │ ├── bootstrap.min.css
│ │ │ └── Site.css
│ │ ├── Controllers
│ │ │ ├── AdminSystemController.cs
│ │ │ ├── HomeController.cs
│ │ │ ├── LoginController.cs
│ │ │ ├── SharedController.cs
│ │ │ └── TeacherSystemController.cs
│ │ ├── Css
│ │ │ ├── easyui.css
│ │ │ ├── font-awesome.min.css
│ │ │ ├── jquery.paginate.css
│ │ │ ├── jquery.yhhDataTable.css
│ │ │ ├── layer.css
│ │ │ ├── login.css
│ │ │ ├── loginDialog.css
│ │ │ ├── other.css
│ │ │ ├── Student.css
│ │ │ ├── style.css
│ │ │ ├── uploadify.css
│ │ │ ├── validationEngine.jquery.css
│ │ │ ├── yzm.css
│ │ │ └── zhuye.css
│ │ ├── default
│ │ │ ├── demo.css
│ │ │ ├── easyui.css
│ │ │ ├── icon.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
│ │ │ │ ├── passwordbox_close.png
│ │ │ │ ├── passwordbox_open.png
│ │ │ │ ├── searchbox_button.png
│ │ │ │ ├── slider_handle.png
│ │ │ │ ├── spinner_arrows.png
│ │ │ │ ├── tabs_icons.png
│ │ │ │ ├── tagbox_icons.png
│ │ │ │ ├── tree_icons.png
│ │ │ │ └── validatebox_warning.png
│ │ │ ├── jquery.easyui.min.js
│ │ │ └── jquery.easyui.mobile.js
│ │ ├── EasyUI
│ │ │ ├── changelog.txt
│ │ │ ├── easyloader.js
│ │ │ ├── jquery.easyui.min.js
│ │ │ ├── jquery.easyui.mobile.js
│ │ │ ├── jquery.min.js
│ │ │ ├── license_freeware.txt
│ │ │ ├── locale
│ │ │ │ ├── easyui-lang-af.js
│ │ │ │ ├── easyui-lang-am.js
│ │ │ │ ├── easyui-lang-ar.js
│ │ │ │ ├── easyui-lang-bg.js
│ │ │ │ ├── easyui-lang-ca.js
│ │ │ │ ├── easyui-lang-cs.js
│ │ │ │ ├── easyui-lang-cz.js
│ │ │ │ ├── easyui-lang-da.js
│ │ │ │ ├── easyui-lang-de.js
│ │ │ │ ├── easyui-lang-el.js
│ │ │ │ ├── easyui-lang-en.js
│ │ │ │ ├── easyui-lang-es.js
│ │ │ │ ├── easyui-lang-fa.js
│ │ │ │ ├── easyui-lang-fr.js
│ │ │ │ ├── easyui-lang-it.js
│ │ │ │ ├── easyui-lang-jp.js
│ │ │ │ ├── easyui-lang-ko.js
│ │ │ │ ├── easyui-lang-nl.js
│ │ │ │ ├── easyui-lang-pl.js
│ │ │ │ ├── easyui-lang-pt_BR.js
│ │ │ │ ├── easyui-lang-ru.js
│ │ │ │ ├── easyui-lang-sv_SE.js
│ │ │ │ ├── easyui-lang-tr.js
│ │ │ │ ├── easyui-lang-ua.js
│ │ │ │ ├── easyui-lang-zh_CN.js
│ │ │ │ └── easyui-lang-zh_TW.js
│ │ │ ├── plugins
│ │ │ │ ├── jquery.accordion.js
│ │ │ │ ├── jquery.calendar.js
│ │ │ │ ├── jquery.combobox.js
│ │ │ │ ├── jquery.combogrid.js
│ │ │ │ ├── jquery.combo.js
│ │ │ │ ├── jquery.combotreegrid.js
│ │ │ │ ├── jquery.combotree.js
│ │ │ │ ├── jquery.datagrid.js
│ │ │ │ ├── jquery.datalist.js
│ │ │ │ ├── jquery.datebox.js
│ │ │ │ ├── jquery.datetimebox.js
│ │ │ │ ├── jquery.datetimespinner.js
│ │ │ │ ├── jquery.dialog.js
│ │ │ │ ├── jquery.draggable.js
│ │ │ │ ├── jquery.droppable.js
│ │ │ │ ├── jquery.filebox.js
│ │ │ │ ├── jquery.form.js
│ │ │ │ ├── jquery.layout.js
│ │ │ │ ├── jquery.linkbutton.js
│ │ │ │ ├── jquery.maskedbox.js
│ │ │ │ ├── jquery.menubutton.js
│ │ │ │ ├── jquery.menu.js
│ │ │ │ ├── jquery.messager.js
│ │ │ │ ├── jquery.mobile.js
│ │ │ │ ├── jquery.numberbox.js
│ │ │ │ ├── jquery.numberspinner.js
│ │ │ │ ├── jquery.pagination.js
│ │ │ │ ├── jquery.panel.js
│ │ │ │ ├── jquery.parser.js
│ │ │ │ ├── jquery.passwordbox.js
│ │ │ │ ├── jquery.progressbar.js
│ │ │ │ ├── jquery.propertygrid.js
│ │ │ │ ├── jquery.resizable.js
│ │ │ │ ├── jquery.searchbox.js
│ │ │ │ ├── jquery.slider.js
│ │ │ │ ├── jquery.spinner.js
│ │ │ │ ├── jquery.splitbutton.js
│ │ │ │ ├── jquery.switchbutton.js
│ │ │ │ ├── jquery.tabs.js
│ │ │ │ ├── jquery.tagbox.js
│ │ │ │ ├── jquery.textbox.js
│ │ │ │ ├── jquery.timespinner.js
│ │ │ │ ├── jquery.tooltip.js
│ │ │ │ ├── jquery.treegrid.js
│ │ │ │ ├── jquery.tree.js
│ │ │ │ ├── jquery.validatebox.js
│ │ │ │ └── jquery.window.js
│ │ │ ├── readme.txt
│ │ │ ├── src
│ │ │ │ ├── easyloader.js
│ │ │ │ ├── jquery.accordion.js
│ │ │ │ ├── jquery.calendar.js
│ │ │ │ ├── jquery.combobox.js
│ │ │ │ ├── jquery.datebox.js
│ │ │ │ ├── jquery.draggable.js
│ │ │ │ ├── jquery.droppable.js
│ │ │ │ ├── jquery.form.js
│ │ │ │ ├── jquery.linkbutton.js
│ │ │ │ ├── jquery.menu.js
│ │ │ │ ├── jquery.parser.js
│ │ │ │ ├── jquery.progressbar.js
│ │ │ │ ├── jquery.propertygrid.js
│ │ │ │ ├── jquery.resizable.js
│ │ │ │ ├── jquery.slider.js
│ │ │ │ ├── jquery.tabs.js
│ │ │ │ └── jquery.window.js
│ │ │ └── themes
│ │ │ ├── angular.css
│ │ │ ├── black
│ │ │ │ ├── accordion.css
│ │ │ │ ├── calendar.css
│ │ │ │ ├── checkbox.css
│ │ │ │ ├── combobox.css
│ │ │ │ ├── combo.css
│ │ │ │ ├── datagrid.css
│ │ │ │ ├── datalist.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
│ │ │ │ │ ├── passwordbox_close.png
│ │ │ │ │ ├── passwordbox_open.png
│ │ │ │ │ ├── searchbox_button.png
│ │ │ │ │ ├── slider_handle.png
│ │ │ │ │ ├── spinner_arrows.png
│ │ │ │ │ ├── tabs_icons.png
│ │ │ │ │ ├── tagbox_icons.png
│ │ │ │ │ ├── tree_icons.png
│ │ │ │ │ └── validatebox_warning.png
│ │ │ │ ├── layout.css
│ │ │ │ ├── linkbutton.css
│ │ │ │ ├── menubutton.css
│ │ │ │ ├── menu.css
│ │ │ │ ├── messager.css
│ │ │ │ ├── numberbox.css
│ │ │ │ ├── pagination.css
│ │ │ │ ├── panel.css
│ │ │ │ ├── passwordbox.css
│ │ │ │ ├── progressbar.css
│ │ │ │ ├── propertygrid.css
│ │ │ │ ├── radiobutton.css
│ │ │ │ ├── searchbox.css
│ │ │ │ ├── slider.css
│ │ │ │ ├── spinner.css
│ │ │ │ ├── splitbutton.css
│ │ │ │ ├── switchbutton.css
│ │ │ │ ├── tabs.css
│ │ │ │ ├── tagbox.css
│ │ │ │ ├── textbox.css
│ │ │ │ ├── tooltip.css
│ │ │ │ ├── tree.css
│ │ │ │ ├── validatebox.css
│ │ │ │ └── window.css
│ │ │ ├── bootstrap
│ │ │ │ ├── accordion.css
│ │ │ │ ├── calendar.css
│ │ │ │ ├── checkbox.css
│ │ │ │ ├── combobox.css
│ │ │ │ ├── combo.css
│ │ │ │ ├── datagrid.css
│ │ │ │ ├── datalist.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
│ │ │ │ │ ├── passwordbox_close.png
│ │ │ │ │ ├── passwordbox_open.png
│ │ │ │ │ ├── searchbox_button.png
│ │ │ │ │ ├── slider_handle.png
│ │ │ │ │ ├── spinner_arrows.png
│ │ │ │ │ ├── tabs_icons.png
│ │ │ │ │ ├── tagbox_icons.png
│ │ │ │ │ ├── tree_icons.png
│ │ │ │ │ └── validatebox_warning.png
│ │ │ │ ├── layout.css
│ │ │ │ ├── linkbutton.css
│ │ │ │ ├── menubutton.css
│ │ │ │ ├── menu.css
│ │ │ │ ├── messager.css
│ │ │ │ ├── numberbox.css
│ │ │ │ ├── pagination.css
│ │ │ │ ├── panel.css
│ │ │ │ ├── passwordbox.css
│ │ │ │ ├── progressbar.css
│ │ │ │ ├── propertygrid.css
│ │ │ │ ├── radiobutton.css
│ │ │ │ ├── searchbox.css
│ │ │ │ ├── slider.css
│ │ │ │ ├── spinner.css
│ │ │ │ ├── splitbutton.css
│ │ │ │ ├── switchbutton.css
│ │ │ │ ├── tabs.css
│ │ │ │ ├── tagbox.css
│ │ │ │ ├── textbox.css
│ │ │ │ ├── tooltip.css
│ │ │ │ ├── tree.css
│ │ │ │ ├── validatebox.css
│ │ │ │ └── window.css
│ │ │ ├── color.css
│ │ │ ├── default
│ │ │ │ ├── accordion.css
│ │ │ │ ├── calendar.css
│ │ │ │ ├── checkbox.css
│ │ │ │ ├── combobox.css
│ │ │ │ ├── combo.css
│ │ │ │ ├── datagrid.css
│ │ │ │ ├── datalist.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
│ │ │ │ │ ├── passwordbox_close.png
│ │ │ │ │ ├── passwordbox_open.png
│ │ │ │ │ ├── searchbox_button.png
│ │ │ │ │ ├── slider_handle.png
│ │ │ │ │ ├── spinner_arrows.png
│ │ │ │ │ ├── tabs_icons.png
│ │ │ │ │ ├── tagbox_icons.png
│ │ │ │ │ ├── tree_icons.png
│ │ │ │ │ └── validatebox_warning.png
│ │ │ │ ├── layout.css
│ │ │ │ ├── linkbutton.css
│ │ │ │ ├── menubutton.css
│ │ │ │ ├── menu.css
│ │ │ │ ├── messager.css
│ │ │ │ ├── numberbox.css
│ │ │ │ ├── pagination.css
│ │ │ │ ├── panel.css
│ │ │ │ ├── passwordbox.css
│ │ │ │ ├── progressbar.css
│ │ │ │ ├── propertygrid.css
│ │ │ │ ├── radiobutton.css
│ │ │ │ ├── searchbox.css
│ │ │ │ ├── slider.css
│ │ │ │ ├── spinner.css
│ │ │ │ ├── splitbutton.css
│ │ │ │ ├── switchbutton.css
│ │ │ │ ├── tabs.css
│ │ │ │ ├── tagbox.css
│ │ │ │ ├── textbox.css
│ │ │ │ ├── tooltip.css
│ │ │ │ ├── tree.css
│ │ │ │ ├── validatebox.css
│ │ │ │ └── window.css
│ │ │ ├── gray
│ │ │ │ ├── accordion.css
│ │ │ │ ├── calendar.css
│ │ │ │ ├── checkbox.css
│ │ │ │ ├── combobox.css
│ │ │ │ ├── combo.css
│ │ │ │ ├── datagrid.css
│ │ │ │ ├── datalist.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
│ │ │ │ │ ├── passwordbox_close.png
│ │ │ │ │ ├── passwordbox_open.png
│ │ │ │ │ ├── searchbox_button.png
│ │ │ │ │ ├── slider_handle.png
│ │ │ │ │ ├── spinner_arrows.png
│ │ │ │ │ ├── tabs_icons.png
│ │ │ │ │ ├── tagbox_icons.png
│ │ │ │ │ ├── tree_icons.png
│ │ │ │ │ └── validatebox_warning.png
│ │ │ │ ├── layout.css
│ │ │ │ ├── linkbutton.css
│ │ │ │ ├── menubutton.css
│ │ │ │ ├── menu.css
│ │ │ │ ├── messager.css
│ │ │ │ ├── numberbox.css
│ │ │ │ ├── pagination.css
│ │ │ │ ├── panel.css
│ │ │ │ ├── passwordbox.css
│ │ │ │ ├── progressbar.css
│ │ │ │ ├── propertygrid.css
│ │ │ │ ├── radiobutton.css
│ │ │ │ ├── searchbox.css
│ │ │ │ ├── slider.css
│ │ │ │ ├── spinner.css
│ │ │ │ ├── splitbutton.css
│ │ │ │ ├── switchbutton.css
│ │ │ │ ├── tabs.css
│ │ │ │ ├── tagbox.css
│ │ │ │ ├── textbox.css
│ │ │ │ ├── tooltip.css
│ │ │ │ ├── tree.css
│ │ │ │ ├── validatebox.css
│ │ │ │ └── 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
│ │ │ │ ├── more.png
│ │ │ │ ├── no.png
│ │ │ │ ├── ok.png
│ │ │ │ ├── pencil.png
│ │ │ │ ├── print.png
│ │ │ │ ├── redo.png
│ │ │ │ ├── reload.png
│ │ │ │ ├── search.png
│ │ │ │ ├── sum.png
│ │ │ │ ├── tip.png
│ │ │ │ └── undo.png
│ │ │ ├── material
│ │ │ │ ├── accordion.css
│ │ │ │ ├── calendar.css
│ │ │ │ ├── checkbox.css
│ │ │ │ ├── combobox.css
│ │ │ │ ├── combo.css
│ │ │ │ ├── datagrid.css
│ │ │ │ ├── datalist.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
│ │ │ │ │ ├── passwordbox_close.png
│ │ │ │ │ ├── passwordbox_open.png
│ │ │ │ │ ├── searchbox_button.png
│ │ │ │ │ ├── slider_handle.png
│ │ │ │ │ ├── spinner_arrows.png
│ │ │ │ │ ├── tabs_icons.png
│ │ │ │ │ ├── tagbox_icons.png
│ │ │ │ │ ├── Thumbs.db
│ │ │ │ │ ├── tree_icons.png
│ │ │ │ │ └── validatebox_warning.png
│ │ │ │ ├── layout.css
│ │ │ │ ├── linkbutton.css
│ │ │ │ ├── menubutton.css
│ │ │ │ ├── menu.css
│ │ │ │ ├── messager.css
│ │ │ │ ├── numberbox.css
│ │ │ │ ├── pagination.css
│ │ │ │ ├── panel.css
│ │ │ │ ├── passwordbox.css
│ │ │ │ ├── progressbar.css
│ │ │ │ ├── propertygrid.css
│ │ │ │ ├── radiobutton.css
│ │ │ │ ├── searchbox.css
│ │ │ │ ├── slider.css
│ │ │ │ ├── spinner.css
│ │ │ │ ├── splitbutton.css
│ │ │ │ ├── switchbutton.css
│ │ │ │ ├── tabs.css
│ │ │ │ ├── tagbox.css
│ │ │ │ ├── textbox.css
│ │ │ │ ├── tooltip.css
│ │ │ │ ├── tree.css
│ │ │ │ ├── validatebox.css
│ │ │ │ └── window.css
│ │ │ ├── material-teal
│ │ │ │ ├── accordion.css
│ │ │ │ ├── calendar.css
│ │ │ │ ├── checkbox.css
│ │ │ │ ├── combobox.css
│ │ │ │ ├── combo.css
│ │ │ │ ├── datagrid.css
│ │ │ │ ├── datalist.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
│ │ │ │ │ ├── passwordbox_close.png
│ │ │ │ │ ├── passwordbox_open.png
│ │ │ │ │ ├── searchbox_button.png
│ │ │ │ │ ├── slider_handle.png
│ │ │ │ │ ├── spinner_arrows.png
│ │ │ │ │ ├── tabs_icons.png
│ │ │ │ │ ├── tagbox_icons.png
│ │ │ │ │ ├── Thumbs.db
│ │ │ │ │ ├── tree_icons.png
│ │ │ │ │ └── validatebox_warning.png
│ │ │ │ ├── layout.css
│ │ │ │ ├── linkbutton.css
│ │ │ │ ├── menubutton.css
│ │ │ │ ├── menu.css
│ │ │ │ ├── messager.css
│ │ │ │ ├── numberbox.css
│ │ │ │ ├── pagination.css
│ │ │ │ ├── panel.css
│ │ │ │ ├── passwordbox.css
│ │ │ │ ├── progressbar.css
│ │ │ │ ├── propertygrid.css
│ │ │ │ ├── radiobutton.css
│ │ │ │ ├── searchbox.css
│ │ │ │ ├── slider.css
│ │ │ │ ├── spinner.css
│ │ │ │ ├── splitbutton.css
│ │ │ │ ├── switchbutton.css
│ │ │ │ ├── tabs.css
│ │ │ │ ├── tagbox.css
│ │ │ │ ├── textbox.css
│ │ │ │ ├── tooltip.css
│ │ │ │ ├── tree.css
│ │ │ │ ├── validatebox.css
│ │ │ │ └── window.css
│ │ │ ├── metro
│ │ │ │ ├── accordion.css
│ │ │ │ ├── calendar.css
│ │ │ │ ├── checkbox.css
│ │ │ │ ├── combobox.css
│ │ │ │ ├── combo.css
│ │ │ │ ├── datagrid.css
│ │ │ │ ├── datalist.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
│ │ │ │ │ ├── passwordbox_close.png
│ │ │ │ │ ├── passwordbox_open.png
│ │ │ │ │ ├── searchbox_button.png
│ │ │ │ │ ├── slider_handle.png
│ │ │ │ │ ├── spinner_arrows.png
│ │ │ │ │ ├── tabs_icons.png
│ │ │ │ │ ├── tagbox_icons.png
│ │ │ │ │ ├── tree_icons.png
│ │ │ │ │ └── validatebox_warning.png
│ │ │ │ ├── layout.css
│ │ │ │ ├── linkbutton.css
│ │ │ │ ├── menubutton.css
│ │ │ │ ├── menu.css
│ │ │ │ ├── messager.css
│ │ │ │ ├── numberbox.css
│ │ │ │ ├── pagination.css
│ │ │ │ ├── panel.css
│ │ │ │ ├── passwordbox.css
│ │ │ │ ├── progressbar.css
│ │ │ │ ├── propertygrid.css
│ │ │ │ ├── radiobutton.css
│ │ │ │ ├── searchbox.css
│ │ │ │ ├── slider.css
│ │ │ │ ├── spinner.css
│ │ │ │ ├── splitbutton.css
│ │ │ │ ├── switchbutton.css
│ │ │ │ ├── tabs.css
│ │ │ │ ├── tagbox.css
│ │ │ │ ├── textbox.css
│ │ │ │ ├── tooltip.css
│ │ │ │ ├── tree.css
│ │ │ │ ├── validatebox.css
│ │ │ │ └── window.css
│ │ │ ├── metro-blue
│ │ │ │ ├── accordion.css
│ │ │ │ ├── calendar.css
│ │ │ │ ├── combobox.css
│ │ │ │ ├── combo.css
│ │ │ │ ├── datagrid.css
│ │ │ │ ├── datalist.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
│ │ │ │ ├── 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
│ │ │ │ ├── switchbutton.css
│ │ │ │ ├── tabs.css
│ │ │ │ ├── textbox.css
│ │ │ │ ├── tooltip.css
│ │ │ │ ├── tree.css
│ │ │ │ ├── validatebox.css
│ │ │ │ └── window.css
│ │ │ ├── metro-gray
│ │ │ │ ├── accordion.css
│ │ │ │ ├── calendar.css
│ │ │ │ ├── combobox.css
│ │ │ │ ├── combo.css
│ │ │ │ ├── datagrid.css
│ │ │ │ ├── datalist.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
│ │ │ │ ├── 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
│ │ │ │ ├── switchbutton.css
│ │ │ │ ├── tabs.css
│ │ │ │ ├── textbox.css
│ │ │ │ ├── tooltip.css
│ │ │ │ ├── tree.css
│ │ │ │ ├── validatebox.css
│ │ │ │ └── window.css
│ │ │ ├── metro-green
│ │ │ │ ├── accordion.css
│ │ │ │ ├── calendar.css
│ │ │ │ ├── combobox.css
│ │ │ │ ├── combo.css
│ │ │ │ ├── datagrid.css
│ │ │ │ ├── datalist.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
│ │ │ │ ├── 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
│ │ │ │ ├── switchbutton.css
│ │ │ │ ├── tabs.css
│ │ │ │ ├── textbox.css
│ │ │ │ ├── tooltip.css
│ │ │ │ ├── tree.css
│ │ │ │ ├── validatebox.css
│ │ │ │ └── window.css
│ │ │ ├── metro-orange
│ │ │ │ ├── accordion.css
│ │ │ │ ├── calendar.css
│ │ │ │ ├── combobox.css
│ │ │ │ ├── combo.css
│ │ │ │ ├── datagrid.css
│ │ │ │ ├── datalist.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
│ │ │ │ ├── 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
│ │ │ │ ├── switchbutton.css
│ │ │ │ ├── tabs.css
│ │ │ │ ├── textbox.css
│ │ │ │ ├── tooltip.css
│ │ │ │ ├── tree.css
│ │ │ │ ├── validatebox.css
│ │ │ │ └── window.css
│ │ │ ├── metro-red
│ │ │ │ ├── accordion.css
│ │ │ │ ├── calendar.css
│ │ │ │ ├── combobox.css
│ │ │ │ ├── combo.css
│ │ │ │ ├── datagrid.css
│ │ │ │ ├── datalist.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
│ │ │ │ ├── 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
│ │ │ │ ├── switchbutton.css
│ │ │ │ ├── tabs.css
│ │ │ │ ├── textbox.css
│ │ │ │ ├── tooltip.css
│ │ │ │ ├── tree.css
│ │ │ │ ├── validatebox.css
│ │ │ │ └── window.css
│ │ │ ├── mobile.css
│ │ │ ├── ui-cupertino
│ │ │ │ ├── accordion.css
│ │ │ │ ├── calendar.css
│ │ │ │ ├── combobox.css
│ │ │ │ ├── combo.css
│ │ │ │ ├── datagrid.css
│ │ │ │ ├── datalist.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
│ │ │ │ ├── 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
│ │ │ │ ├── switchbutton.css
│ │ │ │ ├── tabs.css
│ │ │ │ ├── textbox.css
│ │ │ │ ├── tooltip.css
│ │ │ │ ├── tree.css
│ │ │ │ ├── validatebox.css
│ │ │ │ └── window.css
│ │ │ ├── ui-dark-hive
│ │ │ │ ├── accordion.css
│ │ │ │ ├── calendar.css
│ │ │ │ ├── combobox.css
│ │ │ │ ├── combo.css
│ │ │ │ ├── datagrid.css
│ │ │ │ ├── datalist.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
│ │ │ │ ├── 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
│ │ │ │ ├── switchbutton.css
│ │ │ │ ├── tabs.css
│ │ │ │ ├── textbox.css
│ │ │ │ ├── tooltip.css
│ │ │ │ ├── tree.css
│ │ │ │ ├── validatebox.css
│ │ │ │ └── window.css
│ │ │ ├── ui-pepper-grinder
│ │ │ │ ├── accordion.css
│ │ │ │ ├── calendar.css
│ │ │ │ ├── combobox.css
│ │ │ │ ├── combo.css
│ │ │ │ ├── datagrid.css
│ │ │ │ ├── datalist.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
│ │ │ │ ├── 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
│ │ │ │ ├── switchbutton.css
│ │ │ │ ├── tabs.css
│ │ │ │ ├── textbox.css
│ │ │ │ ├── tooltip.css
│ │ │ │ ├── tree.css
│ │ │ │ ├── validatebox.css
│ │ │ │ └── window.css
│ │ │ └── ui-sunny
│ │ │ ├── accordion.css
│ │ │ ├── calendar.css
│ │ │ ├── combobox.css
│ │ │ ├── combo.css
│ │ │ ├── datagrid.css
│ │ │ ├── datalist.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
│ │ │ ├── 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
│ │ │ ├── switchbutton.css
│ │ │ ├── tabs.css
│ │ │ ├── textbox.css
│ │ │ ├── tooltip.css
│ │ │ ├── tree.css
│ │ │ ├── validatebox.css
│ │ │ └── window.css
│ │ ├── fonts
│ │ │ ├── glyphicons-halflings-regular.eot
│ │ │ ├── glyphicons-halflings-regular.svg
│ │ │ ├── glyphicons-halflings-regular.ttf
│ │ │ └── glyphicons-halflings-regular.woff
│ │ ├── Global.asax
│ │ ├── Global.asax.cs
│ │ ├── imgs
│ │ │ ├── 001.PNG
│ │ │ ├── 002.PNG
│ │ │ ├── 01.jpg
│ │ │ ├── 05.PNG
│ │ │ ├── 06.jpg
│ │ │ ├── Couurse
│ │ │ │ ├── 1.jpg
│ │ │ │ ├── 2.jpg
│ │ │ │ ├── 3.jpg
│ │ │ │ ├── 4.jpg
│ │ │ │ ├── 5.jpg
│ │ │ │ └── 6.jpg
│ │ │ ├── login_01.jpg
│ │ │ ├── login.gif
│ │ │ ├── tianjia.jpg
│ │ │ ├── User
│ │ │ │ ├── 1001.jpg
│ │ │ │ ├── 1003.jpg
│ │ │ │ └── 1004.jpg
│ │ │ └── user121.png
│ │ ├── js
│ │ │ ├── datagrid_data1.json
│ │ │ ├── Excel
│ │ │ │ ├── demo.page.js
│ │ │ │ ├── excel-gen.js
│ │ │ │ ├── FileSaver.js
│ │ │ │ ├── jszip.js
│ │ │ │ └── welcome.html
│ │ │ ├── index.js
│ │ │ ├── jixckaoshi.js
│ │ │ ├── jquery-1.7.2.min.js
│ │ │ ├── jquery-3.3.1.min.js
│ │ │ ├── jquery.min.js
│ │ │ ├── jquery.paginate.js
│ │ │ ├── jquery.yhhDataTable.js
│ │ │ ├── login.js
│ │ │ ├── propertygrid_data1.json
│ │ │ ├── tree_data1.json
│ │ │ ├── xinzengyonghu.js
│ │ │ └── yzm.js
│ │ ├── layui-v2.4.3
│ │ │ ├── layui
│ │ │ │ ├── css
│ │ │ │ │ ├── layui.css
│ │ │ │ │ ├── layui.mobile.css
│ │ │ │ │ └── modules
│ │ │ │ │ ├── code.css
│ │ │ │ │ ├── laydate
│ │ │ │ │ │ └── default
│ │ │ │ │ │ └── laydate.css
│ │ │ │ │ └── layer
│ │ │ │ │ └── default
│ │ │ │ │ ├── icon-ext.png
│ │ │ │ │ ├── icon.png
│ │ │ │ │ ├── layer.css
│ │ │ │ │ ├── loading-0.gif
│ │ │ │ │ ├── loading-1.gif
│ │ │ │ │ └── loading-2.gif
│ │ │ │ ├── font
│ │ │ │ │ ├── iconfont.eot
│ │ │ │ │ ├── iconfont.svg
│ │ │ │ │ ├── iconfont.ttf
│ │ │ │ │ └── iconfont.woff
│ │ │ │ ├── images
│ │ │ │ │ └── face
│ │ │ │ │ ├── 0.gif
│ │ │ │ │ ├── 10.gif
│ │ │ │ │ ├── 11.gif
│ │ │ │ │ ├── 12.gif
│ │ │ │ │ ├── 13.gif
│ │ │ │ │ ├── 14.gif
│ │ │ │ │ ├── 15.gif
│ │ │ │ │ ├── 16.gif
│ │ │ │ │ ├── 17.gif
│ │ │ │ │ ├── 18.gif
│ │ │ │ │ ├── 19.gif
│ │ │ │ │ ├── 1.gif
│ │ │ │ │ ├── 20.gif
│ │ │ │ │ ├── 21.gif
│ │ │ │ │ ├── 22.gif
│ │ │ │ │ ├── 23.gif
│ │ │ │ │ ├── 24.gif
│ │ │ │ │ ├── 25.gif
│ │ │ │ │ ├── 26.gif
│ │ │ │ │ ├── 27.gif
│ │ │ │ │ ├── 28.gif
│ │ │ │ │ ├── 29.gif
│ │ │ │ │ ├── 2.gif
│ │ │ │ │ ├── 30.gif
│ │ │ │ │ ├── 31.gif
│ │ │ │ │ ├── 32.gif
│ │ │ │ │ ├── 33.gif
│ │ │ │ │ ├── 34.gif
│ │ │ │ │ ├── 35.gif
│ │ │ │ │ ├── 36.gif
│ │ │ │ │ ├── 37.gif
│ │ │ │ │ ├── 38.gif
│ │ │ │ │ ├── 39.gif
│ │ │ │ │ ├── 3.gif
│ │ │ │ │ ├── 40.gif
│ │ │ │ │ ├── 41.gif
│ │ │ │ │ ├── 42.gif
│ │ │ │ │ ├── 43.gif
│ │ │ │ │ ├── 44.gif
│ │ │ │ │ ├── 45.gif
│ │ │ │ │ ├── 46.gif
│ │ │ │ │ ├── 47.gif
│ │ │ │ │ ├── 48.gif
│ │ │ │ │ ├── 49.gif
│ │ │ │ │ ├── 4.gif
│ │ │ │ │ ├── 50.gif
│ │ │ │ │ ├── 51.gif
│ │ │ │ │ ├── 52.gif
│ │ │ │ │ ├── 53.gif
│ │ │ │ │ ├── 54.gif
│ │ │ │ │ ├── 55.gif
│ │ │ │ │ ├── 56.gif
│ │ │ │ │ ├── 57.gif
│ │ │ │ │ ├── 58.gif
│ │ │ │ │ ├── 59.gif
│ │ │ │ │ ├── 5.gif
│ │ │ │ │ ├── 60.gif
│ │ │ │ │ ├── 61.gif
│ │ │ │ │ ├── 62.gif
│ │ │ │ │ ├── 63.gif
│ │ │ │ │ ├── 64.gif
│ │ │ │ │ ├── 65.gif
│ │ │ │ │ ├── 66.gif
│ │ │ │ │ ├── 67.gif
│ │ │ │ │ ├── 68.gif
│ │ │ │ │ ├── 69.gif
│ │ │ │ │ ├── 6.gif
│ │ │ │ │ ├── 70.gif
│ │ │ │ │ ├── 71.gif
│ │ │ │ │ ├── 7.gif
│ │ │ │ │ ├── 8.gif
│ │ │ │ │ └── 9.gif
│ │ │ │ ├── lay
│ │ │ │ │ └── modules
│ │ │ │ │ ├── carousel.js
│ │ │ │ │ ├── code.js
│ │ │ │ │ ├── colorpicker.js
│ │ │ │ │ ├── element.js
│ │ │ │ │ ├── flow.js
│ │ │ │ │ ├── form.js
│ │ │ │ │ ├── jquery.js
│ │ │ │ │ ├── laydate.js
│ │ │ │ │ ├── layedit.js
│ │ │ │ │ ├── layer.js
│ │ │ │ │ ├── laypage.js
│ │ │ │ │ ├── laytpl.js
│ │ │ │ │ ├── mobile.js
│ │ │ │ │ ├── rate.js
│ │ │ │ │ ├── slider.js
│ │ │ │ │ ├── table.js
│ │ │ │ │ ├── tree.js
│ │ │ │ │ ├── upload.js
│ │ │ │ │ └── util.js
│ │ │ │ ├── layui.all.js
│ │ │ │ └── layui.js
│ │ │ ├── 文档与示例
│ │ │ │ ├── GitHub.url
│ │ │ │ ├── Git码云.url
│ │ │ │ ├── 在线示例.url
│ │ │ │ └── 快速上手.url
│ │ │ └── 更新日志.url
│ │ ├── MyExaminHhzj.csproj
│ │ ├── MyExaminHhzj.csproj.user
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── ExaminHhzj.csproj.CopyComplete
│ │ │ │ ├── ExaminHhzj.csproj.CoreCompileInputs.cache
│ │ │ │ ├── ExaminHhzj.csproj.FileListAbsolute.txt
│ │ │ │ ├── ExaminHhzj.dll
│ │ │ │ ├── ExaminHhzj.pdb
│ │ │ │ ├── MExaminHhzj.csproj.CoreCompileInputs.cache
│ │ │ │ ├── MyExaminHhzj.csproj.CopyComplete
│ │ │ │ ├── MyExaminHhzj.csproj.CoreCompileInputs.cache
│ │ │ │ ├── MyExaminHhzj.csproj.FileListAbsolute.txt
│ │ │ │ ├── MyExaminHhzj.csprojResolveAssemblyReference.cache
│ │ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│ │ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│ │ │ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│ │ │ └── Release
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── ExaminHhzj.dll
│ │ │ ├── ExaminHhzj.pdb
│ │ │ ├── MyExaminHhzj.csproj.CopyComplete
│ │ │ ├── MyExaminHhzj.csproj.CoreCompileInputs.cache
│ │ │ ├── MyExaminHhzj.csproj.FileListAbsolute.txt
│ │ │ ├── MyExaminHhzj.csprojResolveAssemblyReference.cache
│ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│ │ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│ │ ├── packages.config
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── scripts
│ │ │ ├── ai.0.15.0-build58334.js
│ │ │ ├── ai.0.15.0-build58334.min.js
│ │ │ ├── bootstrap.js
│ │ │ ├── bootstrap.min.js
│ │ │ ├── jquery-1.10.2.intellisense.js
│ │ │ ├── jquery-1.10.2.js
│ │ │ ├── jquery-1.10.2.min.js
│ │ │ ├── jquery-1.10.2.min.map
│ │ │ └── modernizr-2.6.2.js
│ │ ├── Views
│ │ │ ├── AdminSystem
│ │ │ │ ├── jiaoshiguanli.cshtml
│ │ │ │ ├── kechengxinxi.cshtml
│ │ │ │ ├── StudentPwd.cshtml
│ │ │ │ ├── tianjiakecheng.cshtml
│ │ │ │ ├── xinzengbanji.cshtml
│ │ │ │ ├── xueshengguagli.cshtml
│ │ │ │ └── zhanghuxinxi.cshtml
│ │ │ ├── Home
│ │ │ │ ├── Index.cshtml
│ │ │ │ ├── jixvkaoshi.cshtml
│ │ │ │ ├── selecCj.cshtml
│ │ │ │ ├── shijuanchakan.cshtml
│ │ │ │ ├── tanchuceng.cshtml
│ │ │ │ ├── UpdatePwd.cshtml
│ │ │ │ ├── wodekaoshji.cshtml
│ │ │ │ └── xinzengyonghu.cshtml
│ │ │ ├── Login
│ │ │ │ └── Index.cshtml
│ │ │ ├── Shared
│ │ │ │ ├── _Charge.cshtml
│ │ │ │ ├── _Layout.cshtml
│ │ │ │ ├── _StudentExam.cshtml
│ │ │ │ └── StudentIndex.cshtml
│ │ │ ├── TeacherSystem
│ │ │ │ ├── chengjichaxu.cshtml
│ │ │ │ ├── Examination.cshtml
│ │ │ │ ├── library.cshtml
│ │ │ │ ├── StudentPwd.cshtml
│ │ │ │ ├── tanchuTiMu.cshtml
│ │ │ │ ├── tanchuTiMuJup.cshtml
│ │ │ │ ├── tanchuTiMuLiebiao.cshtml
│ │ │ │ ├── tikulieTable.cshtml
│ │ │ │ └── xinzengtiku.cshtml
│ │ │ ├── _ViewStart.cshtml
│ │ │ └── web.config
│ │ ├── Web.config
│ │ ├── Web.Debug.config
│ │ └── Web.Release.config
│ ├── ExaminHhzj.sln
│ ├── Model
│ │ ├── AchMent_Model.cs
│ │ ├── AdminMao_Model.cs
│ │ ├── bin
│ │ │ ├── Debug
│ │ │ │ ├── Model.dll
│ │ │ │ └── Model.pdb
│ │ │ └── Release
│ │ │ ├── Model.dll
│ │ │ └── Model.pdb
│ │ ├── Choice_Model.cs
│ │ ├── ClassRoomInfo_Model.cs
│ │ ├── CourseInfo_Model.cs
│ │ ├── CourseMao_Model.cs
│ │ ├── Ction_Model.cs
│ │ ├── insertTableModel.cs
│ │ ├── JsonTree.cs
│ │ ├── JudPro_Model.cs
│ │ ├── kaoguodeParModel.cs
│ │ ├── Model.csproj
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── Model.csproj.CoreCompileInputs.cache
│ │ │ │ ├── Model.csproj.FileListAbsolute.txt
│ │ │ │ ├── Model.csprojResolveAssemblyReference.cache
│ │ │ │ ├── Model.dll
│ │ │ │ ├── Model.pdb
│ │ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│ │ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│ │ │ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│ │ │ └── Release
│ │ │ ├── Model.csproj.CoreCompileInputs.cache
│ │ │ ├── Model.csproj.FileListAbsolute.txt
│ │ │ ├── Model.dll
│ │ │ ├── Model.pdb
│ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│ │ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│ │ ├── Paper_Model.cs
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── StdClass_Model.cs
│ │ ├── Student_Model.cs
│ │ ├── tanchuTiMuLiebiaoModel.cs
│ │ ├── TeacherMao_Model.cs
│ │ ├── TeaClass_Model.cs
│ │ ├── TikuinfoList_Model.cs
│ │ ├── Tikuinfo_Model.cs
│ │ └── TityCtion_Model.cs
│ └── packages
│ ├── bootstrap.3.0.0
│ │ ├── bootstrap.3.0.0.nupkg
│ │ └── content
│ │ ├── Content
│ │ │ ├── bootstrap.css
│ │ │ └── bootstrap.min.css
│ │ ├── fonts
│ │ │ ├── glyphicons-halflings-regular.eot
│ │ │ ├── glyphicons-halflings-regular.svg
│ │ │ ├── glyphicons-halflings-regular.ttf
│ │ │ └── glyphicons-halflings-regular.woff
│ │ └── Scripts
│ │ ├── bootstrap.js
│ │ └── bootstrap.min.js
│ ├── jQuery.1.10.2
│ │ ├── Content
│ │ │ └── Scripts
│ │ │ ├── jquery-1.10.2.js
│ │ │ ├── jquery-1.10.2.min.js
│ │ │ ├── jquery-1.10.2.min.map
│ │ │ └── jquery-1.10.2-vsdoc.js
│ │ ├── jQuery.1.10.2.nupkg
│ │ └── Tools
│ │ ├── common.ps1
│ │ ├── install.ps1
│ │ ├── jquery-1.10.2.intellisense.js
│ │ └── uninstall.ps1
│ ├── Microsoft.ApplicationInsights.1.2.3
│ │ ├── lib
│ │ │ ├── net40
│ │ │ │ ├── Microsoft.ApplicationInsights.dll
│ │ │ │ └── Microsoft.ApplicationInsights.XML
│ │ │ ├── net45
│ │ │ │ ├── Microsoft.ApplicationInsights.dll
│ │ │ │ └── Microsoft.ApplicationInsights.XML
│ │ │ ├── portable-win81+wpa81
│ │ │ │ ├── Microsoft.ApplicationInsights.dll
│ │ │ │ └── Microsoft.ApplicationInsights.XML
│ │ │ └── wp8
│ │ │ ├── Microsoft.ApplicationInsights.dll
│ │ │ └── Microsoft.ApplicationInsights.XML
│ │ └── Microsoft.ApplicationInsights.1.2.3.nupkg
│ ├── Microsoft.ApplicationInsights.Agent.Intercept.1.2.0
│ │ ├── lib
│ │ │ ├── net40
│ │ │ │ └── Microsoft.AI.Agent.Intercept.dll
│ │ │ └── net45
│ │ │ └── Microsoft.AI.Agent.Intercept.dll
│ │ └── Microsoft.ApplicationInsights.Agent.Intercept.1.2.0.nupkg
│ ├── Microsoft.ApplicationInsights.DependencyCollector.1.2.3
│ │ ├── content
│ │ │ ├── ApplicationInsights.config.install.xdt
│ │ │ ├── ApplicationInsights.config.transform
│ │ │ └── ApplicationInsights.config.uninstall.xdt
│ │ ├── lib
│ │ │ ├── net40
│ │ │ │ ├── Microsoft.AI.DependencyCollector.dll
│ │ │ │ └── Microsoft.AI.DependencyCollector.XML
│ │ │ └── net45
│ │ │ ├── Microsoft.AI.DependencyCollector.dll
│ │ │ └── Microsoft.AI.DependencyCollector.XML
│ │ └── Microsoft.ApplicationInsights.DependencyCollector.1.2.3.nupkg
│ ├── Microsoft.ApplicationInsights.JavaScript.0.15.0-build58334
│ │ ├── content
│ │ │ └── scripts
│ │ │ ├── ai.0.15.0-build58334.js
│ │ │ └── ai.0.15.0-build58334.min.js
│ │ ├── Microsoft.ApplicationInsights.JavaScript.0.15.0-build58334.nupkg
│ │ └── tools
│ │ └── prefix.html
│ ├── Microsoft.ApplicationInsights.PerfCounterCollector.1.2.3
│ │ ├── content
│ │ │ ├── ApplicationInsights.config.install.xdt
│ │ │ ├── ApplicationInsights.config.transform
│ │ │ └── ApplicationInsights.config.uninstall.xdt
│ │ ├── lib
│ │ │ ├── net40
│ │ │ │ └── Microsoft.AI.PerfCounterCollector.dll
│ │ │ └── net45
│ │ │ └── Microsoft.AI.PerfCounterCollector.dll
│ │ └── Microsoft.ApplicationInsights.PerfCounterCollector.1.2.3.nupkg
│ ├── Microsoft.ApplicationInsights.Web.1.2.3
│ │ ├── content
│ │ │ ├── net40
│ │ │ │ ├── ApplicationInsights.config.install.xdt
│ │ │ │ ├── ApplicationInsights.config.transform
│ │ │ │ ├── ApplicationInsights.config.uninstall.xdt
│ │ │ │ ├── web.config.install.xdt
│ │ │ │ └── web.config.uninstall.xdt
│ │ │ └── net45
│ │ │ ├── ApplicationInsights.config.install.xdt
│ │ │ ├── ApplicationInsights.config.transform
│ │ │ ├── ApplicationInsights.config.uninstall.xdt
│ │ │ ├── web.config.install.xdt
│ │ │ └── web.config.uninstall.xdt
│ │ ├── lib
│ │ │ ├── net40
│ │ │ │ ├── Microsoft.AI.Web.dll
│ │ │ │ └── Microsoft.AI.Web.XML
│ │ │ └── net45
│ │ │ ├── Microsoft.AI.Web.dll
│ │ │ └── Microsoft.AI.Web.XML
│ │ └── Microsoft.ApplicationInsights.Web.1.2.3.nupkg
│ ├── Microsoft.ApplicationInsights.WindowsServer.1.2.3
│ │ ├── content
│ │ │ ├── ApplicationInsights.config.install.xdt
│ │ │ ├── ApplicationInsights.config.transform
│ │ │ └── ApplicationInsights.config.uninstall.xdt
│ │ ├── lib
│ │ │ ├── net40
│ │ │ │ ├── Microsoft.AI.WindowsServer.dll
│ │ │ │ └── Microsoft.AI.WindowsServer.XML
│ │ │ └── net45
│ │ │ ├── Microsoft.AI.WindowsServer.dll
│ │ │ └── Microsoft.AI.WindowsServer.XML
│ │ ├── Microsoft.ApplicationInsights.WindowsServer.1.2.3.nupkg
│ │ └── Tools
│ │ └── install.ps1
│ ├── Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.1.2.3
│ │ ├── content
│ │ │ ├── ApplicationInsights.config.install.xdt
│ │ │ ├── ApplicationInsights.config.transform
│ │ │ └── ApplicationInsights.config.uninstall.xdt
│ │ ├── lib
│ │ │ ├── net40
│ │ │ │ ├── Microsoft.AI.ServerTelemetryChannel.dll
│ │ │ │ └── Microsoft.AI.ServerTelemetryChannel.XML
│ │ │ └── net45
│ │ │ ├── Microsoft.AI.ServerTelemetryChannel.dll
│ │ │ └── Microsoft.AI.ServerTelemetryChannel.XML
│ │ └── Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.1.2.3.nupkg
│ ├── Microsoft.AspNet.Mvc.5.2.3
│ │ ├── Content
│ │ │ ├── Web.config.install.xdt
│ │ │ └── Web.config.uninstall.xdt
│ │ ├── lib
│ │ │ └── net45
│ │ │ ├── System.Web.Mvc.dll
│ │ │ ├── System.Web.Mvc.xml
│ │ │ └── zh-Hans
│ │ │ ├── System.Web.Mvc.resources.dll
│ │ │ └── System.Web.Mvc.xml
│ │ └── Microsoft.AspNet.Mvc.5.2.3.nupkg
│ ├── Microsoft.AspNet.Mvc.zh-Hans.5.2.3
│ │ ├── lib
│ │ │ └── net45
│ │ │ └── zh-Hans
│ │ │ ├── System.Web.Mvc.resources.dll
│ │ │ └── System.Web.Mvc.xml
│ │ └── Microsoft.AspNet.Mvc.zh-Hans.5.2.3.nupkg
│ ├── Microsoft.AspNet.Razor.3.2.3
│ │ ├── lib
│ │ │ └── net45
│ │ │ ├── System.Web.Razor.dll
│ │ │ ├── System.Web.Razor.xml
│ │ │ └── zh-Hans
│ │ │ ├── System.Web.Razor.resources.dll
│ │ │ └── system.web.razor.xml
│ │ └── Microsoft.AspNet.Razor.3.2.3.nupkg
│ ├── Microsoft.AspNet.Razor.zh-Hans.3.2.3
│ │ ├── lib
│ │ │ └── net45
│ │ │ └── zh-Hans
│ │ │ ├── System.Web.Razor.resources.dll
│ │ │ └── system.web.razor.xml
│ │ └── Microsoft.AspNet.Razor.zh-Hans.3.2.3.nupkg
│ ├── Microsoft.AspNet.WebPages.3.2.3
│ │ ├── Content
│ │ │ ├── Web.config.install.xdt
│ │ │ └── Web.config.uninstall.xdt
│ │ ├── lib
│ │ │ └── net45
│ │ │ ├── System.Web.Helpers.dll
│ │ │ ├── System.Web.Helpers.xml
│ │ │ ├── System.Web.WebPages.Deployment.dll
│ │ │ ├── System.Web.WebPages.Deployment.xml
│ │ │ ├── System.Web.WebPages.dll
│ │ │ ├── System.Web.WebPages.Razor.dll
│ │ │ ├── System.Web.WebPages.Razor.xml
│ │ │ ├── System.Web.WebPages.xml
│ │ │ └── zh-Hans
│ │ │ ├── System.Web.Helpers.resources.dll
│ │ │ ├── system.web.helpers.xml
│ │ │ ├── System.Web.WebPages.Deployment.resources.dll
│ │ │ ├── system.web.webpages.deployment.xml
│ │ │ ├── System.Web.WebPages.Razor.resources.dll
│ │ │ ├── system.web.webpages.razor.xml
│ │ │ ├── System.Web.WebPages.resources.dll
│ │ │ └── system.web.webpages.xml
│ │ └── Microsoft.AspNet.WebPages.3.2.3.nupkg
│ ├── Microsoft.AspNet.WebPages.zh-Hans.3.2.3
│ │ ├── lib
│ │ │ └── net45
│ │ │ └── zh-Hans
│ │ │ ├── System.Web.Helpers.resources.dll
│ │ │ ├── system.web.helpers.xml
│ │ │ ├── System.Web.WebPages.Deployment.resources.dll
│ │ │ ├── system.web.webpages.deployment.xml
│ │ │ ├── System.Web.WebPages.Razor.resources.dll
│ │ │ ├── system.web.webpages.razor.xml
│ │ │ ├── System.Web.WebPages.resources.dll
│ │ │ └── system.web.webpages.xml
│ │ └── Microsoft.AspNet.WebPages.zh-Hans.3.2.3.nupkg
│ ├── Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.0
│ │ ├── build
│ │ │ └── Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props
│ │ ├── content
│ │ │ ├── web.config.install.xdt
│ │ │ └── web.config.uninstall.xdt
│ │ ├── lib
│ │ │ └── net45
│ │ │ ├── Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll
│ │ │ └── Microsoft.CodeDom.Providers.DotNetCompilerPlatform.xml
│ │ ├── Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.0.nupkg
│ │ └── tools
│ │ ├── init.ps1
│ │ └── uninstall.ps1
│ ├── Microsoft.Net.Compilers.1.0.0
│ │ ├── build
│ │ │ └── Microsoft.Net.Compilers.props
│ │ ├── Microsoft.Net.Compilers.1.0.0.nupkg
│ │ ├── ThirdPartyNotices.rtf
│ │ └── tools
│ │ ├── csc.exe
│ │ ├── Microsoft.Build.Tasks.CodeAnalysis.dll
│ │ ├── Microsoft.CodeAnalysis.CSharp.dll
│ │ ├── Microsoft.CodeAnalysis.dll
│ │ ├── Microsoft.CodeAnalysis.VisualBasic.dll
│ │ ├── Microsoft.CSharp.Core.targets
│ │ ├── Microsoft.VisualBasic.Core.targets
│ │ ├── System.Collections.Immutable.dll
│ │ ├── System.Reflection.Metadata.dll
│ │ ├── vbc.exe
│ │ ├── VBCSCompiler.exe
│ │ └── VBCSCompiler.exe.config
│ ├── Microsoft.Web.Infrastructure.1.0.0.0
│ │ ├── lib
│ │ │ └── net40
│ │ │ └── Microsoft.Web.Infrastructure.dll
│ │ └── Microsoft.Web.Infrastructure.1.0.0.0.nupkg
│ ├── Modernizr.2.6.2
│ │ ├── Content
│ │ │ └── Scripts
│ │ │ └── modernizr-2.6.2.js
│ │ ├── Modernizr.2.6.2.nupkg
│ │ └── Tools
│ │ ├── common.ps1
│ │ ├── install.ps1
│ │ └── uninstall.ps1
│ └── Newtonsoft.Json.11.0.2
│ ├── lib
│ │ ├── net20
│ │ │ ├── Newtonsoft.Json.dll
│ │ │ └── Newtonsoft.Json.xml
│ │ ├── net35
│ │ │ ├── Newtonsoft.Json.dll
│ │ │ └── Newtonsoft.Json.xml
│ │ ├── net40
│ │ │ ├── Newtonsoft.Json.dll
│ │ │ └── Newtonsoft.Json.xml
│ │ ├── net45
│ │ │ ├── Newtonsoft.Json.dll
│ │ │ └── Newtonsoft.Json.xml
│ │ ├── netstandard1.0
│ │ │ ├── Newtonsoft.Json.dll
│ │ │ └── Newtonsoft.Json.xml
│ │ ├── netstandard1.3
│ │ │ ├── Newtonsoft.Json.dll
│ │ │ └── Newtonsoft.Json.xml
│ │ ├── netstandard2.0
│ │ │ ├── Newtonsoft.Json.dll
│ │ │ └── Newtonsoft.Json.xml
│ │ ├── portable-net40+sl5+win8+wp8+wpa81
│ │ │ ├── Newtonsoft.Json.dll
│ │ │ └── Newtonsoft.Json.xml
│ │ └── portable-net45+win8+wp8+wpa81
│ │ ├── Newtonsoft.Json.dll
│ │ └── Newtonsoft.Json.xml
│ ├── LICENSE.md
│ └── Newtonsoft.Json.11.0.2.nupkg
├── 数据库
│ └── 最终版本
│ ├── SQL923.sql
│ ├── StudenExam_log.ldf
│ └── StudenExam.mdf
└── 数据库结构以及改变都写得很清楚.docx
220 directories, 1671 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论