自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

ice-wee的专栏

java没有衰落,而是刚刚开始。

  • 博客(10)
  • 资源 (20)
  • 问答 (1)
  • 收藏
  • 关注

原创 好的博客

1 http://blog.csdn.net/u013256816/article/category/5748481 可以学习 1 设计模式  2 并发  3 集合源码  4 虚拟机

2016-06-30 09:52:50 805 15

原创 eclipse里maven install时,报错提示jdk为无效的目标版本:1.7

报错提示:[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile (default-compile) on project sshe: Compilation failure[ERROR] Failure executing javac, but could no

2016-06-22 12:21:22 11216

转载 springmvc相关

原文链接:点击打开链接当初配置springmvc的时候,因为是第一次使用springmvc,为图快捷,因而大量从网上查找入门信息。遗憾的是,网上的配置真是五花八门,让我彻底凌乱。至今阅读文章不少于300余篇,回头适当整理下这个。spring mvc的mvc:annotation-driven以及日期的处理摘自http://blog.csdn.net/xiejx618/art

2016-06-11 09:12:45 1339 1

原创 spring引入properties文件,并在controller等层获得引入文件中属性的值

参考以下两篇吧。下面两篇讲了在xml中引入jdbc.properties文件属性中的使用方法,我另外介绍一下在controller等层怎么使用配置文件中的属性。例如:你在spring中引入了a.properties文件,a.properties文件中有一个属性a=http:8080。当你想在controller定义一个变量的值为http:8080,如private Stri

2016-06-10 16:12:50 14641

原创 Ehcache系列经典4

也许这才是真正重量级的文章:http://www.iteye.com/blogs/subjects/ehcache

2016-06-06 19:45:59 508

转载 Ehcache系列三:Spring Cache 介绍

转自:http://www.cnblogs.com/rollenholt/p/4202631.html缓存是实际工作中非常常用的一种提高性能的方法, 我们会在许多场景下来使用缓存。本文通过一个简单的例子进行展开,通过对比我们原来的自定义缓存和 spring 的基于注释的 cache 配置方法,展现了 spring cache 的强大之处,然后介绍了其基本的原理,扩展点和使用场景的限

2016-06-06 16:42:42 1361

转载 Ehcache系列二:Spring缓存注解@Cache使用

参考资料http://www.ibm.com/developerworks/cn/opensource/os-cn-spring-cache/http://swiftlet.net/archives/774 缓存注解有以下三个:@Cacheable      @CacheEvict     @CachePut @Cacheable(value

2016-06-06 16:37:39 8358

转载 用spring的InitializingBean的afterPropertiesSet来初始化

org.springframework.beans.factory包下有一个接口是InitializingBean 只有一个方法:/**  * Invoked by a BeanFactory after it has set all bean properties supplied  * (and satisfied BeanFactoryAware and Applicatio

2016-06-06 14:31:19 5064

原创 struts和springmvc相关获取ServletContext()方式

ServletContext和ServletActionContext,ActionContext有什么区别1.servletContext提供了标准的Servlet运行环境,其实就是一些servlet和web 容器进行通信的方法。2.ServletActionContext 其实是ActionContext的子类,其功能脱胎于ActionContext,对ActionContext的方法做了

2016-06-03 14:27:07 16844 3

转载 Ehcache系列一:Ehcache 整合Spring 使用页面、对象缓存

出处:点击打开链接Ehcache在很多项目中都出现过,用法也比较简单。一般的加些配置就可以了,而且Ehcache可以对页面、对象、数据进行缓存,同时支持集群/分布式缓存。如果整合Spring、Hibernate也非常的简单,Spring对Ehcache的支持也非常好。EHCache支持内存和磁盘的缓存,支持LRU、LFU和FIFO多种淘汰算法,支持分布式的Cache,可以作为Hiber

2016-06-02 09:49:43 3247 1

lucene 源码 fst.rar 分析

https://blog.csdn.net/wabiaozia/article/details/119515755 4 FST(一)Lucene 8.4.0 对应博文备份

2021-08-14

Eclipse Code Recommenders 2.5.4.rar

eclipse或sts Code Recommenders 2.5.4,离线安装包。安装过程参照https://blog.csdn.net/wabiaozia/article/details/102558712

2019-10-15

集成spring security

来自https://github.com/FrameReserve/TrainingBoot/releases/tag/0.0.3 Spring Boot (三)集成spring security。 Blog: http://blog.csdn.net/a286352250/article/details/53156461

2018-04-10

单个正则表达式工具类。

正则表达式的工具类,详细功能见http://www.cnblogs.com/lr393993507/p/5234857.html

2017-06-14

资源代码工具类

1997盏亮着的电灯,3的倍数的灯的拉一下;再将5的倍数的灯拉一下,最后有多少亮的灯。详细见我博客http://blog.csdn.net/wabiaozia/article/details/53043392

2016-11-07

js操作cookie类

js操作cookie的案例,里面给了一个网站,可以在网站线测试

2016-08-31

jdk1.6与eclipse集成

tomcat,maven,jdk配置具体集成参见我博文http://blog.csdn.net/wabiaozia/article/details/51203169

2016-04-21

Tomcat与eclipse集成v7.0版本

tomcat,maven,jdk配置具体集成参见我博文http://blog.csdn.net/wabiaozia/article/details/51203169

2016-04-21

maven与eclipse集成3.0版本

tomcat,maven,jdk配置具体集成参见我博文http://blog.csdn.net/wabiaozia/article/details/51203169

2016-04-21

Tomcat7.0版与eclipse集成

tomcat,maven,jdk配置具体集成参见我博文http://blog.csdn.net/wabiaozia/article/details/51203169

2016-04-21

postman工具使用

具体安装和使用见我图文教程http://write.blog.csdn.net/postedit/50777636

2016-03-02

ArrayList的源码

源码分析见我博文:http://blog.csdn.net/wabiaozia/article/details/50684556

2016-02-18

ConcurrentHashmap源码

源码分析见我博文:http://blog.csdn.net/wabiaozia/article/details/50684556

2016-02-18

ArrayLisr源码

源码分析见我博文:http://blog.csdn.net/wabiaozia/article/details/50684556

2016-02-18

hashset源码

源码分析见我博文:http://blog.csdn.net/wabiaozia/article/details/50684556

2016-02-18

1.6 hashmap源码

hashmap源码,可以看看http://blog.csdn.net/wabiaozia/article/details/50684556

2016-02-18

免费下载dubbo

免费下载dubbo,dubbo.xsd自己不用费力去找了,具体可以看我博客。http://blog.csdn.net/wabiaozia/article/details/50491700

2016-01-10

jquery文件上传扩展插件ajaxfileupload经典

不知道作者是谁,但是真的很感谢,也可以给我留言留邮箱,我免积分发给你,使用方法见我:http://write.blog.csdn.net/postedit/50221945

2016-01-05

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除