在好例子网,分享、交流、成长!
您当前所在位置:首页C# 开发实例C#语言基础 → ASP.NET低代码开发平台源码

ASP.NET低代码开发平台源码

C#语言基础

下载此实例
  • 开发语言:C#
  • 实例大小:12.48M
  • 下载次数:77
  • 浏览次数:682
  • 发布时间:2022-12-08
  • 实例类别:C#语言基础
  • 发 布 人:jsyangfei
  • 文件格式:.rar
  • 所需积分:2

实例介绍

【实例简介】ASP.NET低代码开发平台源码

低代码开发平台

低代码开发平台框架主要用于B/S架构的应用系统及网站开发,本身并没有高精尖技术,一切从提高开发效率、降低开发门槛的角度出发设计。
框架主要的特点就是实现最大程度的自动化,开发者不用关心数据的增删改查如何去实现,框架提供一套在线的开发平台,在开发平台进行定义后,系统读取定义的配置实现程序功能,
开发者要做的事主要是前端的修改及信息入库后的处理(如:产生新信息、计算、汇总、审批等特殊处理),从而提高开发效率。

框架特点:
轻量、简单、高效、安全、稳定。

使用框架的优势:
1.统一开发标准。
2.提高开发效率、降低开发周期及人员需求。
3.逐步形成自己的项目资源库并在新项目中重用。
4.代码量小,中大型项目尤为明显,方便后续维护升级。
5.简单易用,在线配置即可完成常规模块的开发,降低开发门槛,提高开发效率。
6.卓越的性能表现。
7.支持系统在线开发、维护。
8.灵活的自定义让框架能适应更多场景成为可能。
9.支持传统asp.net及MVC。
10.提供基础的角色权限。
11.提供简单的审批流程设置。
12.提供DEMO,方便学习和展示框架功能特点。
13.图像文件自动压缩处理功能。
14.丰富的数据编辑组件。


项目版本:VS2012 ,数据库版本:SQL2008
公开框架,所以默认帐号、密码、目录结构等信息也是公开的,为保证系统安全性,请务必注意以下内容修改。
1.修改管理员默认用户名、密码。
2.Manage文件夹为开发平台,实际项目开发完成后可考虑不上传些文件夹。如需在网络上开启,请重命名该文件夹。
3.Application文件夹为运行平台,实际项目请重命名该文件夹。
4.Examples文件夹为框架学习示例,实际项目可以整个文件夹删除。
5.参数安全性检查统一写成一个通用函数放在Global下,请求产生时调用验证。可根据需要进行完善。
6.数据库打开及关闭默认放在Global下统一打开和关闭,使用比较方便。但如果访问量大的站建议需要用到数据库时再打开,用完关闭。
7.系统默认用户名:eketeam 密码:123456 可登录开发平台和管理系统。
8.数据库还原后,记得修改web.config连接字符串

源码类型: B/S开发环境: VS2012 SQL2008开发语言: C#

【实例截图】

from clipboard

【核心代码】

.
├── ASP.NET低代码开发平台源码
│   ├── DataBase
│   │   └── eFrameWork.bak
│   ├── eFrameWork
│   │   ├── AppFrame
│   │   │   ├── Custom.aspx
│   │   │   ├── Custom.aspx.cs
│   │   │   ├── Default.aspx
│   │   │   ├── Default.aspx.cs
│   │   │   ├── Home.aspx
│   │   │   ├── Home.aspx.cs
│   │   │   ├── Login.aspx
│   │   │   ├── Login.aspx.cs
│   │   │   ├── LoginOut.aspx
│   │   │   ├── LoginOut.aspx.cs
│   │   │   ├── Main.Master
│   │   │   ├── Main.Master.cs
│   │   │   ├── Menu.ascx
│   │   │   ├── Menu.ascx.cs
│   │   │   ├── Model.aspx
│   │   │   ├── Model.aspx.cs
│   │   │   ├── ModifyPass.aspx
│   │   │   ├── ModifyPass.aspx.cs
│   │   │   ├── UserInfo.aspx
│   │   │   ├── UserInfo.aspx.cs
│   │   │   ├── images
│   │   │   │   ├── eFrameTab_bar_cur.png
│   │   │   │   ├── eFrameTab_bar_def.png
│   │   │   │   ├── eFrameTab_bg.png
│   │   │   │   ├── eFrameTab_close.png
│   │   │   │   ├── eFrameTab_close_cur.gif
│   │   │   │   └── eFrameTab_close_cur.png
│   │   │   └── style.css
│   │   ├── AppMobile
│   │   │   ├── AutoLogin.aspx
│   │   │   ├── AutoLogin.aspx.cs
│   │   │   ├── Custom.aspx
│   │   │   ├── Custom.aspx.cs
│   │   │   ├── Default.aspx
│   │   │   ├── Default.aspx.cs
│   │   │   ├── Home.aspx
│   │   │   ├── Home.aspx.cs
│   │   │   ├── Login.aspx
│   │   │   ├── Login.aspx.cs
│   │   │   ├── LoginOut.aspx
│   │   │   ├── LoginOut.aspx.cs
│   │   │   ├── Main.Master
│   │   │   ├── Main.Master.cs
│   │   │   ├── Menu.ascx
│   │   │   ├── Menu.ascx.cs
│   │   │   ├── Model.aspx
│   │   │   ├── Model.aspx.cs
│   │   │   ├── ToolMenu.ascx
│   │   │   ├── ToolMenu.ascx.cs
│   │   │   ├── app_Desk.aspx
│   │   │   ├── app_Desk.aspx.cs
│   │   │   ├── app_Home.aspx
│   │   │   ├── app_Home.aspx.cs
│   │   │   ├── app_ModifyPass.aspx
│   │   │   ├── app_ModifyPass.aspx.cs
│   │   │   ├── app_Statistics.aspx
│   │   │   ├── app_Statistics.aspx.cs
│   │   │   ├── app_UserCenter.aspx
│   │   │   ├── app_UserCenter.aspx.cs
│   │   │   ├── app_UserInfo.aspx
│   │   │   ├── app_UserInfo.aspx.cs
│   │   │   ├── images
│   │   │   │   ├── UserCenter_bg.png
│   │   │   │   ├── code.png
│   │   │   │   ├── icon-1.png
│   │   │   │   ├── icon-2.png
│   │   │   │   ├── icon-out.png
│   │   │   │   ├── icon1.png
│   │   │   │   ├── icon2.png
│   │   │   │   ├── icon3.png
│   │   │   │   ├── menu.png
│   │   │   │   ├── msg.png
│   │   │   │   ├── pass.png
│   │   │   │   ├── step1.png
│   │   │   │   ├── step2.png
│   │   │   │   ├── tel.png
│   │   │   │   ├── touch-icon.png
│   │   │   │   └── user.png
│   │   │   ├── js
│   │   │   │   ├── common.js
│   │   │   │   └── fastclick.js
│   │   │   └── style.css
│   │   ├── AppOld
│   │   │   ├── Custom.aspx
│   │   │   ├── Custom.aspx.cs
│   │   │   ├── Default.aspx
│   │   │   ├── Default.aspx.cs
│   │   │   ├── Head.ascx
│   │   │   ├── Head.ascx.cs
│   │   │   ├── Home.aspx
│   │   │   ├── Home.aspx.cs
│   │   │   ├── Login.aspx
│   │   │   ├── Login.aspx.cs
│   │   │   ├── LoginOut.aspx
│   │   │   ├── LoginOut.aspx.cs
│   │   │   ├── Main.Master
│   │   │   ├── Main.Master.cs
│   │   │   ├── MainNone.Master
│   │   │   ├── MainNone.Master.cs
│   │   │   ├── Menu.ascx
│   │   │   ├── Menu.ascx.cs
│   │   │   ├── Model.aspx
│   │   │   ├── Model.aspx.cs
│   │   │   ├── ModifyPass.aspx
│   │   │   ├── ModifyPass.aspx.cs
│   │   │   ├── SiteInfo.aspx
│   │   │   ├── SiteInfo.aspx.cs
│   │   │   ├── UserInfo.aspx
│   │   │   ├── UserInfo.aspx.cs
│   │   │   ├── getDate.ascx
│   │   │   ├── getDate.ascx.cs
│   │   │   ├── getDate.aspx
│   │   │   ├── getDate.aspx.cs
│   │   │   └── style.css
│   │   ├── AppWebAPI
│   │   │   ├── Model.aspx
│   │   │   ├── Model.aspx.cs
│   │   │   ├── Test.aspx
│   │   │   ├── Test.aspx.cs
│   │   │   ├── Test1.aspx
│   │   │   ├── Test1.aspx.cs
│   │   │   ├── Test2.aspx
│   │   │   ├── Test2.aspx.cs
│   │   │   ├── getToKen.aspx
│   │   │   └── getToKen.aspx.cs
│   │   ├── App_Code
│   │   │   ├── Common.cs
│   │   │   ├── CustomMenu.cs
│   │   │   ├── Customs.cs
│   │   │   └── eFHelper.cs
│   │   ├── Application
│   │   │   ├── Custom.aspx
│   │   │   ├── Custom.aspx.cs
│   │   │   ├── Default.aspx
│   │   │   ├── Default.aspx.cs
│   │   │   ├── DictionariesInt.aspx
│   │   │   ├── DictionariesInt.aspx.cs
│   │   │   ├── Head.ascx
│   │   │   ├── Head.ascx.cs
│   │   │   ├── Home.aspx
│   │   │   ├── Home.aspx.cs
│   │   │   ├── Login.aspx
│   │   │   ├── Login.aspx.cs
│   │   │   ├── LoginOut.aspx
│   │   │   ├── LoginOut.aspx.cs
│   │   │   ├── Main.Master
│   │   │   ├── Main.Master.cs
│   │   │   ├── MainNone.Master
│   │   │   ├── MainNone.Master.cs
│   │   │   ├── Menu.ascx
│   │   │   ├── Menu.ascx.cs
│   │   │   ├── Model.aspx
│   │   │   ├── Model.aspx.cs
│   │   │   ├── ModifyPass.aspx
│   │   │   ├── ModifyPass.aspx.cs
│   │   │   ├── SiteInfo.aspx
│   │   │   ├── SiteInfo.aspx.cs
│   │   │   ├── UserInfo.aspx
│   │   │   ├── UserInfo.aspx.cs
│   │   │   ├── loginbg.png
│   │   │   └── style.css
│   │   ├── Customs
│   │   │   ├── Accessorys.aspx
│   │   │   ├── Accessorys.aspx.cs
│   │   │   ├── Dictionaries.aspx
│   │   │   ├── Dictionaries.aspx.cs
│   │   │   ├── Execute.aspx
│   │   │   ├── Execute.aspx.cs
│   │   │   ├── Model.aspx
│   │   │   ├── Model.aspx.cs
│   │   │   ├── ModelSimple.aspx
│   │   │   ├── ModelSimple.aspx.cs
│   │   │   ├── Organizationals.aspx
│   │   │   ├── Organizationals.aspx.cs
│   │   │   ├── PartMore.aspx
│   │   │   ├── PartMore.aspx.cs
│   │   │   ├── PartOne.aspx
│   │   │   ├── PartOne.aspx.cs
│   │   │   ├── Persons.aspx
│   │   │   ├── Persons.aspx.cs
│   │   │   ├── ReportControl.aspx
│   │   │   ├── ReportControl.aspx.cs
│   │   │   ├── SystemUpdate.aspx
│   │   │   ├── SystemUpdate.aspx.cs
│   │   │   └── base
│   │   │       ├── AppRolePower.aspx
│   │   │       ├── AppRolePower.aspx.cs
│   │   │       ├── AppUserPower.aspx
│   │   │       ├── AppUserPower.aspx.cs
│   │   │       ├── CheckUp.aspx
│   │   │       ├── CheckUp.aspx.cs
│   │   │       ├── CheckupRecords.aspx
│   │   │       ├── CheckupRecords.aspx.cs
│   │   │       ├── ExcelImport.aspx
│   │   │       ├── ExcelImport.aspx.cs
│   │   │       ├── FileSelect.aspx
│   │   │       └── FileSelect.aspx.cs
│   │   ├── Default.aspx
│   │   ├── Default.aspx.cs
│   │   ├── Error
│   │   │   ├── 404.html
│   │   │   ├── 500.html
│   │   │   ├── execute.html
│   │   │   ├── images
│   │   │   │   ├── 404.jpg
│   │   │   │   ├── 500.jpg
│   │   │   │   ├── bg.jpg
│   │   │   │   ├── execute.jpg
│   │   │   │   └── other.jpg
│   │   │   ├── log
│   │   │   └── other.html
│   │   ├── Examples
│   │   │   ├── Default.aspx
│   │   │   ├── Default.aspx.cs
│   │   │   ├── LoadAction.aspx
│   │   │   ├── LoadAction.aspx.cs
│   │   │   ├── Main.Master
│   │   │   ├── Main.Master.cs
│   │   │   ├── Menu.ascx
│   │   │   ├── Menu.ascx.cs
│   │   │   ├── Multiple.aspx
│   │   │   ├── Multiple.aspx.cs
│   │   │   ├── Report.aspx
│   │   │   ├── Report.aspx.cs
│   │   │   ├── eClient.aspx
│   │   │   ├── eClient.aspx.cs
│   │   │   ├── eDataContent.aspx
│   │   │   ├── eDataContent.aspx.cs
│   │   │   ├── eDataTable.aspx
│   │   │   ├── eDataTable.aspx.cs
│   │   │   ├── eDataView.aspx
│   │   │   ├── eDataView.aspx.cs
│   │   │   ├── eForm.aspx
│   │   │   ├── eForm.aspx.cs
│   │   │   ├── eFormA.aspx
│   │   │   ├── eFormA.aspx.cs
│   │   │   ├── eFormControl.aspx
│   │   │   ├── eFormControl.aspx.cs
│   │   │   ├── eJson.aspx
│   │   │   ├── eJson.aspx.cs
│   │   │   ├── eList.aspx
│   │   │   ├── eList.aspx.cs
│   │   │   ├── eListControl.aspx
│   │   │   ├── eListControl.aspx.cs
│   │   │   ├── eOleDB.aspx
│   │   │   ├── eOleDB.aspx.cs
│   │   │   ├── eOrderby.aspx
│   │   │   ├── eOrderby.aspx.cs
│   │   │   ├── ePicture.aspx
│   │   │   ├── ePicture.aspx.cs
│   │   │   ├── eSearchControl.aspx
│   │   │   ├── eSearchControl.aspx.cs
│   │   │   ├── eTable.aspx
│   │   │   ├── eTable.aspx.cs
│   │   │   ├── eUser.aspx
│   │   │   ├── eUser.aspx.cs
│   │   │   ├── easyUIDataGrid.aspx
│   │   │   ├── easyUIDataGrid.aspx.cs
│   │   │   ├── easyUIDataGridSearch.aspx
│   │   │   ├── easyUIDataGridSearch.aspx.cs
│   │   │   ├── images
│   │   │   │   ├── pic.bmp
│   │   │   │   └── pic.jpg
│   │   │   └── style.css
│   │   ├── Global.asax
│   │   ├── Global.asax.cs
│   │   ├── Images
│   │   │   ├── Building.jpg
│   │   │   ├── add.png
│   │   │   ├── close.gif
│   │   │   ├── copy_url.gif
│   │   │   ├── copyurl.gif
│   │   │   ├── del.png
│   │   │   ├── excel.png
│   │   │   ├── file.gif
│   │   │   ├── folder.gif
│   │   │   ├── head.png
│   │   │   ├── ico
│   │   │   │   ├── bmp.gif
│   │   │   │   ├── cab.gif
│   │   │   │   ├── chm.gif
│   │   │   │   ├── csv.gif
│   │   │   │   ├── doc.gif
│   │   │   │   ├── dot.gif
│   │   │   │   ├── gif.gif
│   │   │   │   ├── hlp.gif
│   │   │   │   ├── jpeg.gif
│   │   │   │   ├── jpg.gif
│   │   │   │   ├── mbk.gif
│   │   │   │   ├── mdb.gif
│   │   │   │   ├── mid.gif
│   │   │   │   ├── pdf.gif
│   │   │   │   ├── pic.gif
│   │   │   │   ├── png.gif
│   │   │   │   ├── ppt.gif
│   │   │   │   ├── psd.gif
│   │   │   │   ├── rar.gif
│   │   │   │   ├── rm.gif
│   │   │   │   ├── rtf.gif
│   │   │   │   ├── swf.gif
│   │   │   │   ├── tif.gif
│   │   │   │   ├── txt.gif
│   │   │   │   ├── unknown.gif
│   │   │   │   ├── wma.gif
│   │   │   │   ├── xls.gif
│   │   │   │   ├── xml.gif
│   │   │   │   └── zip.gif
│   │   │   ├── ico.png
│   │   │   ├── jsonedit.png
│   │   │   ├── none.gif
│   │   │   ├── open.gif
│   │   │   ├── player
│   │   │   │   ├── adv_skip.png
│   │   │   │   ├── buffer.swf
│   │   │   │   ├── buttom_bg.png
│   │   │   │   ├── close_adv.png
│   │   │   │   ├── full_on.png
│   │   │   │   ├── full_out.png
│   │   │   │   ├── general_on.png
│   │   │   │   ├── general_out.png
│   │   │   │   ├── logo.swf
│   │   │   │   ├── logoc.png
│   │   │   │   ├── mute_on.png
│   │   │   │   ├── mute_out.png
│   │   │   │   ├── pause_on.png
│   │   │   │   ├── pause_out.png
│   │   │   │   ├── pause_scgedyke.png
│   │   │   │   ├── pause_scgedyke_on.png
│   │   │   │   ├── play_on.png
│   │   │   │   ├── play_out.png
│   │   │   │   ├── schedule.png
│   │   │   │   ├── schedule_bg.png
│   │   │   │   ├── schedule_load.png
│   │   │   │   ├── schedule_play.png
│   │   │   │   ├── sound_on.png
│   │   │   │   ├── sound_out.png
│   │   │   │   ├── v_off.png
│   │   │   │   ├── v_on.png
│   │   │   │   ├── volume_back.png
│   │   │   │   ├── volume_float.png
│   │   │   │   └── volume_on.png
│   │   │   ├── player.swf
│   │   │   ├── player.xml
│   │   │   ├── sw_false.gif
│   │   │   ├── sw_true.gif
│   │   │   ├── unknow.gif
│   │   │   ├── user.gif
│   │   │   ├── users.gif
│   │   │   └── view.jpg
│   │   ├── Manage
│   │   │   ├── Accounts.aspx
│   │   │   ├── Accounts.aspx.cs
│   │   │   ├── AppRoles.aspx
│   │   │   ├── AppRoles.aspx.cs
│   │   │   ├── AppUsers.aspx
│   │   │   ├── AppUsers.aspx.cs
│   │   │   ├── ApplicationItems.aspx
│   │   │   ├── ApplicationItems.aspx.cs
│   │   │   ├── Applications.aspx
│   │   │   ├── Applications.aspx.cs
│   │   │   ├── Cache.aspx
│   │   │   ├── Cache.aspx.cs
│   │   │   ├── Compare.aspx
│   │   │   ├── Compare.aspx.cs
│   │   │   ├── Config.aspx
│   │   │   ├── Config.aspx.cs
│   │   │   ├── DBManage.aspx
│   │   │   ├── DBManage.aspx.cs
│   │   │   ├── DataContents.aspx
│   │   │   ├── DataContents.aspx.cs
│   │   │   ├── DataSources.aspx
│   │   │   ├── DataSources.aspx.cs
│   │   │   ├── DataViews.aspx
│   │   │   ├── DataViews.aspx.cs
│   │   │   ├── Default.aspx
│   │   │   ├── Default.aspx.cs
│   │   │   ├── DevUsers.aspx
│   │   │   ├── DevUsers.aspx.cs
│   │   │   ├── ExportConfig.aspx
│   │   │   ├── ExportConfig.aspx.cs
│   │   │   ├── GroupMenu.ascx
│   │   │   ├── GroupMenu.ascx.cs
│   │   │   ├── Labels.aspx
│   │   │   ├── Labels.aspx.cs
│   │   │   ├── Login.aspx
│   │   │   ├── Login.aspx.cs
│   │   │   ├── LoginOut.aspx
│   │   │   ├── LoginOut.aspx.cs
│   │   │   ├── Main.Master
│   │   │   ├── Main.Master.cs
│   │   │   ├── MainNone.Master
│   │   │   ├── MainNone.Master.cs
│   │   │   ├── Menu.ascx
│   │   │   ├── Menu.ascx.cs
│   │   │   ├── ModelExport.aspx
│   │   │   ├── ModelExport.aspx.cs
│   │   │   ├── ModelImport.aspx
│   │   │   ├── ModelImport.aspx.cs
│   │   │   ├── ModelItems.aspx
│   │   │   ├── ModelItems.aspx.cs
│   │   │   ├── ModelItems_Action.aspx
│   │   │   ├── ModelItems_Action.aspx.cs
│   │   │   ├── ModelItems_Basic.aspx
│   │   │   ├── ModelItems_Basic.aspx.cs
│   │   │   ├── ModelItems_CheckUp.aspx
│   │   │   ├── ModelItems_CheckUp.aspx.cs
│   │   │   ├── ModelItems_Client.aspx
│   │   │   ├── ModelItems_Client.aspx.cs
│   │   │   ├── ModelItems_Columns.aspx
│   │   │   ├── ModelItems_Columns.aspx.cs
│   │   │   ├── ModelItems_Data.aspx
│   │   │   ├── ModelItems_Data.aspx.cs
│   │   │   ├── ModelItems_Export.aspx
│   │   │   ├── ModelItems_Export.aspx.cs
│   │   │   ├── ModelItems_FillData.aspx
│   │   │   ├── ModelItems_FillData.aspx.cs
│   │   │   ├── ModelItems_Js.aspx
│   │   │   ├── ModelItems_Js.aspx.cs
│   │   │   ├── ModelItems_Layout.aspx
│   │   │   ├── ModelItems_Layout.aspx.cs
│   │   │   ├── ModelItems_List.aspx
│   │   │   ├── ModelItems_List.aspx.cs
│   │   │   ├── ModelItems_Report.aspx
│   │   │   ├── ModelItems_Report.aspx.cs
│   │   │   ├── ModelItems_Search.aspx
│   │   │   ├── ModelItems_Search.aspx.cs
│   │   │   ├── ModelItems_WebAPI.aspx
│   │   │   ├── ModelItems_WebAPI.aspx.cs
│   │   │   ├── Models.aspx
│   │   │   ├── Models.aspx.cs
│   │   │   ├── ReportItems.aspx
│   │   │   ├── ReportItems.aspx.cs
│   │   │   ├── Reports.aspx
│   │   │   ├── Reports.aspx.cs
│   │   │   ├── RunCustom.aspx
│   │   │   ├── RunCustom.aspx.cs
│   │   │   ├── RunModel.aspx
│   │   │   ├── RunModel.aspx.cs
│   │   │   ├── SiteItems.aspx
│   │   │   ├── SiteItems.aspx.cs
│   │   │   ├── Sites.aspx
│   │   │   ├── Sites.aspx.cs
│   │   │   ├── TableInfo.aspx
│   │   │   ├── TableInfo.aspx.cs
│   │   │   ├── TableInfo_Export.aspx
│   │   │   ├── TableInfo_Export.aspx.cs
│   │   │   ├── ToKens.aspx
│   │   │   ├── ToKens.aspx.cs
│   │   │   ├── Update.aspx
│   │   │   ├── Update.aspx.cs
│   │   │   ├── createModel.aspx
│   │   │   ├── createModel.aspx.cs
│   │   │   ├── createTable.aspx
│   │   │   ├── createTable.aspx.cs
│   │   │   ├── fileManage.aspx
│   │   │   ├── fileManage.aspx.cs
│   │   │   ├── images
│   │   │   │   ├── add.png
│   │   │   │   ├── btn_add.png
│   │   │   │   ├── btn_minus.png
│   │   │   │   ├── del.png
│   │   │   │   ├── help.gif
│   │   │   │   ├── jsonedit.png
│   │   │   │   ├── left_ico.jpg
│   │   │   │   ├── link.png
│   │   │   │   ├── loading.gif
│   │   │   │   ├── tips.png
│   │   │   │   └── unlink.png
│   │   │   ├── javascript
│   │   │   │   └── columns.js
│   │   │   ├── setModel.aspx
│   │   │   ├── setModel.aspx.cs
│   │   │   └── style.css
│   │   ├── Plugins
│   │   │   ├── AntV
│   │   │   │   ├── data-set.min.js
│   │   │   │   └── g2.min.js
│   │   │   ├── DepartmentSelect.aspx
│   │   │   ├── DepartmentSelect.aspx.cs
│   │   │   ├── FileSelect.aspx
│   │   │   ├── FileSelect.aspx.cs
│   │   │   ├── FillData.aspx
│   │   │   ├── FillData.aspx.cs
│   │   │   ├── FillSelectData.aspx
│   │   │   ├── FillSelectData.aspx.cs
│   │   │   ├── FontIco.aspx
│   │   │   ├── FontIco.aspx.cs
│   │   │   ├── IconSelect.aspx
│   │   │   ├── IconSelect.aspx.cs
│   │   │   ├── PathSelect.aspx
│   │   │   ├── PathSelect.aspx.cs
│   │   │   ├── ProUpload.aspx
│   │   │   ├── ProUpload.aspx.cs
│   │   │   ├── RSA.aspx
│   │   │   ├── RndPic.aspx
│   │   │   ├── RndPic.aspx.cs
│   │   │   ├── Tencent
│   │   │   │   ├── WeChat
│   │   │   │   │   ├── BindWeChat.aspx
│   │   │   │   │   ├── BindWeChat.aspx.cs
│   │   │   │   │   ├── BindWeChatCode.aspx
│   │   │   │   │   ├── BindWeChatCode.aspx.cs
│   │   │   │   │   ├── WeChatScanLogin.aspx
│   │   │   │   │   ├── WeChatScanLogin.aspx.cs
│   │   │   │   │   ├── jsPayNotifyPage.aspx
│   │   │   │   │   ├── jsPayNotifyPage.aspx.cs
│   │   │   │   │   ├── nativePayNotifyPage.aspx
│   │   │   │   │   ├── nativePayNotifyPage.aspx.cs
│   │   │   │   │   ├── nativePayQRCode.aspx
│   │   │   │   │   └── nativePayQRCode.aspx.cs
│   │   │   │   └── WxWork
│   │   │   │       ├── BindWxWork.aspx
│   │   │   │       ├── BindWxWork.aspx.cs
│   │   │   │       ├── BindWxWorkCode.aspx
│   │   │   │       ├── BindWxWorkCode.aspx.cs
│   │   │   │       ├── WxWorkScanLogin.aspx
│   │   │   │       └── WxWorkScanLogin.aspx.cs
│   │   │   ├── Theme
│   │   │   │   ├── appold
│   │   │   │   │   ├── images
│   │   │   │   │   │   ├── eLayout_btn.jpg
│   │   │   │   │   │   ├── eLayout_left_bg.jpg
│   │   │   │   │   │   ├── eLayout_top_bg.jpg
│   │   │   │   │   │   ├── emenu_close.gif
│   │   │   │   │   │   ├── emenu_cur.jpg
│   │   │   │   │   │   ├── emenu_hover.jpg
│   │   │   │   │   │   ├── emenu_open.gif
│   │   │   │   │   │   └── emenu_plus.gif
│   │   │   │   │   ├── mobile
│   │   │   │   │   │   ├── base.css
│   │   │   │   │   │   ├── images
│   │   │   │   │   │   │   ├── eHeader_add.png
│   │   │   │   │   │   │   ├── eHeader_close.png
│   │   │   │   │   │   │   ├── eHeader_edit.png
│   │   │   │   │   │   │   ├── eHeader_menu.png
│   │   │   │   │   │   │   ├── eHeader_more.png
│   │   │   │   │   │   │   ├── eHeader_return.png
│   │   │   │   │   │   │   ├── eHeader_search.png
│   │   │   │   │   │   │   ├── subbtnadd.png
│   │   │   │   │   │   │   ├── toolmenu_bg.png
│   │   │   │   │   │   │   └── toolmenu_ico.png
│   │   │   │   │   │   ├── layout.js
│   │   │   │   │   │   ├── style.css
│   │   │   │   │   │   ├── swiper-3.2.7.min.css
│   │   │   │   │   │   └── swiper-3.4.0.jquery.min.js
│   │   │   │   │   └── style.css
│   │   │   │   ├── default
│   │   │   │   │   ├── images
│   │   │   │   │   │   ├── eLayout_btn.jpg
│   │   │   │   │   │   ├── eLayout_left_bg.jpg
│   │   │   │   │   │   ├── eLayout_menu_bg.png
│   │   │   │   │   │   ├── eLayout_menu_bg_cur.png
│   │   │   │   │   │   ├── eLayout_top_bg.jpg
│   │   │   │   │   │   ├── eLayout_top_bg.png
│   │   │   │   │   │   ├── eLayout_user.png
│   │   │   │   │   │   ├── emenu_close.gif
│   │   │   │   │   │   ├── emenu_close_hover.gif
│   │   │   │   │   │   ├── emenu_cur.jpg
│   │   │   │   │   │   ├── emenu_hover.jpg
│   │   │   │   │   │   ├── emenu_open.gif
│   │   │   │   │   │   ├── emenu_open_hover.gif
│   │   │   │   │   │   ├── emenu_plus.gif
│   │   │   │   │   │   ├── fix_fixed.gif
│   │   │   │   │   │   ├── leftfix_fixed.gif
│   │   │   │   │   │   ├── leftfix_float.gif
│   │   │   │   │   │   ├── loginout.png
│   │   │   │   │   │   ├── pass.png
│   │   │   │   │   │   ├── popmenu_down.gif
│   │   │   │   │   │   ├── popmenu_loginout.png
│   │   │   │   │   │   ├── popmenu_loginout_cur.png
│   │   │   │   │   │   ├── popmenu_modifypass.png
│   │   │   │   │   │   ├── popmenu_modifypass_cur.png
│   │   │   │   │   │   ├── popmenu_userinfo.png
│   │   │   │   │   │   ├── popmenu_userinfo_cur.png
│   │   │   │   │   │   ├── topfix_float.gif
│   │   │   │   │   │   └── user.png
│   │   │   │   │   ├── layout.js
│   │   │   │   │   ├── mobile
│   │   │   │   │   │   ├── base.css
│   │   │   │   │   │   ├── images
│   │   │   │   │   │   │   ├── eHeader_add.png
│   │   │   │   │   │   │   ├── eHeader_close.png
│   │   │   │   │   │   │   ├── eHeader_edit.png
│   │   │   │   │   │   │   ├── eHeader_menu.png
│   │   │   │   │   │   │   ├── eHeader_more.png
│   │   │   │   │   │   │   ├── eHeader_return.png
│   │   │   │   │   │   │   ├── eHeader_search.png
│   │   │   │   │   │   │   ├── subbtnadd.png
│   │   │   │   │   │   │   ├── toolmenu_bg.png
│   │   │   │   │   │   │   └── toolmenu_ico.png
│   │   │   │   │   │   ├── layout.js
│   │   │   │   │   │   ├── style.css
│   │   │   │   │   │   ├── swiper-3.2.7.min.css
│   │   │   │   │   │   └── swiper-3.4.0.jquery.min.js
│   │   │   │   │   └── style.css
│   │   │   │   ├── examples
│   │   │   │   │   ├── images
│   │   │   │   │   │   ├── eLayout_btn.jpg
│   │   │   │   │   │   ├── eLayout_left_bg.jpg
│   │   │   │   │   │   ├── eLayout_top_bg.jpg
│   │   │   │   │   │   ├── emenu_close.gif
│   │   │   │   │   │   ├── emenu_cur.jpg
│   │   │   │   │   │   ├── emenu_hover.jpg
│   │   │   │   │   │   ├── emenu_open.gif
│   │   │   │   │   │   └── emenu_plus.gif
│   │   │   │   │   └── style.css
│   │   │   │   ├── manage
│   │   │   │   │   ├── images
│   │   │   │   │   │   ├── eLayout_bg.jpg
│   │   │   │   │   │   ├── eLayout_loginout.gif
│   │   │   │   │   │   ├── eLayout_loginout.png
│   │   │   │   │   │   ├── eLayout_menu.jpg
│   │   │   │   │   │   ├── eLayout_menu_bg.png
│   │   │   │   │   │   ├── eLayout_menu_cur.jpg
│   │   │   │   │   │   ├── eLayout_user.png
│   │   │   │   │   │   ├── etab_bg.jpg
│   │   │   │   │   │   ├── fix_fixed.gif
│   │   │   │   │   │   ├── help.gif
│   │   │   │   │   │   ├── leftfix_fixed.gif
│   │   │   │   │   │   ├── leftfix_float.gif
│   │   │   │   │   │   ├── outconfig.png
│   │   │   │   │   │   ├── tips.png
│   │   │   │   │   │   └── topfix_float.gif
│   │   │   │   │   ├── layout.js
│   │   │   │   │   └── style.css
│   │   │   │   └── sitemanage
│   │   │   │       ├── images
│   │   │   │       │   ├── eLayout_clearcache.png
│   │   │   │       │   ├── eLayout_top_bg.png
│   │   │   │       │   ├── popmenu_down.gif
│   │   │   │       │   ├── popmenu_loginout.png
│   │   │   │       │   ├── popmenu_loginout_cur.png
│   │   │   │       │   ├── popmenu_modifypass.png
│   │   │   │       │   ├── popmenu_modifypass_cur.png
│   │   │   │       │   ├── popmenu_userinfo.png
│   │   │   │       │   └── popmenu_userinfo_cur.png
│   │   │   │       └── style.css
│   │   │   ├── UserSelect.aspx
│   │   │   ├── UserSelect.aspx.cs
│   │   │   ├── ace
│   │   │   │   ├── ace.js
│   │   │   │   ├── editor.html
│   │   │   │   ├── ext-language_tools.js
│   │   │   │   ├── mode-csharp.js
│   │   │   │   ├── mode-html.js
│   │   │   │   ├── mode-html_elixir.js
│   │   │   │   ├── mode-html_ruby.js
│   │   │   │   ├── mode-javascript.js
│   │   │   │   ├── theme-dawn.js
│   │   │   │   ├── theme-tomorrow.js
│   │   │   │   └── theme-twilight.js
│   │   │   ├── bdmap.html
│   │   │   ├── eColor.html
│   │   │   ├── eControls
│   │   │   │   ├── default
│   │   │   │   │   ├── images
│   │   │   │   │   │   ├── bdmap_edit.gif
│   │   │   │   │   │   ├── bdmap_edit.png
│   │   │   │   │   │   ├── bdmap_ico.png
│   │   │   │   │   │   ├── eButton.png
│   │   │   │   │   │   ├── eColor_icon.gif
│   │   │   │   │   │   ├── eColumnMenu_menu.gif
│   │   │   │   │   │   ├── eColumnMenu_write.gif
│   │   │   │   │   │   ├── eDataTable_PullAsc.gif
│   │   │   │   │   │   ├── eDataTable_PullCur.gif
│   │   │   │   │   │   ├── eDataTable_PullDesc.gif
│   │   │   │   │   │   ├── eDataTable_btn_add.png
│   │   │   │   │   │   ├── eDataTable_btn_del.png
│   │   │   │   │   │   ├── eDataTable_icon_checkup.png
│   │   │   │   │   │   ├── eDataTable_icon_copy.png
│   │   │   │   │   │   ├── eDataTable_icon_del.gif
│   │   │   │   │   │   ├── eDataTable_icon_edit.png
│   │   │   │   │   │   ├── eDataTable_icon_print.png
│   │   │   │   │   │   ├── eDataTable_icon_view.jpg
│   │   │   │   │   │   ├── eDataTable_loading.gif
│   │   │   │   │   │   ├── eDataTable_more.png
│   │   │   │   │   │   ├── eDataTable_more1.png
│   │   │   │   │   │   ├── eDataTable_more_cur.png
│   │   │   │   │   │   ├── eDataTable_more_cur1.png
│   │   │   │   │   │   ├── eEditer_audio.gif
│   │   │   │   │   │   ├── eEditer_del.png
│   │   │   │   │   │   ├── eEditer_down.png
│   │   │   │   │   │   ├── eEditer_image.gif
│   │   │   │   │   │   ├── eEditer_text.gif
│   │   │   │   │   │   ├── eEditer_text1.gif
│   │   │   │   │   │   ├── eEditer_title.gif
│   │   │   │   │   │   ├── eEditer_up.png
│   │   │   │   │   │   ├── eEditer_video.gif
│   │   │   │   │   │   ├── eFileList_Add.png
│   │   │   │   │   │   ├── eFileList_add1.png
│   │   │   │   │   │   ├── eFileList_del.png
│   │   │   │   │   │   ├── eForm_data.png
│   │   │   │   │   │   ├── eForm_date.gif
│   │   │   │   │   │   ├── eForm_date.png
│   │   │   │   │   │   ├── eForm_loading.gif
│   │   │   │   │   │   ├── eForm_search.gif
│   │   │   │   │   │   ├── eFrameTab_bar_cur.png
│   │   │   │   │   │   ├── eFrameTab_bar_def.png
│   │   │   │   │   │   ├── eFrameTab_bg.png
│   │   │   │   │   │   ├── eFrameTab_close.png
│   │   │   │   │   │   ├── eFrameTab_close_cur.gif
│   │   │   │   │   │   ├── eFrameTab_close_cur.png
│   │   │   │   │   │   ├── eImage_nopic.gif
│   │   │   │   │   │   ├── eImages_add.gif
│   │   │   │   │   │   ├── eImages_del.png
│   │   │   │   │   │   ├── eListTree_minus.gif
│   │   │   │   │   │   ├── eListTree_plus.gif
│   │   │   │   │   │   ├── ePager_skip.gif
│   │   │   │   │   │   ├── ePanel_bg.jpg
│   │   │   │   │   │   ├── ePanel_default.gif
│   │   │   │   │   │   ├── ePanel_icos.gif
│   │   │   │   │   │   ├── ePanel_search.gif
│   │   │   │   │   │   ├── eReport_btn_close.gif
│   │   │   │   │   │   ├── eReport_btn_close_cur.gif
│   │   │   │   │   │   ├── eReport_ico.gif
│   │   │   │   │   │   ├── eReport_ico1.gif
│   │   │   │   │   │   ├── eReport_ico2.gif
│   │   │   │   │   │   ├── eReport_loading.gif
│   │   │   │   │   │   ├── eReport_search.png
│   │   │   │   │   │   ├── eSearchItem_close.gif
│   │   │   │   │   │   ├── eSearchItem_close_cur.gif
│   │   │   │   │   │   ├── eSearchItem_search.gif
│   │   │   │   │   │   ├── eSearchItem_search1.gif
│   │   │   │   │   │   ├── eSearchItem_search2.gif
│   │   │   │   │   │   ├── eTree_false.png
│   │   │   │   │   │   ├── eTree_licur.gif
│   │   │   │   │   │   ├── eTree_minus.gif
│   │   │   │   │   │   ├── eTree_plus.gif
│   │   │   │   │   │   ├── eTree_true.png
│   │   │   │   │   │   ├── eTree_user.png
│   │   │   │   │   │   ├── eTree_user_selected.gif
│   │   │   │   │   │   ├── ebutton.gif
│   │   │   │   │   │   ├── ebutton_icos.gif
│   │   │   │   │   │   ├── etab.jpg
│   │   │   │   │   │   ├── etab_bg.jpg
│   │   │   │   │   │   ├── fileManage_addface.gif
│   │   │   │   │   │   ├── fileManage_addface1.png
│   │   │   │   │   │   ├── fileManage_addfile.gif
│   │   │   │   │   │   ├── fileManage_addfolder.gif
│   │   │   │   │   │   ├── fileManage_audio.gif
│   │   │   │   │   │   ├── fileManage_audio.png
│   │   │   │   │   │   ├── fileManage_audio1.png
│   │   │   │   │   │   ├── fileManage_back.gif
│   │   │   │   │   │   ├── fileManage_backup.gif
│   │   │   │   │   │   ├── fileManage_copy.gif
│   │   │   │   │   │   ├── fileManage_del.gif
│   │   │   │   │   │   ├── fileManage_doc.png
│   │   │   │   │   │   ├── fileManage_down.gif
│   │   │   │   │   │   ├── fileManage_download.gif
│   │   │   │   │   │   ├── fileManage_edit.gif
│   │   │   │   │   │   ├── fileManage_editface.png
│   │   │   │   │   │   ├── fileManage_file.gif
│   │   │   │   │   │   ├── fileManage_folder.gif
│   │   │   │   │   │   ├── fileManage_html.gif
│   │   │   │   │   │   ├── fileManage_image.gif
│   │   │   │   │   │   ├── fileManage_paste.gif
│   │   │   │   │   │   ├── fileManage_pdf.png
│   │   │   │   │   │   ├── fileManage_ppt.png
│   │   │   │   │   │   ├── fileManage_refresh.gif
│   │   │   │   │   │   ├── fileManage_rename.gif
│   │   │   │   │   │   ├── fileManage_restore.gif
│   │   │   │   │   │   ├── fileManage_share.png
│   │   │   │   │   │   ├── fileManage_tags.gif
│   │   │   │   │   │   ├── fileManage_tags.png
│   │   │   │   │   │   ├── fileManage_unzip.gif
│   │   │   │   │   │   ├── fileManage_up.gif
│   │   │   │   │   │   ├── fileManage_upload.gif
│   │   │   │   │   │   ├── fileManage_video.gif
│   │   │   │   │   │   ├── fileManage_video.png
│   │   │   │   │   │   ├── fileManage_xls.png
│   │   │   │   │   │   ├── fileManage_zip.gif
│   │   │   │   │   │   ├── fileManage_zip.png
│   │   │   │   │   │   ├── fileManage_zip1.png
│   │   │   │   │   │   ├── help.gif
│   │   │   │   │   │   ├── multipleuser_del.gif
│   │   │   │   │   │   ├── multipleuser_open.gif
│   │   │   │   │   │   ├── power_close.gif
│   │   │   │   │   │   ├── power_open.gif
│   │   │   │   │   │   ├── raty_cus-half.png
│   │   │   │   │   │   ├── raty_cus-off.png
│   │   │   │   │   │   ├── raty_cus-on.png
│   │   │   │   │   │   ├── raty_cusa-half.png
│   │   │   │   │   │   ├── raty_cusa-off.png
│   │   │   │   │   │   ├── raty_cusa-on.png
│   │   │   │   │   │   ├── raty_star-half-big.png
│   │   │   │   │   │   ├── raty_star-half.png
│   │   │   │   │   │   ├── raty_star-off-big.png
│   │   │   │   │   │   ├── raty_star-off.png
│   │   │   │   │   │   ├── raty_star-on-big.png
│   │   │   │   │   │   ├── raty_star-on.png
│   │   │   │   │   │   ├── selInput_ico.png
│   │   │   │   │   │   └── tips.png
│   │   │   │   │   ├── mobile
│   │   │   │   │   │   ├── images
│   │   │   │   │   │   │   ├── bdmap_edit.gif
│   │   │   │   │   │   │   ├── bdmap_edit.png
│   │   │   │   │   │   │   ├── bdmap_ico.png
│   │   │   │   │   │   │   ├── checkbox-checked-disabled.png
│   │   │   │   │   │   │   ├── checkbox-checked.png
│   │   │   │   │   │   │   ├── checkbox-disabled.png
│   │   │   │   │   │   │   ├── checkbox.png
│   │   │   │   │   │   │   ├── eCard_close.png
│   │   │   │   │   │   │   ├── eCard_icon_checkup.png
│   │   │   │   │   │   │   ├── eCard_icon_copy.png
│   │   │   │   │   │   │   ├── eCard_icon_del.gif
│   │   │   │   │   │   │   ├── eCard_icon_edit.png
│   │   │   │   │   │   │   ├── eCard_icon_print.png
│   │   │   │   │   │   │   ├── eCard_icon_view.jpg
│   │   │   │   │   │   │   ├── eCard_more.png
│   │   │   │   │   │   │   ├── eCard_open.png
│   │   │   │   │   │   │   ├── eCard_right.png
│   │   │   │   │   │   │   ├── eColor_icon.gif
│   │   │   │   │   │   │   ├── eColumnMenu_menu.gif
│   │   │   │   │   │   │   ├── eColumnMenu_write.gif
│   │   │   │   │   │   │   ├── eDataTable_PullAsc.gif
│   │   │   │   │   │   │   ├── eDataTable_PullCur.gif
│   │   │   │   │   │   │   ├── eDataTable_PullDesc.gif
│   │   │   │   │   │   │   ├── eDataTable_btn_add.png
│   │   │   │   │   │   │   ├── eDataTable_btn_del.png
│   │   │   │   │   │   │   ├── eDataTable_icon_checkup.png
│   │   │   │   │   │   │   ├── eDataTable_icon_copy.png
│   │   │   │   │   │   │   ├── eDataTable_icon_del.gif
│   │   │   │   │   │   │   ├── eDataTable_icon_edit.png
│   │   │   │   │   │   │   ├── eDataTable_icon_print.png
│   │   │   │   │   │   │   ├── eDataTable_icon_view.jpg
│   │   │   │   │   │   │   ├── eDataTable_loading.gif
│   │   │   │   │   │   │   ├── eDataTable_more.png
│   │   │   │   │   │   │   ├── eEditer_audio.gif
│   │   │   │   │   │   │   ├── eEditer_del.png
│   │   │   │   │   │   │   ├── eEditer_down.png
│   │   │   │   │   │   │   ├── eEditer_image.gif
│   │   │   │   │   │   │   ├── eEditer_text.gif
│   │   │   │   │   │   │   ├── eEditer_text1.gif
│   │   │   │   │   │   │   ├── eEditer_title.gif
│   │   │   │   │   │   │   ├── eEditer_up.png
│   │   │   │   │   │   │   ├── eEditer_video.gif
│   │   │   │   │   │   │   ├── eFileList_Add.png
│   │   │   │   │   │   │   ├── eFileList_add1.png
│   │   │   │   │   │   │   ├── eFileList_del.png
│   │   │   │   │   │   │   ├── eForm_data.png
│   │   │   │   │   │   │   ├── eForm_date.png
│   │   │   │   │   │   │   ├── eForm_date1.png
│   │   │   │   │   │   │   ├── eForm_loading.gif
│   │   │   │   │   │   │   ├── eForm_search.gif
│   │   │   │   │   │   │   ├── eImage_nopic.gif
│   │   │   │   │   │   │   ├── eImages_add.gif
│   │   │   │   │   │   │   ├── eImages_del.png
│   │   │   │   │   │   │   ├── eListTree_Ico.png
│   │   │   │   │   │   │   ├── eListTree_menu.png
│   │   │   │   │   │   │   ├── eListTree_minus.gif
│   │   │   │   │   │   │   ├── eListTree_plus.gif
│   │   │   │   │   │   │   ├── ePanel_search1.png
│   │   │   │   │   │   │   ├── ePanel_search2.png
│   │   │   │   │   │   │   ├── ePanel_select.png
│   │   │   │   │   │   │   ├── ePanel_selectc.png
│   │   │   │   │   │   │   ├── eReport_btn_close.gif
│   │   │   │   │   │   │   ├── eReport_btn_close_cur.gif
│   │   │   │   │   │   │   ├── eReport_ico.gif
│   │   │   │   │   │   │   ├── eReport_ico1.gif
│   │   │   │   │   │   │   ├── eReport_ico2.gif
│   │   │   │   │   │   │   ├── eReport_loading.gif
│   │   │   │   │   │   │   ├── eReport_search.png
│   │   │   │   │   │   │   ├── eSearchItem_close.gif
│   │   │   │   │   │   │   ├── eSearchItem_close_cur.gif
│   │   │   │   │   │   │   ├── eSearchItem_search.gif
│   │   │   │   │   │   │   ├── eSearchItem_search1.gif
│   │   │   │   │   │   │   ├── eSearchItem_search2.gif
│   │   │   │   │   │   │   ├── eTree_false.png
│   │   │   │   │   │   │   ├── eTree_licur.gif
│   │   │   │   │   │   │   ├── eTree_minus.gif
│   │   │   │   │   │   │   ├── eTree_plus.gif
│   │   │   │   │   │   │   ├── eTree_true.png
│   │   │   │   │   │   │   ├── eTree_user.png
│   │   │   │   │   │   │   ├── multipleuser_del.gif
│   │   │   │   │   │   │   ├── multipleuser_open.gif
│   │   │   │   │   │   │   ├── power_close.gif
│   │   │   │   │   │   │   ├── power_open.gif
│   │   │   │   │   │   │   ├── radio-checked-disabled.png
│   │   │   │   │   │   │   ├── radio-checked.png
│   │   │   │   │   │   │   ├── radio-disabled.png
│   │   │   │   │   │   │   ├── radio.png
│   │   │   │   │   │   │   ├── raty_cus-half.png
│   │   │   │   │   │   │   ├── raty_cus-off.png
│   │   │   │   │   │   │   ├── raty_cus-on.png
│   │   │   │   │   │   │   ├── raty_cusa-half.png
│   │   │   │   │   │   │   ├── raty_cusa-off.png
│   │   │   │   │   │   │   ├── raty_cusa-on.png
│   │   │   │   │   │   │   ├── raty_star-half-big.png
│   │   │   │   │   │   │   ├── raty_star-half.png
│   │   │   │   │   │   │   ├── raty_star-off-big.png
│   │   │   │   │   │   │   ├── raty_star-off.png
│   │   │   │   │   │   │   ├── raty_star-on-big.png
│   │   │   │   │   │   │   ├── raty_star-on.png
│   │   │   │   │   │   │   └── selInput_ico.png
│   │   │   │   │   │   └── style.css
│   │   │   │   │   └── style.css
│   │   │   │   └── eControls.js
│   │   │   ├── eLogin
│   │   │   │   ├── default
│   │   │   │   │   ├── images
│   │   │   │   │   │   ├── b_c.gif
│   │   │   │   │   │   ├── b_l.gif
│   │   │   │   │   │   ├── b_r.gif
│   │   │   │   │   │   ├── btn_login.gif
│   │   │   │   │   │   ├── c_l.gif
│   │   │   │   │   │   ├── c_r.gif
│   │   │   │   │   │   ├── none.gif
│   │   │   │   │   │   ├── t_c.gif
│   │   │   │   │   │   ├── t_l.gif
│   │   │   │   │   │   ├── t_r.gif
│   │   │   │   │   │   └── title.gif
│   │   │   │   │   ├── index.html
│   │   │   │   │   └── style.css
│   │   │   │   └── standard
│   │   │   │       ├── images
│   │   │   │       │   ├── code.png
│   │   │   │       │   ├── icon1.png
│   │   │   │       │   ├── icon2.png
│   │   │   │       │   ├── icon3.png
│   │   │   │       │   ├── pass.png
│   │   │   │       │   └── user.png
│   │   │   │       └── style.css
│   │   │   ├── easyui
│   │   │   │   ├── easyui.css
│   │   │   │   ├── icon.css
│   │   │   │   ├── icons
│   │   │   │   │   ├── back.png
│   │   │   │   │   ├── blank.gif
│   │   │   │   │   ├── clear.png
│   │   │   │   │   ├── cut.png
│   │   │   │   │   ├── edit_add.png
│   │   │   │   │   ├── edit_remove.png
│   │   │   │   │   ├── filesave.png
│   │   │   │   │   ├── filter.png
│   │   │   │   │   ├── help.png
│   │   │   │   │   ├── large_chart.png
│   │   │   │   │   ├── large_clipart.png
│   │   │   │   │   ├── large_picture.png
│   │   │   │   │   ├── large_shapes.png
│   │   │   │   │   ├── large_smartart.png
│   │   │   │   │   ├── lock.png
│   │   │   │   │   ├── man.png
│   │   │   │   │   ├── mini_add.png
│   │   │   │   │   ├── mini_edit.png
│   │   │   │   │   ├── mini_refresh.png
│   │   │   │   │   ├── no.png
│   │   │   │   │   ├── ok.png
│   │   │   │   │   ├── pencil.png
│   │   │   │   │   ├── print.png
│   │   │   │   │   ├── redo.png
│   │   │   │   │   ├── reload.png
│   │   │   │   │   ├── search.png
│   │   │   │   │   ├── sum.png
│   │   │   │   │   ├── tip.png
│   │   │   │   │   └── undo.png
│   │   │   │   ├── images
│   │   │   │   │   ├── accordion_arrows.png
│   │   │   │   │   ├── blank.gif
│   │   │   │   │   ├── calendar_arrows.png
│   │   │   │   │   ├── combo_arrow.png
│   │   │   │   │   ├── datagrid_icons.png
│   │   │   │   │   ├── datebox_arrow.png
│   │   │   │   │   ├── layout_arrows.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
│   │   │   │   ├── jquery-1.4.4.min.js
│   │   │   │   └── jquery.easyui.min.js
│   │   │   ├── font-awesome-4.7.0
│   │   │   │   ├── css
│   │   │   │   │   └── font-awesome.css
│   │   │   │   └── fonts
│   │   │   │       ├── FontAwesome.otf
│   │   │   │       ├── fontawesome-webfont.eot
│   │   │   │       ├── fontawesome-webfont.svg
│   │   │   │       ├── fontawesome-webfont.ttf
│   │   │   │       ├── fontawesome-webfont.woff
│   │   │   │       └── fontawesome-webfont.woff2
│   │   │   ├── fontico.txt
│   │   │   ├── getData.ashx
│   │   │   ├── kindeditor351
│   │   │   │   ├── index.css
│   │   │   │   ├── kindeditor.js
│   │   │   │   ├── plugins
│   │   │   │   │   ├── about.html
│   │   │   │   │   ├── accessory.html
│   │   │   │   │   ├── advtable
│   │   │   │   │   │   └── advtable.html
│   │   │   │   │   ├── emoticons
│   │   │   │   │   │   ├── 0.gif
│   │   │   │   │   │   ├── 1.gif
│   │   │   │   │   │   ├── 10.gif
│   │   │   │   │   │   ├── 100.gif
│   │   │   │   │   │   ├── 101.gif
│   │   │   │   │   │   ├── 102.gif
│   │   │   │   │   │   ├── 103.gif
│   │   │   │   │   │   ├── 104.gif
│   │   │   │   │   │   ├── 105.gif
│   │   │   │   │   │   ├── 106.gif
│   │   │   │   │   │   ├── 107.gif
│   │   │   │   │   │   ├── 108.gif
│   │   │   │   │   │   ├── 109.gif
│   │   │   │   │   │   ├── 11.gif
│   │   │   │   │   │   ├── 110.gif
│   │   │   │   │   │   ├── 111.gif
│   │   │   │   │   │   ├── 112.gif
│   │   │   │   │   │   ├── 113.gif
│   │   │   │   │   │   ├── 114.gif
│   │   │   │   │   │   ├── 115.gif
│   │   │   │   │   │   ├── 116.gif
│   │   │   │   │   │   ├── 117.gif
│   │   │   │   │   │   ├── 118.gif
│   │   │   │   │   │   ├── 119.gif
│   │   │   │   │   │   ├── 12.gif
│   │   │   │   │   │   ├── 120.gif
│   │   │   │   │   │   ├── 121.gif
│   │   │   │   │   │   ├── 122.gif
│   │   │   │   │   │   ├── 123.gif
│   │   │   │   │   │   ├── 124.gif
│   │   │   │   │   │   ├── 125.gif
│   │   │   │   │   │   ├── 126.gif
│   │   │   │   │   │   ├── 127.gif
│   │   │   │   │   │   ├── 128.gif
│   │   │   │   │   │   ├── 129.gif
│   │   │   │   │   │   ├── 13.gif
│   │   │   │   │   │   ├── 130.gif
│   │   │   │   │   │   ├── 131.gif
│   │   │   │   │   │   ├── 132.gif
│   │   │   │   │   │   ├── 133.gif
│   │   │   │   │   │   ├── 134.gif
│   │   │   │   │   │   ├── 14.gif
│   │   │   │   │   │   ├── 15.gif
│   │   │   │   │   │   ├── 16.gif
│   │   │   │   │   │   ├── 17.gif
│   │   │   │   │   │   ├── 18.gif
│   │   │   │   │   │   ├── 19.gif
│   │   │   │   │   │   ├── 2.gif
│   │   │   │   │   │   ├── 20.gif
│   │   │   │   │   │   ├── 21.gif
│   │   │   │   │   │   ├── 22.gif
│   │   │   │   │   │   ├── 23.gif
│   │   │   │   │   │   ├── 24.gif
│   │   │   │   │   │   ├── 25.gif
│   │   │   │   │   │   ├── 26.gif
│   │   │   │   │   │   ├── 27.gif
│   │   │   │   │   │   ├── 28.gif
│   │   │   │   │   │   ├── 29.gif
│   │   │   │   │   │   ├── 3.gif
│   │   │   │   │   │   ├── 30.gif
│   │   │   │   │   │   ├── 31.gif
│   │   │   │   │   │   ├── 32.gif
│   │   │   │   │   │   ├── 33.gif
│   │   │   │   │   │   ├── 34.gif
│   │   │   │   │   │   ├── 35.gif
│   │   │   │   │   │   ├── 36.gif
│   │   │   │   │   │   ├── 37.gif
│   │   │   │   │   │   ├── 38.gif
│   │   │   │   │   │   ├── 39.gif
│   │   │   │   │   │   ├── 4.gif
│   │   │   │   │   │   ├── 40.gif
│   │   │   │   │   │   ├── 41.gif
│   │   │   │   │   │   ├── 42.gif
│   │   │   │   │   │   ├── 43.gif
│   │   │   │   │   │   ├── 44.gif
│   │   │   │   │   │   ├── 45.gif
│   │   │   │   │   │   ├── 46.gif
│   │   │   │   │   │   ├── 47.gif
│   │   │   │   │   │   ├── 48.gif
│   │   │   │   │   │   ├── 49.gif
│   │   │   │   │   │   ├── 5.gif
│   │   │   │   │   │   ├── 50.gif
│   │   │   │   │   │   ├── 51.gif
│   │   │   │   │   │   ├── 52.gif
│   │   │   │   │   │   ├── 53.gif
│   │   │   │   │   │   ├── 54.gif
│   │   │   │   │   │   ├── 55.gif
│   │   │   │   │   │   ├── 56.gif
│   │   │   │   │   │   ├── 57.gif
│   │   │   │   │   │   ├── 58.gif
│   │   │   │   │   │   ├── 59.gif
│   │   │   │   │   │   ├── 6.gif
│   │   │   │   │   │   ├── 60.gif
│   │   │   │   │   │   ├── 61.gif
│   │   │   │   │   │   ├── 62.gif
│   │   │   │   │   │   ├── 63.gif
│   │   │   │   │   │   ├── 64.gif
│   │   │   │   │   │   ├── 65.gif
│   │   │   │   │   │   ├── 66.gif
│   │   │   │   │   │   ├── 67.gif
│   │   │   │   │   │   ├── 68.gif
│   │   │   │   │   │   ├── 69.gif
│   │   │   │   │   │   ├── 7.gif
│   │   │   │   │   │   ├── 70.gif
│   │   │   │   │   │   ├── 71.gif
│   │   │   │   │   │   ├── 72.gif
│   │   │   │   │   │   ├── 73.gif
│   │   │   │   │   │   ├── 74.gif
│   │   │   │   │   │   ├── 75.gif
│   │   │   │   │   │   ├── 76.gif
│   │   │   │   │   │   ├── 77.gif
│   │   │   │   │   │   ├── 78.gif
│   │   │   │   │   │   ├── 79.gif
│   │   │   │   │   │   ├── 8.gif
│   │   │   │   │   │   ├── 80.gif
│   │   │   │   │   │   ├── 81.gif
│   │   │   │   │   │   ├── 82.gif
│   │   │   │   │   │   ├── 83.gif
│   │   │   │   │   │   ├── 84.gif
│   │   │   │   │   │   ├── 85.gif
│   │   │   │   │   │   ├── 86.gif
│   │   │   │   │   │   ├── 87.gif
│   │   │   │   │   │   ├── 88.gif
│   │   │   │   │   │   ├── 89.gif
│   │   │   │   │   │   ├── 9.gif
│   │   │   │   │   │   ├── 90.gif
│   │   │   │   │   │   ├── 91.gif
│   │   │   │   │   │   ├── 92.gif
│   │   │   │   │   │   ├── 93.gif
│   │   │   │   │   │   ├── 94.gif
│   │   │   │   │   │   ├── 95.gif
│   │   │   │   │   │   ├── 96.gif
│   │   │   │   │   │   ├── 97.gif
│   │   │   │   │   │   ├── 98.gif
│   │   │   │   │   │   ├── 99.gif
│   │   │   │   │   │   └── qq.gif
│   │   │   │   │   ├── file_manager
│   │   │   │   │   │   ├── file_manager.css
│   │   │   │   │   │   ├── file_manager.html
│   │   │   │   │   │   ├── file_manager.js
│   │   │   │   │   │   └── images
│   │   │   │   │   │       ├── file-16.gif
│   │   │   │   │   │       ├── file-64.gif
│   │   │   │   │   │       ├── folder-16.gif
│   │   │   │   │   │       ├── folder-64.gif
│   │   │   │   │   │       └── go-up.gif
│   │   │   │   │   ├── flash.html
│   │   │   │   │   ├── image
│   │   │   │   │   │   ├── image.html
│   │   │   │   │   │   ├── image_no.html
│   │   │   │   │   │   └── images
│   │   │   │   │   │       ├── align_left.gif
│   │   │   │   │   │       ├── align_right.gif
│   │   │   │   │   │       ├── align_top.gif
│   │   │   │   │   │       └── refresh.gif
│   │   │   │   │   ├── link
│   │   │   │   │   │   └── link.html
│   │   │   │   │   ├── media.html
│   │   │   │   │   ├── plainpaste.html
│   │   │   │   │   └── wordpaste.html
│   │   │   │   └── skins
│   │   │   │       ├── common
│   │   │   │       │   ├── blank.gif
│   │   │   │       │   ├── editor.css
│   │   │   │       │   ├── flash.gif
│   │   │   │       │   ├── loading.gif
│   │   │   │       │   ├── media.gif
│   │   │   │       │   └── rm.gif
│   │   │   │       ├── default
│   │   │   │       │   └── default.gif
│   │   │   │       └── default.css
│   │   │   ├── layui226
│   │   │   │   ├── css
│   │   │   │   │   ├── layui.css
│   │   │   │   │   ├── layui.mobile.css
│   │   │   │   │   └── modules
│   │   │   │   │       ├── code.css
│   │   │   │   │       ├── laydate
│   │   │   │   │       │   └── default
│   │   │   │   │       │       └── laydate.css
│   │   │   │   │       └── layer
│   │   │   │   │           └── default
│   │   │   │   │               ├── icon-ext.png
│   │   │   │   │               ├── icon.png
│   │   │   │   │               ├── layer.css
│   │   │   │   │               ├── loading-0.gif
│   │   │   │   │               ├── loading-1.gif
│   │   │   │   │               └── loading-2.gif
│   │   │   │   ├── font
│   │   │   │   │   ├── iconfont.eot
│   │   │   │   │   ├── iconfont.svg
│   │   │   │   │   ├── iconfont.ttf
│   │   │   │   │   └── iconfont.woff
│   │   │   │   ├── images
│   │   │   │   │   └── face
│   │   │   │   │       ├── 0.gif
│   │   │   │   │       ├── 1.gif
│   │   │   │   │       ├── 10.gif
│   │   │   │   │       ├── 11.gif
│   │   │   │   │       ├── 12.gif
│   │   │   │   │       ├── 13.gif
│   │   │   │   │       ├── 14.gif
│   │   │   │   │       ├── 15.gif
│   │   │   │   │       ├── 16.gif
│   │   │   │   │       ├── 17.gif
│   │   │   │   │       ├── 18.gif
│   │   │   │   │       ├── 19.gif
│   │   │   │   │       ├── 2.gif
│   │   │   │   │       ├── 20.gif
│   │   │   │   │       ├── 21.gif
│   │   │   │   │       ├── 22.gif
│   │   │   │   │       ├── 23.gif
│   │   │   │   │       ├── 24.gif
│   │   │   │   │       ├── 25.gif
│   │   │   │   │       ├── 26.gif
│   │   │   │   │       ├── 27.gif
│   │   │   │   │       ├── 28.gif
│   │   │   │   │       ├── 29.gif
│   │   │   │   │       ├── 3.gif
│   │   │   │   │       ├── 30.gif
│   │   │   │   │       ├── 31.gif
│   │   │   │   │       ├── 32.gif
│   │   │   │   │       ├── 33.gif
│   │   │   │   │       ├── 34.gif
│   │   │   │   │       ├── 35.gif
│   │   │   │   │       ├── 36.gif
│   │   │   │   │       ├── 37.gif
│   │   │   │   │       ├── 38.gif
│   │   │   │   │       ├── 39.gif
│   │   │   │   │       ├── 4.gif
│   │   │   │   │       ├── 40.gif
│   │   │   │   │       ├── 41.gif
│   │   │   │   │       ├── 42.gif
│   │   │   │   │       ├── 43.gif
│   │   │   │   │       ├── 44.gif
│   │   │   │   │       ├── 45.gif
│   │   │   │   │       ├── 46.gif
│   │   │   │   │       ├── 47.gif
│   │   │   │   │       ├── 48.gif
│   │   │   │   │       ├── 49.gif
│   │   │   │   │       ├── 5.gif
│   │   │   │   │       ├── 50.gif
│   │   │   │   │       ├── 51.gif
│   │   │   │   │       ├── 52.gif
│   │   │   │   │       ├── 53.gif
│   │   │   │   │       ├── 54.gif
│   │   │   │   │       ├── 55.gif
│   │   │   │   │       ├── 56.gif
│   │   │   │   │       ├── 57.gif
│   │   │   │   │       ├── 58.gif
│   │   │   │   │       ├── 59.gif
│   │   │   │   │       ├── 6.gif
│   │   │   │   │       ├── 60.gif
│   │   │   │   │       ├── 61.gif
│   │   │   │   │       ├── 62.gif
│   │   │   │   │       ├── 63.gif
│   │   │   │   │       ├── 64.gif
│   │   │   │   │       ├── 65.gif
│   │   │   │   │       ├── 66.gif
│   │   │   │   │       ├── 67.gif
│   │   │   │   │       ├── 68.gif
│   │   │   │   │       ├── 69.gif
│   │   │   │   │       ├── 7.gif
│   │   │   │   │       ├── 70.gif
│   │   │   │   │       ├── 71.gif
│   │   │   │   │       ├── 8.gif
│   │   │   │   │       └── 9.gif
│   │   │   │   ├── lay
│   │   │   │   │   └── modules
│   │   │   │   │       ├── carousel.js
│   │   │   │   │       ├── code.js
│   │   │   │   │       ├── element.js
│   │   │   │   │       ├── flow.js
│   │   │   │   │       ├── form.js
│   │   │   │   │       ├── jquery.js
│   │   │   │   │       ├── laydate.js
│   │   │   │   │       ├── layedit.js
│   │   │   │   │       ├── layer.js
│   │   │   │   │       ├── laypage.js
│   │   │   │   │       ├── laytpl.js
│   │   │   │   │       ├── mobile.js
│   │   │   │   │       ├── table.js
│   │   │   │   │       ├── tree.js
│   │   │   │   │       ├── upload.js
│   │   │   │   │       └── util.js
│   │   │   │   ├── layui.all.js
│   │   │   │   └── layui.js
│   │   │   ├── miniMobile
│   │   │   │   ├── css
│   │   │   │   │   ├── miniMobile.css
│   │   │   │   │   └── miniMobile.less
│   │   │   │   ├── form.html
│   │   │   │   ├── img
│   │   │   │   │   ├── banner1.jpg
│   │   │   │   │   ├── banner2.jpg
│   │   │   │   │   ├── banner3.jpg
│   │   │   │   │   ├── meng.jpg
│   │   │   │   │   ├── right.png
│   │   │   │   │   ├── s1.jpg
│   │   │   │   │   ├── s2.jpg
│   │   │   │   │   ├── s3.jpg
│   │   │   │   │   ├── s4.jpg
│   │   │   │   │   ├── s5.jpg
│   │   │   │   │   ├── select.png
│   │   │   │   │   ├── selectc.png
│   │   │   │   │   ├── timg.gif
│   │   │   │   │   ├── user.jpg
│   │   │   │   │   └── user2.jpg
│   │   │   │   ├── js
│   │   │   │   │   ├── flexible.min.js
│   │   │   │   │   ├── miniMobile.js
│   │   │   │   │   └── zepto.min.js
│   │   │   │   └── plugins
│   │   │   │       ├── fonticon
│   │   │   │       │   ├── demo.css
│   │   │   │       │   ├── demo_fontclass.html
│   │   │   │       │   ├── iconfont.css
│   │   │   │       │   ├── iconfont.eot
│   │   │   │       │   ├── iconfont.svg
│   │   │   │       │   ├── iconfont.ttf
│   │   │   │       │   ├── iconfont.woff
│   │   │   │       │   ├── mui-icons-extra.ttf
│   │   │   │       │   └── mui.ttf
│   │   │   │       ├── icheck
│   │   │   │       │   └── icheck.js
│   │   │   │       ├── iscroll-probe.js
│   │   │   │       ├── json.json
│   │   │   │       ├── layer_mobile
│   │   │   │       │   ├── layer.js
│   │   │   │       │   └── need
│   │   │   │       │       └── layer.css
│   │   │   │       ├── mobileSelect
│   │   │   │       │   ├── mobileSelect.css
│   │   │   │       │   └── mobileSelect.js
│   │   │   │       ├── myflow.js
│   │   │   │       ├── noUiSlider.10.0.0
│   │   │   │       │   ├── nouislider.css
│   │   │   │       │   ├── nouislider.js
│   │   │   │       │   ├── nouislider.min.css
│   │   │   │       │   └── nouislider.min.js
│   │   │   │       ├── photoswipe
│   │   │   │       │   ├── default-skin
│   │   │   │       │   │   ├── default-skin.css
│   │   │   │       │   │   ├── default-skin.png
│   │   │   │       │   │   ├── default-skin.svg
│   │   │   │       │   │   └── preloader.gif
│   │   │   │       │   ├── photoswipe-ui-default.js
│   │   │   │       │   ├── photoswipe-ui-default.min.js
│   │   │   │       │   ├── photoswipe.css
│   │   │   │       │   ├── photoswipe.js
│   │   │   │       │   └── photoswipe.min.js
│   │   │   │       ├── switchery
│   │   │   │       │   ├── switchery.css
│   │   │   │       │   ├── switchery.js
│   │   │   │       │   ├── switchery.min.css
│   │   │   │       │   └── switchery.min.js
│   │   │   │       └── webKeyBoard.js
│   │   │   ├── swiper342
│   │   │   │   ├── images
│   │   │   │   │   ├── IMG_0786.JPG
│   │   │   │   │   ├── timg.jpg
│   │   │   │   │   └── timg1.jpg
│   │   │   │   ├── index.css
│   │   │   │   ├── index.html
│   │   │   │   ├── swiper342.css
│   │   │   │   └── swiper342.min.js
│   │   │   └── writing
│   │   │       ├── images
│   │   │       │   └── success.png
│   │   │       ├── writing.css
│   │   │       └── writing.js
│   │   ├── Scripts
│   │   │   ├── Init.js
│   │   │   ├── ajaxfileupload.js
│   │   │   ├── clipboard.min.js
│   │   │   ├── eketeam.js
│   │   │   ├── jquery.js
│   │   │   ├── jquery.min.js
│   │   │   ├── jquery.nicescroll.min.js
│   │   │   ├── jquery.raty.min.js
│   │   │   └── rolldate.min.js
│   │   ├── WXWork
│   │   │   ├── BindChoose.aspx
│   │   │   ├── BindChoose.aspx.cs
│   │   │   ├── BindUser.aspx
│   │   │   ├── BindUser.aspx.cs
│   │   │   ├── Custom.aspx
│   │   │   ├── Custom.aspx.cs
│   │   │   ├── Default.aspx
│   │   │   ├── Default.aspx.cs
│   │   │   ├── Home.aspx
│   │   │   ├── Home.aspx.cs
│   │   │   ├── Login.aspx
│   │   │   ├── Login.aspx.cs
│   │   │   ├── LoginOut.aspx
│   │   │   ├── LoginOut.aspx.cs
│   │   │   ├── Logined.aspx
│   │   │   ├── Main.Master
│   │   │   ├── Main.Master.cs
│   │   │   ├── Menu.ascx
│   │   │   ├── Menu.ascx.cs
│   │   │   ├── Model.aspx
│   │   │   ├── Model.aspx.cs
│   │   │   ├── Register.aspx
│   │   │   ├── Register.aspx.cs
│   │   │   ├── SLogin.aspx
│   │   │   ├── SLogin.aspx.cs
│   │   │   ├── ScanLogin.aspx
│   │   │   ├── ScanLogin.aspx.cs
│   │   │   ├── ToolMenu.ascx
│   │   │   ├── ToolMenu.ascx.cs
│   │   │   ├── app_Desk.aspx
│   │   │   ├── app_Desk.aspx.cs
│   │   │   ├── app_Home.aspx
│   │   │   ├── app_Home.aspx.cs
│   │   │   ├── app_ModifyPass.aspx
│   │   │   ├── app_ModifyPass.aspx.cs
│   │   │   ├── app_UserCenter.aspx
│   │   │   ├── app_UserCenter.aspx.cs
│   │   │   ├── app_UserInfo.aspx
│   │   │   ├── app_UserInfo.aspx.cs
│   │   │   ├── app_UserInfov1.aspx
│   │   │   ├── app_UserInfov1.aspx.cs
│   │   │   ├── custom.css
│   │   │   ├── images
│   │   │   │   ├── UserCenter_bg.png
│   │   │   │   ├── code.png
│   │   │   │   ├── icon-1.png
│   │   │   │   ├── icon-2.png
│   │   │   │   ├── icon-out.png
│   │   │   │   ├── icon2.png
│   │   │   │   ├── icon3.png
│   │   │   │   ├── menu.png
│   │   │   │   ├── msg.png
│   │   │   │   ├── pass.png
│   │   │   │   ├── tel.png
│   │   │   │   ├── touch-icon.png
│   │   │   │   └── user.png
│   │   │   ├── js
│   │   │   │   ├── common.js
│   │   │   │   ├── fastclick.js
│   │   │   │   └── fastclick1.js
│   │   │   ├── jsAPI.aspx
│   │   │   ├── jsAPI.aspx.cs
│   │   │   └── style.css
│   │   ├── WeChat
│   │   │   ├── BindChoose.aspx
│   │   │   ├── BindChoose.aspx.cs
│   │   │   ├── BindUser.aspx
│   │   │   ├── BindUser.aspx.cs
│   │   │   ├── Custom.aspx
│   │   │   ├── Custom.aspx.cs
│   │   │   ├── Default.aspx
│   │   │   ├── Default.aspx.cs
│   │   │   ├── Home.aspx
│   │   │   ├── Home.aspx.cs
│   │   │   ├── Login.aspx
│   │   │   ├── Login.aspx.cs
│   │   │   ├── LoginOut.aspx
│   │   │   ├── LoginOut.aspx.cs
│   │   │   ├── Logined.aspx
│   │   │   ├── Main.Master
│   │   │   ├── Main.Master.cs
│   │   │   ├── Menu.ascx
│   │   │   ├── Menu.ascx.cs
│   │   │   ├── Model.aspx
│   │   │   ├── Model.aspx.cs
│   │   │   ├── Register.aspx
│   │   │   ├── Register.aspx.cs
│   │   │   ├── Share.aspx
│   │   │   ├── Share.aspx.cs
│   │   │   ├── ToolMenu.ascx
│   │   │   ├── ToolMenu.ascx.cs
│   │   │   ├── app_Desk.aspx
│   │   │   ├── app_Desk.aspx.cs
│   │   │   ├── app_Home.aspx
│   │   │   ├── app_Home.aspx.cs
│   │   │   ├── app_ModifyPass.aspx
│   │   │   ├── app_ModifyPass.aspx.cs
│   │   │   ├── app_UserCenter.aspx
│   │   │   ├── app_UserCenter.aspx.cs
│   │   │   ├── app_UserInfo.aspx
│   │   │   ├── app_UserInfo.aspx.cs
│   │   │   ├── cashPay.aspx
│   │   │   ├── cashPay.aspx.cs
│   │   │   ├── custom.css
│   │   │   ├── images
│   │   │   │   ├── UserCenter_bg.png
│   │   │   │   ├── code.png
│   │   │   │   ├── icon-1.png
│   │   │   │   ├── icon-2.png
│   │   │   │   ├── icon-out.png
│   │   │   │   ├── icon2.png
│   │   │   │   ├── icon3.png
│   │   │   │   ├── menu.png
│   │   │   │   ├── msg.png
│   │   │   │   ├── pass.png
│   │   │   │   ├── tel.png
│   │   │   │   ├── touch-icon.png
│   │   │   │   └── user.png
│   │   │   ├── js
│   │   │   │   ├── common.js
│   │   │   │   ├── fastclick.js
│   │   │   │   └── fastclick1.js
│   │   │   ├── jsPay.aspx
│   │   │   ├── jsPay.aspx.cs
│   │   │   ├── jsPayNotifyPage.aspx
│   │   │   ├── jsPayNotifyPage.aspx.cs
│   │   │   ├── nativePay.aspx
│   │   │   ├── nativePay.aspx.cs
│   │   │   ├── nativePayNotifyPage.aspx
│   │   │   ├── nativePayNotifyPage.aspx.cs
│   │   │   ├── nativePayQRCode.aspx
│   │   │   ├── nativePayQRCode.aspx.cs
│   │   │   └── style.css
│   │   ├── Web.config
│   │   ├── bin
│   │   │   ├── EKETEAM.dll
│   │   │   ├── ICSharpCode.SharpZipLib.dll
│   │   │   ├── LitJson.dll
│   │   │   ├── Newtonsoft.Json.dll
│   │   │   ├── ThoughtWorks.QRCode.dll
│   │   │   └── URLRewriter.dll
│   │   ├── upload
│   │   │   ├── 1
│   │   │   │   ├── 2020
│   │   │   │   │   └── 11
│   │   │   │   │       ├── 202011251621440321.jpg
│   │   │   │   │       ├── 202011251622122363.jpg
│   │   │   │   │       ├── 202011251622211513.jpg
│   │   │   │   │       ├── 202011251622379013.jpg
│   │   │   │   │       └── 202011251622457718.jpg
│   │   │   │   ├── 2021
│   │   │   │   │   └── 07
│   │   │   │   │       ├── 202107072225538760.jpg
│   │   │   │   │       ├── 202107080008363160.jpg
│   │   │   │   │       ├── 202107080010500756.jpg
│   │   │   │   │       ├── 202107080027302537.jpg
│   │   │   │   │       └── 202107080027379252.jpg
│   │   │   │   ├── filemanage
│   │   │   │   │   ├── icons
│   │   │   │   │   │   ├── AdpPrimaryKey.png
│   │   │   │   │   │   ├── Bullets.png
│   │   │   │   │   │   ├── CategorizeMenu.png
│   │   │   │   │   │   ├── ChartLine.png
│   │   │   │   │   │   ├── ChartPie.png
│   │   │   │   │   │   ├── ChartPlacement.png
│   │   │   │   │   │   ├── ChartTypeOtherInsertGallery.png
│   │   │   │   │   │   ├── CustomHeaderGallery.png
│   │   │   │   │   │   ├── CustomTablesGallery.png
│   │   │   │   │   │   ├── DataFormExcel.png
│   │   │   │   │   │   ├── Database.png
│   │   │   │   │   │   ├── DatabasePermissionsMenu.png
│   │   │   │   │   │   ├── DatasheetNewField.png
│   │   │   │   │   │   ├── ExchangeFolder.png
│   │   │   │   │   │   ├── FileNewDefault.png
│   │   │   │   │   │   ├── GroupAdpDiagramLayout.png
│   │   │   │   │   │   ├── GroupEquationStructures.png
│   │   │   │   │   │   ├── GroupEquationTools.png
│   │   │   │   │   │   ├── GroupForm.png
│   │   │   │   │   │   ├── GroupInclude.png
│   │   │   │   │   │   ├── GroupInsertIllustrations.png
│   │   │   │   │   │   ├── GroupMembers.png
│   │   │   │   │   │   ├── GroupPivotChartType.png
│   │   │   │   │   │   ├── Home.png
│   │   │   │   │   │   ├── Paste.png
│   │   │   │   │   │   ├── ShowMembersPage.png
│   │   │   │   │   │   ├── TranslationToolTip.png
│   │   │   │   │   │   ├── ViewsChart.png
│   │   │   │   │   │   ├── WatchWindow.png
│   │   │   │   │   │   ├── back2.png
│   │   │   │   │   │   ├── def.png
│   │   │   │   │   │   ├── def1.png
│   │   │   │   │   │   ├── eChart.png
│   │   │   │   │   │   ├── eChart1.png
│   │   │   │   │   │   ├── model.png
│   │   │   │   │   │   ├── model1.png
│   │   │   │   │   │   ├── my.png
│   │   │   │   │   │   ├── my1.png
│   │   │   │   │   │   ├── user.png
│   │   │   │   │   │   └── users.png
│   │   │   │   │   └── images
│   │   │   │   │       └── site.jpg
│   │   │   │   └── temp
│   │   │   ├── temp
│   │   │   └── web.config
│   │   └── 导入格式.xls
│   ├── eFrameWork.sln
│   ├── eFrameWork.v11.suo
│   └── 源码说明.txt
└── 好例子网_ASP.NET低代码开发平台源码.rar

123 directories, 1469 files


网友评论

发表评论

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

查看所有0条评论>>

小贴士

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

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

关于好例子网

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

;
报警