官网链接 https://kubernetes.io/zh/docs/reference/kubectl/overview/#%e8%af%ad%e6%b3%95 概述:kubectl是一个命令行接口,用于对kubernetes集群运行命令。 kubect命令行 语法结构 kubetctl [com ...
分类:
Web程序 时间:
2020-01-31 14:17:35
阅读次数:
186
Create a Group Policy on AD DC Server. The GPO policy will come into effect on the next login, or use the following command to force the GPO to update ...
分类:
移动开发 时间:
2020-01-30 19:12:31
阅读次数:
100
location /ip { default_type text/plain; return 200 $remote_addr; } location /json_ip { default_type application/json; return 200 "{\"ip\":\"$remote_ad ...
分类:
其他好文 时间:
2020-01-29 18:01:00
阅读次数:
80
等边三角形 $ABC$ 中,点 $D,E$ 分别在边 $BC,AC$ 上,且 $|BD|=\dfrac{1}{3}|BC|,|CE|=\dfrac{1}{3}|CA|,AD,BE$ 相交于点 $P$ . 求证: $AP\perp CP$ . 解法一 如图,以 $BC$ 边中点 $O$ 为原点建立平面 ...
分类:
其他好文 时间:
2020-01-28 21:19:22
阅读次数:
88
``` 直连路由 int vlan 18 ip ad 10.66.18.254/24 同时存在静态路由配置next hop ip route 10.66.18.0 255.255.255.240 172.28.1.1 permanent - 地址段 ip route 10.66.18.2 255.2... ...
分类:
其他好文 时间:
2020-01-28 19:30:59
阅读次数:
73
基本的文件操作 虽然视频、音频和图片在硬盘中也是用二进制存储的,但是上一章节讲的字符编码只和文本文件有关,因为‘utf 8’格式的编码并不使用视频,视频有其本身的编码格式,如MP4、avi、mkv等。 一、什么是文件? 文件是操作系统为用户或应用程序提供的一个读写硬盘的虚拟单位。文件的操作是基于文件 ...
分类:
其他好文 时间:
2020-01-28 19:09:04
阅读次数:
88
基本C/C++ "预处理命令" 操作符优先级 | 优先级 | 操作符 | 优先级 | 操作符 | | | | | | | 1 | () [] . :: ! ~ ++ \ \ | 9 | & (bitwise AND)| | 2 | (unary) (dereference) & (ad ...
分类:
编程语言 时间:
2020-01-26 16:00:38
阅读次数:
768
基于LDAP下的Samba服务 一、环境情况: 实验环境:俩台机器,分别为2012R2,安装有 AD 并作为域控制器Domain Controller(DC),同时也作为 DNS 服务器和时间服务器;一台CentOS 6.5服务器。 Windows 作为主域控,CentOS需要加域并完成Samba服 ...
分类:
其他好文 时间:
2020-01-23 18:32:56
阅读次数:
120
Description 回文串,是一种特殊的字符串,它从左往右读和从右往左读是一样的。 小龙龙认为回文串才是完美的。现在给你一个串,它不一定是回文的,请你计算最少的交换次数使得该串变成一个完美的回文串。 交换的定义是:交换两个相邻的字符 例如: mamad 第一次交换 ad : mamda; 第二次 ...
分类:
其他好文 时间:
2020-01-23 00:19:19
阅读次数:
103
资源管理 标签(空格分隔): 工作 jumpserver 服务器管理 ansible批量 https://github.com/adithyakhamithkar/ansible playbooks windows批量管理 windows ad域控 ...
分类:
其他好文 时间:
2020-01-22 18:05:45
阅读次数:
80