参考:https://www.cnblogs.com/stulzq/p/9291237.html https://www.haowenbo.com/articles/2019/07/24/1563964257491.html 1、在安装jenkins的时候一直失败。报错内容是 stat ...
安装Jenkins:https: www.cnblogs.com zishengY p .html 一 Error: Unable to access jarfile jenkins.war 要进入jenkins.war所在目录 二 Caused by: java.net.BindException: Address already in use: bind 查看 端口是否占用:netstat a ...
2019-06-11 19:39 0 1985 推荐指数:
参考:https://www.cnblogs.com/stulzq/p/9291237.html https://www.haowenbo.com/articles/2019/07/24/1563964257491.html 1、在安装jenkins的时候一直失败。报错内容是 stat ...
今天去Anaconda官网下载软件安装,遇到了"NSIS_Error", 感觉又神奇又无语,因为去官网下载并安装文件一般都是不会出现问题的。 开始认为电脑程序出问题,于是重启,结果还是错误 后来百度一下 ''' 安装游戏时,有时打开安装包会出现installer integrity ...
问题一: “The program 'repo' is currently not installed. You can install it by typing: sudo apt-get install phablet-tools” 解决方法 : install ...
系列目录 根据机器环境的不同,有的可能一次就安装成功,有的则可能遇到各种各样的坑需要排查.建议不熟悉linux的用户使用全新的环境来安装kubernetes.以下记录本人在安装过程中遇到的问题及解决方案. 缺少docker 由于是按照步骤安装的,刚开始装前几台机器的时候都看的非常认真 ...
如果想从头学起Jenkins的话,可以看看这一系列的文章哦 https://www.cnblogs.com/poloyy/category/1645399.html 安装Jenkins过程中,可能会遇到一些问题,我们要如何排查呢? 第一步:能联网? 通过ping命令看能不能联网 ...
CentOS 8 中安装 Docker 出现和 Podman 冲突的问题 [root@monitor ~]# yum install docker-ce docker-ce-cli containerd.ioCentOS Linux 8 - AppStream ...
openssl安装:遇到问题及解决方法 gcc遇到的问题: /usr/bin/ld: /tmp/ccaJXv8h.o: in function main': test_openssl.c:(.text+0xf): undefined reference ...
用python的open()函数打开文件时, 1、文件写绝对路径报IOError: [Errno 2] No such file or directory。文件改为相对路径(只写文件名)解决该问题 2、文件是docx类型,如下代码执行时报TypeError: file() takes ...