在服务器A(windows server 2008 r2)执行如下命令访问远端服务器B(windows server 2003)的服务运行状况: sc \\servername query "servicename" 返回结果如下: [SC] OpenSCManager FAILED 1722: The RPC server is unavailable. 解决办法:重启服务器A就OK了.因为实在不知道是什么原因引起的,在我本机运行命令是OK的,而我本机的操作系统跟服务器A是一模一…
安装时提示错误,Your 64-bit Linux host is missing the 32-bit libraries requied to install and use Sourcery CodeBench 这时需要安装32位模拟器 sudo apt-get install ia32-libs 继续安装codesourcery(在运行之前需把arm-2013.11-xxx.bin添加运行属性,用命令 chmod +x arm-2013.11-xxx.bin ,这样它的名字变成绿色的了)…
A PHP Error was encounteredSeverity: NoticeMessage: Only variable references should be returned by referenceFilename: core/Common.phpLine Number: 257 解决方法: 找到system/core目录下的Common.php文件的257行把 return $_config[0] =& $config; 改为 $_config[0] =& $confi…