classification
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 boutiqueMap and flatMap operations in Java 8 Stream Api
1. preface
Java 8 provides a very easy-to-use Stream API that makes it easy to manipulate collections. Today we come...
Free boutiqueHow Java handles NPE issues gracefully
1. Foreword For Java developers, null is a troublesome type, and NPE can occur if you are not careful...
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 boutiqueJava Development Tips: Reduce the Use of Magic Points
1. Preface When refactoring old code, I encountered similar writing:
public void attend(String value)...
Free boutiqueJava rapid development QR code generation service
1. Preface I don't know when it started, but our lives were suddenly filled with QR codes, even the chickens of the ladies on the street...
Free boutiqueSeveral ways to remove elements from Java Collection
1. The preface operation set is something Java programmers repeat almost every day. Today let's study...
Free boutiqueDetailed usage guide for the Java 8 Stream API
1. overview
An important feature introduced by Java 8 is undoubtedly the Stream API. Stream translates as "stream"...
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 boutiqueFull analysis of Collectors in java8
1. The preface mentioned Collectors in an article about Collection removal elements yesterday. Believe a lot...
Free boutiqueWhen calculating in Java development, please be sure to use BigDecimal to calculate. BigDecimal summarizes and summarizes
Preface Today, a junior developer in the group asked why the tester tested that the price calculation module he wrote had calculation deviations...
Free boutiqueFutureTask in Java
1. The previous article in the preface briefly introduced the Future interface in Java, leaving a hole. I will make up for it today...
Free boutiquePrinciples of Java Code Generator
1. Foreword I wrote an article about the Mybatis Plus code generator a few days ago, and many students privately asked me about this code...
Free boutiqueFutureTask 2 in Java
1. The first two chapters of the preface briefly analyze the Future interface and FutureTask. This article will introduce the use of FutureTask...
Free