凉城旧巷
Python从入门到自闭,Java从自闭到放弃,数据库从删库到跑路,Linux从rm -rf到完犊子!!!
05 2023 档案
Git冲突分析及解决
摘要:Git冲突分析及解决 一、git pull时冲突 解决完冲突以后,原来的一个commit,会变成两个,解决冲突的过程也会被提交为一个commit 1、git pull在commit后执行 1)情景 git branch # * b_b # master git add b.txt git commi 阅读全文
posted @ 2023-05-19 09:33 凉城旧巷 阅读(942) 评论(0) 推荐(0) 编辑
Jenkins(六)——Jenkins配置jenkins返回构建状态到Gitlab
摘要:Jenkins配置jenkins返回构建状态到Gitlab 该实验基于Jenkins+gitlab自动构建的实验配置:https://www.cnblogs.com/linagcheng/p/17402174.html 一、环境搭建 以下环境配置请参考博文:https://www.cnblogs.c 阅读全文
posted @ 2023-05-15 17:04 凉城旧巷 阅读(420) 评论(0) 推荐(0) 编辑
Jenkins(五)——Jenkins配置Gitlab自动触发构建
摘要:Jenkins配置Gitlab自动触发构建 一、插件安装 Jenkins插件清华镜像:https://mirrors.tuna.tsinghua.edu.cn/jenkins/plugins/ gitlab-plugin.hpi git.hpi 二、Git配置 我这里使用ssh key,不使用use 阅读全文
posted @ 2023-05-15 15:57 凉城旧巷 阅读(5006) 评论(1) 推荐(0) 编辑
git修复指定tag的bug
摘要:git修复指定tag的bug 一、情景 当前发现V1.0有bug,需要紧急修复。 二、修复案例 1、查看标签对应的commit_id git tag git show V1.0 2、版本回滚 将主分支回滚到对应commit_id的版本 git reset --hard 11e251 3、新建fix分 阅读全文
posted @ 2023-05-12 15:16 凉城旧巷 阅读(455) 评论(0) 推荐(0) 编辑
Linux Centos7内核升级
摘要:Linux Centos7内核升级 现在主流的centos应该都是centos7了,从centos7.2开始,内核版本为3.10,越往后内核版本越高。高版本的内核修复了许多的低版本内核的bug,因此,系统是需要提高内核版本的,从而提高安全性,稳定性,并增加更多的功能。 Linux是支持多版本内核共存 阅读全文
posted @ 2023-05-05 13:27 凉城旧巷 阅读(1549) 评论(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

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