摘要:
filed注入的缺点 对于IOC容器以外的环境,除了使用反射来提供它需要的依赖之外,无法复用该实现类。而且将一直是个潜在的隐患,因为你不调用将一直无法发现NullPointException的存在。 使用field注入可能会导致循环依赖 public class A { @Autowired pri 阅读全文
摘要:
术语 节点的深度: 对于任意节点 n, n 的深度为从根到 n 的唯一路径长, 根的深度为 0; 节点的高度: 对于任意节点 n, n 的高度为从 n 到一片树叶的最长路径长, 所有树叶的高度为 0; 树的深度: 树中所有节点的最大深度, 称作树的深度; 树的高度: 树的高度等于它的根节点的高度; 阅读全文
摘要:
ES version: 7.11 1. 索引模板 1.1 新建模板 Create or update index template API curl -u"username:pwd" -XPUT '127.0.0.1:9200/_index_template/friend_add_log?prett 阅读全文
摘要:
持续更新中... 查看服务器状态 rabbitmqctl status 查看队列信息 list_queues[-p vhostpath] [queueinfoitem ...] The queueinfoitem parameter is used to indicate which queue i 阅读全文