npm run dev启动报以下错: (1)解决报错Cannot find module 'webpack-cli/bin/config-yargs' 可能因为webpack与webpack-dev-server版本不兼容导致;可以通过以下命令进行卸载和重装(进入到项目目录下): //卸载版本cnp ...
分类:
其他好文 时间:
2020-01-03 13:54:33
阅读次数:
87
cat /etc/netplan/50-cloud-init.yaml 应用 netplan --debug apply ...
分类:
系统相关 时间:
2020-01-03 00:53:15
阅读次数:
331
1、基本使用 [root@linux-node1 ansible]# cat testitem.yaml - hosts: date remote_user: root tasks: - name: create some files file: name=/data1/{{ item }} sta ...
分类:
其他好文 时间:
2020-01-02 15:34:18
阅读次数:
81
Docker compose up时报错: ERROR: yaml.scanner.ScannerError: mapping values are not allowed here in "./docker compose.yml", line 2, column 9 解决 出现这个错误的是因为y ...
分类:
其他好文 时间:
2019-12-31 12:55:53
阅读次数:
65
什么是Docker Compose? Docker Compose是一个能一次性定义和管理多个Docker容器的工具。 详细地说: Compose中定义和启动的每一个容器都相当于一个服务(service) Compose中能定义和启动多个服务,且它们之间通常具有协同关系管理方式: 使用YAML文件来 ...
分类:
其他好文 时间:
2019-12-31 01:19:48
阅读次数:
46
一、playbook基本格式如下 [root@linux-node1 ansible]# cat file.yaml # 主机 - hosts: date # 用户 remote_user: root # 任务 tasks: - name: create new_file file: name=/d ...
分类:
其他好文 时间:
2019-12-29 18:34:19
阅读次数:
94
一、tags标签 [root@linux-node1 ansible]# cat httpd.yaml - hosts: date remote_user: root tasks: - name: install httpd package yum: name=httpd tags: inshttp ...
分类:
其他好文 时间:
2019-12-29 18:31:36
阅读次数:
127
Mybatis和logback的应用配置 1、在module的pom.xml文件中,加载springboot和swagger、lombok、fastjson、mysql、mybatis包 2、在resources中添加配置: 配置文件有两种,一种是properties,另一种是yaml,这里使用ya ...
分类:
编程语言 时间:
2019-12-27 16:41:19
阅读次数:
270
前置条件: "《Dapr运用》" "《Dapr 运用之 Java gRPC 调用篇》" "《Dapr 运用之集成 Asp.Net Core Grpc 调用篇》" 1. 搭建 RabbitMQ Docker 搭建 RabbitMQ 服务 创建 rabbiqmq.yaml 2. 改造 StorageSe ...
分类:
编程语言 时间:
2019-12-27 13:45:26
阅读次数:
75
监控利器prometheushelm方式部署配置测试1.部署helm部署helm参考方法后面使用helm部署grafana和prometheus,因此首先需要部署helm,保证helm能正常使用.部署helm客户端过程见下:[root@k8s-node1helm]#curlhttps://raw.githubusercontent.com/helm/helm/master/scripts/get-
分类:
其他好文 时间:
2019-12-25 22:18:39
阅读次数:
237