classification
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 boutiqueSharing some practical skills for Java ServletRequest
1. preface
ServletRequest is a Servlet Api that we often come into contact with when working on Java Web. Sometimes I...
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 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 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 boutiqueResponsibility Chain Model of Design Model
preface
Many frameworks such as mybatis plug-ins, servlets filter, dubbo, security frameworks such as Spring sec...
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 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 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 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 boutiqueFull analysis of Collectors in java8
1. The preface mentioned Collectors in an article about Collection removal elements yesterday. Believe a lot...
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