码迷,mamicode.com
首页 >  
搜索关键字:apache server    ( 93694个结果
Flume对接HBASE报错:NoClassDefFoundError: org/apache/hadoop/hbase/HBaseConfiguration
方案一:手动拷贝需要的相关jar包 flume对接HBASE报错,找不到相关的类: 报错hbase相关日志: 18 五月 2021 17:25:50,633 ERROR [lifecycleSupervisor-1-2] (org.apache.flume.lifecycle.LifecycleSu ...
分类:Web程序   时间:2021-05-24 15:18:47    阅读次数:0
DHCP
DHCP (Dynamic Host Configuration Protocol): An application-layer client-server protocol for allowing a device to automatically obtain an IP address. D ...
分类:其他好文   时间:2021-05-24 14:38:40    阅读次数:0
spring cloud gateway和nigix 路由转发时携带域名头信息
1.nigin添加一段配置 server { listen 80; # this is the key !!!!! proxy_set_header Host $host; location /client/pids { proxy_pass http://10.103.13.103:3200/cl ...
分类:编程语言   时间:2021-05-24 14:35:17    阅读次数:0
CVE-2018-1111 漏洞修复
1. 操作系统版本 Red Hat Enterprise Linux Server release 7.2 (Maipo) 2. 下载软件包 去官网找了好久,但是没找到如何下载,于是找到了一个国内的地址 地址:http://mirrors.163.com/centos/7/os/x86_64/Pac ...
分类:其他好文   时间:2021-05-24 14:28:03    阅读次数:0
日语系统tomcat 控制台中文乱码
1 idea File 》 Settings 》Editor 》File Endcoding 》 UTF-8 2 idea 》 Edit Configuration tomcat Server 》VM options 》-Dfile.encoding=UTF-8 3 tomcat\conf 》log ...
分类:其他好文   时间:2021-05-24 14:24:24    阅读次数:0
如何开启Apache SkyWalking的自监控?
1. 开启Prometheus遥测数据 默认情况下, 遥测功能(telemetry)是关闭的(selector 为 none),像这样: telemetry: selector: ${SW_TELEMETRY:none} none: prometheus: host: ${SW_TELEMETRY_ ...
分类:Web程序   时间:2021-05-24 14:20:53    阅读次数:0
cmd命令行参考手册
https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/windows-commands ...
分类:其他好文   时间:2021-05-24 13:45:24    阅读次数:0
Linux命令8
安装 javaee jdk mysql apache ideaIU shell编程 x.sh脚本 格式要求: 1.脚本以#!/bin/bash开头 2.脚本要有可执行权限 vim hello.sh 写上: #!/bin/bash echo "hello,world" 保存退出 sh hello.sh ...
分类:系统相关   时间:2021-05-24 13:41:21    阅读次数:0
mysql远程连接错误总结
从一台Linux远程连接另一台linux上的MySQL, 出现ERROR 2003 (HY000): Can't connect to MySQL server on 'xxx.xxx.xxx.85'(111)错误。 [mysql@vvmvcs0 ~]$ mysql -hxxx.xxx.xxx.85 ...
分类:数据库   时间:2021-05-24 13:33:51    阅读次数:0
ArcGIS Server 10.2 安装教程
arcgis 相关安装 见 http://www.driver114.com/plus/search.php?keyword=arcgis&searchtype=titlekeyword&channeltype=0&orderby=&kwtype=0&pagesize=10&typeid=0&Tot ...
分类:其他好文   时间:2021-05-24 12:53:03    阅读次数:0
93694条   上一页 1 ... 26 27 28 29 30 ... 9370 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!