在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → Easyui+ashx+Jq权限菜单权限管理框架

Easyui+ashx+Jq权限菜单权限管理框架

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:2.98M
  • 下载次数:16
  • 浏览次数:191
  • 发布时间:2021-02-04
  • 实例类别:一般编程问题
  • 发 布 人:好学IT男
  • 文件格式:.rar
  • 所需积分:2
 

实例介绍

【实例简介】
Easyui+ashx+Jq权限菜单权限管理框架,前台完全html+jq+easyui 后台ashx三层 角色、权限、组织、用户管理,通过菜单控制访问权限
【实例截图】
【核心代码】
bb90c890-c28d-4d4a-93f1-24052d670f62
└── YJUI_Aspnet
├── BLL
│   ├── bin
│   │   └── Debug
│   │   ├── BLL.dll
│   │   ├── BLL.pdb
│   │   ├── Common.dll
│   │   ├── Common.pdb
│   │   ├── DAL.dll
│   │   ├── DAL.pdb
│   │   ├── DBUtility.dll
│   │   ├── DBUtility.pdb
│   │   ├── Model.dll
│   │   └── Model.pdb
│   ├── BLL.csproj
│   ├── obj
│   │   └── Debug
│   │   ├── BLL.csproj.FileListAbsolute.txt
│   │   ├── BLL.dll
│   │   ├── BLL.pdb
│   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   └── ResolveAssemblyReference.cache
│   ├── Properties
│   │   └── AssemblyInfo.cs
│   ├── ui_menu.cs
│   ├── ui_org.cs
│   ├── ui_role.cs
│   └── ui_user.cs
├── CommandInfo.cs
├── Common
│   ├── bin
│   │   └── Debug
│   │   ├── Common.dll
│   │   └── Common.pdb
│   ├── ColumeToString.cs
│   ├── Common.csproj
│   ├── GetTreeJsonByTable.cs
│   ├── JsonHelper.cs
│   ├── obj
│   │   └── Debug
│   │   ├── Common.csproj.FileListAbsolute.txt
│   │   ├── Common.dll
│   │   ├── Common.pdb
│   │   └── DesignTimeResolveAssemblyReferencesInput.cache
│   └── Properties
│   └── AssemblyInfo.cs
├── DAL
│   ├── bin
│   │   └── Debug
│   │   ├── DAL.dll
│   │   ├── DAL.pdb
│   │   ├── DBUtility.dll
│   │   ├── DBUtility.pdb
│   │   ├── Model.dll
│   │   └── Model.pdb
│   ├── DAL.csproj
│   ├── obj
│   │   └── Debug
│   │   ├── DAL.csproj.FileListAbsolute.txt
│   │   ├── DAL.dll
│   │   ├── DAL.pdb
│   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   └── ResolveAssemblyReference.cache
│   ├── Properties
│   │   └── AssemblyInfo.cs
│   ├── ui_menu.cs
│   ├── ui_org.cs
│   ├── ui_role.cs
│   ├── ui_role_menu.cs
│   └── ui_user.cs
├── db
│   ├── YJUIDB_log.ldf
│   ├── YJUIDB.mdf
│   └── YJUI.sql
├── DbHelperSQL.cs
├── DBUtility
│   ├── bin
│   │   └── Debug
│   │   ├── DBUtility.dll
│   │   └── DBUtility.pdb
│   ├── CommandInfo.cs
│   ├── DbHelperSQL.cs
│   ├── DBUtility.csproj
│   ├── JsonHelper.cs
│   ├── obj
│   │   └── Debug
│   │   ├── DBUtility.csproj.FileListAbsolute.txt
│   │   ├── DBUtility.dll
│   │   ├── DBUtility.pdb
│   │   └── DesignTimeResolveAssemblyReferencesInput.cache
│   └── Properties
│   └── AssemblyInfo.cs
├── Model
│   ├── bin
│   │   └── Debug
│   │   ├── Model.dll
│   │   └── Model.pdb
│   ├── Model.csproj
│   ├── obj
│   │   └── Debug
│   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   ├── Model.csproj.FileListAbsolute.txt
│   │   ├── Model.dll
│   │   └── Model.pdb
│   ├── Properties
│   │   └── AssemblyInfo.cs
│   ├── ui_menu.cs
│   ├── ui_org.cs
│   ├── ui_role.cs
│   ├── ui_role_menu.cs
│   ├── ui_user.cs
│   ├── ui_user_org.cs
│   └── ui_user_role.cs
├── UI
│   ├── ashx_ui
│   │   ├── getsession.ashx
│   │   ├── getsession.ashx.cs
│   │   ├── login.ashx
│   │   ├── login.ashx.cs
│   │   ├── ui_getRole.ashx
│   │   ├── ui_getRole.ashx.cs
│   │   ├── ui_leftmenu.ashx
│   │   ├── ui_leftmenu.ashx.cs
│   │   ├── ui_menuTree.ashx
│   │   ├── ui_menuTree.ashx.cs
│   │   ├── ui_org.ashx
│   │   ├── ui_org.ashx.cs
│   │   ├── ui_user.ashx
│   │   └── ui_user.ashx.cs
│   ├── bin
│   │   ├── BLL.dll
│   │   ├── BLL.pdb
│   │   ├── Common.dll
│   │   ├── Common.pdb
│   │   ├── DAL.dll
│   │   ├── DAL.pdb
│   │   ├── DBUtility.dll
│   │   ├── DBUtility.pdb
│   │   ├── Model.dll
│   │   ├── Model.pdb
│   │   ├── UI.dll
│   │   └── UI.pdb
│   ├── css
│   │   ├── default.css
│   │   └── tablefrom.css
│   ├── htm_ui
│   │   ├── ui_org_add.htm
│   │   ├── ui_org_edit.htm
│   │   ├── ui_org.htm
│   │   ├── ui_relogin.htm
│   │   ├── ui_role_menu_add.htm
│   │   ├── ui_role_menu_edit.htm
│   │   ├── ui_role_menu.htm
│   │   ├── ui_user_add.htm
│   │   ├── ui_user_edit.htm
│   │   ├── ui_user.htm
│   │   ├── ui_user_setorg.htm
│   │   └── ui_user_setrole.htm
│   ├── images
│   │   ├── blocks.gif
│   │   ├── CategorizeMenu.png
│   │   ├── directory.png
│   │   ├── layout-browser-hd-bg.gif
│   │   ├── nav_link.png
│   │   ├── noscript.gif
│   │   ├── plugin_big.gif
│   │   ├── ShowCustomPropertiesPage.png
│   │   ├── tabicons.png
│   │   ├── TableDrawTable.png
│   │   └── tools-sprites-trans.gif
│   ├── index.htm
│   ├── javascript
│   │   ├── common_fn.js
│   │   ├── easyloader.js
│   │   ├── init.js
│   │   ├── jquery-1.8.0.min.js
│   │   └── jquery.easyui.min.js
│   ├── locale
│   │   └── easyui-lang-zh_CN.js
│   ├── login.htm
│   ├── obj
│   │   └── Debug
│   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   ├── ResolveAssemblyReference.cache
│   │   ├── UI.csproj.FileListAbsolute.txt
│   │   ├── UI.dll
│   │   └── UI.pdb
│   ├── plugins
│   │   ├── jquery.accordion.js
│   │   ├── jquery.calendar.js
│   │   ├── jquery.combobox.js
│   │   ├── jquery.combogrid.js
│   │   ├── jquery.combo.js
│   │   ├── jquery.combotree.js
│   │   ├── jquery.datagrid.js
│   │   ├── jquery.datebox.js
│   │   ├── jquery.datetimebox.js
│   │   ├── jquery.dialog.js
│   │   ├── jquery.draggable.js
│   │   ├── jquery.droppable.js
│   │   ├── jquery.form.js
│   │   ├── jquery.layout.js
│   │   ├── jquery.linkbutton.js
│   │   ├── jquery.menubutton.js
│   │   ├── jquery.menu.js
│   │   ├── jquery.messager.js
│   │   ├── jquery.numberbox.js
│   │   ├── jquery.numberspinner.js
│   │   ├── jquery.pagination.js
│   │   ├── jquery.panel.js
│   │   ├── jquery.parser.js
│   │   ├── jquery.progressbar.js
│   │   ├── jquery.propertygrid.js
│   │   ├── jquery.resizable.js
│   │   ├── jquery.searchbox.js
│   │   ├── jquery.slider.js
│   │   ├── jquery.spinner.js
│   │   ├── jquery.splitbutton.js
│   │   ├── jquery.tabs.js
│   │   ├── jquery.timespinner.js
│   │   ├── jquery.treegrid.js
│   │   ├── jquery.tree.js
│   │   ├── jquery.validatebox.js
│   │   └── jquery.window.js
│   ├── Properties
│   │   └── AssemblyInfo.cs
│   ├── src
│   │   ├── easyloader.js
│   │   ├── jquery.accordion.js
│   │   ├── jquery.calendar.js
│   │   ├── jquery.combobox.js
│   │   ├── jquery.datebox.js
│   │   ├── jquery.draggable.js
│   │   ├── jquery.droppable.js
│   │   ├── jquery.form.js
│   │   ├── jquery.linkbutton.js
│   │   ├── jquery.menu.js
│   │   ├── jquery.parser.js
│   │   ├── jquery.progressbar.js
│   │   ├── jquery.propertygrid.js
│   │   ├── jquery.resizable.js
│   │   ├── jquery.slider.js
│   │   ├── jquery.tabs.js
│   │   └── jquery.window.js
│   ├── test.htm
│   ├── themes
│   │   ├── black
│   │   │   ├── accordion.css
│   │   │   ├── calendar.css
│   │   │   ├── combobox.css
│   │   │   ├── combo.css
│   │   │   ├── datagrid.css
│   │   │   ├── datebox.css
│   │   │   ├── dialog.css
│   │   │   ├── easyui.css
│   │   │   ├── images
│   │   │   │   ├── accordion_arrows.png
│   │   │   │   ├── blank.gif
│   │   │   │   ├── calendar_arrows.png
│   │   │   │   ├── combo_arrow.png
│   │   │   │   ├── datagrid_icons.png
│   │   │   │   ├── datebox_arrow.png
│   │   │   │   ├── layout_arrows.png
│   │   │   │   ├── linkbutton_bg.png
│   │   │   │   ├── loading.gif
│   │   │   │   ├── menu_arrows.png
│   │   │   │   ├── messager_icons.png
│   │   │   │   ├── pagination_icons.png
│   │   │   │   ├── panel_tools.png
│   │   │   │   ├── searchbox_button.png
│   │   │   │   ├── slider_handle.png
│   │   │   │   ├── spinner_arrows.png
│   │   │   │   ├── tabs_icons.png
│   │   │   │   ├── Thumbs.db
│   │   │   │   ├── tree_icons.png
│   │   │   │   ├── validatebox_arrows.png
│   │   │   │   └── validatebox_warning.png
│   │   │   ├── layout.css
│   │   │   ├── linkbutton.css
│   │   │   ├── menubutton.css
│   │   │   ├── menu.css
│   │   │   ├── messager.css
│   │   │   ├── pagination.css
│   │   │   ├── panel.css
│   │   │   ├── progressbar.css
│   │   │   ├── propertygrid.css
│   │   │   ├── searchbox.css
│   │   │   ├── slider.css
│   │   │   ├── spinner.css
│   │   │   ├── splitbutton.css
│   │   │   ├── tabs.css
│   │   │   ├── tree.css
│   │   │   ├── validatebox.css
│   │   │   └── window.css
│   │   ├── bootstrap
│   │   │   ├── accordion.css
│   │   │   ├── calendar.css
│   │   │   ├── combobox.css
│   │   │   ├── combo.css
│   │   │   ├── datagrid.css
│   │   │   ├── datebox.css
│   │   │   ├── dialog.css
│   │   │   ├── easyui.css
│   │   │   ├── images
│   │   │   │   ├── accordion_arrows.png
│   │   │   │   ├── blank.gif
│   │   │   │   ├── calendar_arrows.png
│   │   │   │   ├── combo_arrow.png
│   │   │   │   ├── datagrid_icons.png
│   │   │   │   ├── datebox_arrow.png
│   │   │   │   ├── layout_arrows.png
│   │   │   │   ├── linkbutton_bg.png
│   │   │   │   ├── loading.gif
│   │   │   │   ├── menu_arrows.png
│   │   │   │   ├── messager_icons.png
│   │   │   │   ├── pagination_icons.png
│   │   │   │   ├── panel_tools.png
│   │   │   │   ├── searchbox_button.png
│   │   │   │   ├── slider_handle.png
│   │   │   │   ├── spinner_arrows.png
│   │   │   │   ├── tabs_icons.png
│   │   │   │   ├── Thumbs.db
│   │   │   │   ├── tree_icons.png
│   │   │   │   ├── validatebox_arrows.png
│   │   │   │   └── validatebox_warning.png
│   │   │   ├── layout.css
│   │   │   ├── linkbutton.css
│   │   │   ├── menubutton.css
│   │   │   ├── menu.css
│   │   │   ├── messager.css
│   │   │   ├── pagination.css
│   │   │   ├── panel.css
│   │   │   ├── progressbar.css
│   │   │   ├── propertygrid.css
│   │   │   ├── searchbox.css
│   │   │   ├── slider.css
│   │   │   ├── spinner.css
│   │   │   ├── splitbutton.css
│   │   │   ├── tabs.css
│   │   │   ├── tree.css
│   │   │   ├── validatebox.css
│   │   │   └── window.css
│   │   ├── default
│   │   │   ├── accordion.css
│   │   │   ├── calendar.css
│   │   │   ├── combobox.css
│   │   │   ├── combo.css
│   │   │   ├── datagrid.css
│   │   │   ├── datebox.css
│   │   │   ├── dialog.css
│   │   │   ├── easyui.css
│   │   │   ├── images
│   │   │   │   ├── accordion_arrows.png
│   │   │   │   ├── blank.gif
│   │   │   │   ├── calendar_arrows.png
│   │   │   │   ├── combo_arrow.png
│   │   │   │   ├── datagrid_icons.png
│   │   │   │   ├── datebox_arrow.png
│   │   │   │   ├── layout_arrows.png
│   │   │   │   ├── linkbutton_bg.png
│   │   │   │   ├── loading.gif
│   │   │   │   ├── menu_arrows.png
│   │   │   │   ├── messager_icons.png
│   │   │   │   ├── pagination_icons.png
│   │   │   │   ├── panel_tools.png
│   │   │   │   ├── searchbox_button.png
│   │   │   │   ├── slider_handle.png
│   │   │   │   ├── spinner_arrows.png
│   │   │   │   ├── tabs_icons.png
│   │   │   │   ├── Thumbs.db
│   │   │   │   ├── tree_icons.png
│   │   │   │   ├── validatebox_arrows.png
│   │   │   │   └── validatebox_warning.png
│   │   │   ├── layout.css
│   │   │   ├── linkbutton.css
│   │   │   ├── menubutton.css
│   │   │   ├── menu.css
│   │   │   ├── messager.css
│   │   │   ├── pagination.css
│   │   │   ├── panel.css
│   │   │   ├── progressbar.css
│   │   │   ├── propertygrid.css
│   │   │   ├── searchbox.css
│   │   │   ├── slider.css
│   │   │   ├── spinner.css
│   │   │   ├── splitbutton.css
│   │   │   ├── tabs.css
│   │   │   ├── tree.css
│   │   │   ├── validatebox.css
│   │   │   └── window.css
│   │   ├── gray
│   │   │   ├── accordion.css
│   │   │   ├── calendar.css
│   │   │   ├── combobox.css
│   │   │   ├── combo.css
│   │   │   ├── datagrid.css
│   │   │   ├── datebox.css
│   │   │   ├── dialog.css
│   │   │   ├── easyui.css
│   │   │   ├── images
│   │   │   │   ├── accordion_arrows.png
│   │   │   │   ├── blank.gif
│   │   │   │   ├── calendar_arrows.png
│   │   │   │   ├── combo_arrow.png
│   │   │   │   ├── datagrid_icons.png
│   │   │   │   ├── datebox_arrow.png
│   │   │   │   ├── layout_arrows.png
│   │   │   │   ├── linkbutton_bg.png
│   │   │   │   ├── loading.gif
│   │   │   │   ├── menu_arrows.png
│   │   │   │   ├── messager_icons.png
│   │   │   │   ├── pagination_icons.png
│   │   │   │   ├── panel_tools.png
│   │   │   │   ├── searchbox_button.png
│   │   │   │   ├── slider_handle.png
│   │   │   │   ├── spinner_arrows.png
│   │   │   │   ├── tabs_icons.png
│   │   │   │   ├── Thumbs.db
│   │   │   │   ├── tree_icons.png
│   │   │   │   ├── validatebox_arrows.png
│   │   │   │   └── validatebox_warning.png
│   │   │   ├── layout.css
│   │   │   ├── linkbutton.css
│   │   │   ├── menubutton.css
│   │   │   ├── menu.css
│   │   │   ├── messager.css
│   │   │   ├── pagination.css
│   │   │   ├── panel.css
│   │   │   ├── progressbar.css
│   │   │   ├── propertygrid.css
│   │   │   ├── searchbox.css
│   │   │   ├── slider.css
│   │   │   ├── spinner.css
│   │   │   ├── splitbutton.css
│   │   │   ├── tabs.css
│   │   │   ├── tree.css
│   │   │   ├── validatebox.css
│   │   │   └── window.css
│   │   ├── icon.css
│   │   ├── icons
│   │   │   ├── back.png
│   │   │   ├── blank.gif
│   │   │   ├── cancel.png
│   │   │   ├── columns.png
│   │   │   ├── cut.png
│   │   │   ├── edit_add.png
│   │   │   ├── edit_remove.png
│   │   │   ├── filesave.png
│   │   │   ├── group_key.png
│   │   │   ├── group.png
│   │   │   ├── help.png
│   │   │   ├── key.png
│   │   │   ├── lock.png
│   │   │   ├── mini_add.png
│   │   │   ├── mini_edit.png
│   │   │   ├── mini_refresh.png
│   │   │   ├── no.png
│   │   │   ├── ok.png
│   │   │   ├── org.png
│   │   │   ├── pencil.png
│   │   │   ├── print.png
│   │   │   ├── redo.png
│   │   │   ├── reload.png
│   │   │   ├── search.png
│   │   │   ├── sum.png
│   │   │   ├── tip.png
│   │   │   └── undo.png
│   │   ├── icon_show_dom.aspx
│   │   ├── icon_show_dom.aspx.cs
│   │   ├── icon_show_dom.aspx.designer.cs
│   │   └── metro
│   │   ├── accordion.css
│   │   ├── calendar.css
│   │   ├── combobox.css
│   │   ├── combo.css
│   │   ├── datagrid.css
│   │   ├── datebox.css
│   │   ├── dialog.css
│   │   ├── easyui.css
│   │   ├── images
│   │   │   ├── accordion_arrows.png
│   │   │   ├── blank.gif
│   │   │   ├── calendar_arrows.png
│   │   │   ├── combo_arrow.png
│   │   │   ├── datagrid_icons.png
│   │   │   ├── datebox_arrow.png
│   │   │   ├── layout_arrows.png
│   │   │   ├── linkbutton_bg.png
│   │   │   ├── loading.gif
│   │   │   ├── menu_arrows.png
│   │   │   ├── messager_icons.png
│   │   │   ├── pagination_icons.png
│   │   │   ├── panel_tools.png
│   │   │   ├── searchbox_button.png
│   │   │   ├── slider_handle.png
│   │   │   ├── spinner_arrows.png
│   │   │   ├── tabs_icons.png
│   │   │   ├── Thumbs.db
│   │   │   ├── tree_icons.png
│   │   │   ├── validatebox_arrows.png
│   │   │   └── validatebox_warning.png
│   │   ├── layout.css
│   │   ├── linkbutton.css
│   │   ├── menubutton.css
│   │   ├── menu.css
│   │   ├── messager.css
│   │   ├── pagination.css
│   │   ├── panel.css
│   │   ├── progressbar.css
│   │   ├── propertygrid.css
│   │   ├── searchbox.css
│   │   ├── slider.css
│   │   ├── spinner.css
│   │   ├── splitbutton.css
│   │   ├── tabs.css
│   │   ├── tree.css
│   │   ├── validatebox.css
│   │   └── window.css
│   ├── UI.csproj
│   ├── UI.csproj.user
│   ├── Web.config
│   ├── Web.Debug.config
│   └── Web.Release.config
├── ui_menu.cs
├── YJUI_Aspnet.sln
└── YJUI_Aspnet.suo

57 directories, 469 files

标签:

实例下载地址

Easyui+ashx+Jq权限菜单权限管理框架

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

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

网友评论

发表评论

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

查看所有0条评论>>

小贴士

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

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

关于好例子网

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

;
报警