February 15, 2025Setting Up a React Development Environment with Vite, TypeScript, TailwindCSS, ESLint, and PrettierBuild a react projectjsvscodereact
January 10, 2025Start a Java project with Maven manually (Based on Ubuntu)Deep understanding the structure of maven projectjavamavenlinux
December 22, 2024List<Integer> list = new ArrayList<>(); 和 ArrayList<Integer> list = new ArrayList<>(); 两者的区别写Java代码无意间想到的一点java