Published onFebruary 15, 2025Setting Up a React Development Environment with Vite, TypeScript, TailwindCSS, ESLint, and PrettierjsvscodereactBuild a react project
Published onFebruary 15, 2025Common Settings for WSL2wsl2linuxSome common settings and config about WSL2
Published onJanuary 10, 2025Start a Java project with Maven manually (Based on Ubuntu)javamavenlinuxDeep understanding the structure of maven project
Published onJanuary 5, 2025AstroNvim Install and Config (Based on Ubuntu)linuxvimAstroNvim as Your Editor
Published onDecember 22, 2024List<Integer> list = new ArrayList<>(); 和 ArrayList<Integer> list = new ArrayList<>(); 两者的区别java写Java代码无意间想到的一点