01 2024 档案

摘要:摘自:https://www.cnblogs.com/lsepi/p/15963203.html Jenkins实现下拉框选择参数,联动显示不同的子参数 安装插件“Active Choices” Job选择参数化构建过程,添加一个“选项参数” 设置好选项名称和参数值 再添加一个参数“Active C 阅读全文
posted @ 2024-01-29 14:52 LiuYanYGZ 阅读(29) 评论(0) 推荐(0) 编辑
摘要:参考:https://blog.csdn.net/qq_50573146/article/details/125521902 1.安装Extended Choice Parameter插件 2.参数化构建过程中添加Extended Choice Paramete Multi-Level Single 阅读全文
posted @ 2024-01-29 13:59 LiuYanYGZ 阅读(942) 评论(1) 推荐(0) 编辑
摘要:摘自:https://blog.csdn.net/qq_40542534/article/details/111358539 1. 撤销已经add,但是没有commit的问题 git reset HEAD 2. 撤销已经commit,但是没有push到远端的文件(仅撤销commit 保留add操作) 阅读全文
posted @ 2024-01-26 10:11 LiuYanYGZ 阅读(573) 评论(0) 推荐(0) 编辑
摘要:摘自:https://www.jenkins.io/zh/download/ 摘自:https://pkg.jenkins.io/debian-stable/ Jenkins Debian Packages This is the Debian package repository of Jenki 阅读全文
posted @ 2024-01-26 10:04 LiuYanYGZ 阅读(160) 评论(0) 推荐(0) 编辑
摘要:摘自:百度文心一言 qemu-user-static是一个用于利用当前操作系统来运行其它架构的一个仿真器 要使Ubuntu上运行ARM64程序,需要进行以下操作: 安装QEMU模拟器:可以通过命令sudo apt-get install qemu-user-static来安装。这将为系统提供支持多种 阅读全文
posted @ 2024-01-25 16:54 LiuYanYGZ 阅读(272) 评论(0) 推荐(0) 编辑
摘要:摘自:https://www.cnblogs.com/zpzp/p/17135020.html 最新版本的Jenkins 修改 /etc/sysconfig/jenkins中的 JENKINS_USER=root不会再生效,需要按照以下配置进行操作 vim /usr/lib/systemd/syst 阅读全文
posted @ 2024-01-25 15:57 LiuYanYGZ 阅读(454) 评论(0) 推荐(0) 编辑
摘要:摘自:https://www.cnblogs.com/memory4young/p/git-command-auto-completion.html 下载 Git 的源代码 使用如下命令即可下载: git clone https://github.com/git/git 复制 git-complet 阅读全文
posted @ 2024-01-25 11:27 LiuYanYGZ 阅读(325) 评论(0) 推荐(0) 编辑
摘要:摘自:https://blog.csdn.net/Alex_81D/article/details/131512358 二、给root账户设置密码,并保证可成功登录1.设置root用户密码在桌面上使用快捷键Ctrl+Alt+T打开终端模拟器执行 sudo passwd root ,然后输入设置的密码 阅读全文
posted @ 2024-01-24 15:25 LiuYanYGZ 阅读(902) 评论(0) 推荐(0) 编辑
摘要:摘自:https://blog.csdn.net/yangj507/article/details/108083272 1、下载插件:Role-based Authorization Strategy,安装成功后,可以重启下 2、菜单查看 3、菜单简介 4、Manage Roles 设置 5、Ass 阅读全文
posted @ 2024-01-23 16:18 LiuYanYGZ 阅读(158) 评论(0) 推荐(0) 编辑
摘要:摘自:https://blog.csdn.net/weixin_39483925/article/details/84028704 自己云服务器的80和8080端口都已经被使用,只能被迫修改gitlab监听的端口 external_url 'http://172.17.30.23:8077' # 这 阅读全文
posted @ 2024-01-23 16:07 LiuYanYGZ 阅读(85) 评论(0) 推荐(0) 编辑
摘要:摘自:https://blog.csdn.net/m0_63230155/article/details/131952266 摘自:https://blog.csdn.net/weixin_45897172/article/details/131397829 Ubuntu安装配置Gitlab详细步骤 阅读全文
posted @ 2024-01-23 10:32 LiuYanYGZ 阅读(1414) 评论(0) 推荐(0) 编辑
摘要:摘自:https://www.python100.com/html/113068.html 一、perf概述 perf是一个Linux性能监测工具,它是在内核中实现的,可以对CPU、缓存、内存、IO等进行性能分析。在perf的掌握下,可以更深刻地了解应用程序或操作系统内部运行的情况,进而优化性能,提 阅读全文
posted @ 2024-01-04 11:36 LiuYanYGZ 阅读(1805) 评论(0) 推荐(0) 编辑