上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 23 下一页
摘要: 参考 https://blog.csdn.net/yueludanfeng/article/details/79049922 删除分区 数据被清空,索引失效 合并分区 原分区数据被散列分布到其他分区中 原分区数据被清空 原分区索引被清空 新增分区 阅读全文
posted @ 2018-06-03 14:27 BINGJJFLY 阅读(114) 评论(0) 推荐(0) 编辑
摘要: 表分析,识别大表 阅读全文
posted @ 2018-06-03 14:19 BINGJJFLY 阅读(483) 评论(0) 推荐(0) 编辑
摘要: 范围分区(Range) 创建表空间 创建表分区 这里是按照日期进行分区的(按年月日),当然也可以按照主键分区(按数量) 测试范围分区 散列分区(Hash) 创建表分区 或者是 测试散列分区 列表分区(List) 创建表分区 测试列表分区 组合分区 创建表分区 测试组合分区 阅读全文
posted @ 2018-06-02 14:41 BINGJJFLY 阅读(228) 评论(0) 推荐(0) 编辑
摘要: Demo 自定义Runnable,类似于定时任务 阅读全文
posted @ 2018-06-01 10:03 BINGJJFLY 阅读(1237) 评论(0) 推荐(0) 编辑
摘要: 概要 Realm是工兵角色,需要SecurityManager、CacheManager、Authenticator、Authorizer等 CachingSecurityManager的注入之后 RealmSecurityManager的注入之后 AuthenticatingSecurityMan 阅读全文
posted @ 2018-05-31 15:55 BINGJJFLY 阅读(758) 评论(0) 推荐(0) 编辑
摘要: spring-shiro.xml文件配置 缓存原理 CachingSecurityManager 注入缓存管理器到安全管理器中,还需要将缓存管理器注入到领域中 RealmSecurityManager 将缓存管理器注入到领域中,存入取出缓存内容均有领域具体实现 DefaultSecurityMana 阅读全文
posted @ 2018-05-30 18:44 BINGJJFLY 阅读(3389) 评论(0) 推荐(0) 编辑
摘要: 概要 授权安全管理器继承了授权器,拥有了授权的各种行为,又使用授权器具体实现授权的各种行为。 Authorizer授权器 AuthorizingSecurityManager授权安全管理器 ModularRealmAuthorizer 阅读全文
posted @ 2018-05-30 15:01 BINGJJFLY 阅读(323) 评论(0) 推荐(0) 编辑
摘要: 概要 实现权限验证行为的前提需要实现横切拦截设计(Spring的AOP)参考:https://www.cnblogs.com/BINGJJFLY/p/9066524.html spring-shiro.xml配置文件的配置 AuthorizationAttributeSourceAdvisor Ao 阅读全文
posted @ 2018-05-29 21:01 BINGJJFLY 阅读(916) 评论(0) 推荐(0) 编辑
摘要: 定义上下文行为,要继承Map 定义MapContext上下文,定义备份Map,实现备份Map的存取等关乎map的行为,实现Map 定义默认的上下文实现类,继承MapContext上下文,具体实现上下文 demo 阅读全文
posted @ 2018-05-28 20:02 BINGJJFLY 阅读(325) 评论(0) 推荐(0) 编辑
摘要: 过滤掉class文件和jar包,包含和过滤掉特定的jsp文件 maven-war-plugin插件介绍:http://maven.apache.org/plugins/maven-war-plugin/examples/including-excluding-files-from-war.html 阅读全文
posted @ 2018-05-28 14:22 BINGJJFLY 阅读(1336) 评论(0) 推荐(0) 编辑
上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 23 下一页