最近用SpringBoot集成RocketMQ实现消息实时推送,一直卡在本地启动RocketMQ失败。现在先记录一下,以后看时间解决。当然,如果有好心的朋友,可以提供解决方案(#^.^#)。 我用的是Apache包,SpringBoot有RocketMQ starter,这个后面再讲。 1 <dep ...
分类:
编程语言 时间:
2020-04-17 00:15:12
阅读次数:
291
In the wilds far beyond lies the Land of Sacredness, which can be viewed as a tree — connected undirected graph consisting of nn nodes and n?1n?1 edge ...
分类:
其他好文 时间:
2020-04-17 00:11:27
阅读次数:
66
import java.util.* class Solution { fun minDepth(root: TreeNode?): Int { if (root == null) { return 0 } var depth = 0 //LinkedList实现了Queue接口,可以用作队列使用 ...
分类:
其他好文 时间:
2020-04-16 15:12:48
阅读次数:
56
QXcbConnection: Could not connect to display localhost:17.0
rqt: cannot connect to X server localhost:.0
分类:
其他好文 时间:
2020-04-15 17:45:04
阅读次数:
68
注意是在MySQL主从的基础上做MySQL主主。互为主从。 192.168.10.18上创建一个用户 mysql> grant replication slave on *.* to slave@'192.168.10.17' identified by '123456'; Query OK, 0 ...
分类:
数据库 时间:
2020-04-15 12:22:26
阅读次数:
88
原文首发于微信公众号:躬行之(jzman blog) 学习 Android 有一段时间了,开发中经常使用到 Gradle ,但是不知道 Gradle 构建项目的原理,计划花一点时间学习一下 Gradle 相关的知识。Gradle 是一个非常优秀的项目构建工具,其 DSL(领域特定语言)基于 Groo ...
分类:
其他好文 时间:
2020-04-15 01:02:35
阅读次数:
79
1.clean用于清除之前构建生成的所有文件 其中具体为清楚了Target目录中的所有文件,包括该目录 i.e:删除了install生成的所有文件 2.validate用于验证项目是否真确,并且其说有必要信息是否都可用 3.compile编译项目的源代码,主要是java文件 一般是编译scr/mai ...
分类:
其他好文 时间:
2020-04-14 18:50:37
阅读次数:
480
1. 准备4台虚拟机 ceph 192.168.66.93 管理osd,mon节点 ceph-node1 192.168.66.94 osd节点 ceph-node2 192.168.66.95 osd节点 jenkins 192.168.66.88 客户端 2. 在ceph上新增一块磁盘 dd i ...
分类:
其他好文 时间:
2020-04-14 17:09:47
阅读次数:
117
The headers or library files could not be found for jpeg, a required dependency when compiling Pillow from source. Please see the install instructions ...
分类:
其他好文 时间:
2020-04-14 12:45:40
阅读次数:
224
严重: End event threw exception java.lang.NoSuchMethodException: org.apache.catalina.deploy.WebXml addServlet解决办法:在tomcat文件路径下conf中的context.xml进行修改,添加<L ...
分类:
Web程序 时间:
2020-04-14 01:17:22
阅读次数:
92