码迷,mamicode.com
首页 >  
搜索关键字:删除程序池 servermanager application remove    ( 23443个结果
Linux 安装 JDK
Linux 安装 JDK 第一步:检查是否已经安装过JDK # java -version 第二步:检查是否有系统自带安装包 # rpm -qa | grep java 第三步:移除安装包 # yum remove *openjdk* 第四步:登录系统创建安装jdk的目录 第五步:上传JDK到指定安 ...
分类:系统相关   时间:2021-06-02 15:47:35    阅读次数:0
Spark任务提交和执行流程
本文转自: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
架构师的成长之路初片~nginx优化篇
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
gateway动态刷新
修改github的配置文件后, 服务端 ( http://localhost:3344/master/application-dev.yml )能刷新,客户端( http://localhost:3355/configInfo )不能刷新。 做法:cmd执行: curl -X POST http:/ ...
分类:其他好文   时间:2021-06-02 14:45:44    阅读次数:0
使用RKE快速部署k8s集群
目标 安全 稳定 廉价 快速 容灾 扩展 服务器 基础数据 腾讯云 2核 8GB 5Mbps 安全组配置 开放80、443,允许全部ip访问 开放22、6443,开放当前ip访问 环境 # 卸载firewalld,由安全组统一管理端口 sudo dnf remove firewalld # 关闭交换 ...
分类:其他好文   时间:2021-06-02 12:19:37    阅读次数:0
ComboBox控件的SelectionChanged事件报错问题
WPF if (e.RemovedItems.Count>0) { //这里面是你要写的内容 } 具体解决问题: 在你的ComboBox下拉控件中有SelectionChanged事件,页面首次加载时你得SelectionChanged事件会报错, 页面首次加载时你的程序会走SelectionCha ...
分类:其他好文   时间:2021-06-02 11:54:33    阅读次数:0
All packages need to be reinstalled under the new version (4.0). I had to first remove and then reinstall all the packages.
All packages need to be reinstalled under the new version (4.0). I had to first remove and then reinstall all the packages. The following worked for m ...
分类:其他好文   时间:2021-06-02 11:43:04    阅读次数:0
GeoServer与GeoWebCache的关系
GeoWebCache is a Java web application used to cache map tiles coming from a variety of sources such as OGC Web Map Service (WMS). It implements variou ...
分类:Web程序   时间:2021-06-02 10:58:05    阅读次数:0
logstash报错如下:Validation Failed: 1: this action would add [2] total shards, but this cluster currently has [999]/[1000] maximum shards open
超过最大分片引起的,在es机器上执行:curl -XPUT -H "Content-Type:application/json" -d '{"persistent":{"cluster":{"max_shards_per_node":10000}}}' 'http://es-host:9200/_c ...
分类:其他好文   时间:2021-05-25 17:41:51    阅读次数:0
更新docker
# 查看已安装dockeryum list installed | grep dockerrpm -qa | grep docker # 卸载旧版本(如果之前安装过的话)yum remove docker \ docker-client \ docker-client-latest \ docker ...
分类:其他好文   时间:2021-05-24 15:43:09    阅读次数:0
23443条   上一页 1 ... 6 7 8 9 10 ... 2345 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!