码迷,mamicode.com
首页 >  
搜索关键字:@Configuration    ( 5921个结果
Cisco Packet Tracer DHCP 实验
学习网络知识备忘,参考地址:https://blog.csdn.net/qq_41745698/article/details/85019218 1、DHCP(摘自百度百科) 中文名:动态主机配置协议外文名:Dynamic Host Configuration Protocol类 型:计算机网络应用 ...
分类:系统相关   时间:2020-07-19 23:14:08    阅读次数:86
Redis
redis序列化/** * redis相关配置 */ @Configuration //开启注解缓存 @EnableCaching public class RedisConfig{ /** * redis序列化配置 * @param connectionFactory jedis连接工厂 * @r ...
分类:其他好文   时间:2020-07-18 15:42:47    阅读次数:56
POWER BI 报表服务器搭建配置
1.下载PowerBIReportServer 试用180天 2.下载PBIDesktopRS_x64 配置环节 1.打开http://pc-user:8000/Reports 连接 (这个是从report server configuration manager 配置下可以找到) 2.打开连接后U ...
分类:其他好文   时间:2020-07-18 15:31:24    阅读次数:160
Spring Boot中常用注解@Configuration,@Component,@Service,@Controller的区别
之前学习Spring Boot有点囫囵吞枣的意味,没有细究这些注解间的差异。现在空下来重新回过头来阅读官方文档才对这几个注解有了重新的理解,专门写下来好供日后查询翻阅。 @Configuration 指示一个类声明了一个或多个@Bean方法,并且可以由Spring容器进行处理以在运行时为这些bean ...
分类:编程语言   时间:2020-07-17 13:53:57    阅读次数:172
安装oracle报:oracle net configuration assistant失败
今天在安装oracle时报错客户端时报错,导致oracle无法打开监听。 环境表述 widnows10_64位专业版 oracle11gR2_client(已管理员方式安装) 报错信息 在文件夹 ‘Oracle - OraClient11g_home2\集成管理工具’ 中创建 ‘OLAP Analy ...
分类:数据库   时间:2020-07-17 13:46:59    阅读次数:86
jenkins input 框
node {stage 'S1' // Define an input step and capture the outcome from it.def outcome = input id: 'Run-test-suites',message: 'Workflow Configuration',o ...
分类:其他好文   时间:2020-07-16 21:04:26    阅读次数:110
错误:gyp ERR! find Python
详细错误: 1 gyp ERR! find Python 2 gyp ERR! find Python Python is not set from command line or npm configuration 3 gyp ERR! find Python Python is not set ...
分类:编程语言   时间:2020-07-16 12:28:08    阅读次数:312
「新特性」Spring Boot 全局懒加载机制了解一下
关于延迟加载 在 Spring 中,默认情况下所有定的 bean 及其依赖项目都是在应用启动时创建容器上下文是被初始化的。测试代码如下: @Slf4j @Configuration public class DemoConfig { public DemoConfig() { log.warn(" ...
分类:编程语言   时间:2020-07-16 12:05:31    阅读次数:77
log4Net 之 详细配置文件
1 <?xml version="1.0" encoding="utf-8" ?> 2 <configuration> 3 <configSections> 4 <section name="log4net" type="log4net.Config.Log4NetConfigurationSect ...
分类:Web程序   时间:2020-07-15 01:14:22    阅读次数:107
RabbitMq
一、连接和通道 @Configuration public class RabbirnqConfig { private static final String RABBIT_HOST = "localhost"; private static final String RABBIT_USERNAM ...
分类:其他好文   时间:2020-07-13 19:58:40    阅读次数:58
5921条   上一页 1 ... 17 18 19 20 21 ... 593 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!