Get the App
  • How to use greedy algorithm in LeetCode

    How to use greedy algorithm in LeetCode

    This article mainly introduces LeetCode how to use the greedy algorithm, has a certain reference value, interested friends can refer to, I hope you can learn a lot after reading this article, the following let the editor take you to understand it. 1 topic description given an array candies

    Shulou · 2022-06-01 13:16
  • How to use Spring Cloud Stream to play RabbitMQ,RocketMQ and Kafka

    How to use Spring Cloud Stream to play RabbitMQ,RocketMQ and Kafka

    In this issue, the editor will bring you about how to use Spring Cloud Stream to play RabbitMQ,RocketMQ and Kafka. The article is rich in content and analyzes and narrates it from a professional point of view. I hope you can read this article.

    Shulou · 2022-06-01 13:16
  • What are the common interview questions in Kafka?

    What are the common interview questions in Kafka?

    What are the common interview questions in Kafka? I believe many inexperienced people don't know what to do about it. Therefore, this article summarizes the causes and solutions of the problems. Through this article, I hope you can solve this problem. Nowadays, Kafka is no longer a simple message queuing system. Kafka is

    Shulou · 2022-06-01 13:16
  • How LeetCode removes duplicates in a sorted array

    How LeetCode removes duplicates in a sorted array

    This article mainly introduces LeetCode how to delete the duplicates in the sorted array, which has a certain reference value, interested friends can refer to, I hope you can learn a lot after reading this article, the following let the editor take you to understand. 1 topic description given a sorted array

    Shulou · 2022-06-01 13:16
  • How to implement cyclic queue in LeetCode

    How to implement cyclic queue in LeetCode

    Editor to share with you how to achieve LeetCode circular queue, I believe that most people do not know much about it, so share this article for your reference, I hope you can learn a lot after reading this article, let's go to know it! Queues are typical first-in, first-out (FI)

    Shulou · 2022-06-01 13:16
  • How to compare the performance tests of Apache Kafka, Apache Pulsar and RabbitMQ

    How to compare the performance tests of Apache Kafka, Apache Pulsar and RabbitMQ

    This article introduces how the comparison of Apache Kafka, Apache Pulsar and RabbitMQ performance testing is carried out. The content is very detailed. Interested friends can use it for reference. I hope it will be helpful to you. Apache Kaf

    Shulou · 2022-06-01 13:15
  • Example Analysis of string in LeetCode

    Example Analysis of string in LeetCode

    The editor will share with you the sample analysis of strings in LeetCode. I hope you will get something after reading this article. Let's discuss it together. A string is a finite sequence of 0 or more characters, generally referred to as s=a1a2a3. An, which is a programming language

    Shulou · 2022-06-01 13:15
  • How to solve the merging interval problem by LeetCode

    How to solve the merging interval problem by LeetCode

    Editor to share with you LeetCode how to solve the merger interval problem, I hope you will learn something after reading this article, let's discuss it together! Topic description: "given an interval, merge the overlapping parts (the input interval is not in order)" for example: input: [

    Shulou · 2022-06-01 13:15
  • How to solve the problem of Array Central Index by LeetCode

    How to solve the problem of Array Central Index by LeetCode

    This article mainly introduces LeetCode how to solve the problem of array center index, the article is very detailed, has a certain reference value, interested friends must read it! Topic description: given an array of integer type nums, please write a center that can return the array.

    Shulou · 2022-06-01 13:15
  • How to try kafka connector snooping on sqlserver

    How to try kafka connector snooping on sqlserver

    How to carry out the attempt of kafka connector monitoring sqlserver, in view of this problem, this article introduces the corresponding analysis and answer in detail, hoping to help more partners who want to solve this problem to find a more simple and feasible method. I was imprisoned by canal before.

    Shulou · 2022-06-01 13:14
  • How does Leetcode search for insertion locations

    How does Leetcode search for insertion locations

    Editor to share with you how Leetcode search insertion location, I believe that most people do not know much, so share this article for your reference, I hope you can learn a lot after reading this article, let's go to know it! Topic description: given a sorted array

    Shulou · 2022-06-01 13:14
  • How ​ LeetCode removes duplicates in sorted arrays

    How ​ LeetCode removes duplicates in sorted arrays

    This article mainly introduces LeetCode how to delete the duplicates in the sorted array, which has a certain reference value, interested friends can refer to, I hope you can learn a lot after reading this article, the following let the editor take you to understand. Given a sorted array, you need

    Shulou · 2022-06-01 13:14
  • How to compare and analyze the performance of Apache Pulsar and Apache Kafka in financial scenarios

    How to compare and analyze the performance of Apache Pulsar and Apache Kafka in financial scenarios

    How to compare and analyze the performance of Apache Pulsar and Apache Kafka in financial scenarios? aiming at this problem, this article introduces the corresponding analysis and solution in detail, hoping to help more partners who want to solve this problem to find a more simple and feasible one.

    Shulou · 2022-06-01 13:14
  • How to solve the Node problem in pairwise Exchange linked list by ​ LeetCode

    How to solve the Node problem in pairwise Exchange linked list by ​ LeetCode

    Editor to share with you how LeetCode solves the node problem in the pairwise exchange list, I believe most people don't know much about it, so share this article for your reference. I hope you can learn a lot after reading this article. Let's learn about it together. The meaning of the question is given

    Shulou · 2022-06-01 13:14
  • What are the important configuration parameters of Kafka production environment

    What are the important configuration parameters of Kafka production environment

    What this article shares to you is about the important configuration parameters of the Kafka production environment, the editor thinks it is very practical, so I share it with you to learn. I hope you can get something after reading this article. Kafka is flexible and fault-tolerant.

    Shulou · 2022-06-01 13:14
  • How to minimize data loss when the Kafka partition is unavailable and the copy is corrupted

    How to minimize data loss when the Kafka partition is unavailable and the copy is corrupted

    This article shows you how to minimize data loss when the Kafka partition is unavailable and the copy is corrupted. The content is concise and easy to understand, which will definitely brighten your eyes. I hope you can gain something through the detailed introduction of this article. The following is designed to reproduce the failure of the unavailable partition

    Shulou · 2022-06-01 13:14
  • How to use slice in golang

    How to use slice in golang

    Editor to share with you how to use slice in golang, I believe most people do not know much about it, so share this article for your reference, I hope you can learn a lot after reading this article, let's go to know it! Slice structure definition type

    Shulou · 2022-06-01 13:14
  • An example Analysis of the split linked list of leetcode linked list

    An example Analysis of the split linked list of leetcode linked list

    This article mainly introduces the example analysis of the split linked list of leetcode linked list, which has a certain reference value, and interested friends can refer to it. I hope you will gain a lot after reading this article. The topic writing program is divided on the basis of x

    Shulou · 2022-06-01 13:14
  • How to implement the push-pull mode of message queue by RocketMQ and Kafka

    How to implement the push-pull mode of message queue by RocketMQ and Kafka

    How RocketMQ and Kafka implement the push and pull mode of message queue, many novices are not very clear about this. In order to help you solve this problem, the following editor will explain it in detail. People with this need can come and learn. I hope you can get something. Let's talk about it today.

    Shulou · 2022-06-01 13:13
  • How to practice the construction of real-time data warehouse based on Flink + Kafka

    How to practice the construction of real-time data warehouse based on Flink + Kafka

    This article is about how to build a real-time data warehouse based on Flink + Kafka. The editor thinks it is practical, so I share it with you. I hope you can get something after reading this article. Let's take a look at it. 1. Back

    Shulou · 2022-06-01 13:13