通过yum等软件仓库都可以直接安装RabbitMQ,但版本一般都较为保守. RabbitMQ官网提供了新版的rpm包(http://www.rabbitmq.com/download.html),但是安装的时候会提示需要erlang版本>=19.3,然而默认yum仓库中的版本较低. 其实RabbitMQ在github上有提供新的erlang包(https://github.com/rabbitmq/erlang-rpm) 也可以直接加到yum源中 #vim /etc/yum.repos.d/ra…
什么是循环依赖 当一个ClassA依赖于ClassB,然后ClassB又反过来依赖ClassA,这就形成了一个循环依赖: ClassA -> ClassB -> ClassA 原创声明 本文发布于掘金号[Happyjava].Happy的掘金地址:https://juejin.im/user/5cc2895df265da03a630ddca,Happy的个人博客:(http://blog.happyjava.cn)[http://blog.happyjava.cn].欢迎转载,但须保留此段声明…
重要:有些人在vmware中安装了新的centos用于使用docker,但是往往会忽略了更换源与进行系统update, 这样会导致安装过程中出现诸多如下类问题,为了避免不必要的麻烦在安装docker前最好最到一下几点: 1.替换centos源为163或其他更适合的源,具体操作可以查看我另一篇文章<戳这里> 2.清空缓存(yum clean\ yum makecache) 3.系统更新(yum update) 确认环境 [root@localhost ~]# cat /etc/redhat-re…
问题现象:从svn上签下源代码,本地执行打包命令,提示如下错误: [ERROR] Failed to execute goal on project dddwriter: Could not resolve dependencies for project com.xxx.yyy:dddwriter:jar:1.0.0: Failed to collect dependencies at com.xxx.yyy:zzzplugin:jar:1.0.0: Failed to read artifa…
错误1: /usr/src/php-5.2.9/ext/dom/node.c:In function 'dom_canonicalization': /usr/src/php-5.2.9/ext/dom/node.c:1950:21: error: dereferencingpointer to incomplete type ret = buf->buffer->use; ^ Infile included from /usr/src/php-5.2.9/main/php.h:38:0, f…
homestead虚拟机,通过npm下载依赖包和解决运行gulp报错问题 yarn出错问题 1. 在虚拟器运行 npm 下载依赖组件时报错: npm ERR! EPROTO: protocol error, symlink ... 解决方案: 运行 npm 时增加参数 --no-bin-links  npm install --no-bin-links   2. 执行 gulp 命令时报错: ENOENT: no such file or directory, scandir '/home/va…
今天使用yum安装的时候 报错: Error: Multilib version problems found. This often means that the root cause 应该是yum依赖报错 使用yum命令的时候加上这个选项即可. --setopt=protected_multilib=false…
Mac安装HomeBridge适配小米Homekit报错:module未找到 具体错误是: module.js:471 throw err; balabalal...... 问了一圈,终于解决,但是又有新的问题,真是头疼.微信交流:Jeff520888…
在CentOS上安装node.js的时候报错:No acceptable C compiler found! 原因:没有c编译器. 解决办法:安装GCC 命令如下: #yum install gcc Is this ok [y/N]: y Complete! 安装完成后…
Xamarin开发安装Visual Studio 2015 update2报错的解决办法错误信息:update 2 requires a member of the visual studio 2015 family当在没有安装VS 2015的电脑上安装update 2包,就会出现这个错误.所以,安装的时候需要识别VS的安装文件.VS 2015的安装文件大约5GB,VS 2015 with update 2的安装文件是7GB.…