springboot custom starter component - integrated swagger3 documentation
SpringBoot automatic assembly principle
The core of springboot is automatic assembly, so why can jar be used out of the box? By viewing the source code, you can find that when the project is started, you will go to META-INF/spring.factories to obtain the fully qualified name of the configuration class that needs automatic assembly, and then co ...
Posted on Thu, 21 Oct 2021 01:34:46 -0400 by blakogre
sysfs in linux kernel
introduce
The operating system divides virtual memory into kernel space and user space. Kernel space is strictly reserved for running the kernel, kernel extensions, and most device drivers. In contrast, user space is the memory area where all user mode applications work and can be swapped out if necessary. There are many ways to communicate be ...
Posted on Thu, 21 Oct 2021 01:19:07 -0400 by el_kab0ng
IDEA is configured in this way, which is easy to use!!!
Encapsulate MyBatis Output results
resultType
Resulttype: execute sql to get the type of ResultSet conversion, using the fully qualified name or alias of the type. Note that if a collection is returned, it should be set to the type contained in the collection, not the collection itself. resultType And resu ltMap can ...
Posted on Thu, 21 Oct 2021 00:43:22 -0400 by ihw13
Day 10 + 11 ContentProvider content provider
A:ContentProvider
1, Introduction to ContentProvider:
1.ContentProvider content provider (one of the four components) is mainly used to realize the function of data sharing between different applications. 2. Skill points: (1) Access the content provider of the system (***********) Mobile phone contact / audio / video / gallery / SMS/ (2 ...
Posted on Thu, 21 Oct 2021 00:36:15 -0400 by sparq
Unity2d development - Object Pool
motivation
We know that generating and destroying gameobject objects of a game in unity consumes certain resources. Frequent generation and destruction of object memory will have great pressure, such as particle effects of particle system, bullets fired by guns, frequently generated gold coins, etc. Frequent generation and destruction of these ...
Posted on Thu, 21 Oct 2021 00:29:34 -0400 by tommy445
Theory and test of oracle materialized view
Theory and test of oracle materialized view
1. Materialized view
(1) Basic concepts of oracle materialized view
Materialized views first need to create materialized view logs, oracle Create a materialized view log table based on the materialized view log created by the user. The name of the materialized view log table is mlog$_Followed by t ...
Posted on Thu, 21 Oct 2021 00:28:17 -0400 by theflea912
SQL implements continuous login days and maximum login days
SQL implements continuous login days and maximum login days
Title: calculate the number of consecutive login days of users Problem extension: users who log in for 3 consecutive days, maximum login days, etc
The field user id and login time date given in sheet1 are shown in the following table:
1. Cleaning data
Because it is the calculation ...
Posted on Thu, 21 Oct 2021 00:17:19 -0400 by PHP Newb
ElasticSearch 15 -- ES - term based and full-text based queries
term query
term is the smallest unit to express semantics. term needs to be processed in both search and natural language processing using statistical language model
characteristic
term level query: term query/range query/ exists query / prefix query / wildcard queryIn ES, the term query does not do word segmentation. The term query is queri ...
Posted on Thu, 21 Oct 2021 00:14:34 -0400 by Hafkas
Preliminary study of javascript
Development of JavaScript
JS was developed by Netscape. After JS was developed, ECMAScript, es, was formulated to make js a global standard. That is to say, es is a language standard, and JS is an implementation of es
js nested in html
js function code,It is recommended to insert between the heads. Before loading the body of the page documen ...
Posted on Thu, 21 Oct 2021 00:08:22 -0400 by mrobertson
Gym102832K. Ragdoll (CCPC Changchun)
Gym102832K. Ragdoll (CCPC Changchun)
Meaning:
n points, each point has its own weight
a
i
a_i
ai, at the beginning, the i-th point is in the i-th set. If a pair of points (i,j) is bad if and only if i and j are in the ...
Posted on Wed, 20 Oct 2021 23:48:34 -0400 by anonymousdude