摘要:
方法1:【通用方法】 使用Tab键上面的反引号 例子如下: find命令 模糊查询在/apps/swapping目录下 查找 文件名中包含swapping并且以.jar结尾的文件 使用反引号 引住命令,然后使用变量接收 打印变量结果 方法2:使用$(命令)的方式赋值给变量 示例命令: 打印结果: 阅读全文
posted @ 2019-03-22 16:24
Angel挤一挤
阅读(36145)
评论(0)
推荐(2)
摘要:
linux命令grep + awk 详解 grep:https://www.cnblogs.com/flyor/p/6411140.html awk:https://www.cnblogs.com/quincyhu/p/5884390.html 阅读全文
posted @ 2019-03-22 15:18
Angel挤一挤
阅读(1987)
评论(1)
推荐(0)
摘要:
转载:https://xz.aliyun.com/t/2233 SpringBoot应用监控Actuator使用的安全隐患 概述 微服务作为一项在云中部署应用和服务的新技术是当下比较热门话题,而微服务的特点决定了功能模块的部署是分布式的,运行在不同的机器上相互通过服务调用进行交互,业务流会经过多个微 阅读全文
posted @ 2019-03-22 14:29
Angel挤一挤
阅读(12797)
评论(0)
推荐(0)
摘要:
注意,如果 jenkins构建报错:Please make sure you have the correct access rights and the repository exists. 而此时你是使用的SSH地址进行clone的,请改用HTTP地址去clone代码!!!【内网推荐使用】 一. 阅读全文
posted @ 2019-03-22 11:38
Angel挤一挤
阅读(1744)
评论(0)
推荐(0)
摘要:
jenkins源码管理,添加SSH地址后报错: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists. 有的在使用SSH 阅读全文
posted @ 2019-03-22 11:37
Angel挤一挤
阅读(2024)
评论(2)
推荐(0)
摘要:
Jenkins自动安装JDK需要提供Oracle的账号密码,否则报错:Unable ro auto-install JDK until the license is accepted 解决方法: 提供Oracle账号密码 可以自己申请一个: 账号来源地址:https://blog.csdn.net/ 阅读全文
posted @ 2019-03-22 10:12
Angel挤一挤
阅读(1265)
评论(0)
推荐(0)