开发基础知识 - JUnit 5 This blog introduces how to use Junit 5 to write unit tests for Java 2025-08-10 开发基础知识 #Backend Development #JUnit
Java基础 - Java函数式编程 - Stream API This blog introduces functional programming in Java 2025-08-02 Java基础 #Backend Development #Java
Java基础 - Java函数式编程 - 函数式接口 This blog introduces functional programming in Java 2025-07-28 Java基础 #Backend Development #Java
Java基础 - 泛型 This blog introduces Generics in Java, including generic types and generic methods. Finally, this blog introduces how generics is used in practice. 2025-07-27 Java基础 #Backend Development #Java
Java基础 - 日志 This blog introduces multiple logging libraries including log4j, slf4j, and how to configure the logs in Java. 2025-07-16 Java基础 #Backend Development #Java
开发基础知识 - Spring的应用结构 This blog introduces an overall architecture of a Spring project in RPC context and the usage of .properties configuration file 2025-07-13 开发基础知识 #Backend Development #Spring
Java基础 - Annotation This blog introduces Annotation in Java, and how to define my own annotation and use it 2025-07-10 Java基础 #Backend Development #Java
Java基础 - Java 编译,打包,运行 This blog introduces how to compile, run, and package a Java project 2025-07-09 Java基础 #Backend Development #Java