码迷,mamicode.com
首页 >  
搜索关键字:vcenter 6.0 installation troubleshooting    ( 2475个结果
Git服务器-GitLab搭建
1、很简单,按照官方文档操作即可 https://about.gitlab.com/installation/#centos-6 注: Gogs 是一个轻量级的、易于设置、跨平台的Git托管服务,不逊色于 Gitlab 和 GitHub。虽然不比这二者成熟,但它有很大的潜力。 gitlab-CE 与 ...
分类:其他好文   时间:2018-10-01 01:13:27    阅读次数:241
App installation failed This application does not support this device’s CPU type.
真机编译错误提示App installation failed This application does not support this device’s CPU type. 有可能是数据集改动,之前debug的时候去掉了arm64,结果编译报错。 在添加上arm64编译成功 如下图: ...
分类:移动开发   时间:2018-09-27 18:07:07    阅读次数:312
linux下mysql允许远程连接
1. MySql安装教程 https://dev.mysql.com/doc/refman/5.7/en/linux-installation-yum-repo.html 默认情况下mysq的 root用户是不能远程连接的 2. 查看linux防火墙是否开放3306端口 3. 添加防火墙例外 4. ...
分类:数据库   时间:2018-09-23 15:12:55    阅读次数:151
P2V提示Unable to complete installation/uninstallatio
1.P2V从物理机迁移到虚拟机提示错误Unabletocompleteinstallation/uninstallationofvCenterConverteragenton2.先确认admin$和组策略,是否允许从网络访问,共享是否可以访问。防火墙是否关闭。3.然后检查到137,138,139,445端口是否开启?cmd运行>netstat-an|findstr"445"
分类:其他好文   时间:2018-09-22 17:00:33    阅读次数:544
caffe 个人目录的protobuf编译
caffe所用protobuf版本为2.6.1可以自己编译,github上面下载对应的版本,之后根据readme--C++ Installation - Unix进行编译可以放在个人目录,方法:configure时指定prefix,readme的46行。之后运行readme的27~29行修改个人根目 ...
分类:其他好文   时间:2018-09-21 11:35:42    阅读次数:197
MFC 字体
dc.DrawText(_T("hello"), -1, //全部 &rect, DT_SINGLELINE| //在一行 DT_CENTER| //水平居中 DC_VCENTER); //上下居中 dc.TextOut(); ...
分类:编程语言   时间:2018-09-21 10:59:43    阅读次数:200
如何使用vSphere Web Client登陆vCenter 6.5?
照常使用vSphere Client端登陆VCenter进行例行检查时报错,与总部IT沟通确认原vCenter已经从6.0升级到6.5,意味着从现在起我们需要使用vSphere Webclient连接登陆vCenter。
分类:Web程序   时间:2018-09-21 10:46:55    阅读次数:2725
docker 安装
docker 安装 这里主要介绍的是linux+centos7环境下安装docker 安装步骤 中文版文档:https://docs.docker-cn.com/engine/installation/linux/docker-ce/centos/ 1.确保你是centos7版本 2.yum安装gc ...
分类:其他好文   时间:2018-09-20 18:46:27    阅读次数:174
Confluence 6 属性的一个活动
https://www.cwiki.us/display/CONF6ZH/Troubleshooting+Slow+Performance+Using+Page+Request+Profiling ...
分类:其他好文   时间:2018-09-20 11:24:34    阅读次数:166
mongodb
mongodb installation + mongodb org + mongodb org shell + mongodb org tools + mongodb org server config mongodb.conf to connect mongodb + comment bind ...
分类:数据库   时间:2018-09-19 22:02:05    阅读次数:211
2475条   上一页 1 ... 44 45 46 47 48 ... 248 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!