摘要: wget -O /etc/yum.repos.d/jenkins.repo http://jenkins-ci.org/redhat/jenkins.repo rpm --import http://pkg.jenkins-ci.org/redhat/jenkins-ci.org.key yum i 阅读全文
posted @ 2018-06-13 13:15 想翻身的猫 阅读(566) 评论(0) 推荐(0)
摘要: You are using pip version 9.0.1, however version 10.0.1 is available.You should consider upgrading via the 'pip install --upgrade pip' command 此时执行 py 阅读全文
posted @ 2018-06-13 13:14 想翻身的猫 阅读(149) 评论(0) 推荐(0)
摘要: windows_host文件路径:C:\Windows\System32\drivers\etc ssh-copy-id -i ~/.ssh/id-rsa.pub root@xxxxxxx 免密验证操作 /etc/ssh/ssh_config 执行远程脚本#!/bin/bashssh root@xx 阅读全文
posted @ 2018-06-13 13:11 想翻身的猫 阅读(236) 评论(0) 推荐(0)
摘要: 提取于http://www.cnblogs.com/wupeiqi/articles/5132791.html 感谢博主 使用Redis有哪些好处? (1) 速度快,因为数据存在内存中,类似于HashMap,HashMap的优势就是查找和操作的时间复杂度都是O(1) (2) 支持丰富数据类型,支持s 阅读全文
posted @ 2018-06-13 13:06 想翻身的猫 阅读(253) 评论(0) 推荐(0)