AVL tree of data structure
1. GeneralAVL tree is the first self balanced binary tree proposed. In AVL tree, the maximum difference between the two subtrees of any node is one, so it is also called height balanced tree. The AVL tree is named after its inventors G.M. Adelson velsky and E.M. Landis. AVL tree species search, insertion and deletion are O (log n) on average an ...
Added by derrick1123 on Wed, 09 Mar 2022 02:43:51 +0200
The use of Vue Router 4 is thoroughly explained in an article
Vue 3.X using Vue router 4 X for routing configuration, let's study how to use Vue router 4 x. All usage methods in this article are using the Composition API.
This paper introduces Vue router 4 step by step Let your new version of Vue router build a simple system X has a complete understanding, and then can easily drop Vue router 4 X is appli ...
Added by julian1 on Wed, 09 Mar 2022 02:40:16 +0200
Introducing vant into the uniapp project
The introduction of vant UI into the uniapp project and the pit it stepped on
The uniapp framework can write multi terminal projects and generate multi terminal code. When introducing vant UI, make sure to write the project at that end. The introduction of vant components in applet side and H5 project is different. This is very unfriendly to b ...
Added by xec on Wed, 09 Mar 2022 02:09:27 +0200
Reading Flink source code and talking about design: clean architecture in FileSystemConnector
This article was first published in Floating finch language:https://www.yuque.com/17singeditiondateremarks1.02022.3.8Article launchThis paper analyzes the code based on Flink 1.14.0. PrefaceA while ago, I encountered a strange phenomenon in production: the full-scale operation cannot be carried out normally, and the log is full of Java util. co ...
Added by nyfael on Wed, 09 Mar 2022 02:03:12 +0200
Spring Boot integrates Elasticsearch
๐ข๐ข๐ข๐ฃ๐ฃ๐ฃ
Hello! Hello, everyone. I'm [one heart classmate], a highly motivated [Java domain blogger]! ๐๐๐
โจ Writing style of [one heart students]: I like to explain every knowledge point in [easy to understand] writing, rather than using [tall and tall] official statement.
โจ The field of the blog is the learning of back-end te ...
Added by fdost on Wed, 09 Mar 2022 00:48:09 +0200
Front end applications such as React/Vue are automatically packaged and upgraded through jenkins, and the whole process is demonstrated (more than 10000 words are a little long)
At present, the development environment is managed by the front-end team. There are more and more version distribution projects. I decided to develop a set of jinkens automatic packaging and deployment. After searching online, they are too old or unavailable. After three days of research, I finally completed it and wrote it down and shared it w ...
Added by venkyphp on Wed, 09 Mar 2022 00:35:23 +0200
Asp.Net Core Authorize those things you don't know (source code interpretation)
1, Foreword
IdentityServer4 has shared some practical application articles. From the architecture to the landing application of the authorization center, it has also mastered some use rules of IdentityServer4, but it still knows a little about many principles. Therefore, I will continue to take you to read its relevant source code, This articl ...
Added by crackfox on Tue, 08 Mar 2022 23:58:34 +0200
AspNetCore3. 1_ Security source code analysis_ 5_Authentication_OAuth
Article catalogue
AspNetCore3. 1_ Security source code analysis_ 1_ catalogueAspNetCore3. 1_ Security source code analysis_ 2_Authentication_ Core projectAspNetCore3. 1_ Security source code analysis_ 3_Authentication_CookiesAspNetCore3. 1_ Security source code analysis_ 4_Authentication_JwtBearAspNetCore3. 1_ Security source code analysis_ 5_ ...
Added by bmpco on Tue, 08 Mar 2022 23:56:29 +0200
Hive window function Over partition by
-Catalogue
1. Aggregate function + over2. partition by clause3. order by clause4. โ
window clause (included) - predicting: forward - FOLLOWING: backward - CURRENT ROW: CURRENT ROW - UNBOUNDED: starting point5. โ
sequence function in window function: including NTILE(n), row_number,rank,dense_rank ย
brief introduction
The hive function in this ...
Added by BigTime on Tue, 08 Mar 2022 23:46:16 +0200
27.28.29. Polar map (Nightingale Rose), Venn diagram, Area chart, tree map
26. Polar map (Nightingale Rose) 27. Venn diagram 28. Area chart 29. Tree map
26. Polar map (Nightingale Rose)
The polar map (also known as Nightingale Rose) is radially extended, and each piece will occupy a certain angle. Its radius represents the size of a certain type of data it represents. Its angle size indicates its proportion in the t ...
Added by shadowq on Tue, 08 Mar 2022 23:42:24 +0200