本文转自:https://www.cnblogs.com/chhyan-dream/p/12013463.html 1、概述 为了更好地理解调度,我们先看一下集群模式的Spark程序运行架构图,如上所示: 2、Spark中的基本概念 1、Application:表示你的程序 2、Driver:表示m ...
分类:
其他好文 时间:
2021-06-02 15:22:12
阅读次数:
0
1:开启对页面的压缩处理 gzip on; //开启压缩 gzip_min_length 1000; //小文件不压缩 gzip_comp_level 4; //压缩比率 gzip_types text/plain text/css application/json application/x-ja ...
分类:
其他好文 时间:
2021-06-02 15:02:12
阅读次数:
0
修改github的配置文件后, 服务端 ( http://localhost:3344/master/application-dev.yml )能刷新,客户端( http://localhost:3355/configInfo )不能刷新。 做法:cmd执行: curl -X POST http:/ ...
分类:
其他好文 时间:
2021-06-02 14:45:44
阅读次数:
0
新建 axios.js 放入libs目录下 import qs from 'qs'; // create an axios instance const service = axios.create({ baseURL: process.env.VUE_APP_BASE_API, // url = ...
分类:
移动开发 时间:
2021-06-02 14:43:30
阅读次数:
0
Tomcat安装(解压缩安装) 1、安装好了Java环境后我们可以测试下Tomcat!准备好Tomcat的安装包! 2、将文件移动到/usr/tomcat/下,并解压! [root@kuangshen kuangshen]# mv apache-tomcat-9.0.22.tar.gz /usr [ ...
分类:
系统相关 时间:
2021-06-02 13:42:48
阅读次数:
0
一、防火墙的开启、关闭、禁用命令 (1)设置开机启用防火墙:systemctl enable firewalld.service (2)设置开机禁用防火墙:systemctl disable firewalld.service (3)启动防火墙:systemctl start firewalld ( ...
分类:
系统相关 时间:
2021-06-02 13:23:22
阅读次数:
0
问题描述:启动MySQL后,出现连接不上,报 [ERROR] InnoDB: Unable to lock ./ibdata1, error: 11[root@mysql01 ~]# service mysql startStarting MySQL [ OK ][root@mysql01 ~]# ...
分类:
数据库 时间:
2021-06-02 13:23:04
阅读次数:
0
1.问题背景 发现每次在/etc/resolv.conf 修改DNS之后,重启服务器DNS就会重置为原始127.0.0.53。 2.解决过程 查看 /etc/resolv.conf文件发现如下: 于是查找systemd-resolve相关资料《systemd-resolved.service 中文手 ...
分类:
系统相关 时间:
2021-06-02 13:07:34
阅读次数:
0
一、webservice 基本概念 Web Service是一个平台独立的,低耦合的,自包含的、基于可编程的web的应用程序,可使用开放的XML(标准通用标记语言下的一个子集)标准来描述、发布、发现、协调和配置这些应用程序,用于开发分布式的交互操作的应用程序。 [1] Web Service技术, ...
分类:
Web程序 时间:
2021-06-02 12:11:30
阅读次数:
0
创建两个项目,服务提供者service-offer和服务消费者service-consumer 一、service-offer的pom文件 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot ...
分类:
其他好文 时间:
2021-06-02 11:44:54
阅读次数:
0