会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
七月流火嗞嗞嗞
fighting for this。
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
9
10
11
12
13
14
15
16
17
下一页
2017年2月8日
2017.2.7 开涛shiro教程-第六章-Realm及相关对象(二)
摘要: AuthenticationInfo,AuthenticationToken,AuthorizationInfo,PrincipalCollection的介绍。
阅读全文
posted @ 2017-02-08 15:48 七月流火嗞嗞嗞
阅读(617)
评论(0)
推荐(0)
编辑
2017.2.7 开涛shiro教程-第六章-Realm及相关对象(一)
摘要: 开涛shiro教程-第六章-Realm及相关对象(一)
阅读全文
posted @ 2017-02-08 14:52 七月流火嗞嗞嗞
阅读(459)
评论(0)
推荐(0)
编辑
2016年12月5日
2016.12.5 在Eclipse中为实现类impl自动生成对应接口
摘要: 为实现类impl自动生成接口类。 1.点击impl类,refactor->extract interface 2.勾选类中的方法
阅读全文
posted @ 2016-12-05 09:38 七月流火嗞嗞嗞
阅读(1410)
评论(0)
推荐(0)
编辑
2016年11月14日
2016.11.14 MIT challenge之课程总览
摘要: MIT的computer science and engineering的本科毕业课程要求
阅读全文
posted @ 2016-11-14 10:40 七月流火嗞嗞嗞
阅读(363)
评论(0)
推荐(0)
编辑
2016年11月11日
2016.11.4 Injection of autowired dependencies failed
摘要: 类上忘加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)
编辑
2016.11.10 Could not get JDBC Connection; nested exception is java.sql.SQLException: No suitable driver
摘要: 通过查资料可以知道,这种错误(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)
编辑
2016年11月1日
2016.11.1 target
摘要: job
阅读全文
posted @ 2016-11-01 10:53 七月流火嗞嗞嗞
阅读(2)
评论(0)
推荐(0)
编辑
2016.10.18kubernetes 的8080和6443端口的区别与联系
摘要: 有两个端口,8080是用于接收http请求,6443用于接收https请求。可以在配置文件中看到。
阅读全文
posted @ 2016-11-01 10:12 七月流火嗞嗞嗞
阅读(10733)
评论(1)
推荐(0)
编辑
2016.10.17 yaml文件里的labels和Pod、RC、Service的对应关系
摘要: 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)
编辑
2016.10.10 Failed to start component [StandardService[Catalina]]
摘要: eclipse里tomcat启动失败,提示Failed to start component [StandardService[Catalina]]。
阅读全文
posted @ 2016-11-01 09:56 七月流火嗞嗞嗞
阅读(661)
评论(0)
推荐(0)
编辑
上一页
1
···
9
10
11
12
13
14
15
16
17
下一页
公告