@Component @RabbitListener(queues="my_fanout") public class Consumer { @RabbitHandler public void process(String msg){ System.out.println(msg); } } 但是 ...
分类:
编程语言 时间:
2019-12-30 19:20:34
阅读次数:
90
我刚入门webpack就被版本问题坑一脸,以此第一篇博客记录一下我踩过的坑~~~ 1.报错:Invalid configuration object. Webpack has been initialised using a configuration object that does not ma ...
分类:
Web程序 时间:
2019-12-30 17:14:49
阅读次数:
221
1.这是我第二次mac 安装 flutter环境了,但是这种东西记不住。打开写一下 有用的东西 一、 ls vi 等命令 command not found原因是因为环境变量的问题,编辑profile文件没有写正确,导致在命令行下 ls等命令不能够识别。 解决办法:在命令行下打入下面这段就可以了 e ...
分类:
系统相关 时间:
2019-12-30 11:55:05
阅读次数:
100
1.出现spring boot Configuration Annotation Proessor not found in classpath的提示是在用了@ConfigurationProperties这个注解时,所以问题出现在ConfigurationProperties注解。 2.根据提示的 ...
分类:
编程语言 时间:
2019-12-30 11:35:40
阅读次数:
71
Given a singly linked list, group all odd nodes together followed by the even nodes. Please note here we are talking about the node number and not the ...
分类:
其他好文 时间:
2019-12-30 09:49:26
阅读次数:
79
GEN configure /bin/sh: 1: autoconf: not found ...
分类:
其他好文 时间:
2019-12-29 23:25:27
阅读次数:
221
总遇到一个报错: 1 Request processing failed; nested exception is org.apache.ibatis.binding.BindingException: Invalid bound statement (not found): top.bigking ...
分类:
其他好文 时间:
2019-12-29 16:42:27
阅读次数:
103
一、安装 Seafile官网下载页面:https://www.seafile.com/download/ ,获取7.0.5版本的下载地址 登录pi的命令,转到root,然后下载 #sudo -s #cd /nas root@midou:/nas# wget https://github.com/ha ...
分类:
其他好文 时间:
2019-12-29 14:43:59
阅读次数:
131
vs net core 项目异常解决办法-project.assets.json' not found. Run a NuGet package restore to generate this file Error occurred while restoring NuGet packages: ... ...
分类:
Web程序 时间:
2019-12-28 21:00:09
阅读次数:
103
安装完爬虫框架pyspider之后,使用pyspider all 命令,输入http://localhost:5000运行就出现上述错误 原因是因为WsgiDAV发布了版本 pre-release 3.x。 解决方法如下: 在安装包中找到pyspider的资源包,然后找到webui文件里面的webd ...
分类:
Web程序 时间:
2019-12-28 19:23:24
阅读次数:
111