最新 最热

Leetcode 题目解析之 Merge Two Sorted Lists

Merge two sorted linked lists and return it as a new list. The new list should be made by splicing together the nodes of the first two lists.

2022-01-14
0

RabbitMQ 的CLI管理工具 rabbitmqadmin(12)

查看 queues[root@h102 rabbitmq]# rabbitmqadmin list queues+-------+----------+| name | messages |+-------+----------+| hello | 8 || test | 5 ...

2021-11-26
0

[leetcode] 合并两个排序列表 Merge Two Sorted Lists 【Java】

合并两个已排序的链接列表并将其作为新列表返回。新列表应该通过拼接前两个列表的节点来完成。

2021-09-24
0

【elasticsearch系列】双击elasticsearch.bat闪退,日志排查报错信息

打开my-application.log日志文件,寻找报错信息,如下:[1] bootstrap checks failed[1]: the default discovery settings are unsuitable for production use; at least one of [discover...

2021-09-09
0

Cannot create index whose evaluation cannot be enforced to remote nodes

华为GaussDB 200创建索引出现ERROR: Cannot create index whose evaluation cannot be enforced to remote nodes错误,跟华为售后沟通后,确认是没有加分布列造成的报错,具体过程如下:...

2021-09-02
0

the default discovery settings are unsuitable for production use; at least one of [discovery.seed_ho

看报错提示可知:缺少默认配置,至少需要配置discovery.seed_hosts、discovery.seed_providers、cluster.initial_master_nodes中的一个参数,解释,如下所示:

2021-08-19
0

LeetCode 0199 - Binary Tree Right Side View

Given a binary tree, imagine yourself standing on the right side of it, return the values of the nodes you can see ordered from top to bottom.

2021-08-11
0

LeetCode 0144 - Binary Tree Preorder Traversal

Given a binary tree, return the preorder traversal of its nodes’ values.

2021-08-11
0

LeetCode 0145 - Binary Tree Postorder Traversal

Given a binary tree, return the postorder traversal of its nodes’ values.

2021-08-11
0

LeetCode 0100 - Same Tree

Given two binary trees, write a function to check if they are the same or not.

2021-08-11
0