• 大小: 49.00M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2020-12-14
  • 语言: C#
  • 标签: 管理系统  管理  系统  

资源简介

通用型全能后台系统源码

系统简介:
    本系统是强大构建系统,可建立多个系统同在一个管理器里,然后直接分配权限给人员,人员可以单点登入多个系统完成自己的作业,超方便实用。案例介绍:曾经用来开发过企业官网,B2C电子商城,企业OA管理、CRM客户关系管理系统、ERP外贸生产系统等,支持流程自定义,页面自定义,数据表操作等,用户只需简单的创建自己想要的模型就可以随心所欲的释放系统的魅力,什么模块都是一步到位,功能非常强大,内部已具有缓存机制,以空间换取时间的方式,用户群同时访问可以支持最大限度,还有功能可兼容一切流行浏览器,扩容性强,功能模块:执行模式、办公模式、运营模式、决策 模式、知识中心;待编辑完成后统一管理。 系统采用经典三层架构,修改方便、简单,注释和文档完整,全套源代码提供,不封装任何一句代码。
    用户用这套系统可随意快速开发出自己想要的系统或者网站,本人还提供了非常实用的JQUERY插件,也是本人毕生所沉淀,拥有这套系统和本人的插件可以说无尖不催!
详细系统操作见文档
     该源码作者会持续改进,同时支持二次开发
基础功能介绍:
     工作管理: 工作台  修改密码  公告 内部消息
     功能管理: 行政管理   人力资源  工作日志 备忘录 日程安排 个人日记 固定资产 图书浏览 人事管理工作计划 车辆管理。。。(具体菜单功能未实现需要自己开发)(太多了,我写累了,想开发什么功能模块已经不在话下了,根据模型模块创建,然后页面自定义,就可自动生成页面,没什么不可以只要你愿意)
     系统管理: 权限管理 账号管理 角色管理 回收站 模型列表 子模型管理 模型字段分组管理 节点管理 栏目管理 栏目移动 栏目复制 栏目合并 模块管理 操作管理 日志管理 站点信息 站点参数 邮件参数设置
注意:
    登陆选择系统主站即可,其他未实现
    开发环境为Visual Studio 2010,数据库为SQL Server 2008
    文档里有具体的操作步骤,使用方法
    超级管理员用户名密码均是:super

资源截图

代码片段和文件信息

#region 引用程序集
using System;
using System.Collections.Generic;
using System.Collections;
using System.Text;
using System.Data;
using System.Configuration;
using System.Reflection;
using System.Web.UI.WebControls;
using System.Web;
using System.xml.XPath;
using System.xml;
using System.Text.Regularexpressions;

using AllPower.IDAL;
using AllPower.Model;
using AllPower.BLL.Template;
using AllPower.Template.ParamType;
#endregion

#region 版权注释
/*----------------------------------------------------------------------------------------
// Copyright (C) 2010 华强北在线 
// 作者:吴岸标
// 创建日期:2011-1-11
// 功能描述:DW中调用接口

----------------------------------------------------------------------------------------*/
#endregion

namespace AllPower.BLL
{
    public class DWAPI
    {
   

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件         79  2011-11-17 10:37  BN01154-综合管理系统\AllPower.BLL\app.config

     文件     453120  2015-02-14 16:57  BN01154-综合管理系统\AllPower.BLL\bin\Debug\AllPower.BLL.dll

     文件         79  2011-11-17 10:37  BN01154-综合管理系统\AllPower.BLL\bin\Debug\AllPower.BLL.dll.config

     文件    1191424  2015-02-14 16:57  BN01154-综合管理系统\AllPower.BLL\bin\Debug\AllPower.BLL.pdb

     文件     107520  2015-02-14 16:57  BN01154-综合管理系统\AllPower.BLL\bin\Debug\AllPower.Common.dll

     文件     314880  2015-02-14 16:57  BN01154-综合管理系统\AllPower.BLL\bin\Debug\AllPower.Common.pdb

     文件      26624  2015-02-14 16:57  BN01154-综合管理系统\AllPower.BLL\bin\Debug\AllPower.Config.dll

     文件     138752  2015-02-14 16:57  BN01154-综合管理系统\AllPower.BLL\bin\Debug\AllPower.Config.pdb

     文件      37376  2015-02-14 16:57  BN01154-综合管理系统\AllPower.BLL\bin\Debug\AllPower.IDAL.dll

     文件       7680  2015-02-14 16:57  BN01154-综合管理系统\AllPower.BLL\bin\Debug\AllPower.IDAL.pdb

     文件     205824  2015-02-14 16:57  BN01154-综合管理系统\AllPower.BLL\bin\Debug\AllPower.Model.dll

     文件    1302016  2015-02-14 16:57  BN01154-综合管理系统\AllPower.BLL\bin\Debug\AllPower.Model.pdb

     文件     370176  2015-02-14 16:57  BN01154-综合管理系统\AllPower.BLL\bin\Debug\AllPower.SQLServer.dll

     文件     849408  2015-02-14 16:57  BN01154-综合管理系统\AllPower.BLL\bin\Debug\AllPower.SQLServer.pdb

     文件     136192  2015-02-14 16:57  BN01154-综合管理系统\AllPower.BLL\bin\Debug\AllPower.Template.dll

     文件     372224  2015-02-14 16:57  BN01154-综合管理系统\AllPower.BLL\bin\Debug\AllPower.Template.pdb

     文件     114688  2011-11-17 10:36  BN01154-综合管理系统\AllPower.BLL\bin\Debug\AspNetPager.dll

     文件      36864  2015-02-14 16:54  BN01154-综合管理系统\AllPower.BLL\bin\Debug\Interop.ADOX.dll

     文件     950272  2011-11-17 10:37  BN01154-综合管理系统\AllPower.BLL\bin\Debug\Interop.SQLDMO.dll

     文件     453120  2013-11-08 22:13  BN01154-综合管理系统\AllPower.BLL\bin\Debug\KingTop.BLL.dll

     文件         79  2011-11-17 10:37  BN01154-综合管理系统\AllPower.BLL\bin\Debug\KingTop.BLL.dll.config

     文件     111616  2013-11-08 22:12  BN01154-综合管理系统\AllPower.BLL\bin\Debug\KingTop.Common.dll

     文件      26624  2013-11-08 22:13  BN01154-综合管理系统\AllPower.BLL\bin\Debug\KingTop.Config.dll

     文件      37376  2013-11-08 22:13  BN01154-综合管理系统\AllPower.BLL\bin\Debug\KingTop.IDAL.dll

     文件       7680  2013-11-08 22:13  BN01154-综合管理系统\AllPower.BLL\bin\Debug\KingTop.IDAL.pdb

     文件     205824  2013-11-08 22:12  BN01154-综合管理系统\AllPower.BLL\bin\Debug\KingTop.Model.dll

     文件     370176  2013-11-08 22:13  BN01154-综合管理系统\AllPower.BLL\bin\Debug\KingTop.SQLServer.dll

     文件     136192  2013-11-08 22:13  BN01154-综合管理系统\AllPower.BLL\bin\Debug\KingTop.Template.dll

     文件     148504  2012-02-28 14:28  BN01154-综合管理系统\AllPower.BLL\bin\Debug\Microsoft.SqlServer.ConnectionInfo.dll

     文件     452448  2011-11-17 10:40  BN01154-综合管理系统\AllPower.BLL\bin\Debug\Microsoft.SqlServer.Management.Sdk.Sfc.dll

............此处省略6906个文件信息

评论

共有 条评论