码迷,mamicode.com
首页 >  
搜索关键字:configuration manager    ( 12944个结果
NPM到底是什么以及Node环境的搭建
前言 网上有很多资源都提供了一种下载方式:npm,比如前端框架Bootstrap、Layui等。但是并没有告诉新人,npm是什么?npm的命令在哪里执行?npm的原理是什么? 简介 NPM的全称是Node Package Manager,是一个NodeJS的包管理和分发工具,已经成为了非官方的发布N ...
分类:其他好文   时间:2020-09-18 12:27:27    阅读次数:46
系统无法验证证书签发机构问题
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
Spring中的@Transactional事务注解
一、事务特性 @Transactional注解是用于事务控制的,需要知道事务的ACID特征:即原子性(Atomicity,或称不可分割性)、一致性(Consistency)、隔离性(Isolation,又称独立性)、持久性(Durability)。 事务是用来控制数据的ACID特性的,用于保证数据的 ...
分类:编程语言   时间:2020-09-18 02:54:06    阅读次数:48
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
前后端分离解决CORS跨域问题
一、单个Spring Boot应用使用CorsConfig配置类,实现WebMvcConfigurer解决跨域问题 import org.springframework.context.annotation.Configuration; import org.springframework.web. ...
分类:其他好文   时间:2020-09-17 19:05:01    阅读次数:35
从零开始CentOs7中安装sonarQube8.4.2服务系列之------5.在Jenkins中集成SourQube服务端
5.在Jenkins中集成SourQube服务端 点击Jenkins Manage jenkins ConfigureSystem配置 5.1添加一个SonarQube servers 5.2勾选 Enable injection of SonarQube server configuration ...
分类:其他好文   时间:2020-09-17 18:50:36    阅读次数:34
cka 英文考试题
## CKA真题解析#### 1**Set configuration context $kubectl config use-context k8s. Monitor the logs of Pod foobar and Extract log lines corresponding to err... ...
分类:其他好文   时间:2020-09-17 15:56:26    阅读次数:34
kubernetes调整Node节点快速驱逐pod的时间
在使用kubernetes的使用,不知道你有没有遇到或者关注到当你的Node节点挂掉,也就是kubelet无法提供工作的时候,你的pod是否自动的调度到其他的节点上去,而调度到节点上的时间有没有注意大概花了多长时间,我相信如果你仔细关注这件事,你对kubernetes项目也很熟练了,由于官方给了相关的参数,但是真正怎么用,怎么来实现这个问题,还需要我们自己进行验证它,而在生产过程中,对pod的驱逐
分类:Web程序   时间:2020-09-17 13:48:47    阅读次数:63
12944条   上一页 1 ... 28 29 30 31 32 ... 1295 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!