02 2022 档案

摘要:Gitlab 官方文档以及参考资料 复制的官方GitLab 文档 参考资料 https://www.cnblogs.com/cjsblog/p/12256843.html https://www.cnblogs.com/schblog/tag/devOps%E6%B5%81%E7%A8%8B/ ht 阅读全文
posted @ 2022-02-27 20:49 michaelchengjl 阅读(455) 评论(0) 推荐(0) 编辑
摘要:devops-Gitlab-CI-CD 1. docker安装部署gitlab 2. GitLab Runner 3. GitLab Runner执行流程 runner-execution-flow 4. GitLab CI/CD Pipeline与jobs的概念 5. GitLab Runner 阅读全文
posted @ 2022-02-26 22:20 michaelchengjl 阅读(353) 评论(0) 推荐(0) 编辑
摘要:Python 如何将字符串转为字典 在工作中遇到一个小问题,需要将一个 python 的字符串转为字典,比如字符串: user_info = '{"name" : "json" , "gender": "male", "age": 28}' 我们想把它转为下面的字典: user_info = {"n 阅读全文
posted @ 2022-02-15 20:05 michaelchengjl 阅读(572) 评论(0) 推荐(1) 编辑