Docker容器管理基础 运行第一个容器,容器启动必须依赖镜像。 [root@localhost ~]# docker image ls #首先查看已有的镜像REPOSITORY TAG IMAGE ID CREATED SIZEnginx latest 62d49f9bab67 3 weeks a ...
分类:
其他好文 时间:
2021-05-24 05:44:20
阅读次数:
0
gitlab CI/CD架构: gitlab CI/CD步骤: 安装Runner: Linux服务器安装: ?Linux安装文档:https://docs.gitlab.com/runner/install/linux-repository.html curl -L https://packages ...
分类:
其他好文 时间:
2021-05-24 00:17:04
阅读次数:
0
一、新建新项目,选择C#模板 创建空项目,添加核心引用mvc及Web API 添加Repository文件夹和Common文件夹,项目右键-添加-新建文件夹 管理NuGet添加引用,添加Newtonsoft.Json、EntityFramework、 ...
分类:
其他好文 时间:
2021-05-23 22:57:18
阅读次数:
0
1.登录GitHub,点击右上角的 + 号按钮,选择【New repository】,打开创建新仓库页面。 https://github.com/ 创建一个名为为username.github.io的代码仓库,其中username为你的GitHub的账户名称。如示例的用户名称为octocat 可见性 ...
分类:
Web程序 时间:
2021-05-03 12:26:41
阅读次数:
0
RabbitMQ 安装记录 1.安装 1.1 环境 Zero dependency Erlang RPM from Team RabbitMQ 👉 RabbitMQ Erlang Version Requirements 使用PackageCloud Yum Repository安装 A quic ...
分类:
其他好文 时间:
2021-05-03 12:16:55
阅读次数:
0
https://github.com/maxmind/libmaxminddb ubuntu sudo add-apt-repository ppa:maxmind/ppa sudo apt update sudo apt install libmaxminddb0 libmaxminddb-dev ...
分类:
数据库 时间:
2021-04-30 11:55:10
阅读次数:
0
git clone https://gitee.com/GreatSQL/GreatSQL.gitwget https://gitee.com/GreatSQL/GreatSQL/repository/archive/master.ziphttps://gitee.com/GreatSQL/Grea ...
分类:
数据库 时间:
2021-04-21 12:01:14
阅读次数:
0
// Copyright 2018 ETH Zurich, University of Bologna and Greenwaves Technologies. // Copyright and related rights are licensed under the Solderpad Hard ...
分类:
系统相关 时间:
2021-04-21 11:56:46
阅读次数:
0
参考链接:https://cloud.tencent.com/developer/article/1572090 目的:使用git工具、通过命令行拉取gitee远程仓库代码到本地。 报错信息:Please make sure you have the correct access rights an ...
分类:
数据库 时间:
2021-04-09 12:51:18
阅读次数:
0
Maven 遇到Idea中无论如何导入依赖都是调用中央仓库而不是镜像源的问题 检查IDEA中maven配置是否正确 查看是否使用的是自己的setting.xml配置 检查镜像源配置是否有错 <!-- 阿里云镜像仓库 --> <mirror> <id>nexus-aliyun</id> <mirror ...
分类:
其他好文 时间:
2021-04-08 12:54:58
阅读次数:
0