摘要:
总结 1、二分法 2、总体中的最值 bisecting k-means :在初始时将所有数据当成一个聚簇,然后递归地将最不紧凑的聚簇用2-means拆分为2个聚簇,直至满意 阅读全文
摘要:
GDB使用记录 | 孙勇峰的部落格 http://sunyongfeng.com/201506/programmer/tools/gdb.html GDB使用记录 发表于 2015-06-17 更新于 2019-04-17 分类于 programmer 评论数: 记录GDB使用过的方法。 简介 GD 阅读全文
摘要:
https://mp.weixin.qq.com/s/sGS-Kw18sDnGEMfQrbPbVw 内核futex的BUG导致程序hang死问题排查 原创: 王领先 58架构师 今天 近日,Hadoop的同学反映,新上的几台机器上的java程序出现hang死的现象,查看系统的message记录,发现 阅读全文
摘要:
小结 1、Consul 功能更丰富; 2、 暴露http接口避免暴露系统复杂性 The Consul clients expose a simple HTTP interface and avoid exposing the complexity of the system to clients i 阅读全文
摘要:
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 阅读全文
摘要:
print('arithmeticAverageSingleCompressionRatio:', sum(singleCompressionRatio)/len(singleCompressionRatio)) 阅读全文