摘要:
在项目的.idea目录下下,找到compiler.xml中的标签 <component name="JavacSettings"> ,修改标签内的默认值,如下图: 阅读全文
posted @ 2022-01-05 18:07
贝隆
阅读(324)
评论(0)
推荐(0)
|
摘要:
在项目的.idea目录下下,找到compiler.xml中的标签 <component name="JavacSettings"> ,修改标签内的默认值,如下图: 阅读全文
posted @ 2022-01-05 18:07
贝隆
阅读(324)
评论(0)
推荐(0)
摘要:
一 下载minicube curl -LO https://storage.googleapis.com/minikube/releases/latest/minikube-linux-amd64 mv minikube-linux-amd64 /usr/local/bin/minikube && 阅读全文
posted @ 2022-01-02 00:03
贝隆
阅读(307)
评论(0)
推荐(0)
摘要:
sudo yum install -y yum-utils $ sudo yum-config-manager \ --add-repo \ https://download.docker.com/linux/centos/docker-ce.repo yum install docker-ce 阅读全文
posted @ 2022-01-01 23:09
贝隆
阅读(146)
评论(0)
推荐(0)
摘要:
1.下载maven 下载路径: https://dlcdn.apache.org/maven/maven-3/3.8.4/binaries/apache-maven-3.8.4-bin.zip 2.解压拷贝 unzip apache-maven-3.8.4-bin.zip mv apache-mav 阅读全文
posted @ 2021-12-27 13:42
贝隆
阅读(38)
评论(0)
推荐(0)
摘要:
https://www.infoq.cn/article/0c7viUfLrxOZeh7qlRBT 阅读全文
posted @ 2021-12-18 23:44
贝隆
阅读(121)
评论(0)
推荐(0)
摘要:
https://cgruver.github.io/okd4-single-node-cluster/ https://chowdera.com/2021/01/20210107005658178i.html https://blog.csdn.net/mengshicheng1992/articl 阅读全文
posted @ 2021-12-04 23:28
贝隆
阅读(179)
评论(0)
推荐(0)
摘要:
https://my.racknerd.com/cart.php?a=confproduct&i=0 阅读全文
posted @ 2021-11-24 13:33
贝隆
阅读(86)
评论(0)
推荐(0)
摘要:
一 dev-sidecar 开发者边车: https://gitee.com/docmirror/dev-sidecar/releases 开发者边车,命名取自service-mesh的service-sidecar,意为为开发者打辅助的边车工具通过本地代理的方式将https请求代理到一些国内的加速 阅读全文
posted @ 2021-11-24 09:35
贝隆
阅读(759)
评论(0)
推荐(0)
摘要:
文件路径:/etc/sysconfig/network-scripts/ifcfg-ens192 修改ifcfg-ens192 静态配置如下 BOOTPROTO=static //修改:将dhcp修改为static,修改后为BOOTPROTO=static ONBOOT=yes //修改为yes, 阅读全文
posted @ 2021-11-16 11:11
贝隆
阅读(229)
评论(0)
推荐(0)
摘要:
查看当前时区 date -R Mon, 15 Nov 2021 12:41:12 +0800 修改时区 sudo cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime -f 写入bios hwclock 阅读全文
posted @ 2021-11-15 12:52
贝隆
阅读(23)
评论(0)
推荐(0)
|