04 2013 档案

PathMatchingResourcePatternResolver
摘要:PathMatchingResourcePatternResolver是一个通配符的Resource查找器,包括:/WEB-INF/*-context.xmlcom/mycompany/**/applicationContext.xmlfile:C:/some/path/*-context.xml... 阅读全文

posted @ 2013-04-08 17:58 dhj 阅读(516) 评论(0) 推荐(0) 编辑

spring 注解配置使用id @Qualifier("flightCacheManager")
摘要:@AutowiredprivateFDLDaodao;@Autowired@Qualifier("flightCacheManager")privateCacheManagercacheManager; 阅读全文

posted @ 2013-04-08 13:59 dhj 阅读(287) 评论(0) 推荐(0) 编辑

Spring的PropertyPlaceholderConfigurer应用
摘要:http://www.cnblogs.com/yl2755/archive/2012/05/06/2486752.htmlSpring利用PropertyPlaceholderConfigurer占位符1.PropertyPlaceholderConfigurer是个bean工厂后置处理器的实现,... 阅读全文

posted @ 2013-04-08 13:39 dhj 阅读(145) 评论(0) 推荐(0) 编辑

CSS property: -webkit-backface-visibility
摘要:DescriptionDetermineswhetherornotatransformedelementisvisiblewhenitisnotfacingthescreen.Usethispropertytospecifywhetherornotanelementisvisiblewheniti... 阅读全文

posted @ 2013-04-07 10:51 dhj 阅读(281) 评论(0) 推荐(0) 编辑

JS禁止选中文本方法【转】
摘要:IE下有onselectstart这个方法,通过设置这个方法可以禁止元素文本被选取。而firefox下没有这个方法,但可以通过css或一种变通的办法解决:if(typeof(element.onselectstart)!="undefined"){//IE下禁止元素被选取element.onsel... 阅读全文

posted @ 2013-04-07 09:37 dhj 阅读(138) 评论(0) 推荐(0) 编辑

导航

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5
点击右上角即可分享
微信分享提示