摘要: AuthenticationInfo,AuthenticationToken,AuthorizationInfo,PrincipalCollection的介绍。 阅读全文
posted @ 2017-02-08 15:48 七月流火嗞嗞嗞 阅读(617) 评论(0) 推荐(0) 编辑
摘要: 开涛shiro教程-第六章-Realm及相关对象(一) 阅读全文
posted @ 2017-02-08 14:52 七月流火嗞嗞嗞 阅读(459) 评论(0) 推荐(0) 编辑
摘要: 为实现类impl自动生成接口类。 1.点击impl类,refactor->extract interface 2.勾选类中的方法 阅读全文
posted @ 2016-12-05 09:38 七月流火嗞嗞嗞 阅读(1410) 评论(0) 推荐(0) 编辑
摘要: MIT的computer science and engineering的本科毕业课程要求 阅读全文
posted @ 2016-11-14 10:40 七月流火嗞嗞嗞 阅读(363) 评论(0) 推荐(0) 编辑
摘要: 类上忘加qualifies@Repository,结果导致创建bean时失败。提示:expected at least 1 bean which qualifies as autowire candidate for this dependency. 阅读全文
posted @ 2016-11-11 10:49 七月流火嗞嗞嗞 阅读(357) 评论(0) 推荐(0) 编辑
摘要: 通过查资料可以知道,这种错误(could not get JDBC connection,no suitable driver)的意思就是连不上数据库。 连不上的原因有: 1.没有依赖包(因此我去查看了pom.xml和dependences) 2.数据库配置文件的url错误(因此我去查看了database.properties的内容,url由IP,端口和数据库名组成,记得都要检查) 3.项目配置文件里加载数据库配置文件错误(因此我去查看了applicationContext-mvc.xml) 阅读全文
posted @ 2016-11-11 10:17 七月流火嗞嗞嗞 阅读(1032) 评论(0) 推荐(0) 编辑
摘要: job 阅读全文
posted @ 2016-11-01 10:53 七月流火嗞嗞嗞 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 有两个端口,8080是用于接收http请求,6443用于接收https请求。可以在配置文件中看到。 阅读全文
posted @ 2016-11-01 10:12 七月流火嗞嗞嗞 阅读(10733) 评论(1) 推荐(0) 编辑
摘要: yaml文件里的labels和pod、RC、service对应关系。 (在用RC创建pod时)有三个值。 (1)RC的label,与他人无关。 (2)service的label,与他人无关。 (3)pod的label,将会出现三次。RC的template里有个label,以及RC的selector值,Service的selector值。 阅读全文
posted @ 2016-11-01 10:04 七月流火嗞嗞嗞 阅读(2038) 评论(0) 推荐(0) 编辑
摘要: eclipse里tomcat启动失败,提示Failed to start component [StandardService[Catalina]]。 阅读全文
posted @ 2016-11-01 09:56 七月流火嗞嗞嗞 阅读(661) 评论(0) 推荐(0) 编辑