1、在安装jenkins服务器上安装git和nodejs,且配置环境变量。 2、jenkins安装git、nodejs、Publish Over SSH 插件 manage jenkins --> manage plugins --> 可选插件 安装完成后重启一下jenkins服务http://ip ...
分类:
其他好文 时间:
2020-12-08 12:18:56
阅读次数:
4
linux下查找文件中空行的行号 linux下查找文件中空行的行号 以aa.txt举例: 方法1:sed -n '/[a-zA-Z0-9@#$%^&*]/!=' aa.txt 方法2:grep -n ^$ aa.txt 方法3:awk '/^$/{print NR}' aa.txt 方法4:sed ...
分类:
系统相关 时间:
2020-12-07 12:22:19
阅读次数:
9
code import multiprocessing from multiprocessing import Pool,Queue import time import threading import gevent from gevent import monkey monkey.patch_a ...
分类:
编程语言 时间:
2020-12-04 10:52:40
阅读次数:
6
code macname@localhost Desktop % cat content fox jumps over the lazy dog. fox jumps over the lazy dog. fox jumps over the lazy dog. fox jumps over the ...
分类:
系统相关 时间:
2020-12-01 12:32:52
阅读次数:
24
# which mysqld /usr/local/mysql/bin/mysqld # /usr/local/mysql/bin/mysqld --verbose --help | grep -A 1 "Default options" Default options are read from ...
分类:
其他好文 时间:
2020-12-01 12:17:06
阅读次数:
6
华硕: Cpu:intel core i7-6500u 2.50Ghz Intel HD Graphics 520 Nvidia Geforce 920M 1、首先下载 macOS Catalina 10.15.7(19H15) Clover OC winPE三引导 镜像文件,对老版本的系统进行安装 ...
分类:
移动开发 时间:
2020-11-30 16:14:29
阅读次数:
20
简介:如何定义架构?应用架构的要素有哪些?什么是应用架构中的分类思维?开源应用架构COLA的作者张建飞介绍他在COLA架构设计中的一些思想经验,分享他的应用架构之道。 模块(Module)、组件(Component)、包(Package),这些概念对于我们技术同学并不陌生,但并不是所有人都能理解其要 ...
分类:
其他好文 时间:
2020-11-30 16:14:10
阅读次数:
11
1、窗口函数 窗口范围限定: OVER() CURRENT_ROW 当前行 N PRECEDING 向前N行 N FOLLOWING 向后N行 UNBOUNDED PRECEDING 起点 UNBOUNDED FOLLOWING 终点 order by[asc/desc] 有序 partition ...
分类:
其他好文 时间:
2020-11-30 16:12:44
阅读次数:
9
Linux三剑客Awk、Sed、Grep命令详解收录于话题#打怪升级进阶之路30个点击上方“民工哥技术之路”,选择“设为星标”回复“1024”获取独家整理的学习资料!Linux三剑客Awk命令详解命令名称Awkpatternscanningandprocessinglanguage命令作用对文本和数据进行处理详细说明awk是一种编程语言,用于在linux/unix下对文本和数据进行处理。数据可以来
分类:
系统相关 时间:
2020-11-30 15:48:42
阅读次数:
13
出现的错误为: Multiple annotations found at this line:- Plugin execution not covered by lifecycle configuration: org.apache.maven.plugins:maven-compiler-plu ...
分类:
其他好文 时间:
2020-11-30 15:21:50
阅读次数:
4