07 2022 档案
摘要:执行如下命令时: /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)" 报错: ==> Downloading and installing Homebrew
阅读全文
摘要:错误信息 This source code is licensed under the MIT license found in the LICENSE file in the root directory of this source tree. Installing YogaKit (1.18.
阅读全文
摘要:JDK(Java Development Kit):Java开发⼯具,包含开发Java程序的所有⼯具,如 javac 和 java 等。 JDK⾥包含JRE(Java Runtime Environment):Java运⾏环境,如果要运⾏Java程序,就需要JRE的⽀持。 JRE⾥包含JVM(Jav
阅读全文