上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 95 下一页
摘要: https://my.oschina.net/RabbitXiao/blog/1787789 自定义配置文件添加在文件最后 supervisord.conf[include]files = /etc/supervisor/conf.d/*.conf ... 阅读全文
posted @ 2019-04-03 18:05 byfei 阅读(56) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/msnsj/p/4242578.html 阅读全文
posted @ 2019-04-03 16:31 byfei 阅读(29) 评论(0) 推荐(0) 编辑
摘要: 安装wget http://download.redis.io/releases/redis-3.0.7.tar.gztar xzf redis-3.0.7.tar.gzcd redis-3.0.7make整理mkdir /usr/rediscd srccp ... 阅读全文
posted @ 2019-04-03 10:13 byfei 阅读(40) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/alvine008/article/details/51283032 阅读全文
posted @ 2019-03-28 15:01 byfei 阅读(26) 评论(0) 推荐(0) 编辑
摘要: 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) 编辑
上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 95 下一页