- 博客(11)
- 收藏
- 关注
原创 ModuleNotFoundError: No module named ‘gitlab‘
使用python3.6安装gitlab或者python-gitlab无法安装,使用python3.10安装gitlab无法安装,安装python-gitlab可以使用。记录下Pycharm安装gitlab模块。安装第三方模块python-gitlab。
2023-10-10 11:48:18 851 1
原创 ps -ef进程命令解析
3.ps -ef | grep rap2-dolores | grep -v grep | awk ‘{print $2}’ 获取第二个参数。2.ps -ef | grep rap2-dolores | grep -v grep 不包含grep的进程(grep -v 不包含)xargs 将前面获取到的进程号通过空格分割,传递给kill -9,杀死所有进程。1.ps -ef | grep rap2-dolores 查询rap2进程。
2023-03-27 15:39:21 275
原创 CentOS下安装Jenkins
https://pkg.jenkins.io/redhat-stable/[root@irmven47fmyk3wo1 src]# sudo wget -O /etc/yum.repos.d/jenkins.repo https://pkg.jenkins.io/redhat-stable/jenkins.repo--2022-02-10 11:17:24-- https://pkg.jenkins.io/redhat-stable/jenkins.repoResolving pkg.jenkin
2022-02-10 16:05:57 1428
原创 jenkins安装完成启动报错
安装Jenkins启动出现错误提示 AWT is not properly configured on this server. Perhaps you need to run your container with “-Djava.awt.headless=true”? See also: https://www.jenkins.io/redirect/troubleshooting/java.awt.headless;报错信息如下:解决方案:yum install fontconfig[root
2022-02-10 15:08:18 4649 2
原创 安装postgreSQL12.0出现错误提示 configure: error: readline library not found。
安装postgreSQL12.0出现错误提示 configure: error: readline library not found。报错信息如下:[root@localhost postgresql-12.0]# ./configure --prefix=/usr/local/pgsqlchecking build system type... x86_64-pc-linux-gnuchecking host system type... x86_64-pc-linux-gnuchecking
2022-02-09 17:40:02 2312
原创 安装postgreSQL12.0出现错误提示 configure: error: zlib library not found。
安装postgreSQL12.0出现错误提示 configure: error: zlib library not found。报错信息如下:[root@localhost postgresql-12.0]# ./configure --prefix=/usr/local/pgsqlchecking build system type... x86_64-pc-linux-gnuchecking host system type... x86_64-pc-linux-gnuchecking whi
2022-02-09 17:34:06 1429
原创 CentOS下安装jdk11
[root@localhost /]# unameLinux输入“cat /etc/redhat-release”命令查看centos系统的版本;[root@localhost /]# cat /etc/redhat-releaseCentOS Linux release 7.2.1511 (Core)输入“uname -a”命令可以查看内核版本等信息;[root@localhost /]# uname -aLinux localhost.localdomain 3.10.0-327.10
2022-02-09 15:56:55 5961
原创 Jenkins_手动上传插件
Jenkins插件下载地址:Index of /download/plugins (jenkins-ci.org)http://updates.jenkins-ci.org/download/plugins/选择需要的插件下载;上传插件:Manage Jenkins >> PluginManage1.高级2.上传插件付件3.点击提交...
2021-10-26 11:11:52 1004
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人