background picture of the home page

Ciallo~(∠・ω< )⌒★

秋秋的点心铺

Lombok的入门和使用

什么是Lombok? Lombok 是一个用于 Java 的开源库,它可以通过注解来简化代码,减少样板代码(boilerplate code)的编写,例如 getter/setter、构造函数、toString()、hashCode() 等常用代码。这大大提高了开发效率,并让代码更加清晰和简洁。 为

thumbnail of the cover of the post

Maven的入门和使用

Maven入门教程,简述其核心概念、依赖管理与构建流程,提供实用示例,帮助开发者快速掌握项目管理与自动化构建。

thumbnail of the cover of the post

Lambda表达式

Lambda 表达式是简化函数式接口实现的语法,增强代码简洁性和可读性,适用于集合操作等场景。

thumbnail of the cover of the post