Preface Recently, a java service process in the business department will suddenly hang up for no reason, and then this service will generate a bunch […]
Month: January 2023
Teach you how to write a database in 10 minutes
Today I will teach you how to quickly implement a database with the help of a framework. This framework is Calcite. Below, I will teach you […]
Android VideoCache Analysis
1. Background In today’s mobile applications, video is a very important part. It seems that it is not a normal mobile application without a little […]
How the React team tested concurrency features
React18 has been a while since I entered your field of vision. Have you tried the concurrency feature ? When concurrency is enabled, React will change from synchronous updates to asynchronous, prioritized, interruptible updates . This […]
This article explains the highly scalable tool SPI of Java core technology
The concept of SPI JAVA SPI = interface-based programming + strategy mode + dynamic loading mechanism of configuration files SPI usage scenarios Java is an object-oriented […]
How many ways are there to hand over beans to Spring container management?
Several ways to hand over beans to Spring container management Spring core SpringThe core is IOC and AOP . The so-called IoC, for springthe framework, is responsible springfor controlling the […]