码迷,mamicode.com
首页 >  
搜索关键字:@Configuration    ( 5921个结果
spring-boot + Ehcache without XML
http://stackoverflow.com/questions/21944202/using-ehcache-in-spring-4-without-xml1、Ehcache配置类@Configuration@EnableCachingpublic class CachingConfig im...
分类:编程语言   时间:2015-04-16 13:46:18    阅读次数:389
Spring-boot使用Ehcache配置
1、配置类@Configuration@EnableCachingpublic class CacheConfiguration {// implements CachingConfigurer { @Bean //@Override public CacheManager cac...
分类:编程语言   时间:2015-04-16 12:09:27    阅读次数:286
eclipse远程调试war程序
step1. Eclipse端添加远程调试右击工程——>Debug As——>Debug Configuration 选择左窗口的Remote Java Application,右击,选择“New”,右边窗口选择工程、填写主机、端口号 step2. 启动tomcat${tomcat}/bin/catalina.sh jpda startstep3. 开始debugtomcat服务器启动之后,用刚...
分类:系统相关   时间:2015-04-16 10:22:14    阅读次数:173
Unity XML 配置文件(2)
Unity Configuration Schematic Source Schema for the Unity Application Block 下面列出用于配置Unity Application Block(Unity)的元素和属性。配置文件具有如下 section-handler 声明: ...
分类:编程语言   时间:2015-04-15 19:21:29    阅读次数:348
WCF Service Configuration Editor的使用
问题: 使用WCF Service Configuration Editor工具生成XML文件来进行WCF的配置,而不是在CS文件中敲代码。解决过程:要取代上篇文章中HostApp.cs文件里的几行配置代码,使用工具配置步骤如下:打开VS,在Host项目中右键,新建一个App.config文件。点....
分类:其他好文   时间:2015-04-15 19:01:36    阅读次数:148
Starting nagios:This account is currently not available nagios
nagios在启动时报错# service nagios restartRunning configuration check…done.Stopping nagios: done.Starting nagios:This account is currently not available.don...
分类:移动开发   时间:2015-04-15 18:35:35    阅读次数:130
SAFS Init Files
There're many deployment files for configuration. We need to learn how SAFS read these depolyment files.Let's use the IBT as the a smallexample for re...
分类:其他好文   时间:2015-04-15 18:27:41    阅读次数:140
EXTI中断程序实例
程序功能:使用EXTI中断实现按键点亮LED。按键一次,LED状态翻转一次。在程序中开启GPIOE.2的中断线2。并设置为下降沿触发中断。//exti.h#ifndef__EXTI_H__ #define__EXTI_H__ #include"stm32f10x.h" #include"MyTime.h" #include"bitband.h" voidEXTI_Configuration(void); ..
分类:其他好文   时间:2015-04-15 14:58:13    阅读次数:173
(救星啊)im-switch -s ibus错误:Error: no configuration file "ibus" exists.
转自:http://www.cnblogs.com/csulennon/p/4194902.html在虚拟机上安装Ubuntu14.04 后安装ibus输入法,万万没想到在切换输入法的时候居然出错了!无语了,再网上查了一下,这个错误出现的还是比较少的。先说Ubuntu输入法(ibus)安装的一般步骤...
分类:其他好文   时间:2015-04-15 13:08:23    阅读次数:444
Struts2工作原理
Struts2请求响应流程:在struts2的应用 中,从用户请求到服务器返回相应响应给用户端的过程中,包含了许多组件如:Controller、ActionProxy、ActionMapping、 Configuration Manager、ActionInvocation、Inerceptor、A...
分类:其他好文   时间:2015-04-15 08:21:48    阅读次数:103
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!