随笔 - 133  文章 - 0  评论 - 0  阅读 - 37548
07 2023 档案
jenkins流水线
摘要:![](https://img2023.cnblogs.com/blog/1688655/202307/1688655-20230725175546610-1232812130.png) ![](https://img2023.cnblogs.com/blog/1688655/202307/1688 阅读全文
posted @ 2023-07-26 11:43 sprr 阅读(23) 评论(0) 推荐(0) 编辑
jenkins部署diango
摘要:### 手动部署Django ![](https://img2023.cnblogs.com/blog/1688655/202307/1688655-20230720172828323-260567760.png) 使用命令创建django项目 ``` [root@localhost nginx]# 阅读全文
posted @ 2023-07-20 18:18 sprr 阅读(23) 评论(0) 推荐(0) 编辑
jenkins部署静态网站
摘要:### 自动化部署静态站点 ![](https://img2023.cnblogs.com/blog/1688655/202307/1688655-20230719164253272-331848328.png) ![](https://img2023.cnblogs.com/blog/168865 阅读全文
posted @ 2023-07-19 18:27 sprr 阅读(81) 评论(0) 推荐(0) 编辑
jenkins结合gitlab
摘要:### jenkins创建job 命中最好是有意义的 ### jenkins连接gitlab ![](https://img2023.cnblogs.com/blog/1688655/202307/1688655-20230719104140381-6134568.png) ![](https:// 阅读全文
posted @ 2023-07-19 10:42 sprr 阅读(24) 评论(0) 推荐(0) 编辑
jenkins配置文件
摘要:[root@localhost ~]# rpm -ql jenkins /etc/init.d/jenkins /etc/logrotate.d/jenkins /etc/sysconfig/jenkins /usr/bin/jenkins /usr/lib/systemd/system/jenki 阅读全文
posted @ 2023-07-18 17:36 sprr 阅读(244) 评论(0) 推荐(0) 编辑
jenkins启动卡住超时
摘要:Jenkins 启动时一直卡住超时 没有报错信息 ``` yum -y install fontconfig fc-cache --force ``` 执行以上2个命令后 在重启试试 阅读全文
posted @ 2023-07-18 15:58 sprr 阅读(291) 评论(0) 推荐(0) 编辑
Jnekins 安装
摘要:### Jnekins 安装 ![](https://img2023.cnblogs.com/blog/1688655/202307/1688655-20230717175237208-1729650286.png) ![](https://img2023.cnblogs.com/blog/1688 阅读全文
posted @ 2023-07-17 18:16 sprr 阅读(16) 评论(0) 推荐(0) 编辑
gitlab 权限管理
摘要:### gitlab用户管理 用户,组,仓库的关系 ### 创建gitlab组 group统一管理仓库和用户,project,user 实现组,对用户和项目的权限管理 ### 创建项目 project就是用于管理代码的一个区域 在gitlab创建project 把linux上的代码通过apt管理,然 阅读全文
posted @ 2023-07-17 10:58 sprr 阅读(90) 评论(0) 推荐(0) 编辑
gitlab
摘要:### gitlab ![](https://img2023.cnblogs.com/blog/1688655/202307/1688655-20230713144907648-1347713089.png) ### 安装搭建 ![](https://img2023.cnblogs.com/blog 阅读全文
posted @ 2023-07-13 16:12 sprr 阅读(6) 评论(0) 推荐(0) 编辑
硬盘扩容
摘要:### growpart工具 输入指令yum install -y cloud-utils-growpart下载growpart工具,等待安装 ![](https://img2023.cnblogs.com/blog/1688655/202307/1688655-20230712153416940- 阅读全文
posted @ 2023-07-12 15:36 sprr 阅读(127) 评论(0) 推荐(0) 编辑
代码仓库
摘要:![](https://img2023.cnblogs.com/blog/1688655/202307/1688655-20230711171854259-259772692.png) ``` mkdir zz cd zz git init touch README.md git add READM 阅读全文
posted @ 2023-07-11 17:34 sprr 阅读(4) 评论(0) 推荐(0) 编辑
git 标签
摘要:### git标签 ![](https://img2023.cnblogs.com/blog/1688655/202307/1688655-20230711143149454-1602241775.png) ![](https://img2023.cnblogs.com/blog/1688655/2 阅读全文
posted @ 2023-07-11 15:00 sprr 阅读(3) 评论(0) 推荐(0) 编辑
git stash临时空间 git分支
摘要:### git stash ![](https://img2023.cnblogs.com/blog/1688655/202307/1688655-20230710175616728-1493654912.png) git stash就是把暂存区还未提交的内容,临时存放在一个区域,便于后面使用 ## 阅读全文
posted @ 2023-07-10 17:35 sprr 阅读(23) 评论(0) 推荐(0) 编辑
pycharm破解
摘要:支持2021.2-2023版本破解 **注意激活成功后文件不要删除,不要改名,不要移动,路径文件夹不能有中文和中文符号(包含上级)** **不要放下载目录,不要放桌面** 破解文件 https://pan.baidu.com/s/1DTXR9PWDorfBd7ihADv2eg?pwd=zntk ![ 阅读全文
posted @ 2023-07-06 22:46 sprr 阅读(104) 评论(0) 推荐(0) 编辑
git生命周期
摘要:### git工作区的概念 ![](https://img2023.cnblogs.com/blog/1688655/202307/1688655-20230706110852660-117848863.png) ![](https://img2023.cnblogs.com/blog/168865 阅读全文
posted @ 2023-07-06 11:18 sprr 阅读(12) 评论(0) 推荐(0) 编辑
Git
摘要:### 安装 yum apt-get ### 修改环境变量,定制git环境 ![](https://img2023.cnblogs.com/blog/1688655/202307/1688655-20230705165959101-1373213300.png) ### 用户git信息配置 ![]( 阅读全文
posted @ 2023-07-05 16:57 sprr 阅读(7) 评论(0) 推荐(0) 编辑
jumpserver概念
摘要:![](https://img2023.cnblogs.com/blog/1688655/202307/1688655-20230705104134618-1051518916.png) ![](https://img2023.cnblogs.com/blog/1688655/202307/1688 阅读全文
posted @ 2023-07-05 10:48 sprr 阅读(4) 评论(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

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