Description HostAgent fails to establish SSH Connection to RedHat EL7 hostThe error reported when the agent attempts to connect to the host matches th ...
分类:
系统相关 时间:
2020-06-18 19:16:06
阅读次数:
459
查看docker的jenkins镜像版本 #查看jenkins版本命令 docker search jenkins [root@localhost docker]# docker search jenkins NAME DESCRIPTION STARS OFFICIAL AUTOMATED jen ...
分类:
其他好文 时间:
2020-06-17 18:11:05
阅读次数:
54
[root@kunpeng82 ryu]# pwd /root/ryu [root@kunpeng82 ryu]# vi /etc/systemd/system/openflow.service [Unit] Description = openflow controler [Service] #E ...
分类:
其他好文 时间:
2020-06-17 11:00:40
阅读次数:
51
本文实验环境: 操作系统:Centos 7.5Docker Version:18.09.6 下载镜像 打开终端,输入docker search命令搜索 Docker Hub 上可用的 Jenkins 镜像: $ docker search jenkins NAME DESCRIPTION STARS ...
分类:
其他好文 时间:
2020-06-16 23:44:04
阅读次数:
69
/** * @Class ClimbStairs * @Description 70、 爬楼梯 * 假设你正在爬楼梯。需要 n 阶你才能到达楼顶。 * 每次你可以爬 1 或 2 个台阶。你有多少种不同的方法可以爬到楼顶呢? * 注意:给定 n 是一个正整数。 * <p> * 示例 1: * 输入: ...
分类:
其他好文 时间:
2020-06-16 20:46:28
阅读次数:
72
一、初始化npm包 npm init 运行输入包名后一直回车,直到生成一个package.json,如下 生成的文件如下 { "name": "chenqionghe-demo", "version": "1.0.0", "description": "", "main": "index.js", ...
分类:
其他好文 时间:
2020-06-16 20:12:43
阅读次数:
168
Description 给定迷宫起点和终点,寻找一条从起点到终点的路径。 (0,1) (2,0) 起点 (1,1) (1,2) (1,3) (1,4) (2,0) (2,1) (2,4) (3,0) (3,1) (3,2) 终点 (3,4) (4,1) 上图中黄色代表墙,白色代表通路,起点为(1,1 ...
分类:
编程语言 时间:
2020-06-16 18:33:16
阅读次数:
251
categoryList.ForEach(p => p.Description = "-1"); var zpclist = from t in categoryList let tp = (from p in categoryList.Select(s => s.ParentRowGuid) se ...
分类:
其他好文 时间:
2020-06-16 18:15:14
阅读次数:
64
问题来源: Spring Boot 项目集成 ActiveMQ。 报错内容: Description:Field jmsTemplate in XXX required a bean of type 'org.springframework.jms.core.JmsMessagingTemplate ...
分类:
编程语言 时间:
2020-06-15 21:17:09
阅读次数:
136
题目链接:https://www.acwing.com/problem/content/description/111/ 首先定义了集合S的校验值,取出m对数,使得每对平方之后求和最大,这个值成为集合S的校验值。现在给定一个数列,求满足每段的校验值小于T的前提下最小能把数列分成连续的几段? 利用倍增 ...
分类:
编程语言 时间:
2020-06-15 21:00:10
阅读次数:
65