摘要:
查看全部运行的服务 systemctl list-units --type=service --state=running 关闭开机自启的服务 sudo systemctl disable orthanc.service sudo systemctl disable orthanc.service 阅读全文
摘要:
失败条件 已存在获取失败 超时任务超时失败 代码 import redis_lock try: lock_key = "xxxx" with redis_lock.Lock(redis_client, lock_key, expire=10): # do something db_session.c 阅读全文
摘要:
回退到需要删除的位置 git reset --hard 09ee2edf9fcef3d79391f98ce62b3428e120ce46 强制推送 git push origin rimag --force 阅读全文