码迷,mamicode.com
首页 >  
搜索关键字:Description    ( 34858个结果
使用ganymed-ssh2连接linux报错Cannot negotiate, proposals do not match.
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:docker安装部署jenkins
查看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
systemd + ryu
[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
Docker 安装 Jenkins 的方式
本文实验环境: 操作系统: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
lettcode 70 : 爬楼梯
/** * @Class ClimbStairs * @Description 70、 爬楼梯 * 假设你正在爬楼梯。需要 n 阶你才能到达楼顶。 * 每次你可以爬 1 或 2 个台阶。你有多少种不同的方法可以爬到楼顶呢? * 注意:给定 n 是一个正整数。 * <p> * 示例 1: * 输入: ...
分类:其他好文   时间:2020-06-16 20:46:28    阅读次数:72
如何开发一个自己的npm包
一、初始化npm包 npm init 运行输入包名后一直回车,直到生成一个package.json,如下 生成的文件如下 { "name": "chenqionghe-demo", "version": "1.0.0", "description": "", "main": "index.js", ...
分类:其他好文   时间:2020-06-16 20:12:43    阅读次数:168
C语言实验:迷宫问题(dfs,C语言实现栈)
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
List与表的连接查询
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
required a bean of type 'org.springframework.jms.core.JmsMessagingTemplate' that could not be found
问题来源: 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
《算法竞赛进阶指南》0x06倍增 Acwing GeniusACM
题目链接:https://www.acwing.com/problem/content/description/111/ 首先定义了集合S的校验值,取出m对数,使得每对平方之后求和最大,这个值成为集合S的校验值。现在给定一个数列,求满足每段的校验值小于T的前提下最小能把数列分成连续的几段? 利用倍增 ...
分类:编程语言   时间:2020-06-15 21:00:10    阅读次数:65
34858条   上一页 1 ... 38 39 40 41 42 ... 3486 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!