摘要: 总结 1、二分法 2、总体中的最值 bisecting k-means :在初始时将所有数据当成一个聚簇,然后递归地将最不紧凑的聚簇用2-means拆分为2个聚簇,直至满意 阅读全文
posted @ 2019-01-14 23:33 papering 阅读(265) 评论(0) 推荐(0) 编辑
摘要: GDB使用记录 | 孙勇峰的部落格 http://sunyongfeng.com/201506/programmer/tools/gdb.html GDB使用记录 发表于 2015-06-17 更新于 2019-04-17 分类于 programmer 评论数: 记录GDB使用过的方法。 简介 GD 阅读全文
posted @ 2019-01-14 23:13 papering 阅读(320) 评论(0) 推荐(0) 编辑
摘要: https://mp.weixin.qq.com/s/sGS-Kw18sDnGEMfQrbPbVw 内核futex的BUG导致程序hang死问题排查 原创: 王领先 58架构师 今天 近日,Hadoop的同学反映,新上的几台机器上的java程序出现hang死的现象,查看系统的message记录,发现 阅读全文
posted @ 2019-01-14 23:05 papering 阅读(10441) 评论(0) 推荐(1) 编辑
摘要: 小结 1、Consul 功能更丰富; 2、 暴露http接口避免暴露系统复杂性 The Consul clients expose a simple HTTP interface and avoid exposing the complexity of the system to clients i 阅读全文
posted @ 2019-01-14 19:47 papering 阅读(279) 评论(0) 推荐(0) 编辑
摘要: A circular reference is a series of references where the last object references the first, resulting in a closed loop. Circular reference (in red) Cir 阅读全文
posted @ 2019-01-14 16:02 papering 阅读(381) 评论(0) 推荐(0) 编辑
摘要: print('arithmeticAverageSingleCompressionRatio:', sum(singleCompressionRatio)/len(singleCompressionRatio)) 阅读全文
posted @ 2019-01-14 11:42 papering 阅读(176) 评论(0) 推荐(0) 编辑