在好例子网,分享、交流、成长!
您当前所在位置:首页ASP 开发实例ASP/Basic基础 → BPMS-通用权限系统快速开发框架

BPMS-通用权限系统快速开发框架

ASP/Basic基础

下载此实例
  • 开发语言:ASP
  • 实例大小:15.52M
  • 下载次数:17
  • 浏览次数:172
  • 发布时间:2023-02-21
  • 实例类别:ASP/Basic基础
  • 发 布 人:zppp
  • 文件格式:.rar
  • 所需积分:2
 相关标签: 开发框架 PM 开发 权限 框架

实例介绍

【实例简介】BPMS-通用权限系统快速开发框架

【实例截图】

from clipboard

【核心代码】

.
├── BPMS-通用权限系统快速开发框架
│   ├── DB_SqlServer_V1.1.rar
│   ├── doc.rar
│   └── project
│       ├── CommonModule
│       │   ├── Button
│       │   │   ├── ButtonForm.aspx
│       │   │   └── ButtonList.aspx
│       │   ├── Controlpanel
│       │   │   └── ControlpanelIndex.aspx
│       │   ├── DataBase
│       │   │   ├── DataBaseIndex.aspx
│       │   │   ├── DataBaseList.aspx
│       │   │   ├── DataBaseManag.aspx
│       │   │   ├── DataBaseTree.aspx
│       │   │   ├── SQLQuery.aspx
│       │   │   └── Timingbackups.aspx
│       │   ├── DataPermission
│       │   │   └── DataPermissionList.aspx
│       │   ├── Dictionary
│       │   │   ├── Dictionary.ashx
│       │   │   ├── DictionaryIndex.aspx
│       │   │   ├── ItemDetailsForm.aspx
│       │   │   ├── ItemDetailsList.aspx
│       │   │   ├── ItemsForm.aspx
│       │   │   └── ItemsList.aspx
│       │   ├── Employee
│       │   │   ├── EmployeeForm.aspx
│       │   │   ├── EmployeeIndex.aspx
│       │   │   └── EmployeeList.aspx
│       │   ├── ExceptionLog
│       │   │   ├── ExceptionFile.aspx
│       │   │   ├── ExceptionIndex.aspx
│       │   │   └── ExceptionText.aspx
│       │   ├── FlexibleForm
│       │   │   ├── FlexibleFormForm.aspx
│       │   │   ├── FlexibleFormIndex.aspx
│       │   │   ├── FlexibleFormList.aspx
│       │   │   └── FlexibleFormType.aspx
│       │   ├── IPManager
│       │   │   ├── IPManagerForm.aspx
│       │   │   └── IPManagerList.aspx
│       │   ├── InterfaceManage
│       │   │   ├── IAuthorizationForm.aspx
│       │   │   ├── IAuthorizationList.aspx
│       │   │   ├── InterfaceManageForm.aspx
│       │   │   └── InterfaceManageList.aspx
│       │   ├── Log
│       │   │   ├── DeleteLog.aspx
│       │   │   ├── LogDetail.aspx
│       │   │   ├── LogList.aspx
│       │   │   └── LoginLogList.aspx
│       │   ├── Module
│       │   │   ├── ModuleButton.aspx
│       │   │   ├── ModuleConfigForm.aspx
│       │   │   ├── ModuleConfigList.aspx
│       │   │   ├── ModuleConfigMovable.aspx
│       │   │   ├── ModuleForm.aspx
│       │   │   ├── ModuleIcon.aspx
│       │   │   └── ModuleList.aspx
│       │   ├── Organize
│       │   │   ├── OrganizeChart.aspx
│       │   │   ├── OrganizeForm.aspx
│       │   │   ├── OrganizeList.aspx
│       │   │   └── OrganizeTree.aspx
│       │   ├── Role
│       │   │   ├── ButtonPermission.ashx
│       │   │   ├── ButtonPermission.aspx
│       │   │   ├── CompanyTree.aspx
│       │   │   ├── CompanyTreePermission.aspx
│       │   │   ├── MemberForm.aspx
│       │   │   ├── MemberList.aspx
│       │   │   ├── ModulePermission.ashx
│       │   │   ├── ModulePermission.aspx
│       │   │   ├── RoleForm.aspx
│       │   │   ├── RoleIndex.aspx
│       │   │   ├── RoleIndexPermission.aspx
│       │   │   ├── RoleList.aspx
│       │   │   └── RolePermission.aspx
│       │   ├── Shortcut
│       │   │   └── ShortcutList.aspx
│       │   ├── SystemInfo
│       │   │   ├── ConfigForm.aspx
│       │   │   ├── Individuation.aspx
│       │   │   └── SystemInfoList.aspx
│       │   ├── User
│       │   │   ├── UpdateUserPwd.aspx
│       │   │   ├── UserForm.aspx
│       │   │   ├── UserInfo.aspx
│       │   │   ├── UserList.ashx
│       │   │   ├── UserList.aspx
│       │   │   └── UserRole.aspx
│       │   └── UserPermission
│       │       ├── UserButtonPermission.ashx
│       │       ├── UserButtonPermission.aspx
│       │       ├── UserModulePermission.ashx
│       │       ├── UserModulePermission.aspx
│       │       ├── UserPermissionIndex.aspx
│       │       └── UserPermissionList.aspx
│       ├── ErrorPage
│       │   ├── 404.aspx
│       │   ├── Browser_Not_Support.aspx
│       │   └── Error.aspx
│       ├── ExampleModule
│       │   ├── File
│       │   │   ├── FileList.aspx
│       │   │   ├── UploadHandler.ashx
│       │   │   └── UploadifyForm.aspx
│       │   ├── News
│       │   │   ├── NewsForm.aspx
│       │   │   └── NewsList.aspx
│       │   ├── POOrder
│       │   │   ├── POOrderForm.aspx
│       │   │   └── POOrderForm.js
│       │   └── Printpage
│       │       ├── iframes
│       │       ├── images
│       │       ├── index.html
│       │       ├── jquery-1.4.4.min.js
│       │       ├── jquery.printPage.js
│       │       └── readme.md
│       ├── Frame
│       │   ├── Frame.ashx
│       │   ├── HomeIndex.aspx
│       │   ├── Login.htm
│       │   ├── MainIndex.aspx
│       │   ├── MainIndex.js
│       │   └── VerifyCode.ashx
│       ├── Global.asax
│       ├── Index.htm
│       ├── Themes
│       │   ├── IPScaner
│       │   │   └── QQWry.Dat
│       │   ├── Images
│       │   │   ├── 16
│       │   │   ├── 32
│       │   │   ├── 404_r1_c2.png
│       │   │   ├── Format
│       │   │   ├── Login
│       │   │   ├── avatar_bg.jpg
│       │   │   ├── bg.jpg
│       │   │   ├── bg_repeat.png
│       │   │   ├── billstatis1.png
│       │   │   ├── browselogo
│       │   │   ├── btn_bg.gif
│       │   │   ├── button_a_bg.gif
│       │   │   ├── button_span_bg.gif
│       │   │   ├── checkAllOff.gif
│       │   │   ├── checkAllOn.gif
│       │   │   ├── checkicon.png
│       │   │   ├── checkmark.gif
│       │   │   ├── checknomark.gif
│       │   │   ├── column-header-bg.png
│       │   │   ├── contextmenuitem_bg.gif
│       │   │   ├── contextmenumenu_bg.gif
│       │   │   ├── desktop_icons.png
│       │   │   ├── first.gif
│       │   │   ├── hide_topbar.png
│       │   │   ├── icon_over.png
│       │   │   ├── icon_text_l.png
│       │   │   ├── icon_text_r.png
│       │   │   ├── illustration.png
│       │   │   ├── input_text_bg.gif
│       │   │   ├── last.gif
│       │   │   ├── loading.gif
│       │   │   ├── man.png
│       │   │   ├── menu
│       │   │   ├── menu_bg.png
│       │   │   ├── menu_span_bg.png
│       │   │   ├── n1.png
│       │   │   ├── n3.png
│       │   │   ├── n4.png
│       │   │   ├── next.gif
│       │   │   ├── portal_bg.jpg
│       │   │   ├── prev.gif
│       │   │   ├── product.png
│       │   │   ├── scroll_arrow.png
│       │   │   ├── scrollbar_bg.png
│       │   │   ├── second_panel_bg.jpg
│       │   │   ├── show_topbar.png
│       │   │   ├── slidebox
│       │   │   ├── start_menu.png
│       │   │   ├── start_menu_panel_bg.png
│       │   │   ├── tab_delete_ico.png
│       │   │   ├── tabs_active.png
│       │   │   ├── tabs_arrow.png
│       │   │   ├── tabs_close.png
│       │   │   ├── tip.png
│       │   │   ├── tools_btn_bg.gif
│       │   │   ├── topnav_over.png
│       │   │   ├── validatebox_warning.png
│       │   │   ├── wallpaper
│       │   │   ├── woman.png
│       │   │   ├── x1.gif
│       │   │   ├── x2.gif
│       │   │   └── x3.gif
│       │   ├── Scripts
│       │   │   ├── DatePicker
│       │   │   ├── DragSort.js
│       │   │   ├── FunctionJS.js
│       │   │   ├── Highcharts
│       │   │   ├── OrgChart.js
│       │   │   ├── PqGrid
│       │   │   ├── TreeTable
│       │   │   ├── TreeView
│       │   │   ├── Uploadify
│       │   │   ├── Validator
│       │   │   ├── artDialog
│       │   │   ├── jquery-1.4.4.min.js
│       │   │   ├── jquery-1.8.2.min.js
│       │   │   └── xhEditor
│       │   └── Styles
│       │       ├── accordion.css
│       │       ├── login.css
│       │       ├── pagination.css
│       │       └── style.css
│       ├── UserControl
│       │   ├── LoadButton.ascx
│       │   └── PageControl.ascx
│       ├── Web.config
│       ├── XmlConfig
│       │   └── Config.xml
│       └── bin
│           ├── BPMS.Business.dll
│           ├── BPMS.Business.pdb
│           ├── BPMS.Entity.dll
│           ├── BPMS.Entity.pdb
│           ├── BPMS.IBusiness.dll
│           ├── BPMS.IBusiness.pdb
│           ├── BPMS.Service.dll
│           ├── BPMS.Service.pdb
│           ├── BPMS.WEB.dll
│           ├── BPMS.WEB.pdb
│           ├── DotNet.DataAccess.dll
│           ├── DotNet.DataAccess.pdb
│           ├── DotNet.Kernel.dll
│           ├── DotNet.Kernel.pdb
│           ├── DotNet.Utilities.dll
│           ├── DotNet.Utilities.pdb
│           ├── Microsoft.Practices.EnterpriseLibrary.Common.dll
│           ├── Microsoft.Practices.EnterpriseLibrary.Data.dll
│           ├── Microsoft.Practices.Unity.dll
│           ├── MySql.Data.dll
│           ├── Oracle.DataAccess.dll
│           ├── System.Data.SQLite.dll
│           └── itextsharp.dll
└── 好例子网_BPMS-通用权限系统快速开发框架.rar

55 directories, 192 files


实例下载地址

BPMS-通用权限系统快速开发框架

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

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

网友评论

发表评论

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

查看所有0条评论>>

小贴士

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

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

关于好例子网

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

;
报警