golang 和php float 计算结果不一致的坑

Posted by 夏泽民

php > $f=(93.000-20.0000)/(140.0-20.0); php > php > var_dump($f300.0,(93.0-20.0)/(140.0-20.0)300.0,$f); float(182.5) float(182.5) float(0.60833333333333)



echarts

Posted by 夏泽民

https://github.com/go-echarts/go-echarts 在 Golang 这门语言中,目前数据可视化的第三方库还是特别少,go-echarts 的开发就是为了填补这部分的空隙。Echarts 是百度开源的非常优秀的可视化图表库,凭借着良好的交互性,精巧的图表设计,得到了众多开发者的认可。也有其他语言为其实现了相应语言版本的接口,如 Python 的 pyecharts,go-echarts 也是借鉴了 pyecharts 的一些设计思想。



levenshtein

Posted by 夏泽民

python_Levenshtein 该包中的几个计算字串相似度的几个函数实现。



go json 实践中遇到的坑

Posted by 夏泽民

在使用 go 语言开发过程中,经常需要使用到 json 包来进行 json 和 struct 的互相转换,在使用过程中,遇到了一些需要额外注意的地方,记录如下。



pull

Posted by 夏泽民

作为一个messaging system,Kafka遵循了传统的方式,选择由producer向broker push消息并由consumer从broker pull消息。一些logging-centric system,比如Facebook的Scribe和Cloudera的Flume,采用非常不同的push模式。事实上,push模式和pull模式各有优劣。



Search

Popular posts

Anything in here will be replaced on browsers that support the canvas element

Recent posts

This blog is maintained by 夏泽民

Get in touch with me at 465474307@qq.com

Subscribe to our mailing list

* indicates required