随笔 - 356  文章 - 0  评论 - 12  阅读 - 102万
06 2020 档案
jenkins初始化和安装插件
摘要:1.find / -name 'default.json' 2. sed -i 's/http:\/\/updates.jenkins-ci.org\/download/https:\/\/mirrors.tuna.tsinghua.edu.cn\/jenkins/g' /var/lib/jenki 阅读全文
posted @ 2020-06-30 13:23 blogsheng 阅读(664) 评论(0) 推荐(0) 编辑
安装docker-ce
摘要:docker内核版本必须是3.10+以上的版本 Linux 发行版本 CentOS Linux release 7.5.1804 (Core) [root@10 yum.repos.d]# uname -r3.10.0-862.el7.x86_64 1.配置yum源curl http://mirro 阅读全文
posted @ 2020-06-30 00:03 blogsheng 阅读(225) 评论(0) 推荐(0) 编辑
Seleium Grid配置中的MaxInstances和MaxSession详解
摘要:MaxInstances This says....how many instances of same version of browser can run over the Remote System. For example, i have a FF12,IE and i declared t 阅读全文
posted @ 2020-06-23 17:01 blogsheng 阅读(573) 评论(0) 推荐(0) 编辑
python继承初始化对象实例时 TypeError: module() takes at most 2 arguments (3 given)
摘要:建了两个模块: 第一个Fighter.py: class Fighter(object): """战斗者""" __slots__ = ('_name', '_hp') def __init__(self, name, hp): """初始化方法""" self._name = name self. 阅读全文
posted @ 2020-06-18 20:21 blogsheng 阅读(5277) 评论(0) 推荐(0) 编辑

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

点击右上角即可分享
微信分享提示