创建 ClusterIP 类型的 Service apiVersion: apps/v1 kind: Deployment metadata: name: my-deployment spec: selector: matchLabels: app: metrics department: sale ...
分类:
其他好文 时间:
2021-05-24 06:53:19
阅读次数:
0
基础管理 1.1 用户管理 1.2 权限管理 1.3 连接管理 1.4 初始化配置文件 1.4.1 作用 <1. 影响到数据库的启动、日常工作。 <2. 影响到客户端连接(本地服务器上发起的)。 1.4.2 文件格式 [root@db01 ~]# cat /etc/my.cnf [mysqld] u ...
分类:
数据库 时间:
2021-05-24 06:37:00
阅读次数:
0
declare var videojs: any <video id="my-player" class="video-js vjs-default-skin vjs-big-play-centered" style="width: 100%;height: 100%;" controls prel ...
分类:
Web程序 时间:
2021-05-24 05:34:16
阅读次数:
0
<template> <div> <video id="my-video" class="video-js vjs-default-skin vjs-big-play-centered box" controls preload="none" > <source src="" type="appli ...
分类:
其他好文 时间:
2021-05-24 01:58:51
阅读次数:
0
Differentiation is Survival and the Universe Wants You to be Typical This is my last annual shareholder letter as the CEO of Amazon, and I have one la ...
分类:
其他好文 时间:
2021-05-04 15:42:13
阅读次数:
0
Mysql配置读写数据库 ERROR 1227 (42000): Access denied; you need (at least one of) the SUPER privilege(s) for this operation 原因之前mysql的vi /etc/my.cnf 修改配置没有重启 ...
分类:
其他好文 时间:
2021-04-30 12:42:22
阅读次数:
0
OS:CentOS 7.3.1611 按照下述的单机MySQL 8.0安装完之后,将该机复制两台,分别修改IP为192.168.1.78,以及两台新机器配置文件/etc/my.cnf的server_id,还有要去数据路径下删掉auto.cnf不然配置不成。vim /etc/hosts192.168. ...
分类:
数据库 时间:
2021-04-29 12:13:13
阅读次数:
0
编译的过程中出现了一个吓人的错误: GOROOT=C:\Go #gosetup GOPATH=C:\Users\ahfuzhang\go #gosetup C:\Go\bin\go.exe mod tidy #gosetup go: downloading github.com/xxx/my_prj ...
分类:
其他好文 时间:
2021-04-29 11:53:31
阅读次数:
0
create-react-app构建TypeScript项目 create-react-app my-app --template typescript 然后进入项目并启动 cd my-app/ npm run start 项目启动成功,浏览器默认打开http://localhost:3000/ 持 ...
分类:
其他好文 时间:
2021-04-27 14:13:35
阅读次数:
0
参考网址:https://www.bejson.com (网站文件部分有坑,需要擦亮眼睛) nginx k8s版本:v1.20 apiVersion: apps/v1 kind: Deployment metadata: name: my-nginx namespace: test spec: re ...
分类:
其他好文 时间:
2021-04-26 14:08:07
阅读次数:
0