shiro英语

Security Manager安全管理人员

Tutorial  辅导的

transient  短暂的

Cipher  密码
  Memory  记忆
Access  访问
Handy Hint  方便提示
separator  分隔符

mybatis:属性里修改默认值特性、修改默认值的分隔符,数据源中使用连接数据库的信息配置。【dataSource中需要配置连接池pooled】
mybatis;namespace类名,id方法名,resultType返回对象,代码+配置文件接口映射+注解接口
mapper映射文件:name包:class类:resource接口映射文件
MyBatis 为聚焦于 SQL 而构建
关联查询表之间只存在关联,集合是包含
featured  特定的

deprecated:弃用
statement  声明
perpared 准备
insensitive  敏感
Author  作者
random  随机
favourite Section 最喜欢的部分
association 协会
comments  评论
samplea  尝试
discriminator  辨别者
draft  草图
case  情况,实例
Velocity  速率
except   除非
offset  抵消,补偿
limit  限制
 scroll sensitive  滚动敏感
insensitive  不敏感
 forward only  只能前进
passed   通过
callable  可调用的
stored   存储
procedure   过程
batch  批处理
matched  匹配
Commons Logging,通用日志
hash Algorithm 哈希算法
company公司

Solution解决方案

 Hex Encoded16进制编码

Realm领域

LDAP:轻量级目录访问协议(Lightweight Directory Access Protocol)ldap

jndi:命名目录服务(Java Naming and Directory Interface)

Incorrect错误的,不正确的·

Permitted允许

Wildcard通配符

Locked Account锁定账户

Message Digest信息摘要

Cryptography密码使用法

将……译成密码encrypt

authentication Mechanism认证机制

credential凭证

Fluent流利的

Anonymous匿名

conditionals条件



indicate the number of rows affected by the statement指示受语句影响的行数

  • resultMap – 是最复杂也是最强大的元素,用来描述如何从数据库结果集中来加载对象。
  • 外部 resultMap 的命名引用。结果集的映射是 MyBatis 最强大的特性,如果你对其理解透彻,许多复杂映射的情形都能迎刃而解。


 Generic  泛型
  Ordinal 序号
rounding  舍入
Collection  集合
Interceptor 拦截器
Signature  签名
invocation  调用
wrap  包装
vendor  供应商
development  发展

三个核心组件:Subject(当前用户安全操作), SecurityManager(核心:门面模式:管理内部组件实例:提供安全管理各种服务) 和 Realms(安全相关的dao)(充当了Shiro与应用安全数据间的桥梁或者连接器,即当用户执行认证(登录)(授权)(访问控制)验证时,Shiro会从应用配置的Realm中查找用户及其权限信息).

原文地址:https://www.cnblogs.com/wym591273/p/10986390.html