2024.04.21

在mac系统下golang语言GRPC工具安装

protoc123456https://github.com/protocolbuffers/protobuf/releases/tag/v3.19.4➜ ~ wget https://github...

阅读全文
2024.04.21

在mac电脑配置Java环境

JDK1234brew install openjdk@8export PATH="/usr/local/opt/openjdk@8/bin:$PATH"export JAVA_H...

阅读全文
2024.04.21

springboot-source-code

环境搭建 https://maven.apache.org/download.cgi 123456789brew install openjdk@8export PATH="/usr/lo...

阅读全文
2020.06.20

在centos7环境下安装配置php7

安装依赖123456789101112yum install -y epel-releaseyun update -y yum install -y autoconf curl-devel opens...

阅读全文