会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
夏天海岸线
祝你早安,午安,晚安。
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
下一页
2017年1月5日
spring-boot + storm 依赖的json-simple版本冲突
摘要: 具体问题重现: 在做storm 整合spring-boot的时候,发现spring-boot的父依赖中引入了json-simple这个jar包,版本为1.1.1,而storm核心包storm-core的依赖的simple-json版本为1.1,这就导致了启动storm时候报ClassNotFound
阅读全文
posted @ 2017-01-05 16:30 夏天海岸线
阅读(909)
评论(0)
推荐(0)
2016年4月25日
springMVC dubbo注解无效,service层返回空指针
摘要: 引自oschina回复 将springMVC的配置与dubbo配置写在一个配置文件中,注意顺序
阅读全文
posted @ 2016-04-25 09:53 夏天海岸线
阅读(533)
评论(0)
推荐(0)
2016年1月28日
jfinal 使用ehcache 存储登陆信息
摘要: 今天接触了下EhCache 缓存机制,尝试着用jfinal实现了登陆成功后缓存用户对象。有问题还请大家指正。 第一步:配置环境 创建一个web工程,先把jfinal相关配置完成,可以直接用jfinal的demo(连jfinal的demo都没有?在osc搜索下吧)。下载ehcache.ja...
阅读全文
posted @ 2016-01-28 17:15 夏天海岸线
阅读(501)
评论(0)
推荐(0)
2016年1月25日
git学习笔记
摘要: 项目不能从gitHub上pull代码 在window-preferences-team-git-Configuration中配置key、value
阅读全文
posted @ 2016-01-25 17:53 夏天海岸线
阅读(84)
评论(0)
推荐(0)
2016年1月18日
jfinal 学习笔记
摘要: 使用自带的jetty-server-8.1.8.jar时,访问jsp报错,提示ClassNotFoundException: javax.el.ELResolver 解决方法:改用tomcat启动,pom.xml配置 org.codehaus.mojo ...
阅读全文
posted @ 2016-01-18 15:59 夏天海岸线
阅读(204)
评论(0)
推荐(0)
2015年11月17日
spring源码分析
摘要: Spring源代码解析(一):IOC容器:http://www.iteye.com/topic/86339 Spring源代码解析(二):IoC容器在Web容器中的启动:http://www.iteye.com/topic/86594 Spring源代码解析(三):Spring JDBC:h...
阅读全文
posted @ 2015-11-17 15:14 夏天海岸线
阅读(101)
评论(0)
推荐(0)
2015年8月21日
大部分网站详情页效果:网页锚点跳到特定位置+浮动层固定在屏幕顶部
摘要: ancher 1 2 3 111122133144 222 333
阅读全文
posted @ 2015-08-21 16:02 夏天海岸线
阅读(488)
评论(0)
推荐(0)
2015年3月31日
js实现图片自动轮播
摘要: images
阅读全文
posted @ 2015-03-31 17:56 夏天海岸线
阅读(275)
评论(0)
推荐(0)
2015年3月11日
Spring+Freemarker实现自定义方法
摘要: 配置文件test.properties中添加Freemarker相关配置信息 locale=zh_TW url_escaping_charset=UTF-8 message.cache_seconds=3600 message.common_path=/WEB-INF/language/...
阅读全文
posted @ 2015-03-11 14:37 夏天海岸线
阅读(822)
评论(0)
推荐(0)
2015年3月9日
spring国际化
摘要: SpringUtil.java 用于实例化bean以及获取国际化消息@Component("springUtils")@Lazy(false)public class SpringUtils implements ApplicationContextAware, DisposableBean {...
阅读全文
posted @ 2015-03-09 10:47 夏天海岸线
阅读(245)
评论(0)
推荐(0)
上一页
1
2
3
4
下一页
公告