https://www.jianshu.com/p/be597e7a9ef9 https://blog.csdn.net/Anlior/article/details/79609459 # 搜索相关的可用的扩展sudo apt-cache search GD|grep php7sudo apt-ca ...
分类:
数据库 时间:
2020-01-27 09:28:36
阅读次数:
76
手动部署GitLab环境 完成以下操作,手动部署GitLab环境: 安装依赖包。 sudo yum install -y curl policycoreutils-python openssh-server 设置SSH开机自启动并启动SSH服务。 sudo systemctl enable sshd ...
分类:
其他好文 时间:
2020-01-26 17:30:50
阅读次数:
427
问题原因: pip v20.0的bug解决办法:手动升级pipcurl https://bootstrap.pypa.io/get-pip.py -o get-pip.py Then run the following command in the folder where you have dow ...
分类:
其他好文 时间:
2020-01-25 16:43:43
阅读次数:
124
一、搜索镜像的两种方式1.1网页搜索https://hub.docker.com/search?q=&type=image1.2 命令搜索二、使用国内源加速由于国外源下载慢,使用国内源加速。curl -sSL https://get.daocloud.io/daotools/set_mirror.s... ...
分类:
其他好文 时间:
2020-01-25 11:47:44
阅读次数:
769
添加阿里的docker源,安装docker curl -fsSL http://mirrors.aliyun.com/docker-ce/linux/ubuntu/gpg | sudo apt-key add - sudo add-apt-repository "deb [arch=amd64] h ...
分类:
系统相关 时间:
2020-01-24 18:49:48
阅读次数:
117
1.官方提供的三种部署方式Kubernetes平台环境规划3.自签SSL证书Etcd数据库集群部署Node安装DockerFlannel容器集群网络部署7.部署Master组件8.部署Node组件9.部署一个测试示例10.部署WebUI(Dashboard)11.部署集群内部DNS解析服务(CoreDNS)官方提供的三种部署方式minikubeMinikube是一个工具,可以在本地快速运行-一个单
分类:
Web程序 时间:
2020-01-24 09:26:33
阅读次数:
122
测试接口,经常会用到接口测试工具如postman,而curl命令可以直接在终端进行测试,下面介绍一下如何使用 get 请求 curl "http://localhost:3000/api/books?page=1&limit=4" post请求 curl -X POST "http://localh ...
分类:
Web程序 时间:
2020-01-23 22:41:47
阅读次数:
132
MyBatis Plus介绍 MyBatis Plus (简称MP)是国内人员开发的 MyBatis 增强工具,在 MyBatis 的基础上只做增强不做改变,为简化开发、提高效率而生。 特征 无侵入:Mybatis-Plus 在 Mybatis 的基础上进行扩展,只做增强不做改变,引入 Mybati ...
分类:
其他好文 时间:
2020-01-23 00:10:19
阅读次数:
94
购买VPS: 我使用的是vultr : 传送门 安装vToray: bash <(curl -L -s https://install.direct/go.sh) 启用加速: 1 安装BBR加速算法 输入以下命令,就能在centos/ubuntu/debian服务器一键安装google tcp-bb ...
分类:
其他好文 时间:
2020-01-22 16:06:32
阅读次数:
256
首先安装homebrew:ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"安装 nginx-1.10.2_1 <!-- lang: shell --> brew sear ...
分类:
Web程序 时间:
2020-01-22 14:50:55
阅读次数:
100