在好例子网,分享、交流、成长!
您当前所在位置:首页C# 开发实例C#语言基础 → 轻量级开发框架源码

轻量级开发框架源码

C#语言基础

下载此实例
  • 开发语言:C#
  • 实例大小:62.37M
  • 下载次数:125
  • 浏览次数:821
  • 发布时间:2021-12-15
  • 实例类别:C#语言基础
  • 发 布 人:aron.guo
  • 文件格式:.zip
  • 所需积分:2

实例介绍

【实例简介】轻量级开发框架源码
【实例截图】from clipboard
【核心代码】.
├── C#轻量级开发框架源码
│   └── code
│       └── Diana0.01
│           ├── Diana.sln
│           ├── Diana.v11.suo
│           ├── Diana.vssscc
│           ├── IDAL
│           │   ├── IRepositoryBase.cs
│           │   ├── IactionEx.cs
│           │   ├── IareaEx.cs
│           │   ├── IarticleEx.cs
│           │   ├── IbackupEx.cs
│           │   ├── IcommonEx.cs
│           │   ├── Idal.csproj
│           │   ├── Idal.csproj.user
│           │   ├── Idal.csproj.vspscc
│           │   ├── IgroupEx.cs
│           │   ├── IorderEx.cs
│           │   ├── IpropertyMappingEx.cs
│           │   ├── IresourceEx.cs
│           │   ├── IroleActionEx.cs
│           │   ├── IroleEx.cs
│           │   ├── IroleResourceEx.cs
│           │   ├── IthreeloginInfoEx.cs
│           │   ├── IuserEx.cs
│           │   ├── IuserGroupEx.cs
│           │   ├── IuserRoleEx.cs
│           │   ├── IworkflowEx.cs
│           │   ├── IworkflowHelper.cs
│           │   ├── IworkflowManager.cs
│           │   ├── IworkflowinstancesEx.cs
│           │   ├── IworkflowinstancetracingsEx.cs
│           │   ├── IworkflownodeEx.cs
│           │   ├── IworkflownodeactionEx.cs
│           │   ├── IworkflownodeoperatorEx.cs
│           │   ├── Properties
│           │   │   └── AssemblyInfo.cs
│           │   ├── bin
│           │   │   ├── Debug
│           │   │   │   ├── Diana.Idal.dll
│           │   │   │   ├── Diana.Idal.pdb
│           │   │   │   ├── Diana.model.dll
│           │   │   │   ├── Diana.model.pdb
│           │   │   │   ├── Diana.mydal.dll
│           │   │   │   ├── Diana.mydal.pdb
│           │   │   │   ├── Ninject.dll
│           │   │   │   ├── TanCertLib.dll
│           │   │   │   └── TanSM2Crypto.dll
│           │   │   └── Release
│           │   │       ├── Diana.Idal.dll
│           │   │       ├── Diana.Idal.pdb
│           │   │       ├── Diana.model.dll
│           │   │       ├── Diana.model.pdb
│           │   │       └── Ninject.dll
│           │   └── obj
│           │       └── Debug
│           │           ├── DesignTimeResolveAssemblyReferencesInput.cache
│           │           ├── Diana.Idal.dll
│           │           ├── Diana.Idal.pdb
│           │           ├── Idal.csproj.CopyComplete
│           │           ├── Idal.csproj.CoreCompileInputs.cache
│           │           ├── Idal.csproj.FileListAbsolute.txt
│           │           ├── Idal.csprojAssemblyReference.cache
│           │           ├── Idal.csprojResolveAssemblyReference.cache
│           │           ├── TempPE
│           │           ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│           │           ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│           │           └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│           ├── Library
│           │   ├── common
│           │   │   ├── DocX.dll
│           │   │   ├── Microsoft.AspNet.SignalR.Client.dll
│           │   │   ├── Microsoft.Practices.ServiceLocation.dll
│           │   │   ├── Microsoft.Practices.Unity.Configuration.dll
│           │   │   ├── Microsoft.Practices.Unity.RegistrationByConvention.dll
│           │   │   ├── Microsoft.Practices.Unity.dll
│           │   │   ├── Newtonsoft.Json.dll
│           │   │   ├── PdfSharp.Charting.dll
│           │   │   ├── PdfSharp.dll
│           │   │   ├── ServiceStack.Common.dll
│           │   │   ├── ServiceStack.Interfaces.dll
│           │   │   ├── ServiceStack.Redis.dll
│           │   │   ├── ServiceStack.Text.dll
│           │   │   ├── SqlSugar.dll
│           │   │   ├── TanCertLib.dll
│           │   │   ├── TanMiniToolSet.dll
│           │   │   ├── TanSM2Crypto.dll
│           │   │   ├── itextsharp.dll
│           │   │   └── 源码说明.txt
│           │   ├── dal
│           │   │   ├── Diana.Idal.dll
│           │   │   ├── Diana.bll.dll
│           │   │   ├── Diana.codedal.dll
│           │   │   ├── Diana.common.dll
│           │   │   ├── Diana.dal.dll
│           │   │   ├── Diana.model.dll
│           │   │   ├── Diana.tool.dll
│           │   │   ├── basedal.dll
│           │   │   └── mydal.dll
│           │   ├── tool
│           │   │   ├── BouncyCastle.Crypto.dll
│           │   │   ├── ICSharpCode.SharpZipLib.dll
│           │   │   ├── Memcached
│           │   │   │   ├── ICSharpCode.SharpZipLib.dll
│           │   │   │   ├── Memcached.ClientLibrary.dll
│           │   │   │   ├── Memcached.ClientLibrary.pdb
│           │   │   │   └── log4net.dll
│           │   │   ├── Microsoft.AspNet.SignalR.Client.dll
│           │   │   ├── Microsoft.Practices.ServiceLocation.dll
│           │   │   ├── Microsoft.Practices.Unity.Configuration.dll
│           │   │   ├── Microsoft.Practices.Unity.dll
│           │   │   ├── MySql.Data.dll
│           │   │   ├── MySqlSugar.dll
│           │   │   ├── NPOI.OOXML.dll
│           │   │   ├── NPOI.OpenXml4Net.dll
│           │   │   ├── NPOI.OpenXmlFormats.dll
│           │   │   ├── NPOI.dll
│           │   │   ├── NVelocity.dll
│           │   │   ├── Newtonsoft.Json.dll
│           │   │   ├── Ninject.dll
│           │   │   ├── ServiceStack.Common.dll
│           │   │   ├── ServiceStack.Interfaces.dll
│           │   │   ├── ServiceStack.Redis.dll
│           │   │   ├── ServiceStack.Text.dll
│           │   │   ├── SqlSugar.dll
│           │   │   ├── TanCertLib.dll
│           │   │   ├── TanMiniToolSet.dll
│           │   │   ├── TanSM2Crypto.dll
│           │   │   ├── itextsharp.dll
│           │   │   ├── log4net.dll
│           │   │   ├── log4net.xml
│           │   │   └── 源码说明.txt
│           │   └── 源码说明.txt
│           ├── Web
│           │   ├── App_Data
│           │   │   ├── Logs_20180113.txt
│           │   │   ├── Logs_20180114.txt
│           │   │   ├── Logs_20180114.txtLogs_20180114.txt
│           │   │   ├── Logs_20180115.txt
│           │   │   ├── Logs_20180116.txt
│           │   │   ├── Logs_20180117.txt
│           │   │   ├── Logs_20180118.txt
│           │   │   ├── Logs_20180119.txt
│           │   │   ├── Logs_20180120.txt
│           │   │   ├── Logs_20180122.txt
│           │   │   ├── Logs_20180123.txt
│           │   │   ├── Logs_20180124.txt
│           │   │   ├── Logs_20180125.txt
│           │   │   ├── Logs_20180126.txt
│           │   │   ├── Logs_20180127.txt
│           │   │   └── Logs_20180128.txt
│           │   ├── Content
│           │   │   └── 源码说明.txt
│           │   ├── Control
│           │   │   ├── ClientsDataControler.cs
│           │   │   ├── IControler.cs
│           │   │   ├── ThreeLoginControler.cs
│           │   │   ├── baseControler.cs
│           │   │   ├── defaultControler.cs
│           │   │   ├── indexControler.cs
│           │   │   ├── loginControler.cs
│           │   │   ├── moduleControler.cs
│           │   │   ├── rbacMsSql
│           │   │   │   ├── actionControler.cs
│           │   │   │   ├── areaControler.cs
│           │   │   │   ├── articleControler.cs
│           │   │   │   ├── backupControler.cs
│           │   │   │   ├── groupControler.cs
│           │   │   │   ├── helpControler.cs
│           │   │   │   ├── orderControler.cs
│           │   │   │   ├── propertymappingControler.cs
│           │   │   │   ├── resourceControler.cs
│           │   │   │   ├── roleControler.cs
│           │   │   │   ├── userControler.cs
│           │   │   │   ├── workflowControler.cs
│           │   │   │   ├── workflowinstancesControler.cs
│           │   │   │   ├── workflowinstancetracingsControler.cs
│           │   │   │   ├── workflownodeControler.cs
│           │   │   │   ├── workflownodeactionControler.cs
│           │   │   │   └── workflownodeoperatorControler.cs
│           │   │   └── selectroleControler.cs
│           │   ├── DAL
│           │   ├── DownFile
│           │   │   ├── backup
│           │   │   ├── excel
│           │   │   ├── pdf
│           │   │   ├── word
│           │   │   └── 源码说明.txt
│           │   ├── GenerationTemplates.ashx
│           │   ├── GenerationTemplates.ashx.cs
│           │   ├── Global.asax
│           │   ├── Global.asax.cs
│           │   ├── Login
│           │   │   ├── CacheLogin.cs
│           │   │   ├── CookieLogin.cs
│           │   │   ├── ILogin.cs
│           │   │   ├── Login.cs
│           │   │   ├── LoginFactory.cs
│           │   │   └── SessionLogin.cs
│           │   ├── Model
│           │   │   ├── AjaxResult.cs
│           │   │   └── Pagination.cs
│           │   ├── Plugin
│           │   │   ├── AreaTree_ParentId.cs
│           │   │   ├── DataConversionHelper.cs
│           │   │   ├── Extend
│           │   │   │   └── Ext.cs
│           │   │   ├── HttpContextDataWrapper.cs
│           │   │   ├── JqGrid
│           │   │   │   ├── JQGridResults.cs
│           │   │   │   └── JqGridHandler.cs
│           │   │   ├── Json
│           │   │   │   └── Json.cs
│           │   │   ├── RescTree_ParentId.cs
│           │   │   ├── Security
│           │   │   │   ├── DESEncrypt.cs
│           │   │   │   └── Md5.cs
│           │   │   ├── VerifyCode.cs
│           │   │   ├── Web
│           │   │   │   └── WebHelper.cs
│           │   │   └── 源码说明.txt
│           │   ├── Properties
│           │   │   └── AssemblyInfo.cs
│           │   ├── TemplateModel
│           │   │   ├── Model
│           │   │   └── 源码说明.txt
│           │   ├── Templates
│           │   │   └── AceTemplate
│           │   │       ├── Html
│           │   │       │   ├── Test.html
│           │   │       │   ├── WorkflowVisualization.html
│           │   │       │   ├── action.html
│           │   │       │   ├── area.html
│           │   │       │   ├── article.html
│           │   │       │   ├── backup.html
│           │   │       │   ├── group.html
│           │   │       │   ├── help.html
│           │   │       │   ├── layer
│           │   │       │   │   ├── Test_layer.html
│           │   │       │   │   ├── action_layer.html
│           │   │       │   │   ├── area_layer.html
│           │   │       │   │   ├── articledetail_layer.html
│           │   │       │   │   ├── articleform_layer.html
│           │   │       │   │   ├── backup_layer.html
│           │   │       │   │   ├── group_layer.html
│           │   │       │   │   ├── helplist_layer.html
│           │   │       │   │   ├── propertymapping_layer.html
│           │   │       │   │   ├── resource_layer.html
│           │   │       │   │   ├── role_action_layer.html
│           │   │       │   │   ├── role_layer.html
│           │   │       │   │   ├── role_resource_layer.html
│           │   │       │   │   ├── user_group_layer.html
│           │   │       │   │   ├── user_layer.html
│           │   │       │   │   ├── user_role_layer.html
│           │   │       │   │   ├── workflow_layer.html
│           │   │       │   │   ├── workflowinstances_layer.html
│           │   │       │   │   ├── workflowinstancetracings_layer.html
│           │   │       │   │   ├── workflownode_layer.html
│           │   │       │   │   ├── workflownodeaction_layer.html
│           │   │       │   │   └── workflownodeoperator_layer.html
│           │   │       │   ├── mailbox.html
│           │   │       │   ├── order.html
│           │   │       │   ├── propertymapping.html
│           │   │       │   ├── resource.html
│           │   │       │   ├── role.html
│           │   │       │   ├── role_action.html
│           │   │       │   ├── role_resource.html
│           │   │       │   ├── user - 副本.html
│           │   │       │   ├── user.html
│           │   │       │   ├── user_group.html
│           │   │       │   ├── user_role.html
│           │   │       │   ├── userinfo.html
│           │   │       │   ├── workflow.html
│           │   │       │   ├── workflowinstances.html
│           │   │       │   ├── workflowinstancetracings.html
│           │   │       │   ├── workflownode.html
│           │   │       │   ├── workflownodeaction.html
│           │   │       │   └── workflownodeoperator.html
│           │   │       ├── default.html
│           │   │       ├── image
│           │   │       ├── index.html
│           │   │       └── js
│           │   │           ├── Test.js
│           │   │           ├── action.js
│           │   │           ├── area.js
│           │   │           ├── article.js
│           │   │           ├── articleform.js
│           │   │           ├── backup.js
│           │   │           ├── common
│           │   │           │   ├── commonjs.js
│           │   │           │   ├── index.js
│           │   │           │   └── 副本 commonjs.js
│           │   │           ├── group.js
│           │   │           ├── helplist.js
│           │   │           ├── order.js
│           │   │           ├── propertymapping.js
│           │   │           ├── resource.js
│           │   │           ├── role.js
│           │   │           ├── role_action.js
│           │   │           ├── role_resource.js
│           │   │           └── user - 副本.js
│           │   ├── bin
│           │   │   ├── BouncyCastle.Crypto.dll
│           │   │   ├── Diana.Idal.dll
│           │   │   ├── Diana.Idal.pdb
│           │   │   ├── Diana.bll.dll
│           │   │   ├── Diana.bll.pdb
│           │   │   ├── Diana.common.dll
│           │   │   ├── Diana.common.dll.config
│           │   │   ├── Diana.common.pdb
│           │   │   ├── Diana.dal.dll
│           │   │   ├── Diana.dal.dll.config
│           │   │   ├── Diana.dal.pdb
│           │   │   ├── Diana.model.dll
│           │   │   ├── Diana.model.pdb
│           │   │   ├── Diana.tool.dll
│           │   │   ├── Diana.tool.pdb
│           │   │   ├── DocX.dll
│           │   │   ├── Memcached.ClientLibrary.dll
│           │   │   ├── Memcached.ClientLibrary.pdb
│           │   │   ├── Microsoft.AspNet.SignalR.Client.dll
│           │   │   ├── Microsoft.AspNet.SignalR.Client.xml
│           │   │   ├── Microsoft.Practices.ServiceLocation.dll
│           │   │   ├── Microsoft.Practices.ServiceLocation.pdb
│           │   │   ├── Microsoft.Practices.ServiceLocation.xml
│           │   │   ├── Microsoft.Practices.Unity.Configuration.dll
│           │   │   ├── Microsoft.Practices.Unity.Configuration.xml
│           │   │   ├── Microsoft.Practices.Unity.RegistrationByConvention.dll
│           │   │   ├── Microsoft.Practices.Unity.dll
│           │   │   ├── Microsoft.Practices.Unity.xml
│           │   │   ├── MySql.Data.dll
│           │   │   ├── MySqlSugar.dll
│           │   │   ├── NPOI.OOXML.dll
│           │   │   ├── NPOI.OpenXml4Net.dll
│           │   │   ├── NPOI.OpenXmlFormats.dll
│           │   │   ├── NPOI.dll
│           │   │   ├── NVelocity.dll
│           │   │   ├── Newtonsoft.Json.dll
│           │   │   ├── Ninject.dll
│           │   │   ├── PdfSharp.Charting.dll
│           │   │   ├── PdfSharp.dll
│           │   │   ├── ServiceStack.Common.dll
│           │   │   ├── ServiceStack.Interfaces.dll
│           │   │   ├── ServiceStack.Redis.dll
│           │   │   ├── ServiceStack.Text.dll
│           │   │   ├── SqlSugar.dll
│           │   │   ├── TanCertLib.dll
│           │   │   ├── TanMiniToolSet.dll
│           │   │   ├── TanSM2Crypto.dll
│           │   │   ├── Unity.Abstractions.dll
│           │   │   ├── Unity.Abstractions.pdb
│           │   │   ├── Web.dll
│           │   │   ├── Web.dll.config
│           │   │   ├── Web.pdb
│           │   │   ├── basedal.dll
│           │   │   ├── basedal.pdb
│           │   │   ├── itextsharp.dll
│           │   │   ├── log4net.dll
│           │   │   ├── log4net.xml
│           │   │   ├── mydal.dll
│           │   │   └── mydal.pdb
│           │   ├── index.ashx
│           │   ├── index.ashx.cs
│           │   └── obj
│           │       └── Debug
│           │           ├── DesignTimeResolveAssemblyReferencesInput.cache
│           │           ├── TempPE
│           │           ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│           │           ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│           │           ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│           │           ├── Web.csproj.CopyComplete
│           │           ├── Web.csproj.CoreCompileInputs.cache
│           │           ├── Web.csproj.FileListAbsolute.txt
│           │           ├── Web.csprojAssemblyReference.cache
│           │           ├── Web.csprojResolveAssemblyReference.cache
│           │           ├── Web.dll
│           │           └── Web.pdb
│           ├── basedal
│           │   ├── IdalCommon.cs
│           │   ├── IocModule.cs
│           │   ├── Properties
│           │   │   ├── AssemblyInfo.cs
│           │   │   └── 源码说明.txt
│           │   ├── basedal.csproj
│           │   ├── basedal.csproj.vspscc
│           │   ├── bin
│           │   │   ├── Debug
│           │   │   │   ├── BouncyCastle.Crypto.dll
│           │   │   │   ├── Diana.Idal.dll
│           │   │   │   ├── Diana.Idal.pdb
│           │   │   │   ├── Diana.common.dll
│           │   │   │   ├── Diana.common.pdb
│           │   │   │   ├── Diana.dal.dll
│           │   │   │   ├── Diana.dal.dll.config
│           │   │   │   ├── Diana.dal.pdb
│           │   │   │   ├── Diana.model.dll
│           │   │   │   ├── Diana.model.pdb
│           │   │   │   ├── Diana.mydal.dll
│           │   │   │   ├── Diana.mydal.pdb
│           │   │   │   ├── Microsoft.AspNet.SignalR.Client.dll
│           │   │   │   ├── Microsoft.AspNet.SignalR.Client.xml
│           │   │   │   ├── Microsoft.Practices.ServiceLocation.dll
│           │   │   │   ├── Microsoft.Practices.ServiceLocation.pdb
│           │   │   │   ├── Microsoft.Practices.ServiceLocation.xml
│           │   │   │   ├── Microsoft.Practices.Unity.Configuration.dll
│           │   │   │   ├── Microsoft.Practices.Unity.Configuration.xml
│           │   │   │   ├── Microsoft.Practices.Unity.dll
│           │   │   │   ├── Microsoft.Practices.Unity.xml
│           │   │   │   ├── NPOI.dll
│           │   │   │   ├── NVelocity.dll
│           │   │   │   ├── Newtonsoft.Json.dll
│           │   │   │   ├── Newtonsoft.Json.xml
│           │   │   │   ├── Ninject.dll
│           │   │   │   ├── ServiceStack.Common.dll
│           │   │   │   ├── ServiceStack.Interfaces.dll
│           │   │   │   ├── ServiceStack.Redis.dll
│           │   │   │   ├── ServiceStack.Text.dll
│           │   │   │   ├── SqlSugar.dll
│           │   │   │   ├── TanCertLib.dll
│           │   │   │   ├── TanMiniToolSet.dll
│           │   │   │   ├── TanSM2Crypto.dll
│           │   │   │   ├── basedal.dll
│           │   │   │   ├── basedal.pdb
│           │   │   │   ├── itextsharp.dll
│           │   │   │   ├── mydal.dll
│           │   │   │   ├── mydal.pdb
│           │   │   │   └── 源码说明.txt
│           │   │   └── Release
│           │   ├── obj
│           │   │   ├── Debug
│           │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│           │   │   │   ├── TempPE
│           │   │   │   │   └── 源码说明.txt
│           │   │   │   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│           │   │   │   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│           │   │   │   ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│           │   │   │   ├── basedal.csproj.CopyComplete
│           │   │   │   ├── basedal.csproj.CoreCompileInputs.cache
│           │   │   │   ├── basedal.csproj.FileListAbsolute.txt
│           │   │   │   ├── basedal.csprojAssemblyReference.cache
│           │   │   │   ├── basedal.csprojResolveAssemblyReference.cache
│           │   │   │   ├── basedal.dll
│           │   │   │   ├── basedal.pdb
│           │   │   │   └── 源码说明.txt
│           │   │   └── 源码说明.txt
│           │   └── 源码说明.txt
│           ├── bll
│           │   ├── AccountsPrincipal.cs
│           │   ├── Properties
│           │   │   ├── AssemblyInfo.cs
│           │   │   └── 源码说明.txt
│           │   ├── SiteIdentity.cs
│           │   ├── UserInfo.cs
│           │   ├── WorkflowVisualization
│           │   │   ├── Node.cs
│           │   │   ├── NodeAction.cs
│           │   │   ├── Path.cs
│           │   │   ├── State.cs
│           │   │   ├── WorkflowPanel.cs
│           │   │   ├── WorkflowVisualizationHelper.cs
│           │   │   ├── WorkflowVisualizationManger.cs
│           │   │   └── 源码说明.txt
│           │   ├── bin
│           │   │   └── Debug
│           │   │       ├── Diana.Idal.dll
│           │   │       ├── Diana.Idal.pdb
│           │   │       ├── Diana.bll.dll
│           │   │       ├── Diana.bll.pdb
│           │   │       ├── Diana.model.dll
│           │   │       ├── Diana.model.pdb
│           │   │       ├── Diana.mydal.dll
│           │   │       ├── Diana.mydal.pdb
│           │   │       ├── Ninject.dll
│           │   │       ├── basedal.dll
│           │   │       └── basedal.pdb
│           │   ├── bll.csproj
│           │   ├── bll.csproj.vspscc
│           │   ├── obj
│           │   │   ├── Debug
│           │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│           │   │   │   ├── Diana.bll.dll
│           │   │   │   ├── Diana.bll.pdb
│           │   │   │   ├── TempPE
│           │   │   │   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│           │   │   │   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│           │   │   │   ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│           │   │   │   ├── bll.csproj.CopyComplete
│           │   │   │   ├── bll.csproj.CoreCompileInputs.cache
│           │   │   │   ├── bll.csproj.FileListAbsolute.txt
│           │   │   │   ├── bll.csprojAssemblyReference.cache
│           │   │   │   └── bll.csprojResolveAssemblyReference.cache
│           │   │   └── 源码说明.txt
│           │   └── 源码说明.txt
│           ├── common
│           │   ├── Cache
│           │   │   ├── Cache.cs
│           │   │   └── ICache.cs
│           │   ├── Cache.Factory
│           │   │   ├── CacheFactory.cs
│           │   │   └── 源码说明.txt
│           │   ├── Cache.Memcached
│           │   │   ├── MemCache.cs
│           │   │   └── 源码说明.txt
│           │   ├── Cache.Redis
│           │   │   ├── Cache.cs
│           │   │   ├── RedisCache.cs
│           │   │   └── RedisConfigInfo.cs
│           │   ├── Log
│           │   │   ├── ILogWriter.cs
│           │   │   ├── Log4NetWriter.cs
│           │   │   ├── LogHelper.cs
│           │   │   ├── SqlServerWriter.cs
│           │   │   └── TextFileWrieter.cs
│           │   ├── Properties
│           │   │   ├── AssemblyInfo.cs
│           │   │   └── 源码说明.txt
│           │   ├── Service References
│           │   │   └── 源码说明.txt
│           │   ├── ThreeLogin
│           │   │   ├── AccessToken.cs
│           │   │   ├── Baidu
│           │   │   │   ├── BaiduAccessToken.cs
│           │   │   │   ├── BaiduUserInfo.cs
│           │   │   │   └── HelpBaidu.cs
│           │   │   ├── BlakTypeEnum.cs
│           │   │   ├── HttpHelp.cs
│           │   │   ├── IThreeLoginHelp.cs
│           │   │   ├── LoginApiHelp.cs
│           │   │   ├── QQ
│           │   │   │   ├── HelpQQ.cs
│           │   │   │   ├── QQAccessToken.cs
│           │   │   │   └── QQUserInfo.cs
│           │   │   ├── ThreeLoginFactory.cs
│           │   │   ├── ThreeLoginHelp.cs
│           │   │   ├── ThreeLoginUserInfo.cs
│           │   │   └── Weibo
│           │   │       ├── HelpWeibo.cs
│           │   │       ├── WeiboAccessToken.cs
│           │   │       └── WeiboUserInfo.cs
│           │   ├── Util
│           │   │   ├── Attributes
│           │   │   │   ├── EntityAttribute.cs
│           │   │   │   └── EnumAttribute.cs
│           │   │   ├── CommonHelper.cs
│           │   │   ├── Comparint.cs
│           │   │   ├── Compress
│           │   │   │   ├── GZip.cs
│           │   │   │   └── 源码说明.txt
│           │   │   ├── Config
│           │   │   │   ├── Config.cs
│           │   │   │   └── 源码说明.txt
│           │   │   ├── Const.cs
│           │   │   ├── DataHelper.cs
│           │   │   ├── Enums
│           │   │   │   └── DataType.cs
│           │   │   ├── File
│           │   │   │   ├── DirFileHelper.cs
│           │   │   │   ├── Excel
│           │   │   │   │   └── ExcelHelper.cs
│           │   │   │   ├── FileDownHelper.cs
│           │   │   │   ├── Pdf
│           │   │   │   │   └── PDFOperation.cs
│           │   │   │   └── 源码说明.txt
│           │   │   ├── HttpMethods.cs
│           │   │   ├── IPLocation.cs
│           │   │   ├── Ioc
│           │   │   │   ├── TinyIoc.cs
│           │   │   │   └── UnityIocHelper.cs
│           │   │   ├── Json.cs
│           │   │   ├── MailHelper.cs
│           │   │   ├── Message
│           │   │   │   ├── DataAccessException.cs
│           │   │   │   ├── ExceptionMessage.cs
│           │   │   │   └── 源码说明.txt
│           │   │   ├── NVelocity
│           │   │   │   ├── VelocityHelper.cs
│           │   │   │   └── 源码说明.txt
│           │   │   ├── Net.cs
│           │   │   ├── Security
│           │   │   │   ├── DESEncrypt.cs
│           │   │   │   └── Md5Helper.cs
│           │   │   ├── Serialize.cs
│           │   │   ├── SignalR
│           │   │   │   ├── SendHubs.cs
│           │   │   │   └── 源码说明.txt
│           │   │   ├── SmsHelper.cs
│           │   │   ├── Str.cs
│           │   │   ├── Sys.cs
│           │   │   ├── Time.cs
│           │   │   ├── ValidateUtil.cs
│           │   │   ├── Web
│           │   │   │   ├── Md5.cs
│           │   │   │   ├── SelectOption.cs
│           │   │   │   ├── VerifyCode.cs
│           │   │   │   └── 源码说明.txt
│           │   │   ├── WebControl
│           │   │   │   ├── AjaxResult.cs
│           │   │   │   ├── Grid
│           │   │   │   │   └── GridColumnModel.cs
│           │   │   │   ├── GridTree
│           │   │   │   │   ├── TreeGrid.cs
│           │   │   │   │   ├── TreeGridEntity.cs
│           │   │   │   │   ├── TreeGridJson.cs
│           │   │   │   │   ├── TreeGridModel.cs
│           │   │   │   │   └── 源码说明.txt
│           │   │   │   ├── Pagination.cs
│           │   │   │   ├── QueryTree.cs
│           │   │   │   ├── Tree
│           │   │   │   │   ├── AcTree.cs
│           │   │   │   │   ├── AreaTree.cs
│           │   │   │   │   ├── DataTableTree.cs
│           │   │   │   │   ├── RescTree.cs
│           │   │   │   │   ├── TreeEntity.cs
│           │   │   │   │   ├── TreeJson.cs
│           │   │   │   │   ├── TreeSelect.cs
│           │   │   │   │   ├── TreeSelectModel.cs
│           │   │   │   │   └── 源码说明.txt
│           │   │   │   └── 源码说明.txt
│           │   │   ├── WebHelper.cs
│           │   │   ├── XmlHelper.cs
│           │   │   └── 源码说明.txt
│           │   ├── Util.Extension
│           │   │   ├── Extensions.Convert.cs
│           │   │   ├── Extensions.DateTime.cs
│           │   │   ├── Extensions.Format.cs
│           │   │   ├── Extensions.Nullable.cs
│           │   │   ├── Extensions.Validate.cs
│           │   │   ├── LinqExtensions.cs
│           │   │   ├── Util
│           │   │   │   ├── Attributes
│           │   │   │   │   ├── EntityAttribute.cs
│           │   │   │   │   └── EnumAttribute.cs
│           │   │   │   ├── CommonHelper.cs
│           │   │   │   ├── Comparint.cs
│           │   │   │   ├── Compress
│           │   │   │   │   └── GZip.cs
│           │   │   │   ├── Config
│           │   │   │   │   └── Config.cs
│           │   │   │   ├── Const.cs
│           │   │   │   ├── DataHelper.cs
│           │   │   │   ├── Enums
│           │   │   │   │   └── DataType.cs
│           │   │   │   ├── File
│           │   │   │   │   ├── DirFileHelper.cs
│           │   │   │   │   ├── Excel
│           │   │   │   │   │   └── ExcelHelper.cs
│           │   │   │   │   ├── FileDownHelper.cs
│           │   │   │   │   └── Pdf
│           │   │   │   │       └── PDFOperation.cs
│           │   │   │   ├── HttpMethods.cs
│           │   │   │   ├── IPLocation.cs
│           │   │   │   ├── Ioc
│           │   │   │   │   ├── TinyIoc.cs
│           │   │   │   │   └── UnityIocHelper.cs
│           │   │   │   ├── Json.cs
│           │   │   │   ├── MailHelper.cs
│           │   │   │   ├── Message
│           │   │   │   │   ├── DataAccessException.cs
│           │   │   │   │   └── ExceptionMessage.cs
│           │   │   │   ├── NVelocity
│           │   │   │   │   └── VelocityHelper.cs
│           │   │   │   ├── Net.cs
│           │   │   │   ├── Security
│           │   │   │   │   ├── DESEncrypt.cs
│           │   │   │   │   └── Md5Helper.cs
│           │   │   │   ├── Serialize.cs
│           │   │   │   ├── SignalR
│           │   │   │   │   └── SendHubs.cs
│           │   │   │   ├── SmsHelper.cs
│           │   │   │   ├── Str.cs
│           │   │   │   ├── Sys.cs
│           │   │   │   ├── Time.cs
│           │   │   │   ├── ValidateUtil.cs
│           │   │   │   ├── WebControl
│           │   │   │   │   ├── AjaxResult.cs
│           │   │   │   │   ├── Grid
│           │   │   │   │   │   └── GridColumnModel.cs
│           │   │   │   │   ├── GridTree
│           │   │   │   │   │   ├── TreeGridEntity.cs
│           │   │   │   │   │   └── TreeGridJson.cs
│           │   │   │   │   ├── Pagination.cs
│           │   │   │   │   ├── QueryTree.cs
│           │   │   │   │   └── Tree
│           │   │   │   │       ├── AcTree.cs
│           │   │   │   │       ├── AreaTree.cs
│           │   │   │   │       ├── RescTree.cs
│           │   │   │   │       ├── TreeEntity.cs
│           │   │   │   │       └── TreeJson.cs
│           │   │   │   ├── WebHelper.cs
│           │   │   │   └── XmlHelper.cs
│           │   │   └── 源码说明.txt
│           │   ├── app.config
│           │   ├── bin
│           │   │   ├── Debug
│           │   │   │   ├── Diana.Idal.dll
│           │   │   │   ├── Diana.Idal.pdb
│           │   │   │   ├── Diana.common.dll
│           │   │   │   ├── Diana.common.dll.config
│           │   │   │   ├── Diana.common.pdb
│           │   │   │   ├── Diana.model.dll
│           │   │   │   ├── Diana.model.pdb
│           │   │   │   ├── Diana.tool.dll
│           │   │   │   ├── Diana.tool.pdb
│           │   │   │   ├── DocX.dll
│           │   │   │   ├── ICSharpCode.SharpZipLib.dll
│           │   │   │   ├── Memcached.ClientLibrary.dll
│           │   │   │   ├── Memcached.ClientLibrary.pdb
│           │   │   │   ├── Microsoft.AspNet.SignalR.Client.dll
│           │   │   │   ├── Microsoft.Practices.ServiceLocation.dll
│           │   │   │   ├── Microsoft.Practices.Unity.Configuration.dll
│           │   │   │   ├── Microsoft.Practices.Unity.RegistrationByConvention.dll
│           │   │   │   ├── Microsoft.Practices.Unity.dll
│           │   │   │   ├── NPOI.dll
│           │   │   │   ├── NVelocity.dll
│           │   │   │   ├── Newtonsoft.Json.dll
│           │   │   │   ├── Ninject.dll
│           │   │   │   ├── PdfSharp.Charting.dll
│           │   │   │   ├── PdfSharp.dll
│           │   │   │   ├── ServiceStack.Common.dll
│           │   │   │   ├── ServiceStack.Interfaces.dll
│           │   │   │   ├── ServiceStack.Redis.dll
│           │   │   │   ├── ServiceStack.Text.dll
│           │   │   │   ├── System.Runtime.CompilerServices.Unsafe.dll
│           │   │   │   ├── System.Runtime.CompilerServices.Unsafe.xml
│           │   │   │   ├── TanMiniToolSet.dll
│           │   │   │   ├── Unity.Abstractions.dll
│           │   │   │   ├── Unity.Abstractions.pdb
│           │   │   │   ├── Unity.Container.dll
│           │   │   │   ├── Unity.Container.pdb
│           │   │   │   ├── basedal.dll
│           │   │   │   ├── basedal.pdb
│           │   │   │   ├── itextsharp.dll
│           │   │   │   ├── log4net.dll
│           │   │   │   └── log4net.xml
│           │   │   ├── Release
│           │   │   │   ├── Diana.Idal.dll
│           │   │   │   ├── Diana.Idal.pdb
│           │   │   │   ├── Diana.common.dll
│           │   │   │   ├── Diana.common.pdb
│           │   │   │   ├── Diana.model.dll
│           │   │   │   ├── Diana.model.pdb
│           │   │   │   ├── DocX.dll
│           │   │   │   ├── Microsoft.AspNet.SignalR.Client.dll
│           │   │   │   ├── Microsoft.AspNet.SignalR.Client.xml
│           │   │   │   ├── Microsoft.Practices.ServiceLocation.dll
│           │   │   │   ├── Microsoft.Practices.ServiceLocation.pdb
│           │   │   │   ├── Microsoft.Practices.ServiceLocation.xml
│           │   │   │   ├── Microsoft.Practices.Unity.Configuration.dll
│           │   │   │   ├── Microsoft.Practices.Unity.Configuration.xml
│           │   │   │   ├── Microsoft.Practices.Unity.RegistrationByConvention.dll
│           │   │   │   ├── Microsoft.Practices.Unity.RegistrationByConvention.xml
│           │   │   │   ├── Microsoft.Practices.Unity.dll
│           │   │   │   ├── Microsoft.Practices.Unity.xml
│           │   │   │   ├── NPOI.dll
│           │   │   │   ├── NVelocity.dll
│           │   │   │   ├── Newtonsoft.Json.dll
│           │   │   │   ├── Newtonsoft.Json.xml
│           │   │   │   ├── Ninject.dll
│           │   │   │   ├── PdfSharp.Charting.dll
│           │   │   │   ├── PdfSharp.dll
│           │   │   │   ├── ServiceStack.Common.dll
│           │   │   │   ├── ServiceStack.Interfaces.dll
│           │   │   │   ├── ServiceStack.Redis.dll
│           │   │   │   ├── ServiceStack.Text.dll
│           │   │   │   ├── basedal.dll
│           │   │   │   ├── basedal.pdb
│           │   │   │   └── itextsharp.dll
│           │   │   └── 源码说明.txt
│           │   ├── common.csproj
│           │   ├── common.csproj.user
│           │   ├── common.csproj.vspscc
│           │   ├── obj
│           │   │   ├── Debug
│           │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│           │   │   │   ├── Diana.common.dll
│           │   │   │   ├── Diana.common.pdb
│           │   │   │   ├── TempPE
│           │   │   │   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│           │   │   │   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│           │   │   │   ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│           │   │   │   ├── common.csproj.CopyComplete
│           │   │   │   ├── common.csproj.CoreCompileInputs.cache
│           │   │   │   ├── common.csproj.FileListAbsolute.txt
│           │   │   │   ├── common.csprojAssemblyReference.cache
│           │   │   │   └── common.csprojResolveAssemblyReference.cache
│           │   │   └── 源码说明.txt
│           │   └── packages.config
│           ├── dal
│           │   ├── App.config
│           │   ├── BouncyCastle.Crypto.dll
│           │   ├── DAL
│           │   │   ├── actionEx.cs
│           │   │   ├── areaEx.cs
│           │   │   ├── articleEx.cs
│           │   │   ├── backupEx.cs
│           │   │   ├── groupEx.cs
│           │   │   ├── orderEx.cs
│           │   │   ├── propertyMappingEx.cs
│           │   │   ├── resourceEx.cs
│           │   │   ├── roleActionEx.cs
│           │   │   ├── roleEx.cs
│           │   │   ├── roleResourceEx.cs
│           │   │   ├── threeloginInfoEx.cs
│           │   │   ├── userEx.cs
│           │   │   ├── userGroupEx.cs
│           │   │   ├── userRoleEx.cs
│           │   │   ├── workflowEx.cs
│           │   │   ├── workflowHelper.cs
│           │   │   ├── workflowManager.cs
│           │   │   ├── workflowinstancesEx.cs
│           │   │   ├── workflowinstancetracingsEx.cs
│           │   │   ├── workflownodeEx.cs
│           │   │   ├── workflownodeactionEx.cs
│           │   │   └── workflownodeoperatorEx.cs
│           │   ├── DalBase.cs
│           │   ├── Properties
│           │   │   ├── AssemblyInfo.cs
│           │   │   └── 源码说明.txt
│           │   ├── RepositoryBase.cs
│           │   ├── SugarDao.cs
│           │   ├── baseSqlDal.cs
│           │   ├── bin
│           │   │   ├── Debug
│           │   │   │   ├── BouncyCastle.Crypto.dll
│           │   │   │   ├── Diana.Idal.dll
│           │   │   │   ├── Diana.Idal.pdb
│           │   │   │   ├── Diana.common.dll
│           │   │   │   ├── Diana.common.pdb
│           │   │   │   ├── Diana.dal.dll
│           │   │   │   ├── Diana.dal.dll.config
│           │   │   │   ├── Diana.dal.pdb
│           │   │   │   ├── Diana.model.dll
│           │   │   │   ├── Diana.model.pdb
│           │   │   │   ├── Diana.mydal.dll
│           │   │   │   ├── Diana.mydal.pdb
│           │   │   │   ├── Microsoft.AspNet.SignalR.Client.dll
│           │   │   │   ├── Microsoft.AspNet.SignalR.Client.xml
│           │   │   │   ├── Microsoft.Practices.ServiceLocation.dll
│           │   │   │   ├── Microsoft.Practices.ServiceLocation.pdb
│           │   │   │   ├── Microsoft.Practices.ServiceLocation.xml
│           │   │   │   ├── Microsoft.Practices.Unity.Configuration.dll
│           │   │   │   ├── Microsoft.Practices.Unity.Configuration.xml
│           │   │   │   ├── Microsoft.Practices.Unity.dll
│           │   │   │   ├── Microsoft.Practices.Unity.xml
│           │   │   │   ├── NPOI.dll
│           │   │   │   ├── NVelocity.dll
│           │   │   │   ├── Newtonsoft.Json.dll
│           │   │   │   ├── Newtonsoft.Json.xml
│           │   │   │   ├── Ninject.dll
│           │   │   │   ├── ServiceStack.Common.dll
│           │   │   │   ├── ServiceStack.Interfaces.dll
│           │   │   │   ├── ServiceStack.Redis.dll
│           │   │   │   ├── ServiceStack.Text.dll
│           │   │   │   ├── SqlSugar.dll
│           │   │   │   ├── TanCertLib.dll
│           │   │   │   ├── TanMiniToolSet.dll
│           │   │   │   ├── TanSM2Crypto.dll
│           │   │   │   ├── basedal.dll
│           │   │   │   ├── basedal.pdb
│           │   │   │   └── itextsharp.dll
│           │   │   └── Release
│           │   │       ├── BouncyCastle.Crypto.dll
│           │   │       ├── Diana.Idal.dll
│           │   │       ├── Diana.Idal.pdb
│           │   │       ├── Diana.common.dll
│           │   │       ├── Diana.common.pdb
│           │   │       ├── Diana.dal.dll
│           │   │       ├── Diana.dal.dll.config
│           │   │       ├── Diana.dal.pdb
│           │   │       ├── Diana.model.dll
│           │   │       ├── Diana.model.pdb
│           │   │       ├── Microsoft.AspNet.SignalR.Client.dll
│           │   │       ├── Microsoft.Practices.ServiceLocation.dll
│           │   │       ├── Microsoft.Practices.Unity.Configuration.dll
│           │   │       ├── Microsoft.Practices.Unity.dll
│           │   │       ├── NPOI.dll
│           │   │       ├── NVelocity.dll
│           │   │       ├── Newtonsoft.Json.dll
│           │   │       ├── Ninject.dll
│           │   │       ├── ServiceStack.Common.dll
│           │   │       ├── ServiceStack.Interfaces.dll
│           │   │       ├── ServiceStack.Redis.dll
│           │   │       ├── ServiceStack.Text.dll
│           │   │       ├── SqlSugar.dll
│           │   │       ├── TanCertLib.dll
│           │   │       ├── TanMiniToolSet.dll
│           │   │       ├── TanSM2Crypto.dll
│           │   │       ├── basedal.dll
│           │   │       ├── basedal.pdb
│           │   │       ├── itextsharp.dll
│           │   │       └── log4net.dll
│           │   ├── commonEx..cs
│           │   ├── copyrightprotectionEx.cs
│           │   ├── dal.csproj
│           │   ├── dal.csproj.vspscc
│           │   ├── dalModule.cs
│           │   ├── obj
│           │   │   ├── Debug
│           │   │   │   ├── BouncyCastle.Crypto.dll
│           │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│           │   │   │   ├── Diana.dal.dll
│           │   │   │   ├── Diana.dal.pdb
│           │   │   │   ├── TempPE
│           │   │   │   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│           │   │   │   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│           │   │   │   ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│           │   │   │   ├── dal.csproj.CopyComplete
│           │   │   │   ├── dal.csproj.CoreCompileInputs.cache
│           │   │   │   ├── dal.csproj.FileListAbsolute.txt
│           │   │   │   ├── dal.csprojAssemblyReference.cache
│           │   │   │   └── dal.csprojResolveAssemblyReference.cache
│           │   │   └── 源码说明.txt
│           │   └── 源码说明.txt
│           ├── model
│           │   ├── Model
│           │   │   ├── action.cs
│           │   │   ├── area.cs
│           │   │   ├── article.cs
│           │   │   ├── backup.cs
│           │   │   ├── group.cs
│           │   │   ├── order.cs
│           │   │   ├── propertymapping.cs
│           │   │   ├── resource.cs
│           │   │   ├── role.cs
│           │   │   ├── role_action.cs
│           │   │   ├── role_resource.cs
│           │   │   ├── threeloginInfo.cs
│           │   │   ├── user.cs
│           │   │   ├── user_group.cs
│           │   │   ├── user_role.cs
│           │   │   ├── workflow.cs
│           │   │   ├── workflowinstances.cs
│           │   │   ├── workflowinstancetracings.cs
│           │   │   ├── workflownode.cs
│           │   │   ├── workflownodeaction.cs
│           │   │   └── workflownodeoperator.cs
│           │   ├── Properties
│           │   │   ├── AssemblyInfo.cs
│           │   │   └── 源码说明.txt
│           │   ├── bin
│           │   │   ├── Debug
│           │   │   │   ├── Diana.model.dll
│           │   │   │   └── Diana.model.pdb
│           │   │   └── Release
│           │   │       ├── Diana.model.dll
│           │   │       └── Diana.model.pdb
│           │   ├── model.csproj
│           │   ├── model.csproj.vspscc
│           │   ├── obj
│           │   │   ├── Debug
│           │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│           │   │   │   ├── Diana.model.dll
│           │   │   │   ├── Diana.model.pdb
│           │   │   │   ├── TempPE
│           │   │   │   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│           │   │   │   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│           │   │   │   ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│           │   │   │   ├── model.csproj.CoreCompileInputs.cache
│           │   │   │   ├── model.csproj.FileListAbsolute.txt
│           │   │   │   ├── model.csprojAssemblyReference.cache
│           │   │   │   └── model.csprojResolveAssemblyReference.cache
│           │   │   └── 源码说明.txt
│           │   └── 源码说明.txt
│           ├── mydal
│           │   ├── DAL
│           │   │   ├── actionEx.cs
│           │   │   ├── areaEx.cs
│           │   │   ├── articleEx.cs
│           │   │   ├── backupEx.cs
│           │   │   ├── groupEx.cs
│           │   │   ├── resourceEx.cs
│           │   │   ├── roleActionEx.cs
│           │   │   ├── roleEx.cs
│           │   │   ├── roleResourceEx.cs
│           │   │   ├── userEx.cs
│           │   │   ├── userGroupEx.cs
│           │   │   ├── userRoleEx.cs
│           │   │   ├── workflowEx.cs
│           │   │   ├── workflowHelper.cs
│           │   │   ├── workflowManager.cs
│           │   │   ├── workflowinstancesEx.cs
│           │   │   ├── workflowinstancetracingsEx.cs
│           │   │   ├── workflownodeEx.cs
│           │   │   ├── workflownodeactionEx.cs
│           │   │   └── workflownodeoperatorEx.cs
│           │   ├── DalBase.cs
│           │   ├── Fakes
│           │   │   └── Diana.model.fakes
│           │   ├── FakesAssemblies
│           │   │   ├── Diana.model.Fakes.dll
│           │   │   ├── Diana.model.Fakes.fakesconfig
│           │   │   ├── Diana.model.Fakes.xml
│           │   │   └── 源码说明.txt
│           │   ├── Properties
│           │   │   ├── AssemblyInfo.cs
│           │   │   └── 源码说明.txt
│           │   ├── RepositoryBase.cs
│           │   ├── SugarDao.cs
│           │   ├── bin
│           │   │   ├── Debug
│           │   │   │   ├── Diana.Idal.dll
│           │   │   │   ├── Diana.Idal.pdb
│           │   │   │   ├── Diana.common.dll
│           │   │   │   ├── Diana.common.pdb
│           │   │   │   ├── Diana.model.Fakes.fakesconfig
│           │   │   │   ├── Diana.model.dll
│           │   │   │   ├── Diana.model.pdb
│           │   │   │   ├── Diana.mydal.dll
│           │   │   │   ├── Diana.mydal.pdb
│           │   │   │   ├── Diana.tool.dll
│           │   │   │   ├── Memcached.ClientLibrary.dll
│           │   │   │   ├── Memcached.ClientLibrary.pdb
│           │   │   │   ├── Microsoft.AspNet.SignalR.Client.dll
│           │   │   │   ├── Microsoft.Practices.ServiceLocation.dll
│           │   │   │   ├── Microsoft.Practices.Unity.Configuration.dll
│           │   │   │   ├── Microsoft.Practices.Unity.dll
│           │   │   │   ├── Microsoft.QualityTools.Testing.Fakes.dll
│           │   │   │   ├── MySql.Data.dll
│           │   │   │   ├── MySqlSugar.dll
│           │   │   │   ├── NPOI.dll
│           │   │   │   ├── NVelocity.dll
│           │   │   │   ├── Newtonsoft.Json.dll
│           │   │   │   ├── Ninject.dll
│           │   │   │   ├── ServiceStack.Common.dll
│           │   │   │   ├── ServiceStack.Interfaces.dll
│           │   │   │   ├── ServiceStack.Redis.dll
│           │   │   │   ├── ServiceStack.Text.dll
│           │   │   │   ├── TanCertLib.dll
│           │   │   │   ├── TanMiniToolSet.dll
│           │   │   │   ├── TanSM2Crypto.dll
│           │   │   │   ├── basedal.dll
│           │   │   │   ├── basedal.pdb
│           │   │   │   ├── itextsharp.dll
│           │   │   │   ├── log4net.dll
│           │   │   │   ├── log4net.xml
│           │   │   │   └── zh-Hans
│           │   │   │       └── Microsoft.QualityTools.Testing.Fakes.resources.dll
│           │   │   ├── Debug.rar
│           │   │   ├── Release
│           │   │   │   ├── BouncyCastle.Crypto.dll
│           │   │   │   ├── Diana.Idal.dll
│           │   │   │   ├── Diana.Idal.pdb
│           │   │   │   ├── Diana.model.Fakes.fakesconfig
│           │   │   │   ├── Diana.model.dll
│           │   │   │   ├── Diana.model.pdb
│           │   │   │   ├── Microsoft.QualityTools.Testing.Fakes.dll
│           │   │   │   ├── MySqlSugar.dll
│           │   │   │   ├── Ninject.dll
│           │   │   │   ├── TanCertLib.dll
│           │   │   │   ├── TanMiniToolSet.dll
│           │   │   │   ├── TanSM2Crypto.dll
│           │   │   │   ├── mydal.dll
│           │   │   │   ├── mydal.pdb
│           │   │   │   ├── zh-Hans
│           │   │   │   │   └── Microsoft.QualityTools.Testing.Fakes.resources.dll
│           │   │   │   └── 源码说明.txt
│           │   │   └── 源码说明.txt
│           │   ├── commonEx..cs
│           │   ├── mydal.csproj
│           │   ├── mydal.csproj.vspscc
│           │   ├── mydalModule.cs
│           │   ├── obj
│           │   │   ├── Debug
│           │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│           │   │   │   ├── Diana.mydal.dll
│           │   │   │   ├── Diana.mydal.pdb
│           │   │   │   ├── Fakes
│           │   │   │   │   ├── d
│           │   │   │   │   │   ├── b
│           │   │   │   │   │   │   ├── Diana.model.Fakes.dll
│           │   │   │   │   │   │   ├── Diana.model.Fakes.pdb
│           │   │   │   │   │   │   ├── Diana.model.Fakes.xml
│           │   │   │   │   │   │   ├── Diana.model.dll
│           │   │   │   │   │   │   ├── Diana.model.pdb
│           │   │   │   │   │   │   ├── Microsoft.QualityTools.Testing.Fakes.dll
│           │   │   │   │   │   │   └── zh-Hans
│           │   │   │   │   │   │       └── Microsoft.QualityTools.Testing.Fakes.resources.dll
│           │   │   │   │   │   ├── f.ah
│           │   │   │   │   │   ├── f.ch
│           │   │   │   │   │   ├── f.cs
│           │   │   │   │   │   ├── f.csproj
│           │   │   │   │   │   ├── f.fakes
│           │   │   │   │   │   ├── f.fakesconfig
│           │   │   │   │   │   └── o
│           │   │   │   │   │       ├── Diana.model.Fakes.dll
│           │   │   │   │   │       ├── Diana.model.Fakes.pdb
│           │   │   │   │   │       ├── f.csproj.FileListAbsolute.txt
│           │   │   │   │   │       └── f.csprojResolveAssemblyReference.cache
│           │   │   │   │   └── fakes.args
│           │   │   │   ├── TempPE
│           │   │   │   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│           │   │   │   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│           │   │   │   ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│           │   │   │   ├── mydal.csproj.CoreCompileInputs.cache
│           │   │   │   ├── mydal.csproj.FileListAbsolute.txt
│           │   │   │   ├── mydal.csprojAssemblyReference.cache
│           │   │   │   ├── mydal.csprojFakesResolveAssemblyReference.cache
│           │   │   │   └── mydal.csprojResolveAssemblyReference.cache
│           │   │   └── 源码说明.txt
│           │   └── 源码说明.txt
│           ├── packages
│           │   ├── System.Runtime.CompilerServices.Unsafe.4.5.2
│           │   │   ├── LICENSE.TXT
│           │   │   ├── System.Runtime.CompilerServices.Unsafe.4.5.2.nupkg
│           │   │   ├── THIRD-PARTY-NOTICES.TXT
│           │   │   ├── lib
│           │   │   │   ├── netcoreapp2.0
│           │   │   │   │   ├── System.Runtime.CompilerServices.Unsafe.dll
│           │   │   │   │   └── System.Runtime.CompilerServices.Unsafe.xml
│           │   │   │   ├── netstandard1.0
│           │   │   │   │   ├── System.Runtime.CompilerServices.Unsafe.dll
│           │   │   │   │   └── System.Runtime.CompilerServices.Unsafe.xml
│           │   │   │   └── netstandard2.0
│           │   │   │       ├── System.Runtime.CompilerServices.Unsafe.dll
│           │   │   │       └── System.Runtime.CompilerServices.Unsafe.xml
│           │   │   ├── ref
│           │   │   │   ├── netstandard1.0
│           │   │   │   │   ├── System.Runtime.CompilerServices.Unsafe.dll
│           │   │   │   │   └── System.Runtime.CompilerServices.Unsafe.xml
│           │   │   │   └── netstandard2.0
│           │   │   │       ├── System.Runtime.CompilerServices.Unsafe.dll
│           │   │   │       └── System.Runtime.CompilerServices.Unsafe.xml
│           │   │   ├── useSharedDesignerContext.txt
│           │   │   └── version.txt
│           │   └── Unity.5.11.10
│           │       ├── Unity.5.11.10.nupkg
│           │       └── lib
│           │           ├── net40
│           │           │   ├── Unity.Abstractions.dll
│           │           │   ├── Unity.Abstractions.pdb
│           │           │   ├── Unity.Container.dll
│           │           │   └── Unity.Container.pdb
│           │           ├── net45
│           │           │   ├── Unity.Abstractions.dll
│           │           │   ├── Unity.Abstractions.pdb
│           │           │   ├── Unity.Container.dll
│           │           │   └── Unity.Container.pdb
│           │           ├── net46
│           │           │   ├── Unity.Abstractions.dll
│           │           │   ├── Unity.Abstractions.pdb
│           │           │   ├── Unity.Container.dll
│           │           │   └── Unity.Container.pdb
│           │           ├── net47
│           │           │   ├── Unity.Abstractions.dll
│           │           │   ├── Unity.Abstractions.pdb
│           │           │   ├── Unity.Container.dll
│           │           │   └── Unity.Container.pdb
│           │           ├── net48
│           │           │   ├── Unity.Abstractions.dll
│           │           │   ├── Unity.Abstractions.pdb
│           │           │   ├── Unity.Container.dll
│           │           │   └── Unity.Container.pdb
│           │           ├── netcoreapp1.0
│           │           │   ├── Unity.Abstractions.dll
│           │           │   ├── Unity.Abstractions.pdb
│           │           │   ├── Unity.Container.dll
│           │           │   └── Unity.Container.pdb
│           │           ├── netcoreapp2.0
│           │           │   ├── Unity.Abstractions.dll
│           │           │   ├── Unity.Abstractions.pdb
│           │           │   ├── Unity.Container.dll
│           │           │   └── Unity.Container.pdb
│           │           ├── netcoreapp3.0
│           │           │   ├── Unity.Abstractions.dll
│           │           │   ├── Unity.Abstractions.pdb
│           │           │   ├── Unity.Container.dll
│           │           │   └── Unity.Container.pdb
│           │           ├── netstandard1.0
│           │           │   ├── Unity.Abstractions.dll
│           │           │   ├── Unity.Abstractions.pdb
│           │           │   ├── Unity.Container.dll
│           │           │   └── Unity.Container.pdb
│           │           └── netstandard2.0
│           │               ├── Unity.Abstractions.dll
│           │               ├── Unity.Abstractions.pdb
│           │               ├── Unity.Container.dll
│           │               └── Unity.Container.pdb
│           └── tool
│               ├── Cache
│               │   ├── Cache.cs
│               │   ├── CacheFactory.cs
│               │   └── ICache.cs
│               ├── Common.cs
│               ├── Configs
│               │   ├── Configs.cs
│               │   └── DBConnection.cs
│               ├── Excel
│               │   ├── ExcelHelper.cs
│               │   └── NPOIExcel.cs
│               ├── Extend
│               │   ├── Ext.Convert.cs
│               │   ├── Ext.DateTime.cs
│               │   ├── Ext.Format.cs
│               │   ├── ExtLinq.SortBy.cs
│               │   ├── ExtLinq.cs
│               │   ├── ExtList.Comparint.cs
│               │   ├── ExtList.cs
│               │   └── ExtTable.cs
│               ├── File
│               │   ├── FileDownHelper.cs
│               │   └── FileHelper.cs
│               ├── GZip.cs
│               ├── Json
│               │   └── Json.cs
│               ├── Licence.cs
│               ├── Log
│               │   ├── Log.cs
│               │   └── LogFactory.cs
│               ├── Mail
│               │   └── MailHelper.cs
│               ├── Net
│               │   ├── HttpMethods.cs
│               │   └── Net.cs
│               ├── Operator
│               │   ├── OperatorModel.cs
│               │   └── OperatorProvider.cs
│               ├── Properties
│               │   └── AssemblyInfo.cs
│               ├── Security
│               │   ├── DESEncrypt.cs
│               │   └── Md5.cs
│               ├── Serialize.cs
│               ├── Validate
│               │   └── Validate.cs
│               ├── VerifyCode.cs
│               ├── Web
│               │   ├── AjaxResult.cs
│               │   ├── Pagination.cs
│               │   ├── Tree
│               │   │   ├── TreeSelect.cs
│               │   │   └── TreeSelectModel.cs
│               │   ├── TreeGrid
│               │   │   ├── TreeGrid.cs
│               │   │   └── TreeGridModel.cs
│               │   ├── TreeQuery.cs
│               │   ├── TreeView
│               │   │   ├── TreeView.cs
│               │   │   ├── TreeViewModel.cs
│               │   │   └── 源码说明.txt
│               │   └── WebHelper.cs
│               ├── bin
│               │   ├── Debug
│               │   │   ├── Diana.tool.dll
│               │   │   ├── Diana.tool.pdb
│               │   │   ├── ICSharpCode.SharpZipLib.dll
│               │   │   ├── MySql.Data.dll
│               │   │   ├── NPOI.OOXML.dll
│               │   │   ├── NPOI.OpenXml4Net.dll
│               │   │   ├── NPOI.OpenXmlFormats.dll
│               │   │   ├── NPOI.dll
│               │   │   ├── Newtonsoft.Json.dll
│               │   │   ├── log4net.dll
│               │   │   └── log4net.xml
│               │   └── Release
│               │       ├── Diana.tool.dll
│               │       ├── Diana.tool.pdb
│               │       ├── ICSharpCode.SharpZipLib.dll
│               │       ├── MySql.Data.dll
│               │       ├── NPOI.OOXML.dll
│               │       ├── NPOI.OOXML.xml
│               │       ├── NPOI.OpenXml4Net.dll
│               │       ├── NPOI.OpenXml4Net.xml
│               │       ├── NPOI.OpenXmlFormats.dll
│               │       ├── NPOI.dll
│               │       ├── NPOI.xml
│               │       ├── Newtonsoft.Json.dll
│               │       ├── Newtonsoft.Json.xml
│               │       ├── log4net.dll
│               │       └── log4net.xml
│               ├── obj
│               │   └── Debug
│               │       ├── DesignTimeResolveAssemblyReferencesInput.cache
│               │       ├── Diana.tool.dll
│               │       ├── Diana.tool.pdb
│               │       ├── TempPE
│               │       ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│               │       ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│               │       ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│               │       ├── tool.csproj.CopyComplete
│               │       ├── tool.csproj.CoreCompileInputs.cache
│               │       ├── tool.csproj.FileListAbsolute.txt
│               │       ├── tool.csprojAssemblyReference.cache
│               │       └── tool.csprojResolveAssemblyReference.cache
│               ├── tool.csproj
│               ├── tool.csproj.user
│               └── tool.csproj.vspscc
└── 好例子网_C#轻量级开发框架源码.zip

200 directories, 1087 files


实例下载地址

轻量级开发框架源码

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

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

网友评论

发表评论

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

查看所有2条评论>>

小贴士

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

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

关于好例子网

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

;
报警