摘要: https://studygolang.com/articles/13997 //一致性哈希package hashimport ( "fmt" "hash/crc32" "sort" "sync")const VirtualNodesFactor = 256... 阅读全文
posted @ 2019-03-25 17:57 byfei 阅读(43) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/zihunqingxin/p/4755168.html https://blog.csdn.net/busai2/article/details/82503699 https://www.jb51.net/art... 阅读全文
posted @ 2019-03-25 17:42 byfei 阅读(66) 评论(0) 推荐(0) 编辑
摘要: https://www.jianshu.com/p/5b0b36f398a2 https://studygolang.com/articles/10167 func (self *Observe) start() { if self == nil || sel... 阅读全文
posted @ 2019-03-25 17:20 byfei 阅读(45) 评论(0) 推荐(0) 编辑
摘要: http://www.runoob.com/go/go-select-statement.html https://studygolang.com/articles/11186 func (self *Observe) start() { if self ==... 阅读全文
posted @ 2019-03-25 17:11 byfei 阅读(49) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/butterfly5211314/article/details/81842519 func (self *Observe) Over() { if self == nil || self.roomid <= 0 {... 阅读全文
posted @ 2019-03-25 17:03 byfei 阅读(57) 评论(0) 推荐(0) 编辑
摘要: https://studygolang.com/articles/3557 func (self *Observe) Frame(frameIdx int, frames map[int]*PVPFrame) { if self == nil || self.... 阅读全文
posted @ 2019-03-25 16:52 byfei 阅读(55) 评论(0) 推荐(0) 编辑
摘要: http://c.biancheng.net/view/34.html 阅读全文
posted @ 2019-03-25 16:36 byfei 阅读(26) 评论(0) 推荐(0) 编辑
摘要: https://baijiahao.baidu.com/s?id=1595292420641966263&wfr=spider&for=pc 阅读全文
posted @ 2019-03-25 15:51 byfei 阅读(37) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/clever101/article/details/50349909 阅读全文
posted @ 2019-03-25 13:06 byfei 阅读(32) 评论(0) 推荐(0) 编辑