Concept of fair lock and unfair lock: the so-called fair lock is that multiple threads obtain locks according to the order of lock application, similar...
For some of our usual community applications, such as weibo, Zhihu, Nuggets and other applications, such functions as "like" and "comment" are indispensable. For example,...
Overview of the four characteristics of the OPERATING system 1. Characteristics of the operating system -- concurrency 2. Characteristics of the operating system -- the...
2.1 Two objectives of SQL optimization 2. Table design 3.1 Table design level (5 items) 3. 4.1.1 Avoid index Failure 4.1.4.4.2.IO is always the most...
Maven's dependency finding order, scope, lifecycle, dependency principles, how to resolve dependency conflicts, why not customize the package version number?
0. SpringBoot2.3. XMybatis3. XRedis5. X in the machine or server setup redis environment, and start the success! Here I use redis5.xidea2020.1 which is deployed on...
The article is explained from the perspective of pure interview, so there are many details that are not foreshadowed. Reflection and generics fundamentals, for example,...
In Alibaba's internal JAVA development specification manual, methods need to specify rollbackFor in the Transactional annotation or rollback shown in a method. I didn't know...