环境需求: 在Centos7.3中,通过yum安装ruby的版本是2.0.0,但是如果有些应用需要高版本的ruby环境,比如2.2,2.3,2.4... 那就有点麻烦了,譬如:我准备使用redis官方给的工具:redis trib.rb 这个工具构建redis集群的时候,报错了: “redis re ...
分类:
其他好文 时间:
2020-05-25 00:03:57
阅读次数:
117
Centos 安装docker步骤 1. 安装相关依赖包 yum install y yum utils device mapper persistent data lvm2 2. 配置国内yum 源 yum config manager add repo https://mirrors.ustc. ...
分类:
其他好文 时间:
2020-05-24 22:35:09
阅读次数:
82
查看更多Linux开发环境配置,请点击《Linux开发环境配置大全》 通过xshell在linux上安装git1.8.4.2 0)环境 yum install curl-devel expat-devel gettext-devel openssl-devel zlib-devel gcc perl ...
分类:
系统相关 时间:
2020-05-24 15:14:40
阅读次数:
86
Windows git bash 默认没有sudo命令,可以添加win-sudo插件实现该功能 curl -s https://raw.githubusercontent.com/imachug/win-sudo/master/install.sh | sh 如果上面的命令没有用,可以复制https ...
在已经架设好的linux服务器中架设laravel项目 1、确认php的版本:#php -v 2、安装composer: 1)进入到php目录下 ,执行命令安装 curl -S https://getcomposer.org/installer | ./php /www/wdlinux/phps/7 ...
分类:
其他好文 时间:
2020-05-23 11:27:51
阅读次数:
73
1.没啥说的 代码上步骤我都写清楚了,下载图片用的json,re,requests模块打包用的是tarfile模块 批量下载 import requests import time import re import json #英雄联盟官网资料库里面打开F12,然后点一张图片,通过js过滤后,找到c ...
分类:
其他好文 时间:
2020-05-23 09:17:09
阅读次数:
126
git clone时报RPC failed; curl 18 transfer closed with outstanding read data remaining 错误 error: RPC failed; curl 18 transfer closed with outstanding rea ...
分类:
Web程序 时间:
2020-05-23 00:23:14
阅读次数:
412
HikariCP 连接池 地址: https://github.com/brettwooldridge/HikariCP HikariCP带有合理的默认值, 可以在大多数部署中很好的执行, 而无需进行其他调整 Essentials 必要属性值 , , ,`password` Frequently u ...
分类:
其他好文 时间:
2020-05-21 10:14:57
阅读次数:
64
链接:https://pan.baidu.com/s/17RCwaJbsAd6KNa_zBs0oCg 提取码:oyps 提取docker-compose 放到/usr/local/bin下,并赋予权限即可 sudo curl -L "https://github.com/docker/compose ...
分类:
其他好文 时间:
2020-05-20 18:25:31
阅读次数:
73
1、官方安装方式 sudo curl -L https://github.com/docker/compose/releases/download/1.18.0/docker-compose-`uname -s`-`uname -m` -o /usr/local/bin/docker-compose ...
分类:
其他好文 时间:
2020-05-20 14:10:25
阅读次数:
85