1. 安装 BIND 服务器软件并启动 yum -y install bind bind-utils systemctl start named.service // 启动服务 systemctl enable named // 设为开机启动 1.1. 查看named进程是否正常启动 ps -eaf ...
分类:
其他好文 时间:
2020-06-28 13:19:41
阅读次数:
82
Running LLAP as a YARN Service 因为 Apache Slider 已经不维护了,下面介绍 不使用 Slider 的 LLAP使用方式。 参考: https://blog.cloudera.com/apache-hive-llap-as-a-yarn-service/ 将 ...
分类:
其他好文 时间:
2020-06-28 12:39:20
阅读次数:
108
1、 centos6的网卡重启方法: service network restart centos7的网卡重启方法: systemctl restart network 2、DNS配置文件:cat /etc/resolv.conf 设置主机和IP绑定信息:cat /etc/hosts 设置主机名:c ...
分类:
其他好文 时间:
2020-06-28 11:14:20
阅读次数:
50
参照https://blog.csdn.net/weixin_39806100/article/details/105925731 启动docker systemctl start docker 设置开机启动docker systemctl enable docker 查看docker docker ...
分类:
其他好文 时间:
2020-06-28 00:04:50
阅读次数:
78
①、centos下执行命令service network restart时,抛出主进程被占据的错 原因:从镜像创建容器时,通过以下命令创建 docker run -itd --name centos-test centos /bin/bash 这时,进程(PID:1)会被/bin/bash占据。 对 ...
分类:
其他好文 时间:
2020-06-27 20:27:51
阅读次数:
75
@Component :这将 java 类标记为 bean。它是任何 Spring 管理组件的通 用构造型。spring 的组件扫描机制现在可以将其拾取并将其拉入应用程序环境 中。@Controller :这将一个类标记为 Spring Web MVC 控制器。标有它的 Bean 会自动导入到 Io ...
分类:
其他好文 时间:
2020-06-27 20:11:23
阅读次数:
70
<?php /** * Description of Rsa * * @author lsf */ namespace lib; class BaiDuTsapi { //apk='1amCKqfKoSobuxXg3q1Q1rYiUOX7czX9' //put your code here //创建 ...
分类:
Web程序 时间:
2020-06-27 16:07:19
阅读次数:
102
本文主要讲解访问kubenretes中的Pod和Serivce的几种方式,包括如下几种: hostNetwork hostPort NodePort LoadBalancer Ingress 说是暴露Pod其实跟暴露Service是一回事,因为Pod就是Service的backend。 hostNe ...
分类:
其他好文 时间:
2020-06-27 16:01:15
阅读次数:
93
<?php /** * Description of Rsa * * @author lsf */ namespace lib; class GaoDeTsapi { //put your code here //创建服务 static public $service_add = "https:// ...
分类:
Web程序 时间:
2020-06-27 15:58:40
阅读次数:
151
1.使用SQL参照 JSP新闻列表显示 2.新增web项目,项目名称为ssmNewsList 基本项目结构如下: 3.分别创建applicationContext-dao.xml、applicationContext-service.xml、applicationContext-transactio ...
分类:
其他好文 时间:
2020-06-27 13:34:52
阅读次数:
96