_msearch批量搜索

Posted by 夏泽民

#指定index // 查询 POST /my_test1/my_doc/_msearch {} {“query”:{“match_all”:{}}} {} {“query”:{“match”:{“name”:”张三”}}}



Prometheus

Posted by 夏泽民

Histogram 由 _bucket{le=""},

_bucket{le="+Inf"}, _sum,_count组成, 例如 Prometheus server中prometheus_local_storage_series_chunks_persisted, 表示 Prometheus 中每个时序需要存储的 chunks 数量,我们可以用它计算待持久化的数据的分位数。


DFA 敏感词过滤系统

Posted by 夏泽民

相关项目 https://github.com/fwwdn/sensitive-stop-words https://github.com/antlinker/go-dirtyfilter https://github.com/importcjj/sensitive https://github.com/syyongx/go-wordsfilter https://github.com/871041532/ZMatchForLua https://github.com/houbb/sensitive-word https://github.com/elulis/sensitive-words https://github.com/lsj575/wordfilter https://github.com/zoooozz/filter-service https://gitee.com/jshzhj/associate https://github.com/miraclesu/keywords-filter https://github.com/smartwalle/sx https://github.com/syyongx/go-wordsfilter https://github.com/killtw/lemonade https://giters.com/topics/sensitive-word-filter https://git.pandolar.top/pyloque/fastscan https://github.com/toolgood/ToolGood.Words https://github.com/NitroRCr/Words-away https://github.com/observerss/textfilter



webpack vue

Posted by 夏泽民

webpack是一款模块加载器兼打包工具,把JS、样式,图片都作为模块来使用和处理。项目下有个配置文件webpack.config.js,用来告诉webpack需要做什么,本项目的webpack.config.js文件内容如下:



reflect 修改map slice struct

Posted by 夏泽民

#反射操作切片 通过 反射 修改 切片 的值,分为两种情况,第一种是整体修改整个切片的值,第二种是单独修改切片的某个索引处的值。



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