Build your own communication framework — Introduction preface Since my work, I have been doing business development under the framework […]
Category: Java
The future of encryption technology: from server password storage to user data encryption scheme
Reprinted with the authorization of the author,Original link, author:Roronoa Zoro This article mainly talks about the data encryption schemes in […]
String string
Implementation principle In java6 and previous versions, string object is an object that encapsulates char array, and it mainly has […]
Now there are three threads: T1, T2 and T3. How to ensure that T2 is executed after T1 and T3 is executed after T2
Question: there are three threads: T1, T2 and T3. How do you ensure that T2 is executed after T1 and […]
Simple understanding of spring cloud build config process instance
This article mainly introduces a simple understanding of the spring cloud build config process example, the article through the example […]
Flowable free jump
Flowable6 has realized the jump between process nodes. This time, I will explore the related API. The relevant sample […]
Spring source code analysis of the ‘beanfactorypostprocessor’ call process
Previous portal: Pre start process of spring source code analysis Beanfactory architecture of spring source code analysis The content of […]
The usage of foreach in mybatis
I’m doing mybatis mapper.xml File, we often use this situation: dynamic generation of SQL query conditions, this time we can […]
Java Concurrent Programming — basic knowledge (1)
1. What is thread safety? When multithreading accesses a class or a resource, the class or resource can show the […]