上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 40 下一页
摘要: 创建或修改 /etc/docker/daemon.json 文件,修改为如下形式 # vi /etc/docker/daemon.json { "registry-mirrors": ["http://hub-mirror.c.163.com"] } systemctl restart docker 阅读全文
posted @ 2020-03-17 12:26 番茄土豆西红柿 阅读(543) 评论(0) 推荐(0) 编辑
摘要: 在服务器上新建了虚拟环境,使用pip安装软件时,速度比较慢,可以通过换源的方式,加快速度。 在/home/user/目录下新建.pip文件夹,里面新建pip.conf文件: cd ~ mkdir .pip vim .pip/pip.conf 在pip.conf文件中输入以下内容: [global] 阅读全文
posted @ 2020-03-17 10:42 番茄土豆西红柿 阅读(601) 评论(0) 推荐(0) 编辑
摘要: docker仓库地址: https://download.docker.com/linux/centos/7/x86_64/stable/Packages/ docker-compose国内源: sudo curl -L "https://get.daocloud.io/docker/compose 阅读全文
posted @ 2020-03-16 13:33 番茄土豆西红柿 阅读(1147) 评论(0) 推荐(0) 编辑
摘要: python2.7 1 2 3 4 5 6 7 yum install -y zlib zlib-devel openssl openssl-devel mysql-devel gcc gcc-c++ wget https://www.python.org/ftp/python/2.7.13/Pyt 阅读全文
posted @ 2020-03-16 13:07 番茄土豆西红柿 阅读(250) 评论(0) 推荐(0) 编辑
摘要: Installing the fsevents module on MacOSX will help reduce the CPU usage. npm install fsevents -g npm rebuild fsevents 参考:https://stackoverflow.com/que 阅读全文
posted @ 2020-03-16 12:27 番茄土豆西红柿 阅读(1993) 评论(0) 推荐(0) 编辑
摘要: 参考:https://www.jianshu.com/p/21d66ca6115e 阅读全文
posted @ 2020-03-13 21:05 番茄土豆西红柿 阅读(226) 评论(0) 推荐(0) 编辑
摘要: 一. 安装cmakecmake是一种跨平台的编译工具,安装过程如下: 下载源码包:https://cmake.org/files/v3.8/cmake-3.8.0.tar.gz解压:tar -xf cmake-3.8.0.tar.gz引导程序运行:./bootstrap编译gmake安装:make 阅读全文
posted @ 2020-03-10 18:25 番茄土豆西红柿 阅读(430) 评论(0) 推荐(0) 编辑
摘要: 第22章,mysql数据库-1 https://blog.51cto.com/13683480/2138839 第22章,mysql数据库-2 https://blog.51cto.com/13683480/2138844 阅读全文
posted @ 2020-03-10 14:49 番茄土豆西红柿 阅读(92) 评论(0) 推荐(0) 编辑
摘要: 1.如果VPC-A和VPC-B在相同的地域,且做了高速通道打通,那么VPC-A下的外网SLB可以挂载 VPC-B下的ECS实例,并且SLB后端的ECS只能全部是VPC-B下的实例,即SLB后端不能同时存在多个VPC的ECS。 2.如果VPC-A和VPC-B在相同的地域,且做了高速通道打通,可以实现V 阅读全文
posted @ 2020-03-06 14:09 番茄土豆西红柿 阅读(988) 评论(0) 推荐(0) 编辑
摘要: 参考: https://www.jianshu.com/p/9a08560c9d37 阅读全文
posted @ 2020-03-06 13:18 番茄土豆西红柿 阅读(118) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 40 下一页
TOP