码迷,mamicode.com
首页 >  
搜索关键字:jenkins publish over ssh    ( 31327个结果
CSS——伪类、定位—第六天
一、伪类 1、: link{} (未访问链接的状态) 2、: hover{} (鼠标放上去的一个状态) 3、: active{} (鼠标点击上去的一个状态) 4、: visited{} (访问之后的一个链接状态) 注意:hover{} 用于所有标签,其它三个只用于 a 标签 二、定位 1、相对定位( ...
分类:Web程序   时间:2021-04-14 12:38:02    阅读次数:0
Jenkins 实现Gitlab事件自动触发Jenkins构建及钉钉消息推送
实现Gitlab事件自动触发Jenkins构建及钉钉消息推送 实践环境 GitLab Community Edition 12.6.4 Jenkins 2.284 Post build task 1.9(Jenkins插件) Generic Webhook Trigger Plugin 1.72(J ...
分类:其他好文   时间:2021-04-14 12:21:46    阅读次数:0
查看本机ssh公钥
打开命令行,依次输入以下名利即可 cd ~/.ssh ls cat id_rsa.pub 或者 vim id_rsa.pub 以ssh-rsa开头,用户名结尾的这一整段内容,就是我们需要的ssh公钥了 ...
分类:其他好文   时间:2021-04-14 11:59:31    阅读次数:0
prometheus监控docker容器相关资源
监控docker容器相关资源 部署cadvirsor插件[root@node1 ~]docker pull google/cadvisor:latest[root@node1 ~]docker run -d \--volume=/:/rootfs:ro \--volume=/var/run:/var ...
分类:其他好文   时间:2021-04-13 12:00:39    阅读次数:0
Windows上两个host文件的位置
参考资料: https://www.jianshu.com/p/279f432deb0e https://www.pconline.com.cn/win10/1113/11135714.html 这里涉及到两个host文件的位置,1. 真正的host文件 2. ssh登录时的known_hosts ...
分类:Windows程序   时间:2021-04-13 11:41:46    阅读次数:0
npm publish 报错 This package has been marked as private
参考---https://blog.csdn.net/q95548854/article/details/90672045 ...
分类:其他好文   时间:2021-04-12 12:50:28    阅读次数:0
MySQL排名函数
-- DENSE_RANK:并列连续排序,并列即相同的值,相同的值保留重复名次,遇到下一个不同值时,依然按照连续数字排名 SELECT emp_no, salary, DENSE_RANK() OVER(ORDER BY salary DESC) as t_rank from salaries; - ...
分类:数据库   时间:2021-04-12 12:32:54    阅读次数:0
StreamWriter and UTF-8 Byte Order Marks
StreamWriter and UTF-8 Byte Order Marks I'm having an issue with StreamWriter and Byte Order Marks. The documentation seems to state that the Encoding ...
分类:其他好文   时间:2021-04-12 12:02:46    阅读次数:0
P5259 [JSOI2013]游戏中的学问
环排列的EGF为: \(f(x)=\sum_{3\le i} {(i-1)! x^i \over i!}=\sum_{3\le i} {x^i \over i}\) 那么这道题答案就是 : \({n!\over k!}[x^n]f^k(x)\) 数据范围太小,甚至多项式乘法不用 NTT #inclu ...
分类:Web程序   时间:2021-04-12 11:43:26    阅读次数:0
2021-2022学年英语周报八年级第25期答案及试题
进入查看:2021-2022学年英语周报八年级第25期答案及试题 It is never too old to learn.活到老,学到老。It is no use crying over spilt milk.覆水难收。It is the first step that costs trouble ...
分类:其他好文   时间:2021-04-10 13:19:01    阅读次数:0
31327条   上一页 1 ... 21 22 23 24 25 ... 3133 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!