09 2021 档案
linux 安装netcore sdk
摘要:参考的资料:https://docs.microsoft.com/zh-cn/dotnet/core/install/linux-centos ✔️ 8 ✔️ 2.1 ✔️ 3.1 ✔️ 5.0 sudo dnf install dotnet-sdk-5.0 sudo dnf install asp 阅读全文
posted @ 2021-09-27 19:58 1老王 阅读(86) 评论(0) 推荐(0)
linux 安装docker
摘要:参考的资料:https://docs.docker.com/engine/install/centos/ sudo yum install -y yum-utils sudo yum-config-manager \ --add-repo \ https://download.docker.com/ 阅读全文
posted @ 2021-09-27 19:57 1老王 阅读(39) 评论(0) 推荐(0)
nginx 配置负载均衡参考例子
摘要:https://developer.aliyun.com/article/768334?spm=a2c6h.13813017.content3.2.57647ce05dKMCI 阅读全文
posted @ 2021-09-26 16:48 1老王 阅读(16) 评论(0) 推荐(0)