linux上安装,以centos 7.x为例 yum命令安装 yum install gityum install 安装的git不是最新版本,如需最新版本需要自行编译 到下面的网站下载合适的版本 https://mirrors.edge.kernel.org/pub/software/scm/git ...
分类:
系统相关 时间:
2021-07-05 17:05:30
阅读次数:
0
import axios from 'axios'; import iView from 'iview'; const baseApiObj = { production: 'https://imzt.bndxqc.com/api', experience: 'https://imztty.bndx ...
分类:
Web程序 时间:
2021-07-05 16:58:57
阅读次数:
0
![](https://img2020.cnblogs.com/blog/2110730/202107/2110730-20210702171127365-1950785821.png) ![](https://img2020.cnblogs.com/blog/2110730/202107/2110... ...
分类:
其他好文 时间:
2021-07-05 16:47:52
阅读次数:
0
1、去树莓派官网下载镜像 https://www.raspberrypi.org/software/operating-systems/#raspberry-pi-os-32-bit 2、去github上下载 https://github.com/dhruvvyas90/qemu-rpi-kerne ...
官网配置详解 1.从官网下载最新版本的calico部署文件 # 下载的etcd版本 curl https://docs.projectcalico.org/manifests/calico-etcd.yaml -o calico.yaml 2.配置外置etcd,这里使用的和master同一个etcd ...
分类:
其他好文 时间:
2021-07-05 16:43:09
阅读次数:
0
网站提示报错 文件无法上传,好像是/tmp满了 实际是数据盘满了 于是先扩容 https://www.cnblogs.com/toumingbai/p/10216142.html 再新加一块磁盘,格式化成ext4 挂载 mkfs.ext4 /dev/vdc mount /dev/vdc /data/ ...
分类:
其他好文 时间:
2021-07-02 16:36:40
阅读次数:
0
https://www.cnblogs.com/mushishi/p/14959933.html ...
分类:
其他好文 时间:
2021-07-02 16:33:37
阅读次数:
0
https://www.cnblogs.com/sewain/p/14961678.html ...
分类:
系统相关 时间:
2021-07-02 16:32:52
阅读次数:
0
#查看当前centos操作系统的版本 cat /etc/redhat-release ##执行结果: ##第一步安装openjdk,版本可以根据自己安装sonarqube的版本而定; 安装过程可参见我的另一篇博客: 链接地址:https://www.cnblogs.com/cndevops/p/14 ...
分类:
其他好文 时间:
2021-07-02 16:32:35
阅读次数:
0
![](https://img2020.cnblogs.com/blog/1942163/202107/1942163-20210702123122600-1181171829.png) ![](https://img2020.cnblogs.com/blog/1942163/202107/1942... ...
分类:
其他好文 时间:
2021-07-02 16:26:39
阅读次数:
0