摘要:
原文来源:https://stackoverflow.com/questions/2136556/in python how do i split a string and keep the separators 问: 下面是最简单的解释:我是这么用的 但是我想要的是下面这样的 因为我想将一个字符串 阅读全文
摘要:
场景回忆: 本地修改需要退回到之前的版本,打算强制push本地版本覆盖远程版本,但是在git push force后出现了以下的错误: Fix GitLab error: “you are not allowed to push code to protected branches on this 阅读全文
摘要:
原文来源:https://stackoverflow.com/questions/2136556/in python how do i split a string and keep the separators 这是解释这个问题的最简单方法。这是我正在使用的: 这就是我想要的: 原因是我想将一个字 阅读全文
摘要:
原文来源:https://stackoverflow.com/questions/5586383/how to diff one file to an arbitrary version in git 问:我如何比较一个文件,比方说名称是 pom.xml,比较主分支上的该文件与过去任意版本上的该文件 阅读全文
摘要:
写了一个脚本读取docker日志,发生报错:Got permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock 有不少方法, 1、用sudo执行脚本 2、将用 阅读全文