Clarifying requirements I am now addressing the problem of out-of-order message handling for MQ during consumption. A quick introduction to the image above. A message...
Microservices Architecture: Spring-Cloud What is microservices? Microservices are a way to split up all the modules of a bloated project and make them unrelated to...
Automatic type conversion also called implicit type conversion, the data type of an expression is automatically promoted. All byte, short, and char values are promoted...
Lock is a blocking method in nature, which has poor performance compared with lock - free synchronization method. The optimization of locks is only to...
In real projects where springsecurity is used as a security framework, we will encounter business requirements that allow interfaces to be anonymously accessed. However, whenever...
I believe that if you have used Spring Boot, you will be very curious about the phenomenon of introducing a component dependency, adding a configuration,...
In the detection of the number of faces, location, gender, masks and other scenarios, you can consider using the remote interface provided by Baidu open...
Interceptor: SpringMVC, Struts and other presentation layer framework itself, does not intercept JSP/HTML/CSS /image access, only the access controller method (Handler). Serlvet, filter, listener are...
Performance_schema the MySQL performance Schema is used to monitor resource consumption and resource waits during the MySQL server running at a lower level. Features 1....
Factory Pattern - Link 1: Main features Simple Factory pattern: all products use a factory, to be extended only without factory plus method Factory pattern:...
There is no such thing as perfect programming, but we shouldn't be discouraged because programming is a constant pursuit of perfection. IOC and AOP are...
Why distributed locks? Before discussing this issue, let's take A look at A business scenario: System A is an e-commerce system. Currently, it is deployed...
Some good bert-related papers from EMNLP 2019. The Conference on Empirical Methods in Natural Language Processing (EMNLP) was held in Hong Kong from 3 To...
Speaking of which, the note-taking system has been updated many times, and the mainstream software in the market has been used. Electronic note dao, impression,...