一 命名空间的介绍以及作用 1 概念 为了方便不同部门之间对kubernets集群的使用,并且对其进行有效的隔离,kubernets提供了一种资源隔离手段,通过将各种不同资源分组到 一个区域,并且统一管理,这个区域的名称叫做命名空间 2 使用 查询kubernets集群内部的所有命名空间 [root ...
分类:
Web程序 时间:
2020-12-28 11:43:21
阅读次数:
0
安装依赖 yum install -y novacom-server.x86_64 libaio.x86_64 libaio-devel.x86_64 网站下载 https://downloads.mariadb.com/MaxScale/ 自己选择自己需要的版本 yum localinstall ...
分类:
数据库 时间:
2020-12-28 11:32:23
阅读次数:
0
#user nobody; worker_processes 1; #error_log logs/error.log; #error_log logs/error.log notice; #error_log logs/error.log info; #error_log "pipe:rollba ...
分类:
其他好文 时间:
2020-12-28 11:28:07
阅读次数:
0
问题:当手机上安装好Autojs app,连接电脑端vscode 时报错:failed to connect to 192.168.2.8:9317 总是连接失败。 解决方法:手机打开热点共享,让电脑连接手机共享的wifi热点。然后在电脑上cmd窗口输入:ipconfig 查看当前电脑的ip。vsc ...
分类:
Web程序 时间:
2020-12-28 11:01:12
阅读次数:
0
1、 sudo apt-get install nfs-kernel-server # 安装 NFS服务器端 sudo apt-get install nfs-common # 安装 NFS客户端 2、添加NFS目录 sudo vim /etc/exports 若需要把 “/nfsroot” 目录设 ...
分类:
系统相关 时间:
2020-12-25 12:51:18
阅读次数:
0
lnmp部署 nginx编译安装 nginx编译安装 mariadb安装 ##安装mariadb [root@vm3 ~]# yum -y install mariadb mariadb-server ##修改mariadb密码 [root@vm3 ~]# mysql MariaDB [(none) ...
分类:
其他好文 时间:
2020-12-25 12:22:47
阅读次数:
0
SQL Server 2008语句大全完整版 设置内存选项 --设置 min server memory 配置项 EXEC sp_configure N'min server memory (MB)',0 --设置 max server memory 配置项 EXEC sp_configure N' ...
分类:
数据库 时间:
2020-12-25 11:57:49
阅读次数:
0
1.单服务端,单客户端的Sokect通信: Server端: 1 package socket.demo.singlethread; 2 3 import java.io.BufferedReader; 4 import java.io.InputStream; 5 import java.io.I ...
分类:
编程语言 时间:
2020-12-24 11:56:58
阅读次数:
0
错误: Server Tomcat v8.5 Server at localhost was unable to start within 45 seconds. If the server requires more time, try increasing the timeout in the ...
分类:
其他好文 时间:
2020-12-24 11:42:44
阅读次数:
0
Exchange和DNS的关系: 外部客户端需要连接企业exchange 外部DNS: (两个公网IP,一个管连接,一个管传输) 外部客户端连接(CAS): 通过外部DNS查询exchange服务器在外部的DNS记录 A记录:exchange 的CAS角色在公网的映射 exchange邮件传输(HU ...
分类:
其他好文 时间:
2020-12-23 12:28:58
阅读次数:
0