单节点安装 sudo ./install.sh报错Note: docker version: 17.03.2? Need to install docker-compose(1.7.1+) by yourself first and run this script again. 解决办法,使用roo ...
分类:
其他好文 时间:
2019-03-14 20:05:59
阅读次数:
386
1 Message Headers are name-value pairs; the name is a unique, case-insensitive string, and the value is of type java.lang.Object . Attachments are typ ...
分类:
其他好文 时间:
2019-03-14 00:58:44
阅读次数:
207
https://i.cnblogs.com/EditPosts.aspx?opt=1 https://juejin.im/entry/5adb5deff265da0b9d77cb3b MySQL Community Server 是一款免费的开源、流行和跨平台的数据库管理系统。 它支持 SQL 和 ...
分类:
数据库 时间:
2019-03-14 00:39:47
阅读次数:
236
1 what is routing Input and output queues are unaware of the conditions in between them. The condi-tional logic is decoupled from the message consumer ...
分类:
其他好文 时间:
2019-03-14 00:33:27
阅读次数:
164
Note of Python Math math 库是Python 提供的内置数学类函数库,而其中复数类型常用于科学计算,一般计算并不常用,因此math 库不支持复数类型。math 库一共提供4个数学常数和44个函数(包括16个数值表示函数、8个幂对数函数、16个三角对数函数和4个高等特殊函数)。 ...
分类:
编程语言 时间:
2019-03-12 23:58:02
阅读次数:
284
Java和Spring中,有很多的注解,基本注解都是名称自解释的,下面将见过的注解以及使用的方式记一下。 ...
分类:
编程语言 时间:
2019-03-12 21:12:13
阅读次数:
242
以后的项目里面,ThreadLocal可以帮助我们减少一些重要的引用传递。 以上的代码之中明确的用了引用传递将Message类的对象传递给了MessageConsumer课的print()方法 所以如果现在想要明确标出每一个线程的具体的对象信息,就需要使用ThreadLocal,实际上整个保存数据的 ...
分类:
其他好文 时间:
2019-03-12 13:53:24
阅读次数:
177
```cpp / 用和模板类似的方法就行 但是实际上弱化版不用考虑匹配情况限制更加宽松, 只需要保存每个位置有无插头即可, / include include include include include include define ll long long define M 13 define ...
分类:
其他好文 时间:
2019-03-12 12:40:16
阅读次数:
152
这个网址:https://www.lfd.uci.edu/~gohlke/pythonlibs/#pyqt4,其中有很多whl文件可以自己找到需要的下载它。我们就下载适用于python3.6 64位的pyqt4 下载下来后在python安装目录下的lib中的site-packages中解压安装。命令 ...
分类:
编程语言 时间:
2019-03-11 15:04:58
阅读次数:
205
题目如下: Given a list of words (without duplicates), please write a program that returns all concatenated words in the given list of words. A concatenate ...
分类:
其他好文 时间:
2019-03-11 10:35:13
阅读次数:
211