码迷,mamicode.com
首页 >  
搜索关键字:cache spring ehcache    ( 54019个结果
Spring可扩展Schema标签
基于Spring可扩展Schema提供自定义标签报错...
分类:编程语言   时间:2014-05-18 18:38:12    阅读次数:693
安装STS报错(一)
安装STS报错 1、具体报错如下 2、报错原因 3、解决办法...
分类:其他好文   时间:2014-05-18 15:41:03    阅读次数:259
setAnimationTransition:forView:cache: 执行动画时背景色问题
首先我描述一下问题:当我从一个view到另外一个view的时候? 解答:这个问题的解决还需要看setAnimationTransition:forView:cache: 官方Api,官方是这样说的: 1.Begin an animation block. 2.Set the transition on the container view. 3.Remove the subview fro...
分类:其他好文   时间:2014-05-18 10:44:03    阅读次数:370
安装STS报错(二)
安装STS报错 1、启动时报错 2、报错原因 3、处理办法...
分类:其他好文   时间:2014-05-18 09:35:25    阅读次数:257
Spring零配置
@Component :标注一个普通的Spring Bean类。@Controller: 标注一个控制器组件类。@Service:标注一个业务逻辑组件类。@Repository:标注一个DAO组件类。首先要使用注解需要配置Spring自动扫描的包 将ScheduleDaoImp类注入在Spring....
分类:编程语言   时间:2014-05-18 02:24:39    阅读次数:367
ubuntu下boost的配置方法
boost版本为: boost_1_52_0ubuntu版本为:ubuntu-12.04.1-desktop-i386这里有两种安装方法:=============第一种:也是最简单的:进入linux系统后,输入 # apt-cache search boost你将看到很多文件信息,你会看到其中一个...
分类:其他好文   时间:2014-05-18 00:27:46    阅读次数:428
一个spring jdbc实例
一、使用示例 (1)springJdbcContext.xmlJava代码 springAppPROPAGATION_REQUIREDPROPAGATION_REQUIRED,-ExceptionPROPAGATION_REQUIRED,-ExceptionPROPAGATION_REQUIRED,...
分类:数据库   时间:2014-05-17 23:13:55    阅读次数:636
SSH三大框架注解整合(二)
5.使用spring注解注入service,DAOaction:@ParentPackage(value = "struts-default")@Namespace("/")@Controller@Scope("prototype")public class BookAction extends A...
分类:其他好文   时间:2014-05-17 20:52:45    阅读次数:218
Spring整合Hibernate
Spring版本:3.2.0Hibernate版本:3.6.0applicationContext配置文件: com.mysql.jdbc.Driver jdbc:mysql://localh...
分类:编程语言   时间:2014-05-17 20:39:17    阅读次数:411
Eclipse RCP 玩转 Spring
近来上一个项目想在Eclipse RCP中使用Spring,在网上Google了一下发现这方面的材料比较少,晓得Spring自个有个Spring-OSGI的项目,能够在Spring中装备OSGI效劳。但是,我仅仅想在RCP中引进Spring来管理Java Bean,不想去研讨那个东西。所以,看看有没...
分类:编程语言   时间:2014-05-17 18:15:05    阅读次数:450
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!