01.代码如下: package TIANPAN; /** * 此处为文档注释 * * @author 田攀 微信382477247 */ public class TestDemo { public static void main(String[] args) { int result = ad ...
分类:
编程语言 时间:
2020-02-02 17:38:18
阅读次数:
73
1.Ad-Hoc简介1)ad-hoc命令执行shell命令,或shell脚本。可以执行一些简单的命令,不需要将这些执行的命令特别保存下来。适合执行简单的命令2)Ansible playbook可以解决比较复杂的任务,可以将命令保存下来。适合执行配置管理或部署客户机 2.Ansible playboo ...
分类:
其他好文 时间:
2020-02-01 21:07:01
阅读次数:
63
一、实验环境1、Windows2008datacenter192.168.18.1302、Centos7192.168.18.131client7Windows2008搭建域控环境,域名为test.comlinux服务器需要创建主机名(需重启)Vi/etc/hostnamelinux服务器需要与AD时间同步Ntpdate192.168.18.130linux服务器需要能够正常解析出test.com
分类:
其他好文 时间:
2020-02-01 00:56:57
阅读次数:
356
Download - MariaDB.orghttps://mariadb.org/download/#entry-header Downloads - MariaDBhttps://downloads.mariadb.org/ MariaDB: Enterprise Open Source Dat ...
分类:
数据库 时间:
2020-02-01 00:45:08
阅读次数:
96
官网链接 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
微软云平台——Windows Azure Windows Azure 是微软研发的公有云计算平台。该平台可供企业在互联网上运行应用,并可进行扩展。通过Windows Azure,企业能够在多个数据中心快速开发、部署、管理应用程序 。Windows Azure 提供了企业级服务等级协议(SLA)保证, ...
Azure提供了三种方式创建虚拟机,分别是Azure CLI、Azure PowerShell和Azure门户。本文介绍使用Azure CLI来创建Linux虚拟机。 使用Azure CLI创建Linux虚拟机一共分为以下三步: 1. 以管理员方式打开PowerShell,运行az login命令登 ...
分类:
系统相关 时间:
2020-01-30 23:18:37
阅读次数:
139
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