我是参照:http://www.cnblogs.com/zhibincai/archive/2013/11/25/3442285.html 进行安装的windows 2012 + sql 2012 SP1 +TFS2013 前面步骤都很正常,安装到了最后一步遇到了: TF400102: Windows Update 或其他软件安装(MSI)正在进行. 必须等待这些过程完成,然后才能完成 Team Foundation Server 配置. 在安装完成后,请重新运行验证检查 找度娘问了很久没…
PHP编译安装时常见错误解决办法,php编译常见错误 1.configure: error: xslt-config not found. Please reinstall the libxslt >= 1.1.0 distribution 解决方法: yum -y install libxslt-devel 2.configure: error: Could not find net-snmp-config binary. Please check your net-snmp installa…
MySQL 8.0 安装配置及错误排查 官网下载 CentOS7环境下的具体安装步骤 初始化MySQL发生错误的解决方法 忘记数据库root密码 官网下载 mysql官网下载链接:https://dev.mysql.com/downloads/mysql/ Select Operating System 中选择 "Red Hat Enterprise Linux / Oracle Linux" Select OS Version 中选择 "Red Hat Enterprise…
1 在CentOS上使用PHP的curl访问HTTPS页面时,出现错误“Protocol https not supported or disabled in libcurl”. 表示curl未启用https,需要重新编译php所使用的curl库. cd curl-7.31.0./configure --prefix=/home/www/thirdlib/curl --with-ssl=/ueidc/openssl 出现错误提示: checking for SSL_connect in -lss…
有时候在安装zen-cart的时候出现时区错误,提示: ERROR: date.timezone not set in php.ini. Please contact your hosting company to set the timezone in the server PHP configuration before continuing. 解决办法: 修改php.ini文件,改为: [Date]; Defines the default timezone used by the dat…
在cmd中输入java -version或者java 或出现以下错误: 原因一:可能是你的JDK装的时间比较早,导致环境变量中的Path(此电脑->右击属性->高级系统设置->环境变量->系统变量中的Path)中的%JAVA_HOME%\jre\bin排列比较在后.如下图: 原因二:JDK原先装在C盘的,现在移动到了D盘,导致cmd报:Error: could not open `C:\Program Files\Java\jre1.8.0_121\lib\amd64\jvm.cf…