· software
我离开 Windows,转而使用 Ubuntu。以下是我配置的所有内容以及我的收获
Git Bash sudo apt install git bash git config --global user.name 'your_name' git config --global user.email 'your_email' 检查配置: bash git config -...
Git Bash sudo apt install git bash git config --global user.name 'your_name' git config --global user.email 'your_email' 检查配置: bash git config -...
什么是 JDK(Java Development Kit)?JDK 提供了编写和开发 Java 程序所需的工具。当你编写程序并编译时,JDK 使用 t...
封面图片:Chunking Java Streams the Right Way — A Collector That Feels Like It Should Be in the JDK https://media2.dev.to/dynamic/image/width=1000,height=...