在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → 权限管理系统源码 asp.net通用权限管理系统源码

权限管理系统源码 asp.net通用权限管理系统源码

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:46.80M
  • 下载次数:14
  • 浏览次数:312
  • 发布时间:2021-03-10
  • 实例类别:一般编程问题
  • 发 布 人:好学IT男
  • 文件格式:.zip
  • 所需积分:2
 

实例介绍

【实例简介】
功能介绍: 基础设置--日志管理,异常捕获,数字字典; 部门管理--部门的详细名称,地址,排序,创建时间,创建人; 人员管理--创建人员的个人基本信息及角色; 菜单管理--所有管理的状态; 操作管理--对所有管理的增删改查操作; 角色管理--对于管理员的权限分配,包括增删改查操作;
【实例截图】
【核心代码】
895c4e1f-9d6b-4798-abac-7be68f4c4a71
└── MF000161-权限管理系统源码 asp.net通用权限管理系统源码
├── App
│   ├── App.csproj
│   ├── App.csproj.user
│   ├── App.Publish.xml
│   ├── App_Start
│   │   ├── FilterConfig.cs
│   │   ├── RouteConfig.cs
│   │   ├── WebApiConfig.cs
│   │   ├── 使用说明.txt
│   │   └── 国内最大最正规的免费商业源码下载平台.mht
│   ├── bin
│   │   ├── App.dll
│   │   ├── App.pdb
│   │   ├── BLL.dll
│   │   ├── BLL.pdb
│   │   ├── Common.dll
│   │   ├── Common.pdb
│   │   ├── DAL.dll
│   │   ├── DAL.pdb
│   │   ├── IBLL.dll
│   │   ├── IBLL.pdb
│   │   ├── Microsoft.Web.Infrastructure.dll
│   │   ├── Microsoft.Web.Infrastructure.xml
│   │   ├── Newtonsoft.Json.dll
│   │   ├── NPOI.dll
│   │   ├── NPOI.OOXML.dll
│   │   ├── NPOI.OpenXml4Net.dll
│   │   ├── NPOI.OpenXmlFormats.dll
│   │   ├── System.Net.Http.dll
│   │   ├── System.Net.Http.Formatting.dll
│   │   ├── System.Net.Http.Formatting.xml
│   │   ├── System.Net.Http.WebRequest.dll
│   │   ├── System.Net.Http.WebRequest.xml
│   │   ├── System.Net.Http.xml
│   │   ├── System.Web.Helpers.dll
│   │   ├── System.Web.Helpers.xml
│   │   ├── System.Web.Http.dll
│   │   ├── System.Web.Http.WebHost.dll
│   │   ├── System.Web.Http.WebHost.xml
│   │   ├── System.Web.Http.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.Net.Http.Formatting.resources.dll
│   │   │   ├── System.Net.Http.resources.dll
│   │   │   ├── System.Net.Http.WebRequest.resources.dll
│   │   │   ├── System.Web.Helpers.resources.dll
│   │   │   ├── System.Web.Http.resources.dll
│   │   │   ├── System.Web.Http.WebHost.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
│   │   ├── 使用说明.txt
│   │   └── 国内最大最正规的免费商业源码下载平台.mht
│   ├── Codes
│   │   ├── AccountModels.cs
│   │   ├── BaseController.cs
│   │   ├── FileUploaderHandler.cs
│   │   ├── LogClassModels.cs
│   │   ├── SupportFilter.cs
│   │   ├── SysFieldModels.cs
│   │   ├── 使用说明.txt
│   │   └── 国内最大最正规的免费商业源码下载平台.mht
│   ├── Content
│   │   ├── Default.css
│   │   └── StyleSheet.css
│   ├── Controllers
│   │   ├── AccountController.cs
│   │   ├── ExceptionController.cs
│   │   ├── FileUploaderController.cs
│   │   ├── HomeController.cs
│   │   ├── SysDepartmentController.cs
│   │   ├── SysDepartmentTreeController.cs
│   │   ├── SysExceptionController.cs
│   │   ├── SysFieldController.cs
│   │   ├── SysFieldTreeController.cs
│   │   ├── SysLogController.cs
│   │   ├── SysMenuController.cs
│   │   ├── SysMenuSysRoleSysOperationController.cs
│   │   ├── SysMenuTreeController.cs
│   │   ├── SysOperationController.cs
│   │   ├── SysPersonController.cs
│   │   ├── SysRoleController.cs
│   │   ├── 使用说明.txt
│   │   └── 国内最大最正规的免费商业源码下载平台.mht
│   ├── favicon.ico
│   ├── Global.asax
│   ├── Global.asax.cs
│   ├── HtmlHelper
│   │   ├── CheckBoxListHelper.cs
│   │   ├── Easyui.cs
│   │   ├── RadioButtonListHelper.cs
│   │   ├── 使用说明.txt
│   │   └── 国内最大最正规的免费商业源码下载平台.mht
│   ├── Images
│   │   ├── anquantuichu.gif
│   │   ├── bangzhu.gif
│   │   ├── beijing.gif
│   │   ├── buttonOn_login.gif
│   │   ├── deleteimge.png
│   │   ├── direction.gif
│   │   ├── duanxinxi.gif
│   │   ├── excelcss.jpg
│   │   ├── line_n2.gif
│   │   ├── login_bottom.gif
│   │   ├── login_midbg.gif
│   │   ├── login_pic.gif
│   │   ├── login_top.gif
│   │   ├── mimaxiugai.gif
│   │   ├── noscript.gif
│   │   ├── notfound.gif
│   │   ├── password_bg.gif
│   │   ├── tabicons.png
│   │   ├── top-back.gif
│   │   ├── username_bg.gif
│   │   ├── view.png
│   │   └── yuanjiao.png
│   ├── License.txt
│   ├── Models
│   │   ├── BaseException.cs
│   │   ├── SysDepartmentTreeModel.cs
│   │   ├── SysFieldTreeModel.cs
│   │   ├── SysMenuTreeModel.cs
│   │   ├── 使用说明.txt
│   │   └── 国内最大最正规的免费商业源码下载平台.mht
│   ├── obj
│   │   ├── Debug
│   │   │   ├── Activity1.g.cs
│   │   │   ├── Activity1.g.xaml
│   │   │   ├── App.csproj.FileListAbsolute.txt
│   │   │   ├── App.csprojResolveAssemblyReference.cache
│   │   │   ├── App.csproj.XamlGeneratedCodeFileListAbsolute.txt
│   │   │   ├── App.csproj.XamlGeneratedXamlFileListAbsolute.txt
│   │   │   ├── App.dll
│   │   │   ├── _App.g.cs
│   │   │   ├── App.pdb
│   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput(冲突时的文件备份2013-04-22 21-10-53).cache
│   │   │   ├── InProcessTempFiles
│   │   │   │   ├── Activity1.g.cs
│   │   │   │   ├── Activity1.g.xaml
│   │   │   │   └── _App.g.cs
│   │   │   └── TempPE
│   │   │   └── Model1.Designer.cs.dll
│   │   └── Release
│   │   ├── Activity1.g.cs
│   │   ├── Activity1.g.xaml
│   │   ├── App.csproj.FileListAbsolute.txt
│   │   ├── App.csprojResolveAssemblyReference.cache
│   │   ├── App.csproj.XamlGeneratedCodeFileListAbsolute.txt
│   │   ├── App.csproj.XamlGeneratedXamlFileListAbsolute.txt
│   │   ├── App.dll
│   │   ├── _App.g.cs
│   │   ├── App.pdb
│   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   ├── InProcessTempFiles
│   │   │   ├── Activity1.g.cs
│   │   │   ├── Activity1.g.xaml
│   │   │   └── _App.g.cs
│   │   ├── Package
│   │   │   └── PackageTmp
│   │   │   ├── bin
│   │   │   │   ├── App.dll
│   │   │   │   ├── BLL.dll
│   │   │   │   ├── Common.dll
│   │   │   │   ├── DAL.dll
│   │   │   │   ├── IBLL.dll
│   │   │   │   ├── Microsoft.Web.Infrastructure.dll
│   │   │   │   ├── Newtonsoft.Json.dll
│   │   │   │   ├── NPOI.dll
│   │   │   │   ├── System.Net.Http.dll
│   │   │   │   ├── System.Net.Http.Formatting.dll
│   │   │   │   ├── System.Net.Http.WebRequest.dll
│   │   │   │   ├── System.Web.Helpers.dll
│   │   │   │   ├── System.Web.Http.dll
│   │   │   │   ├── System.Web.Http.WebHost.dll
│   │   │   │   ├── System.Web.Mvc.dll
│   │   │   │   ├── System.Web.Razor.dll
│   │   │   │   ├── System.Web.WebPages.Deployment.dll
│   │   │   │   ├── System.Web.WebPages.dll
│   │   │   │   ├── System.Web.WebPages.Razor.dll
│   │   │   │   └── zh-Hans
│   │   │   │   ├── System.Net.Http.Formatting.resources.dll
│   │   │   │   ├── System.Net.Http.resources.dll
│   │   │   │   ├── System.Net.Http.WebRequest.resources.dll
│   │   │   │   ├── System.Web.Helpers.resources.dll
│   │   │   │   ├── System.Web.Http.resources.dll
│   │   │   │   ├── System.Web.Http.WebHost.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
│   │   │   │   ├── Default.css
│   │   │   │   └── StyleSheet.css
│   │   │   ├── favicon.ico
│   │   │   ├── Global.asax
│   │   │   ├── Images
│   │   │   │   ├── anquantuichu.gif
│   │   │   │   ├── bangzhu.gif
│   │   │   │   ├── beijing.gif
│   │   │   │   ├── buttonOn_login.gif
│   │   │   │   ├── deleteimge.png
│   │   │   │   ├── direction.gif
│   │   │   │   ├── duanxinxi.gif
│   │   │   │   ├── excelcss.jpg
│   │   │   │   ├── line_n2.gif
│   │   │   │   ├── login_bottom.gif
│   │   │   │   ├── login_midbg.gif
│   │   │   │   ├── login_pic.gif
│   │   │   │   ├── login_top.gif
│   │   │   │   ├── mimaxiugai.gif
│   │   │   │   ├── noscript.gif
│   │   │   │   ├── notfound.gif
│   │   │   │   ├── password_bg.gif
│   │   │   │   ├── tabicons.png
│   │   │   │   ├── top-back.gif
│   │   │   │   ├── username_bg.gif
│   │   │   │   ├── view.png
│   │   │   │   └── yuanjiao.png
│   │   │   ├── License.txt
│   │   │   ├── mylog.txt
│   │   │   ├── packages.config
│   │   │   ├── Res
│   │   │   │   ├── easyui
│   │   │   │   │   ├── changelog.txt
│   │   │   │   │   ├── easyloader.js
│   │   │   │   │   ├── jquery.easyui.min.js
│   │   │   │   │   ├── licence_gpl.txt
│   │   │   │   │   ├── license_commercial.txt
│   │   │   │   │   ├── locale
│   │   │   │   │   │   ├── easyui-lang-af.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-fr.js
│   │   │   │   │   │   ├── easyui-lang-it.js
│   │   │   │   │   │   ├── easyui-lang-jp.js
│   │   │   │   │   │   ├── easyui-lang-nl.js
│   │   │   │   │   │   ├── easyui-lang-pt_BR.js
│   │   │   │   │   │   ├── easyui-lang-ru.js
│   │   │   │   │   │   ├── easyui-lang-tr.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.combotree.js
│   │   │   │   │   │   ├── jquery.datagrid.js
│   │   │   │   │   │   ├── jquery.datebox.js
│   │   │   │   │   │   ├── jquery.datetimebox.js
│   │   │   │   │   │   ├── jquery.dialog.js
│   │   │   │   │   │   ├── jquery.draggable.js
│   │   │   │   │   │   ├── jquery.droppable.js
│   │   │   │   │   │   ├── jquery.form.js
│   │   │   │   │   │   ├── jquery.layout.js
│   │   │   │   │   │   ├── jquery.linkbutton.js
│   │   │   │   │   │   ├── jquery.menubutton.js
│   │   │   │   │   │   ├── jquery.menu.js
│   │   │   │   │   │   ├── jquery.messager.js
│   │   │   │   │   │   ├── jquery.numberbox.js
│   │   │   │   │   │   ├── jquery.numberspinner.js
│   │   │   │   │   │   ├── jquery.pagination.js
│   │   │   │   │   │   ├── jquery.panel.js
│   │   │   │   │   │   ├── jquery.parser.js
│   │   │   │   │   │   ├── jquery.progressbar.js
│   │   │   │   │   │   ├── jquery.propertygrid.js
│   │   │   │   │   │   ├── jquery.resizable.js
│   │   │   │   │   │   ├── jquery.searchbox.js
│   │   │   │   │   │   ├── jquery.slider.js
│   │   │   │   │   │   ├── jquery.spinner.js
│   │   │   │   │   │   ├── jquery.splitbutton.js
│   │   │   │   │   │   ├── jquery.tabs.js
│   │   │   │   │   │   ├── jquery.timespinner.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
│   │   │   │   │   ├── black
│   │   │   │   │   │   ├── accordion.css
│   │   │   │   │   │   ├── calendar.css
│   │   │   │   │   │   ├── combobox.css
│   │   │   │   │   │   ├── combo.css
│   │   │   │   │   │   ├── datagrid.css
│   │   │   │   │   │   ├── datebox.css
│   │   │   │   │   │   ├── dialog.css
│   │   │   │   │   │   ├── easyui.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_arrows.png
│   │   │   │   │   │   │   └── validatebox_warning.png
│   │   │   │   │   │   ├── layout.css
│   │   │   │   │   │   ├── linkbutton.css
│   │   │   │   │   │   ├── menubutton.css
│   │   │   │   │   │   ├── menu.css
│   │   │   │   │   │   ├── messager.css
│   │   │   │   │   │   ├── pagination.css
│   │   │   │   │   │   ├── panel.css
│   │   │   │   │   │   ├── progressbar.css
│   │   │   │   │   │   ├── propertygrid.css
│   │   │   │   │   │   ├── searchbox.css
│   │   │   │   │   │   ├── slider.css
│   │   │   │   │   │   ├── spinner.css
│   │   │   │   │   │   ├── splitbutton.css
│   │   │   │   │   │   ├── tabs.css
│   │   │   │   │   │   ├── tree.css
│   │   │   │   │   │   ├── validatebox.css
│   │   │   │   │   │   └── window.css
│   │   │   │   │   ├── bootstrap
│   │   │   │   │   │   ├── accordion.css
│   │   │   │   │   │   ├── calendar.css
│   │   │   │   │   │   ├── combobox.css
│   │   │   │   │   │   ├── combo.css
│   │   │   │   │   │   ├── datagrid.css
│   │   │   │   │   │   ├── datebox.css
│   │   │   │   │   │   ├── dialog.css
│   │   │   │   │   │   ├── easyui.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_arrows.png
│   │   │   │   │   │   │   └── validatebox_warning.png
│   │   │   │   │   │   ├── layout.css
│   │   │   │   │   │   ├── linkbutton.css
│   │   │   │   │   │   ├── menubutton.css
│   │   │   │   │   │   ├── menu.css
│   │   │   │   │   │   ├── messager.css
│   │   │   │   │   │   ├── pagination.css
│   │   │   │   │   │   ├── panel.css
│   │   │   │   │   │   ├── progressbar.css
│   │   │   │   │   │   ├── propertygrid.css
│   │   │   │   │   │   ├── searchbox.css
│   │   │   │   │   │   ├── slider.css
│   │   │   │   │   │   ├── spinner.css
│   │   │   │   │   │   ├── splitbutton.css
│   │   │   │   │   │   ├── tabs.css
│   │   │   │   │   │   ├── tree.css
│   │   │   │   │   │   ├── validatebox.css
│   │   │   │   │   │   └── window.css
│   │   │   │   │   ├── default
│   │   │   │   │   │   ├── accordion.css
│   │   │   │   │   │   ├── calendar.css
│   │   │   │   │   │   ├── combobox.css
│   │   │   │   │   │   ├── combo.css
│   │   │   │   │   │   ├── datagrid.css
│   │   │   │   │   │   ├── datebox.css
│   │   │   │   │   │   ├── dialog.css
│   │   │   │   │   │   ├── easyui.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_arrows.png
│   │   │   │   │   │   │   └── validatebox_warning.png
│   │   │   │   │   │   ├── layout.css
│   │   │   │   │   │   ├── linkbutton.css
│   │   │   │   │   │   ├── menubutton.css
│   │   │   │   │   │   ├── menu.css
│   │   │   │   │   │   ├── messager.css
│   │   │   │   │   │   ├── pagination.css
│   │   │   │   │   │   ├── panel.css
│   │   │   │   │   │   ├── progressbar.css
│   │   │   │   │   │   ├── propertygrid.css
│   │   │   │   │   │   ├── searchbox.css
│   │   │   │   │   │   ├── slider.css
│   │   │   │   │   │   ├── spinner.css
│   │   │   │   │   │   ├── splitbutton.css
│   │   │   │   │   │   ├── tabs.css
│   │   │   │   │   │   ├── tree.css
│   │   │   │   │   │   ├── validatebox.css
│   │   │   │   │   │   └── window.css
│   │   │   │   │   ├── gray
│   │   │   │   │   │   ├── accordion.css
│   │   │   │   │   │   ├── calendar.css
│   │   │   │   │   │   ├── combobox.css
│   │   │   │   │   │   ├── combo.css
│   │   │   │   │   │   ├── datagrid.css
│   │   │   │   │   │   ├── datebox.css
│   │   │   │   │   │   ├── dialog.css
│   │   │   │   │   │   ├── easyui.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_arrows.png
│   │   │   │   │   │   │   └── validatebox_warning.png
│   │   │   │   │   │   ├── layout.css
│   │   │   │   │   │   ├── linkbutton.css
│   │   │   │   │   │   ├── menubutton.css
│   │   │   │   │   │   ├── menu.css
│   │   │   │   │   │   ├── messager.css
│   │   │   │   │   │   ├── pagination.css
│   │   │   │   │   │   ├── panel.css
│   │   │   │   │   │   ├── progressbar.css
│   │   │   │   │   │   ├── propertygrid.css
│   │   │   │   │   │   ├── searchbox.css
│   │   │   │   │   │   ├── slider.css
│   │   │   │   │   │   ├── spinner.css
│   │   │   │   │   │   ├── splitbutton.css
│   │   │   │   │   │   ├── tabs.css
│   │   │   │   │   │   ├── tree.css
│   │   │   │   │   │   ├── validatebox.css
│   │   │   │   │   │   └── window.css
│   │   │   │   │   ├── icon.css
│   │   │   │   │   ├── icons
│   │   │   │   │   │   ├── back.png
│   │   │   │   │   │   ├── blank.gif
│   │   │   │   │   │   ├── cancel.png
│   │   │   │   │   │   ├── cut.png
│   │   │   │   │   │   ├── edit_add.png
│   │   │   │   │   │   ├── edit_remove.png
│   │   │   │   │   │   ├── filesave.png
│   │   │   │   │   │   ├── help.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
│   │   │   │   │   └── metro
│   │   │   │   │   ├── accordion.css
│   │   │   │   │   ├── calendar.css
│   │   │   │   │   ├── combobox.css
│   │   │   │   │   ├── combo.css
│   │   │   │   │   ├── datagrid.css
│   │   │   │   │   ├── datebox.css
│   │   │   │   │   ├── dialog.css
│   │   │   │   │   ├── easyui.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_arrows.png
│   │   │   │   │   │   └── validatebox_warning.png
│   │   │   │   │   ├── layout.css
│   │   │   │   │   ├── linkbutton.css
│   │   │   │   │   ├── menubutton.css
│   │   │   │   │   ├── menu.css
│   │   │   │   │   ├── messager.css
│   │   │   │   │   ├── pagination.css
│   │   │   │   │   ├── panel.css
│   │   │   │   │   ├── progressbar.css
│   │   │   │   │   ├── propertygrid.css
│   │   │   │   │   ├── searchbox.css
│   │   │   │   │   ├── slider.css
│   │   │   │   │   ├── spinner.css
│   │   │   │   │   ├── splitbutton.css
│   │   │   │   │   ├── tabs.css
│   │   │   │   │   ├── tree.css
│   │   │   │   │   ├── validatebox.css
│   │   │   │   │   └── window.css
│   │   │   │   ├── jquery.uploadify-v2.1.4
│   │   │   │   │   ├── cancel.png
│   │   │   │   │   ├── expressInstall.swf
│   │   │   │   │   ├── FileUploader.ashx
│   │   │   │   │   ├── FileUploaderExcle.ashx
│   │   │   │   │   ├── jquery-1.4.2.min.js
│   │   │   │   │   ├── jquery.uploadify.v2.1.4.js
│   │   │   │   │   ├── jquery.uploadify.v2.1.4.min.js
│   │   │   │   │   ├── swfobject.js
│   │   │   │   │   ├── uploadify.allglyphs.swf
│   │   │   │   │   ├── uploadify.css
│   │   │   │   │   └── uploadify.swf
│   │   │   │   └── My97DatePicker
│   │   │   │   ├── calendar.js
│   │   │   │   ├── demo.htm
│   │   │   │   ├── lang
│   │   │   │   │   ├── en.js
│   │   │   │   │   ├── zh-cn.js
│   │   │   │   │   └── zh-tw.js
│   │   │   │   ├── skin
│   │   │   │   │   ├── datePicker.gif
│   │   │   │   │   ├── default
│   │   │   │   │   │   ├── datepicker.css
│   │   │   │   │   │   └── img.gif
│   │   │   │   │   ├── WdatePicker.css
│   │   │   │   │   └── whyGreen
│   │   │   │   │   ├── bg.jpg
│   │   │   │   │   ├── datepicker.css
│   │   │   │   │   └── img.gif
│   │   │   │   ├── WdatePicker.js
│   │   │   │   └── 开发包
│   │   │   │   ├── lang
│   │   │   │   │   ├── en.js
│   │   │   │   │   ├── zh-cn.js
│   │   │   │   │   └── zh-tw.js
│   │   │   │   ├── readme.txt
│   │   │   │   └── skin
│   │   │   │   ├── datePicker.gif
│   │   │   │   ├── default
│   │   │   │   │   ├── datepicker.css
│   │   │   │   │   └── img.gif
│   │   │   │   ├── WdatePicker.css
│   │   │   │   └── whyGreen
│   │   │   │   ├── bg.jpg
│   │   │   │   ├── datepicker.css
│   │   │   │   └── img.gif
│   │   │   ├── Scripts
│   │   │   │   ├── jquery.min.js
│   │   │   │   ├── jquery.unobtrusive-ajax.min.js
│   │   │   │   ├── jquery.validate.js
│   │   │   │   ├── jquery.validate.min.js
│   │   │   │   ├── jquery.validate.unobtrusive.js
│   │   │   │   ├── jquery.validate.unobtrusive.min.js
│   │   │   │   ├── jquery.validate-vsdoc.js
│   │   │   │   ├── JScriptCommon.js
│   │   │   │   └── JScriptIndex.js
│   │   │   ├── up
│   │   │   │   └── b.xls
│   │   │   ├── Views
│   │   │   │   ├── Account
│   │   │   │   │   ├── ChangePassword.aspx
│   │   │   │   │   ├── Index.aspx
│   │   │   │   │   └── NotFound.aspx
│   │   │   │   ├── Exception
│   │   │   │   │   └── Index.aspx
│   │   │   │   ├── FileUploader
│   │   │   │   │   ├── Create.aspx
│   │   │   │   │   ├── Details.aspx
│   │   │   │   │   ├── Edit.aspx
│   │   │   │   │   └── Index.aspx
│   │   │   │   ├── Home
│   │   │   │   │   └── Index.aspx
│   │   │   │   ├── Shared
│   │   │   │   │   ├── Base.Master
│   │   │   │   │   ├── Create.Master
│   │   │   │   │   ├── Details.Master
│   │   │   │   │   ├── Edit.Master
│   │   │   │   │   ├── Index.Master
│   │   │   │   │   └── ManyTree.Master
│   │   │   │   ├── SysDepartment
│   │   │   │   │   ├── Create.aspx
│   │   │   │   │   ├── Details.aspx
│   │   │   │   │   ├── Edit.aspx
│   │   │   │   │   ├── Index.aspx
│   │   │   │   │   └── IndexSelf.aspx
│   │   │   │   ├── SysDepartmentTree
│   │   │   │   │   └── Index.aspx
│   │   │   │   ├── SysException
│   │   │   │   │   ├── Create.aspx
│   │   │   │   │   ├── Details.aspx
│   │   │   │   │   ├── Edit.aspx
│   │   │   │   │   └── Index.aspx
│   │   │   │   ├── SysField
│   │   │   │   │   ├── Create.aspx
│   │   │   │   │   ├── Details.aspx
│   │   │   │   │   ├── Edit.aspx
│   │   │   │   │   ├── Index.aspx
│   │   │   │   │   └── IndexSelf.aspx
│   │   │   │   ├── SysFieldTree
│   │   │   │   │   └── Index.aspx
│   │   │   │   ├── SysLog
│   │   │   │   │   ├── Create.aspx
│   │   │   │   │   ├── Details.aspx
│   │   │   │   │   ├── Edit.aspx
│   │   │   │   │   └── Index.aspx
│   │   │   │   ├── SysMenu
│   │   │   │   │   ├── Create.aspx
│   │   │   │   │   ├── Details.aspx
│   │   │   │   │   ├── Edit.aspx
│   │   │   │   │   ├── Index.aspx
│   │   │   │   │   └── IndexSelf.aspx
│   │   │   │   ├── SysMenuSysRoleSysOperation
│   │   │   │   │   ├── Create.aspx
│   │   │   │   │   ├── Details.aspx
│   │   │   │   │   ├── Edit.aspx
│   │   │   │   │   └── Index.aspx
│   │   │   │   ├── SysMenuTree
│   │   │   │   │   └── Index.aspx
│   │   │   │   ├── SysOperation
│   │   │   │   │   ├── Create.aspx
│   │   │   │   │   ├── Details.aspx
│   │   │   │   │   ├── Edit.aspx
│   │   │   │   │   ├── Index.aspx
│   │   │   │   │   ├── IndexSef.aspx
│   │   │   │   │   └── SetSysMenu.aspx
│   │   │   │   ├── SysPerson
│   │   │   │   │   ├── Create.aspx
│   │   │   │   │   ├── Details.aspx
│   │   │   │   │   ├── Edit.aspx
│   │   │   │   │   └── Index.aspx
│   │   │   │   ├── SysRole
│   │   │   │   │   ├── Create.aspx
│   │   │   │   │   ├── Details.aspx
│   │   │   │   │   ├── Edit.aspx
│   │   │   │   │   ├── Index.aspx
│   │   │   │   │   └── SetSysMenu.aspx
│   │   │   │   └── Web.config
│   │   │   └── Web.config
│   │   ├── TransformWebConfig
│   │   │   ├── assist
│   │   │   │   └── Web.config
│   │   │   ├── original
│   │   │   │   └── Web.config
│   │   │   └── transformed
│   │   │   └── Web.config
│   │   ├── _WPPLastBuildInfo.txt
│   │   ├── 使用说明.txt
│   │   └── 国内最大最正规的免费商业源码下载平台.mht
│   ├── packages.config
│   ├── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── PublishProfiles
│   │   │   ├── fb.pubxml
│   │   │   └── fb.pubxml.user
│   │   ├── 使用说明.txt
│   │   └── 国内最大最正规的免费商业源码下载平台.mht
│   ├── Res
│   │   ├── easyui
│   │   │   ├── changelog.txt
│   │   │   ├── easyloader.js
│   │   │   ├── easyui.zip
│   │   │   ├── jquery.easyui.min.js
│   │   │   ├── licence_gpl.txt
│   │   │   ├── license_commercial.txt
│   │   │   ├── locale
│   │   │   │   ├── easyui-lang-af.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-fr.js
│   │   │   │   ├── easyui-lang-it.js
│   │   │   │   ├── easyui-lang-jp.js
│   │   │   │   ├── easyui-lang-nl.js
│   │   │   │   ├── easyui-lang-pt_BR.js
│   │   │   │   ├── easyui-lang-ru.js
│   │   │   │   ├── easyui-lang-tr.js
│   │   │   │   ├── easyui-lang-zh_CN.js
│   │   │   │   └── easyui-lang-zh_TW.js
│   │   │   ├── locale.zip
│   │   │   ├── plugins
│   │   │   │   ├── jquery.accordion.js
│   │   │   │   ├── jquery.calendar.js
│   │   │   │   ├── jquery.combobox.js
│   │   │   │   ├── jquery.combogrid.js
│   │   │   │   ├── jquery.combo.js
│   │   │   │   ├── jquery.combotree.js
│   │   │   │   ├── jquery.datagrid.js
│   │   │   │   ├── jquery.datebox.js
│   │   │   │   ├── jquery.datetimebox.js
│   │   │   │   ├── jquery.dialog.js
│   │   │   │   ├── jquery.draggable.js
│   │   │   │   ├── jquery.droppable.js
│   │   │   │   ├── jquery.form.js
│   │   │   │   ├── jquery.layout.js
│   │   │   │   ├── jquery.linkbutton.js
│   │   │   │   ├── jquery.menubutton.js
│   │   │   │   ├── jquery.menu.js
│   │   │   │   ├── jquery.messager.js
│   │   │   │   ├── jquery.numberbox.js
│   │   │   │   ├── jquery.numberspinner.js
│   │   │   │   ├── jquery.pagination.js
│   │   │   │   ├── jquery.panel.js
│   │   │   │   ├── jquery.parser.js
│   │   │   │   ├── jquery.progressbar.js
│   │   │   │   ├── jquery.propertygrid.js
│   │   │   │   ├── jquery.resizable.js
│   │   │   │   ├── jquery.searchbox.js
│   │   │   │   ├── jquery.slider.js
│   │   │   │   ├── jquery.spinner.js
│   │   │   │   ├── jquery.splitbutton.js
│   │   │   │   ├── jquery.tabs.js
│   │   │   │   ├── jquery.timespinner.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
│   │   │   ├── black
│   │   │   │   ├── accordion.css
│   │   │   │   ├── calendar.css
│   │   │   │   ├── combobox.css
│   │   │   │   ├── combo.css
│   │   │   │   ├── datagrid.css
│   │   │   │   ├── datebox.css
│   │   │   │   ├── dialog.css
│   │   │   │   ├── easyui.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
│   │   │   │   │   ├── Thumbs.db
│   │   │   │   │   ├── tree_icons.png
│   │   │   │   │   ├── validatebox_arrows.png
│   │   │   │   │   └── validatebox_warning.png
│   │   │   │   ├── layout.css
│   │   │   │   ├── linkbutton.css
│   │   │   │   ├── menubutton.css
│   │   │   │   ├── menu.css
│   │   │   │   ├── messager.css
│   │   │   │   ├── pagination.css
│   │   │   │   ├── panel.css
│   │   │   │   ├── progressbar.css
│   │   │   │   ├── propertygrid.css
│   │   │   │   ├── searchbox.css
│   │   │   │   ├── slider.css
│   │   │   │   ├── spinner.css
│   │   │   │   ├── splitbutton.css
│   │   │   │   ├── tabs.css
│   │   │   │   ├── tree.css
│   │   │   │   ├── validatebox.css
│   │   │   │   └── window.css
│   │   │   ├── bootstrap
│   │   │   │   ├── accordion.css
│   │   │   │   ├── calendar.css
│   │   │   │   ├── combobox.css
│   │   │   │   ├── combo.css
│   │   │   │   ├── datagrid.css
│   │   │   │   ├── datebox.css
│   │   │   │   ├── dialog.css
│   │   │   │   ├── easyui.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
│   │   │   │   │   ├── Thumbs.db
│   │   │   │   │   ├── tree_icons.png
│   │   │   │   │   ├── validatebox_arrows.png
│   │   │   │   │   └── validatebox_warning.png
│   │   │   │   ├── layout.css
│   │   │   │   ├── linkbutton.css
│   │   │   │   ├── menubutton.css
│   │   │   │   ├── menu.css
│   │   │   │   ├── messager.css
│   │   │   │   ├── pagination.css
│   │   │   │   ├── panel.css
│   │   │   │   ├── progressbar.css
│   │   │   │   ├── propertygrid.css
│   │   │   │   ├── searchbox.css
│   │   │   │   ├── slider.css
│   │   │   │   ├── spinner.css
│   │   │   │   ├── splitbutton.css
│   │   │   │   ├── tabs.css
│   │   │   │   ├── tree.css
│   │   │   │   ├── validatebox.css
│   │   │   │   └── window.css
│   │   │   ├── default
│   │   │   │   ├── accordion.css
│   │   │   │   ├── calendar.css
│   │   │   │   ├── combobox.css
│   │   │   │   ├── combo.css
│   │   │   │   ├── datagrid.css
│   │   │   │   ├── datebox.css
│   │   │   │   ├── dialog.css
│   │   │   │   ├── easyui.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
│   │   │   │   │   ├── Thumbs.db
│   │   │   │   │   ├── tree_icons.png
│   │   │   │   │   ├── validatebox_arrows.png
│   │   │   │   │   └── validatebox_warning.png
│   │   │   │   ├── layout.css
│   │   │   │   ├── linkbutton.css
│   │   │   │   ├── menubutton.css
│   │   │   │   ├── menu.css
│   │   │   │   ├── messager.css
│   │   │   │   ├── pagination.css
│   │   │   │   ├── panel.css
│   │   │   │   ├── progressbar.css
│   │   │   │   ├── propertygrid.css
│   │   │   │   ├── searchbox.css
│   │   │   │   ├── slider.css
│   │   │   │   ├── spinner.css
│   │   │   │   ├── splitbutton.css
│   │   │   │   ├── tabs.css
│   │   │   │   ├── tree.css
│   │   │   │   ├── validatebox.css
│   │   │   │   └── window.css
│   │   │   ├── gray
│   │   │   │   ├── accordion.css
│   │   │   │   ├── calendar.css
│   │   │   │   ├── combobox.css
│   │   │   │   ├── combo.css
│   │   │   │   ├── datagrid.css
│   │   │   │   ├── datebox.css
│   │   │   │   ├── dialog.css
│   │   │   │   ├── easyui.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
│   │   │   │   │   ├── Thumbs.db
│   │   │   │   │   ├── tree_icons.png
│   │   │   │   │   ├── validatebox_arrows.png
│   │   │   │   │   └── validatebox_warning.png
│   │   │   │   ├── layout.css
│   │   │   │   ├── linkbutton.css
│   │   │   │   ├── menubutton.css
│   │   │   │   ├── menu.css
│   │   │   │   ├── messager.css
│   │   │   │   ├── pagination.css
│   │   │   │   ├── panel.css
│   │   │   │   ├── progressbar.css
│   │   │   │   ├── propertygrid.css
│   │   │   │   ├── searchbox.css
│   │   │   │   ├── slider.css
│   │   │   │   ├── spinner.css
│   │   │   │   ├── splitbutton.css
│   │   │   │   ├── tabs.css
│   │   │   │   ├── tree.css
│   │   │   │   ├── validatebox.css
│   │   │   │   └── window.css
│   │   │   ├── icon.css
│   │   │   ├── icons
│   │   │   │   ├── back.png
│   │   │   │   ├── blank.gif
│   │   │   │   ├── cancel.png
│   │   │   │   ├── cut.png
│   │   │   │   ├── edit_add.png
│   │   │   │   ├── edit_remove.png
│   │   │   │   ├── filesave.png
│   │   │   │   ├── help.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
│   │   │   └── metro
│   │   │   ├── accordion.css
│   │   │   ├── calendar.css
│   │   │   ├── combobox.css
│   │   │   ├── combo.css
│   │   │   ├── datagrid.css
│   │   │   ├── datebox.css
│   │   │   ├── dialog.css
│   │   │   ├── easyui.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
│   │   │   │   ├── Thumbs.db
│   │   │   │   ├── tree_icons.png
│   │   │   │   ├── validatebox_arrows.png
│   │   │   │   └── validatebox_warning.png
│   │   │   ├── layout.css
│   │   │   ├── linkbutton.css
│   │   │   ├── menubutton.css
│   │   │   ├── menu.css
│   │   │   ├── messager.css
│   │   │   ├── pagination.css
│   │   │   ├── panel.css
│   │   │   ├── progressbar.css
│   │   │   ├── propertygrid.css
│   │   │   ├── searchbox.css
│   │   │   ├── slider.css
│   │   │   ├── spinner.css
│   │   │   ├── splitbutton.css
│   │   │   ├── tabs.css
│   │   │   ├── tree.css
│   │   │   ├── validatebox.css
│   │   │   └── window.css
│   │   ├── jquery.uploadify-v2.1.4
│   │   │   ├── cancel.png
│   │   │   ├── check.php
│   │   │   ├── com
│   │   │   │   └── adobe
│   │   │   │   ├── air
│   │   │   │   │   └── logging
│   │   │   │   │   └── FileTarget.as
│   │   │   │   ├── crypto
│   │   │   │   │   ├── HMAC.as
│   │   │   │   │   ├── MD5.as
│   │   │   │   │   ├── MD5Stream.as
│   │   │   │   │   ├── SHA1.as
│   │   │   │   │   ├── SHA224.as
│   │   │   │   │   ├── SHA256.as
│   │   │   │   │   └── WSSEUsernameToken.as
│   │   │   │   ├── errors
│   │   │   │   │   └── IllegalStateError.as
│   │   │   │   ├── fileformats
│   │   │   │   │   └── vcard
│   │   │   │   │   ├── Address.as
│   │   │   │   │   ├── Email.as
│   │   │   │   │   ├── Phone.as
│   │   │   │   │   ├── VCard.as
│   │   │   │   │   └── VCardParser.as
│   │   │   │   ├── images
│   │   │   │   │   ├── BitString.as
│   │   │   │   │   ├── JPGEncoder.as
│   │   │   │   │   └── PNGEncoder.as
│   │   │   │   ├── net
│   │   │   │   │   ├── DynamicURLLoader.as
│   │   │   │   │   ├── IURIResolver.as
│   │   │   │   │   ├── MimeTypeMap.as
│   │   │   │   │   ├── proxies
│   │   │   │   │   │   └── RFC2817Socket.as
│   │   │   │   │   ├── URI.as
│   │   │   │   │   └── URIEncodingBitmap.as
│   │   │   │   ├── protocols
│   │   │   │   │   └── dict
│   │   │   │   │   ├── Database.as
│   │   │   │   │   ├── Definition.as
│   │   │   │   │   ├── Dict.as
│   │   │   │   │   ├── DictionaryServer.as
│   │   │   │   │   ├── events
│   │   │   │   │   │   ├── ConnectedEvent.as
│   │   │   │   │   │   ├── DatabaseEvent.as
│   │   │   │   │   │   ├── DefinitionEvent.as
│   │   │   │   │   │   ├── DefinitionHeaderEvent.as
│   │   │   │   │   │   ├── DictionaryServerEvent.as
│   │   │   │   │   │   ├── DisconnectedEvent.as
│   │   │   │   │   │   ├── ErrorEvent.as
│   │   │   │   │   │   ├── MatchEvent.as
│   │   │   │   │   │   ├── MatchStrategiesEvent.as
│   │   │   │   │   │   └── NoMatchEvent.as
│   │   │   │   │   ├── MatchStrategy.as
│   │   │   │   │   ├── Response.as
│   │   │   │   │   └── util
│   │   │   │   │   ├── CompleteResponseEvent.as
│   │   │   │   │   └── SocketHelper.as
│   │   │   │   ├── serialization
│   │   │   │   │   └── json
│   │   │   │   │   ├── JSON.as
│   │   │   │   │   ├── JSONDecoder.as
│   │   │   │   │   ├── JSONEncoder.as
│   │   │   │   │   ├── JSONParseError.as
│   │   │   │   │   ├── JSONToken.as
│   │   │   │   │   ├── JSONTokenizer.as
│   │   │   │   │   └── JSONTokenType.as
│   │   │   │   ├── utils
│   │   │   │   │   ├── ArrayUtil.as
│   │   │   │   │   ├── DateUtil.as
│   │   │   │   │   ├── DictionaryUtil.as
│   │   │   │   │   ├── IntUtil.as
│   │   │   │   │   ├── NumberFormatter.as
│   │   │   │   │   ├── StringUtil.as
│   │   │   │   │   └── XMLUtil.as
│   │   │   │   └── webapis
│   │   │   │   ├── events
│   │   │   │   │   └── ServiceEvent.as
│   │   │   │   ├── ServiceBase.as
│   │   │   │   └── URLLoaderBase.as
│   │   │   ├── expressInstall.swf
│   │   │   ├── FileUploader.ashx
│   │   │   ├── FileUploaderExcle.ashx
│   │   │   ├── jquery-1.4.2.min.js
│   │   │   ├── jquery.uploadify.v2.1.4.js
│   │   │   ├── jquery.uploadify.v2.1.4.min.js
│   │   │   ├── swfobject.js
│   │   │   ├── uploadify.allglyphs.swf
│   │   │   ├── uploadify.css
│   │   │   ├── uploadify.fla
│   │   │   ├── uploadify.php
│   │   │   └── uploadify.swf
│   │   └── My97DatePicker
│   │   ├── calendar.js
│   │   ├── demo.htm
│   │   ├── lang
│   │   │   ├── en.js
│   │   │   ├── zh-cn.js
│   │   │   └── zh-tw.js
│   │   ├── skin
│   │   │   ├── datePicker.gif
│   │   │   ├── default
│   │   │   │   ├── datepicker.css
│   │   │   │   └── img.gif
│   │   │   ├── WdatePicker.css
│   │   │   └── whyGreen
│   │   │   ├── bg.jpg
│   │   │   ├── datepicker.css
│   │   │   └── img.gif
│   │   ├── WdatePicker.js
│   │   ├── 使用说明.txt
│   │   ├── 国内最大最正规的免费商业源码下载平台.mht
│   │   └── 开发包
│   │   ├── lang
│   │   │   ├── en.js
│   │   │   ├── zh-cn.js
│   │   │   └── zh-tw.js
│   │   ├── readme.txt
│   │   ├── skin
│   │   │   ├── datePicker.gif
│   │   │   ├── default
│   │   │   │   ├── datepicker.css
│   │   │   │   └── img.gif
│   │   │   ├── WdatePicker.css
│   │   │   └── whyGreen
│   │   │   ├── bg.jpg
│   │   │   ├── datepicker.css
│   │   │   └── img.gif
│   │   ├── 使用说明.txt
│   │   └── 国内最大最正规的免费商业源码下载平台.mht
│   ├── Scripts
│   │   ├── jquery.min.js
│   │   ├── jquery.unobtrusive-ajax.min.js
│   │   ├── jquery.validate.js
│   │   ├── jquery.validate.min.js
│   │   ├── jquery.validate.unobtrusive.js
│   │   ├── jquery.validate.unobtrusive.min.js
│   │   ├── jquery.validate-vsdoc.js
│   │   ├── JScriptCommon.js
│   │   └── JScriptIndex.js
│   ├── up
│   │   ├── b.xls
│   │   ├── e1b1865f-29c6-49e5-b41e-8ae2abc6e618.xls
│   │   ├── 使用说明.txt
│   │   └── 国内最大最正规的免费商业源码下载平台.mht
│   ├── Views
│   │   ├── Account
│   │   │   ├── ChangePassword.aspx
│   │   │   ├── Index.aspx
│   │   │   └── NotFound.aspx
│   │   ├── Exception
│   │   │   └── Index.aspx
│   │   ├── FileUploader
│   │   │   ├── Create.aspx
│   │   │   ├── Details.aspx
│   │   │   ├── Edit.aspx
│   │   │   ├── Index.aspx
│   │   │   ├── 使用说明.txt
│   │   │   └── 国内最大最正规的免费商业源码下载平台.mht
│   │   ├── Home
│   │   │   └── Index.aspx
│   │   ├── Shared
│   │   │   ├── Base.Master
│   │   │   ├── Create.Master
│   │   │   ├── Details.Master
│   │   │   ├── Edit.Master
│   │   │   ├── Index.Master
│   │   │   └── ManyTree.Master
│   │   ├── SysDepartment
│   │   │   ├── Create.aspx
│   │   │   ├── Details.aspx
│   │   │   ├── Edit.aspx
│   │   │   ├── Index.aspx
│   │   │   ├── IndexSelf.aspx
│   │   │   ├── 使用说明.txt
│   │   │   └── 国内最大最正规的免费商业源码下载平台.mht
│   │   ├── SysDepartmentTree
│   │   │   └── Index.aspx
│   │   ├── SysException
│   │   │   ├── Create.aspx
│   │   │   ├── Details.aspx
│   │   │   ├── Edit.aspx
│   │   │   └── Index.aspx
│   │   ├── SysField
│   │   │   ├── Create.aspx
│   │   │   ├── Details.aspx
│   │   │   ├── Edit.aspx
│   │   │   ├── Index.aspx
│   │   │   └── IndexSelf.aspx
│   │   ├── SysFieldTree
│   │   │   └── Index.aspx
│   │   ├── SysLog
│   │   │   ├── Create.aspx
│   │   │   ├── Details.aspx
│   │   │   ├── Edit.aspx
│   │   │   └── Index.aspx
│   │   ├── SysMenu
│   │   │   ├── Create.aspx
│   │   │   ├── Details.aspx
│   │   │   ├── Edit.aspx
│   │   │   ├── Index.aspx
│   │   │   └── IndexSelf.aspx
│   │   ├── SysMenuSysRoleSysOperation
│   │   │   ├── Create.aspx
│   │   │   ├── Details.aspx
│   │   │   ├── Edit.aspx
│   │   │   ├── Index.aspx
│   │   │   ├── 使用说明.txt
│   │   │   └── 国内最大最正规的免费商业源码下载平台.mht
│   │   ├── SysMenuTree
│   │   │   └── Index.aspx
│   │   ├── SysOperation
│   │   │   ├── Create.aspx
│   │   │   ├── Details.aspx
│   │   │   ├── Edit.aspx
│   │   │   ├── Index.aspx
│   │   │   ├── IndexSef.aspx
│   │   │   ├── SetSysMenu.aspx
│   │   │   ├── 使用说明.txt
│   │   │   └── 国内最大最正规的免费商业源码下载平台.mht
│   │   ├── SysPerson
│   │   │   ├── Create.aspx
│   │   │   ├── Details.aspx
│   │   │   ├── Edit.aspx
│   │   │   └── Index.aspx
│   │   ├── SysRole
│   │   │   ├── Create.aspx
│   │   │   ├── Details.aspx
│   │   │   ├── Edit.aspx
│   │   │   ├── Index.aspx
│   │   │   └── SetSysMenu.aspx
│   │   ├── Web.config
│   │   ├── 使用说明.txt
│   │   └── 国内最大最正规的免费商业源码下载平台.mht
│   ├── Web.config
│   ├── Web.Debug.config
│   ├── Web.Release.config
│   ├── WF
│   │   ├── Activity1.xaml
│   │   ├── 使用说明.txt
│   │   └── 国内最大最正规的免费商业源码下载平台.mht
│   ├── 使用说明.txt
│   └── 国内最大最正规的免费商业源码下载平台.mht
├── BLL
│   ├── AccountBLL.cs
│   ├── bin
│   │   ├── Debug
│   │   │   ├── BLL.dll
│   │   │   ├── BLL.pdb
│   │   │   ├── Common.dll
│   │   │   ├── Common.pdb
│   │   │   ├── DAL.dll
│   │   │   ├── DAL.pdb
│   │   │   ├── IBLL.dll
│   │   │   └── IBLL.pdb
│   │   └── Release
│   │   ├── BLL.dll
│   │   ├── BLL.pdb
│   │   ├── Common.dll
│   │   ├── Common.pdb
│   │   ├── DAL.dll
│   │   ├── DAL.pdb
│   │   ├── IBLL.dll
│   │   └── IBLL.pdb
│   ├── BLL.csproj
│   ├── BLL.csproj.user
│   ├── FileUploaderBLL.cs
│   ├── Framework
│   │   ├── DataOfDiffrent.cs
│   │   ├── ExceptionsHander.cs
│   │   └── SysFieldHander.cs
│   ├── HomeBLL.cs
│   ├── obj
│   │   ├── Debug
│   │   │   ├── BLL.csproj.FileListAbsolute.txt
│   │   │   ├── BLL.csprojResolveAssemblyReference.cache
│   │   │   ├── BLL.dll
│   │   │   ├── BLL.pdb
│   │   │   └── DesignTimeResolveAssemblyReferencesInput.cache
│   │   └── Release
│   │   ├── BLL.csproj.FileListAbsolute.txt
│   │   ├── BLL.csprojResolveAssemblyReference.cache
│   │   ├── BLL.dll
│   │   ├── BLL.pdb
│   │   └── DesignTimeResolveAssemblyReferencesInput.cache
│   ├── Properties
│   │   └── AssemblyInfo.cs
│   ├── Sys
│   │   └── SysRoleBLL.cs
│   ├── SysDepartmentBLL.cs
│   ├── SysExceptionBLL.cs
│   ├── SysFieldBLL.cs
│   ├── SysLogBLL.cs
│   ├── SysMenuBLL.cs
│   ├── SysMenuSysRoleSysOperationBLL.cs
│   ├── SysOperationBLL.cs
│   ├── SysPersonBLL.cs
│   ├── SysRoleBLL.cs
│   ├── 使用说明.txt
│   └── 国内最大最正规的免费商业源码下载平台.mht
├── Common
│   ├── Account.cs
│   ├── bin
│   │   ├── Debug
│   │   │   ├── Common.dll
│   │   │   └── Common.pdb
│   │   └── Release
│   │   ├── Common.dll
│   │   └── Common.pdb
│   ├── Common.csproj
│   ├── Common.csproj.user
│   ├── EncryptAndDecrypte.cs
│   ├── IP.cs
│   ├── NetSendMail.cs
│   ├── obj
│   │   ├── Debug
│   │   │   ├── Common.csproj.FileListAbsolute.txt
│   │   │   ├── Common.csprojResolveAssemblyReference.cache
│   │   │   ├── Common.dll
│   │   │   ├── Common.pdb
│   │   │   └── DesignTimeResolveAssemblyReferencesInput.cache
│   │   └── Release
│   │   ├── Common.csproj.FileListAbsolute.txt
│   │   ├── Common.csprojResolveAssemblyReference.cache
│   │   ├── Common.dll
│   │   ├── Common.pdb
│   │   └── DesignTimeResolveAssemblyReferencesInput.cache
│   ├── Properties
│   │   └── AssemblyInfo.cs
│   ├── Result.cs
│   ├── Suggestion.cs
│   ├── ValidationError.cs
│   ├── ValueConvert.cs
│   ├── WFHelp.cs
│   ├── 使用说明.txt
│   └── 国内最大最正规的免费商业源码下载平台.mht
├── DAL
│   ├── App.Config
│   ├── bin
│   │   ├── Debug
│   │   │   ├── Common.dll
│   │   │   ├── Common.pdb
│   │   │   ├── DAL.dll
│   │   │   ├── DAL.dll.config
│   │   │   └── DAL.pdb
│   │   └── Release
│   │   ├── Common.dll
│   │   ├── Common.pdb
│   │   ├── DAL.dll
│   │   ├── DAL.dll.config
│   │   └── DAL.pdb
│   ├── DAL.csproj
│   ├── DAL.csproj.user
│   ├── FileUploader.cs
│   ├── FileUploaderRepository.cs
│   ├── Framework
│   │   ├── BaseRepository.cs
│   │   ├── BaseViewRepository.cs
│   │   └── IBaseEntity.cs
│   ├── Model1.Designer.cs
│   ├── Model1.edmx
│   ├── obj
│   │   ├── Debug
│   │   │   ├── DAL.csproj.FileListAbsolute.txt
│   │   │   ├── DAL.csprojResolveAssemblyReference.cache
│   │   │   ├── DAL.dll
│   │   │   ├── DAL.pdb
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   └── TempPE
│   │   │   └── Model1.Designer.cs.dll
│   │   └── Release
│   │   ├── DAL.csproj.FileListAbsolute.txt
│   │   ├── DAL.csprojResolveAssemblyReference.cache
│   │   ├── DAL.dll
│   │   ├── DAL.pdb
│   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   ├── edmxResourcesToEmbed
│   │   │   ├── Model1.csdl
│   │   │   ├── Model1.msl
│   │   │   └── Model1.ssdl
│   │   └── TempPE
│   │   └── Model1.Designer.cs.dll
│   ├── Properties
│   │   └── AssemblyInfo.cs
│   ├── SysDepartment.cs
│   ├── SysDepartmentRepository.cs
│   ├── SysException.cs
│   ├── SysExceptionRepository.cs
│   ├── SysField.cs
│   ├── SysFieldRepository.cs
│   ├── SysLog.cs
│   ├── SysLogRepository.cs
│   ├── SysMenu.cs
│   ├── SysMenuRepository.cs
│   ├── SysMenuSysRoleSysOperation.cs
│   ├── SysMenuSysRoleSysOperationRepository.cs
│   ├── SysOperation.cs
│   ├── SysOperationRepository.cs
│   ├── SysPerson.cs
│   ├── SysPersonRepository.cs
│   ├── SysRole.cs
│   ├── SysRoleRepository.cs
│   ├── 使用说明.txt
│   └── 国内最大最正规的免费商业源码下载平台.mht
├── DB
│   ├── pdm_log.LDF
│   ├── pdm.mdf
│   ├── Sys.pdb
│   ├── Sys.pdm
│   ├── 使用说明.txt
│   ├── 国内最大最正规的免费商业源码下载平台.mht
│   ├── 数据初始化.sql
│   └── 表初始化.sql
├── Document
│   ├── 使用说明.txt
│   ├── 国内最大最正规的免费商业源码下载平台.mht
│   ├── 软件开发编码规范.doc
│   ├── 部分详细设计文档
│   │   ├── ~$3业务逻辑层.doc
│   │   ├── 1架构分析.doc
│   │   ├── 2数据访问层.doc
│   │   ├── 3业务逻辑层.doc
│   │   ├── 4展示层.doc
│   │   ├── 5公共层.doc
│   │   └── 6日志处理.doc
│   ├── 部署图.vsd
│   ├── 需求规格说明书V1.doc
│   └── 页面图.rp
├── IBLL
│   ├── bin
│   │   ├── Debug
│   │   │   ├── Common.dll
│   │   │   ├── Common.pdb
│   │   │   ├── DAL.dll
│   │   │   ├── DAL.pdb
│   │   │   ├── IBLL.dll
│   │   │   └── IBLL.pdb
│   │   └── Release
│   │   ├── Common.dll
│   │   ├── Common.pdb
│   │   ├── DAL.dll
│   │   ├── DAL.pdb
│   │   ├── IBLL.dll
│   │   └── IBLL.pdb
│   ├── IAccountBLL.cs
│   ├── IBLL.csproj
│   ├── IBLL.csproj.user
│   ├── IFileUploaderBLL.cs
│   ├── IHomeBLL.cs
│   ├── ISysDepartmentBLL.cs
│   ├── ISysExceptionBLL.cs
│   ├── ISysFieldBLL.cs
│   ├── ISysFieldHander.cs
│   ├── ISysLogBLL.cs
│   ├── ISysMenuBLL.cs
│   ├── ISysMenuSysRoleSysOperationBLL.cs
│   ├── ISysOperationBLL.cs
│   ├── ISysPersonBLL.cs
│   ├── ISysRoleBLL.cs
│   ├── obj
│   │   ├── Debug
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── IBLL.csproj.FileListAbsolute.txt
│   │   │   ├── IBLL.csprojResolveAssemblyReference.cache
│   │   │   ├── IBLL.dll
│   │   │   └── IBLL.pdb
│   │   └── Release
│   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   ├── IBLL.csproj.FileListAbsolute.txt
│   │   ├── IBLL.csprojResolveAssemblyReference.cache
│   │   ├── IBLL.dll
│   │   └── IBLL.pdb
│   ├── Properties
│   │   └── AssemblyInfo.cs
│   ├── 使用说明.txt
│   └── 国内最大最正规的免费商业源码下载平台.mht
├── ModelingProject
│   ├── Langben.layerdiagram
│   ├── Langben.layerdiagram.layout
│   ├── Langben.layerdiagram.suppressions
│   ├── ModelDefinition
│   │   └── ModelingProject.uml
│   ├── ModelingProject.modelproj
│   ├── 使用说明.txt
│   └── 国内最大最正规的免费商业源码下载平台.mht
├── Solution.sln
├── Solution.suo
├── WcfHost
│   ├── bin
│   │   ├── BLL.dll
│   │   ├── BLL.pdb
│   │   ├── Common.dll
│   │   ├── Common.pdb
│   │   ├── DAL.dll
│   │   ├── DAL.pdb
│   │   ├── IBLL.dll
│   │   ├── IBLL.pdb
│   │   ├── WcfHost.dll
│   │   └── WcfHost.pdb
│   ├── obj
│   │   └── Debug
│   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   ├── WcfHost.csproj.FileListAbsolute.txt
│   │   ├── WcfHost.csprojResolveAssemblyReference.cache
│   │   ├── WcfHost.dll
│   │   └── WcfHost.pdb
│   ├── Properties
│   │   └── AssemblyInfo.cs
│   ├── WcfHost.csproj
│   ├── WcfHost.csproj.user
│   ├── Web.config
│   ├── Web.Debug.config
│   ├── Web.Release.config
│   ├── 使用说明.txt
│   └── 国内最大最正规的免费商业源码下载平台.mht
├── WFActivitys
│   ├── bin
│   │   └── Debug
│   │   ├── DAL.dll
│   │   ├── DAL.pdb
│   │   ├── WFActivitys.dll
│   │   └── WFActivitys.pdb
│   ├── obj
│   │   └── Debug
│   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   ├── WFActivitys.csproj.FileListAbsolute.txt
│   │   ├── WFActivitys.csprojResolveAssemblyReference.cache
│   │   ├── WFActivitys.dll
│   │   └── WFActivitys.pdb
│   ├── Properties
│   │   └── AssemblyInfo.cs
│   ├── WFActivitys.csproj
│   ├── WFActivitys.csproj.user
│   ├── 使用说明.txt
│   └── 国内最大最正规的免费商业源码下载平台.mht
├── WFDesigner
│   ├── app.config
│   ├── App.xaml
│   ├── App.xaml.cs
│   ├── bin
│   │   └── Debug
│   │   ├── Lib
│   │   │   └── Microsoft.VisualStudio.Activities.dll
│   │   ├── template.xaml
│   │   ├── WFActivitys.dll
│   │   ├── WFActivitys.pdb
│   │   ├── WFDesigner.exe
│   │   ├── WFDesigner.exe.config
│   │   ├── WFDesigner.pdb
│   │   ├── WFDesigner.vshost.exe
│   │   ├── WFDesigner.vshost.exe.config
│   │   └── WFDesigner.vshost.exe.manifest
│   ├── CommandView.cs
│   ├── MainViewModel2.cs
│   ├── MainWindow.xaml
│   ├── MainWindow.xaml.cs
│   ├── obj
│   │   └── x86
│   │   └── Debug
│   │   ├── App.g.cs
│   │   ├── App.g.i.cs
│   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   ├── InProcessTempFiles
│   │   │   ├── template.g.cs
│   │   │   ├── template.g.xaml
│   │   │   └── _WFDesigner.g.cs
│   │   ├── MainWindow.baml
│   │   ├── MainWindow.g.cs
│   │   ├── MainWindow.g.i.cs
│   │   ├── template.g.cs
│   │   ├── template.g.i.cs
│   │   ├── template.g.xaml
│   │   ├── TempPE
│   │   │   ├── Properties.Resources.Designer.cs.dll
│   │   │   └── Service References.ServiceReference1.Reference.cs.dll
│   │   ├── WFDesigner_Content.g.cs
│   │   ├── WFDesigner_Content.g.i.cs
│   │   ├── WFDesigner.csproj.FileListAbsolute.txt
│   │   ├── WFDesigner.csproj.GenerateResource.Cache
│   │   ├── WFDesigner.csprojResolveAssemblyReference.cache
│   │   ├── WFDesigner.csproj.XamlGeneratedCodeFileListAbsolute.txt
│   │   ├── WFDesigner.csproj.XamlGeneratedXamlFileListAbsolute.txt
│   │   ├── WFDesigner.exe
│   │   ├── _WFDesigner.g.cs
│   │   ├── WFDesigner.g.resources
│   │   ├── WFDesigner_MarkupCompile.cache
│   │   ├── WFDesigner_MarkupCompile.i.cache
│   │   ├── WFDesigner.pdb
│   │   └── WFDesigner.Properties.Resources.resources
│   ├── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── WFDesigner.csproj
│   ├── WFDesigner.csproj.user
│   ├── XamlClrRef.cs
│   ├── XamlClrReferences.cs
│   ├── 使用说明.txt
│   └── 国内最大最正规的免费商业源码下载平台.mht
├── 国内最大最正规的免费商业源码下载平台.mht
└── 源码说明.txt

210 directories, 1481 files

标签:

实例下载地址

权限管理系统源码 asp.net通用权限管理系统源码

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

第 1 楼 zhchshen 发表于: 2021-04-19 17:41 27
The type or namespace name 'Mvc' does not exist in the namespace 'System.Web' (are you missing an assembly reference?) VS2015 编译报错

支持(0) 盖楼(回复)

发表评论

(您的评论需要经过审核才能显示)

查看所有1条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警