打赏
摘要: Golang Redis分布式锁 分布式锁实现 // 获取分布式锁 func (h *Handler) AcquireLock(cuuid string) error { // redis操作 redisClient := GetRedis() //连接Redis // 尝试多次加锁 for i : 阅读全文
posted @ 2021-03-04 18:36 苍山落暮 阅读(1028) 评论(0) 推荐(0)
摘要: Jekins与sonarqube集成 1.sonarqube质量管理 http://www.idevops.site/jenkins/pipelineintegrated/chapter04/ https://www.codenong.com/cs87706871/ 2.实现多分支管理 https: 阅读全文
posted @ 2021-03-04 09:07 苍山落暮 阅读(448) 评论(0) 推荐(0)