classification
boutiqueJava enumerates implement state machines to streamline your state change logic
preface
I believe that many java developers have written about status changes, such as order processes, leave processes, etc. Generally...
Free boutiqueJava 9 to Java 17
Java 17 is one of the most important LTS releases of Java, but the direct transition from Java 8 to Java 17 is too long.
Free boutiqueGet file path in java
1. Introduction In Java development, we often need to obtain the path of a file, such as reading configuration files, etc. Today we will...
Free boutiqueFrom Java 9 to Java 17 to Java 12
There are not many features that are useful to developers in Java 12, but it is still useful.
String enhancement
Java ...
Free boutiqueJava Collection Collation Interface Comparator
1. The preface recently used set sorting (based on Java 8). Now I use Stream whenever I can,...
Free boutiquePeek operation in Java 8 Stream Api
1. Preface I described the map operation in the Java 8 Stream API in the detailed usage guide of the Java 8 Stream API...
Free boutiqueWould you rather know introspection if you only know java reflection?
1. Foreword In the previous article, we encapsulated a Mybatis universal Mapper. To get entity class attributes, I used...
Free boutiqueSkip and limit operations in Java 8 Stream Api
1. preface
The skip () and limit () methods in the Java 8 Stream API have similar effects. They all...
Free boutiquePrinciples of Vernacular Design Models
Why design patterns are needed
In fact, we can complete the development work without a design pattern. But why design...
Free boutiqueDesign pattern: Talk about strategic pattern from the design of aggregated payment services
1. preface
Mobile payment is now very popular in China, and even the seventies-year-old lady at the breakfast stall downstairs uses it...
Free boutiqueHow to determine whether a string is a number in java
preface
Numbers are often represented and conveyed in strings in some fields. So how do we determine a string...
Free boutiqueJava random number traps
preface
We should be familiar with random numbers. We use them to generate Captcha in business, or we have low requirements for repeatability...
Free