看问题:beeline连接hiveserver2报错。连接串:hive --service beeline -u jdbc:hive2://s1:10000/hive 错误:Error: Could not open client transport with JDBC Uri: jdbc:hive ...
分类:
其他好文 时间:
2019-10-15 19:00:05
阅读次数:
97
在Ubuntu中安装Docker和docker的使用1.在Ubuntu中安装Docker 更新ubuntu的apt源索引 sudo apt-get update 安装包允许apt通过HTTPS使用仓库 sudo apt-get install \ apt-transport-https \ ca-c ...
分类:
系统相关 时间:
2019-10-15 00:02:24
阅读次数:
115
<?php namespace app\junyi\validate; use think\Validate; class User extends Validate { protected $rule = [ //验证规则,require验证是否存在, //length验证长度 //regex验证... ...
分类:
其他好文 时间:
2019-10-12 18:51:10
阅读次数:
118
Version 0.1, 2018-01-19 - 草案供讨论讨论草案为了讨论这个草案,附加说明包含在标题草案的标题中。这些打算从这个文件的finalalized版本被删除。可选规则由RULE OPTION表示,其中预期将在工作组内达成共识之后采用所呈现的选项。引言本文档描述了重新激活几个脚本操作码... ...
分类:
其他好文 时间:
2019-10-11 23:22:29
阅读次数:
125
1.VirtualBox->设置->网络->高级->端口转发->Rule 1 TCP 127.0.0.1 22 10.0.2.15(在CentOS中通过ip addr命令查看) 22 2.Winscp->新建会话->文件协议:SFTP->主机名:127.0.0.1->端口号:22->用户名:root ...
CSS中的animation属性可用于为许多其他CSS属性设置动画,例如颜色,背景色,高度或宽度。 每个动画都需要使用@keyframes这种at-rule语句定义,然后使用animation属性来调用它,如下所示: 每个@keyframes的 at-rule CSS语句规则都定义了在动画过程中的特 ...
分类:
Web程序 时间:
2019-10-08 16:08:38
阅读次数:
306
DataLinkLayer(数据链路层) The Reference Model(参考模型) | layer | name | | : | : | | 5 | Application layer | | 4 | TransPort layer | | 3 | NetWork layer | | 2 ...
分类:
其他好文 时间:
2019-10-07 21:38:52
阅读次数:
122
SHELL = /bin/bash 设置执行shell, 默认为sh Rule 速记 $@: $ ...
分类:
其他好文 时间:
2019-10-04 18:46:54
阅读次数:
84
服务器升级版 客户端升级版 windows解决上面异常的方法: Linux解决方法: 八、基于UDP的套接字 九、基于TCP的套接字,UDP的套接字实现远程执行命令 TCP服务端 TCP客户端 UDP服务端 UDP客户端 十、为什么TCP 会粘包 TCP(transport control prot ...
分类:
编程语言 时间:
2019-10-04 17:06:26
阅读次数:
97
What are some disciplines for using multiple inheritance? M.I. rule of thumb #1: Use inheritance only if doing so will remove if / switch statements f ...
分类:
其他好文 时间:
2019-10-03 01:02:24
阅读次数:
99