码迷,mamicode.com
首页 >  
搜索关键字:configuration manag    ( 6024个结果
使用nexus3.19搭建自己的maven私服
怎么安装参见CentOS6.9安装Nexus3.19 ,接下来就是如何配置。打开我们安装后的nexus界面,用admin账号登陆,点击Server administration and configuration按钮: 点击Repository 我们可以看到nexus默认给我建好了一些仓库,其中包括 ...
分类:其他好文   时间:2020-10-18 09:27:43    阅读次数:24
spring注册bean、注入新的配置
一、注册bean有两种手段 在类上加@Component、@Service、@Controller、@Repository等注解,作为可以被@Autowired注入的实例化对象; 在类上加@Configuration,方法上加@Bean,扫描时,将新对象(这里需要new)return到spring容 ...
分类:编程语言   时间:2020-10-09 21:10:17    阅读次数:31
DHCP工作原理
DHCP(Dynamic Host Configuration Protocol,动态主机配置协议),被应用在**局域网环境**中,主要作用是**集中的管理**、**分配IP地址**,使网络环境中的主机动态的获得IP地址、Gateway地址、DNS服务器地址等信息,并能够提升地址的使用率。由于DHC ...
分类:其他好文   时间:2020-10-07 21:17:38    阅读次数:39
2.2Hellowrold程序的解析
戴着假发的程序员出品 抖音ID:戴着假发的程序员 欢迎关注 [查看视频教程] [1]@Configuration @Configuration注解表示要给类为配置类。 我们在AppConfig类上方添加@Configuration注解,表示当前类是一个配置类。配置类本身也是spring容器中的一个元 ...
分类:其他好文   时间:2020-10-07 20:52:44    阅读次数:25
飞浆测试日志
飞浆测试日志 Configuration Arguments MASK_ON: 1 anchor_sizes: [32, 64, 128, 256, 512] aspect_ratios: [0.5, 1.0, 2.0] batch_size_per_im: 512 class_num: 81 da ...
分类:其他好文   时间:2020-09-24 21:44:01    阅读次数:37
Mybatis Mybatis 学习
Mybatis 学习 SqlMapConfig.xml 配置文件 <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE configuration PUBLIC "-//mybatis.org//DTD Config 3.0//EN" "http://my ...
分类:其他好文   时间:2020-09-21 11:59:33    阅读次数:40
系统无法验证证书签发机构问题
curl -i https://www.kzf.com/.well-known/openid-configuration Peer’s Certificate issuer is not recognized 此种情况多发生在自签名的证书,报错含义是签发证书机构未经认证,无法识别。我们加个 -K 虽 ...
分类:其他好文   时间:2020-09-18 03:29:14    阅读次数:35
zabbix异常之value cache is fully used: please increase ValueCacheSize configuration parameter
一、zabbix出现ValueCacheSize异常 查看zabbix server log发现如下异常: value cache is fully used: please increase ValueCacheSize configuration parameter 二、解决办法:增加Value ...
分类:系统相关   时间:2020-09-18 02:34:43    阅读次数:55
SpringBoot---RabbitMQ_2 (使用注解方式)
使用注解方式实现RabbitMq整合 在进行该部分实验前把之前的交换器和队列删除,在RabbitMq管理后台完成。 1、RabbitMq配置类 @Configuration public class RabbitMQConfig { /** * 定制JSON格式的消息转换器 * @return */ ...
分类:编程语言   时间:2020-09-17 22:24:43    阅读次数:45
system call filters failed to install; check the logs and fix your configuration or disable system c
错误: ERROR: [1] bootstrap checks failed [1]: system call filters failed to install; check the logs and fix your configuration or disable system call fi ...
分类:其他好文   时间:2020-09-17 21:25:40    阅读次数:37
6024条   上一页 1 ... 13 14 15 16 17 ... 603 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!