摘要: 堆,应用实例如Java JDK中的DelayQueue、Go内置的定时器等。 阅读全文
posted @ 2021-03-31 23:38 papering 阅读(84) 评论(0) 推荐(0)
摘要: 快速实现一个分布式定时器 原创 ruoyuliu 腾讯技术工程 2021-03-26 https://mp.weixin.qq.com/s/ggPftQm2ewGOJwlRDQGgDQ 阅读全文
posted @ 2021-03-31 23:35 papering 阅读(141) 评论(0) 推荐(0)
摘要: 实践: 1、 type T struct { A string B []string C bool D map[string]string E map[string][]string } t1 := T{"a1", []string{"s1"}, true, map[string]string{"m 阅读全文
posted @ 2021-03-31 22:58 papering 阅读(56) 评论(0) 推荐(0)
摘要: UPDATE role SET ReserveRoleType=IF(ReserveRoleType=2,1,2) WHERE 1; 阅读全文
posted @ 2021-03-31 17:26 papering 阅读(89) 评论(0) 推荐(0)
摘要: order by 1 DESC 2 desc 阅读全文
posted @ 2021-03-31 16:21 papering 阅读(216) 评论(0) 推荐(0)
摘要: 信息传递漏斗效应 阅读全文
posted @ 2021-03-31 00:42 papering 阅读(298) 评论(0) 推荐(0)
摘要: KANO 模型 阅读全文
posted @ 2021-03-31 00:40 papering 阅读(63) 评论(0) 推荐(0)
摘要: http://www.woshipm.com/pmd/796495.html 阅读全文
posted @ 2021-03-31 00:05 papering 阅读(66) 评论(0) 推荐(0)