1. 配置主机名 [root@hadoop01 ~]# hostname #显示当前主机名 方法一:通过配置文件/etc/hostname (重启后生效) [root@hadoop01 ~]# vim /etc/hostname 方法二:通过命令hostnamectl set-hostname 新主 ...
分类:
其他好文 时间:
2020-12-17 12:11:05
阅读次数:
2
阿里云双12年终钜惠活动,需要的赶紧购买哟! https://www.aliyun.com/1212/home?userCode=fp9ccf07&taskCode=pintuan20201212&recordId=298758https://www.aliyun.com/minisite/good ...
分类:
其他好文 时间:
2020-12-16 12:57:21
阅读次数:
5
https://developers.weixin.qq.com/community/develop/doc/0000021e37c71054356781ba551c00 例子 {"touser":"${OPENID}","msgtype":"text","text":{"content":"本文内 ...
分类:
微信 时间:
2020-12-16 12:49:10
阅读次数:
3
#include <stdio.h>#include <stdlib.h> int main(){ int add[] = { 1,256,12,621,62,3462,6,89999,87}; int Max=add[0]; int Mini; for (int x = 0; x < g; x++ ...
分类:
编程语言 时间:
2020-12-15 12:25:59
阅读次数:
5
1、具体的过程我就不说了,大体上都一样,举几个例子:https://blog.csdn.net/wannna/article/details/107969497等等。 2、主要说一下我遇到的坑吧:别用转接头、别用转接头、别用转接头(比如绿联的转接头,重要的事情要说三遍);然后视频线(就是连接显示器那 ...
分类:
移动开发 时间:
2020-12-15 12:24:17
阅读次数:
8
如果有人问你,对查询执行EXPLAIN是否可以改变你的数据库,你可能会说不会; 通常都是这么认为的。EXPLAIN应该向我们展示查询是如何执行的,而不是执行查询,因此它不能更改任何数据。 不幸的是,在这种情况下,常识并不适用于MySQL(在写这篇文章的时候,MySQL 8.0.21和以前的版本)-有 ...
分类:
数据库 时间:
2020-12-14 13:06:37
阅读次数:
3
软件介绍: 一:udig配置地图: 1、添加地图文件: 2、选择数据来源: 3、图层预览: 4、样式编辑界面介绍: 5、线图层配图实例: 5.1、border设置: 5.2、标注设置: 6、确定与应用: 二、GeoServer添加style: 三、错误处理: ...
分类:
其他好文 时间:
2020-12-14 13:03:38
阅读次数:
3
详细 the current operating system does not support this product click ok and then install the product on a computer running windows xp professional or w ...
分类:
其他好文 时间:
2020-12-11 12:10:02
阅读次数:
3
打了一个用重载的读优,大家可以用用 struct FastIO { template <typename T> FastIO& operator >> (T& In) { In = 0; char Ch = getchar (); int Flag = 1; for (; ! isdigit (Ch ...
分类:
其他好文 时间:
2020-12-10 10:43:31
阅读次数:
3
System.InvalidOperationException:“在显示 Window 或调用 WindowInteropHelper.EnsureHandle 之后,无法更改 AllowsTransparency。” 通常是由于遗忘了 窗体的初始化方法 InitializeComponent ...
分类:
其他好文 时间:
2020-12-03 12:30:19
阅读次数:
17