码迷,mamicode.com
首页 >  
搜索关键字:vcenter server    ( 61518个结果
kibana配置文件
仅罗列了一些常用基础配置,更多配置请到官网查看https://www.elastic.co/guide/en/kibana/current/index.html kibana.yml配置文件 ##### kibana服务相关 ##### #提供服务的端口,监听端口 server.port: 5601 ...
分类:其他好文   时间:2020-07-18 22:05:51    阅读次数:109
Windows环境下载安装Kafka
前提:需要提前下载JDK 1.下载地址:https://kafka.apache.org/ 2.需要先启动ZooKeeper服务器(可以通过与kafka打包在一起的便捷脚本来快速简单地创建一个单节点ZooKeeper实例。) 命令: bin\windows\zookeeper-server-star ...
分类:Windows程序   时间:2020-07-18 21:59:27    阅读次数:120
Navicat For SQL Server 修改字段为自增主键
Navicat For SQL Server 修改字段为自增主键 [id] int NOT NULL, 修改为: [id] int IDENTITY(1,1) NOT NULL, ...
分类:数据库   时间:2020-07-18 19:46:23    阅读次数:150
Linux 集群时间同步(Ubuntu)
在配置hadoop集群时,时间同步是必须要做的,否则会出现各种意想不到的问题。 hadoop102 为 ntp server,hadoop103以及hadoop104 为ntp client(即需要同步时间机器) 1.全部机器都要安装ntp以及ntpdate sudo apt-get install ...
分类:系统相关   时间:2020-07-18 16:09:18    阅读次数:143
org/apache/zookeeper/server/quorum/QuorumPeerMain : Unsupported major.minor version 52.0
背景: 使用脚本ssh tuge2 ""/opt/zookeeper/apache-zookeeper-3.5.5-bin/bin/zkServer.sh start""的时候,报了如下异常: Exception in thread "main" java.lang.UnsupportedClass ...
分类:Web程序   时间:2020-07-18 16:02:45    阅读次数:122
关于Apache报错 couldn't perform authentication. AuthType not set!
今天在使用apache搭建yum的web服务时,配置完成后、访问http://ip 时,浏览器报错:500 Internal Server Error 然后查询error.log发现,有如下错误提示: [Sat Jul 18 11:28:23 2020] [crit] [client 12.23.7 ...
分类:Web程序   时间:2020-07-18 15:34:21    阅读次数:88
POWER BI 报表服务器搭建配置
1.下载PowerBIReportServer 试用180天 2.下载PBIDesktopRS_x64 配置环节 1.打开http://pc-user:8000/Reports 连接 (这个是从report server configuration manager 配置下可以找到) 2.打开连接后U ...
分类:其他好文   时间:2020-07-18 15:31:24    阅读次数:160
安装虚拟机心得
这是我第一次安装虚拟机,感觉安装过程就像做山车一样 首先虚拟机的选择:Hper -V,Vmware 刚开始打算装Hper -V,无奈自己电脑系统是window 家庭版,因为Hper -V支持的系统有window 10专业版以及以上版本和window server系统 Vmware这个介于我的钱包我选 ...
分类:其他好文   时间:2020-07-18 15:26:43    阅读次数:116
python实现聊天
转:https://www.cnblogs.com/nulige/p/6297829.html server.py import socket import select sk=socket.socket() sk.bind(("127.0.0.1",8801)) sk.listen(5) inpu ...
分类:编程语言   时间:2020-07-18 13:53:54    阅读次数:88
win server 2012 64上面weblogc 中间件10.3.0.6 版本安装
WebLogic除了包括WebLogic Server服务器之外,还包括一些围绕WebLogic的产品,习惯上我们说的WebLogic是指WebLogic Server。 WebLogic是美国bea公司出品的一个application server确切的说是一个基于Javaee架构的中间件,BEA ...
分类:Windows程序   时间:2020-07-18 13:50:21    阅读次数:124
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!