1
头图
阅读目录——更新ing

一、elasticsearch

名称链接
Composite aggregation ORDER BY__https__discuss.elastic.co/t/composite-aggregation-order-by/139563
Data node constantly dropping out of the cluster__https__discuss.elastic.co/t/data-node-constantly-dropping-out-of-the-cluster/194216/6
你看懂 Elasticsearch Log 中的 GC 日志了吗?__https__segmentfault.com/a/1190000016494488
ElasticSearch gc overhead__https__www.jianshu.com/p/ec8d0cd6a67f
ES 7.3 - restarting data node doesn’t rejoin cluster__https__discuss.elastic.co/t/es-7-3-restarting-data-node-doesnt-rejoin-cluster/256286
移除了elasticsearch的节点,如何安全的加进去__https__elasticsearch.cn/question/7687
百分位数的概念及计算__http__blog.sina.com.cn/s/blog_4a082449010180bo.html
ElasticSearch 429 Too Many Requests circuit_breaking_exception__https__segmentfault.com/a/1190000022568882
elasticsearch处理队列怎么修改呢,发现队列满了,然后数据写不进去该怎么办__https__elasticsearch.cn/question/4149
如何解决 Amazon Elasticsearch Service 中的搜索或写入被拒绝问题?__https__aws.amazon.com/cn/premiumsupport/knowledge-center/resolve-429-error-es/
All About Analyzers, Part One__https__www.elastic.co/cn/blog/found-text-analysis-part-1
ElasticStack系列之七 & IK自动热更新原理与实现__https__www.cnblogs.com/liang1101/p/7282744.html
elasticsearch的ik分词器实现词库热更新的三种方案__https__blog.csdn.net/qq_40592041/article/details/107856588
ES Aggs根据聚合的结果(数值)进行过滤__https__elasticsearch.cn/article/13501
干货通透理解Elasticsearch聚合__https__blog.csdn.net/laoyang360/article/details/82932516
触类旁通Elasticsearch:聚合__https__cloud.tencent.com/developer/article/1433042
谁再问elasticsearch集群Red怎么办?把这篇笔记给他__https__segmentfault.com/a/1190000021520174
彻底解决 es 的 unassigned shards 症状__https__toutiao.io/posts/na8zgp/preview
accessing fields returned from top hits aggregation__https__github.com/elastic/elasticsearch/issues/17355
Elasticsearch中一个索引文档里最多可以有多少个字段__https__elasticsearch.cn/question/8204
Is it okay to set field mapping limit in elastic to 50k?__https__stackoverflow.com/questions/64693941/is-it-okay-to-set-field-mapping-limit-in-elastic-to-50k
Elasticsearch:flattened 数据类型 (7.3 发行版新功能)__https__blog.csdn.net/UbuntuTouch/article/details/103713730
分片分配__https__www.processon.com/view/link/5f43b268e401fd5f24852544
How to monitor Elasticsearch performance__https__www.datadoghq.com/blog/monitor-elasticsearch-performance-metrics/
Preference words close together in ElasticSearch / Lucene?__https__stackoverflow.com/questions/31311687/preference-words-close-together-in-elasticsearch-lucene
Scoring by term position in ElasticSearch?__https__stackoverflow.com/questions/27538766/scoring-by-term-position-in-elasticsearch
Elasticsearch:管理 Elasticsearch 内存并进行故障排除__https__elasticstack.blog.csdn.net/article/details/116974695
Elasticsearch数据更新全方位解析__https__cloud.tencent.com/developer/article/1348591
Impact of frequent updates in elasticsearch__https__stackoverflow.com/questions/61321545/impact-of-frequent-updates-in-elasticsearch
Tuning for high update and delete rate__https__discuss.elastic.co/t/tuning-for-high-update-and-delete-rate/14079
How to Change Elastic Search Index Mapping Without Losing Data__https__hamidmosalla.com/2021/01/30/how-to-change-elastic-search-index-mapping-without-losing-data/
7.7 版本中的新改进:显著降低 Elasticsearch 堆内存使用量__https__www.elastic.co/cn/blog/significantly-decrease-your-elasticsearch-heap-memory-usage
腾讯万亿级 Elasticsearch 内存效率提升解密__https__cloud.tencent.com/developer/article/1636527
我在 Elasticsearch 集群内应该设置多少个分片?__https__www.elastic.co/cn/blog/how-many-shards-should-i-have-in-my-elasticsearch-cluster
Elasticsearch分页查询From&Size vs scroll vs search_after__https__blog.csdn.net/ZYC88888/article/details/81938202
Elasticsearch 5.x 字段折叠的使用__https__elasticsearch.cn/article/132
How to write scripts__https__www.elastic.co/guide/en/elasticsearch/reference/master/modules-scripting-using.html
时间序列数据库(TSDB)初识与选择(InfluxDB、OpenTSDB、Druid、Elasticsearch对比)__https__www.cnblogs.com/dhcn/p/12974931.html
Index management error: “Index is not the write index for alias”__https__discuss.elastic.co/t/index-management-error-index-is-not-the-write-index-for-alias/180894
mimacom blog__https__blog.mimacom.com/tag/elastic-stack/
Elasticsearch中的索引无法插入新的数据,但是可以读取数据和删除数据的解决办法——read_only_allow_delete__https__blog.csdn.net/weixin_45566249/article/details/108624255
Large aggregate (too_many_buckets_exception)__https__discuss.elastic.co/t/large-aggregate-too-many-buckets-exception/189091/17
Elasticsearch 高基数聚合性能提升3倍,改动了什么?__https__cloud.tencent.com/developer/article/1769165
使用向量字段进行文本相似度搜索__https__www.elastic.co/cn/blog/text-similarity-search-with-vectors-in-elasticsearch
Error using influx client with -type 'flux'__https__github.com/influxdata/influxdb/issues/17768

二、emacs/git

名称链接
Hideshow__https__writequit.org/denver-emacs/presentations/2017-11-02-hidden-gems.html
How to turn off bracketed paste mode?__https__emacs.stackexchange.com/questions/28851/how-to-turn-off-bracketed-paste-mode
用Emacs优雅的抒写markdown__http__noclyt.com/2015/02/01/markdown-emacs-pandoc/
Emacs: Regex Tutorial__http__ergoemacs.org/emacs/emacs_regex.html
xclip__https__elpa.gnu.org/packages/xclip.html
Spacemacs 和 Org-mode 和 LaTeX__https__blog.poi.cat/post/spacemacs-plus-org-mode-plus-latex
Git恢复之前版本的两种方法reset、revert(图文详解)__https__blog.csdn.net/yxlshk/article/details/79944535
Git 分支 - 变基__https__git-scm.com/book/zh/v2/Git-%E5%88%86%E6%94%AF-%E5%8F%98%E5%9F%BA
神器:EMACS GIF屏幕录制__http__blog.3vyd.com/blog/posts-output/2019-12-15-emacs-gif/
Emacs Mini Manual (PART 1) - THE BASICS__http__tuhdo.github.io/emacs-tutor.html
Magit 使用技巧__https__devbins.github.io/post/magit/
Git Reset 三种模式__https__www.jianshu.com/p/c2ec5f06cf1a
A Heap of Trouble: Managing Elasticsearch's Managed Heap__https__www.elastic.co/cn/blog/a-heap-of-trouble
Managing a Python development environment in Emacs__https__medium.com/analytics-vidhya/managing-a-python-development-environment-in-emacs-43897fd48c6a
go-mode缩进怎么改 找不到变量__https__emacs-china.org/t/go-mode/9767
Java Programming in Emacs__https__github.com/neppramod/java_emacs/blob/master/emacs-configuration.org
Emacs as C++ IDE__https__syamajala.github.io/c-ide.html
All you need to know about Git Merge vs Git Rebase in Examples__https__medium.com/litslink/git-merge-vs-rebase-in-examples-all-you-need-to-know-1a2b97b2a642#id_token=eyJhbGciOiJSUzI1NiIsImtpZCI6IjFiZjhhODRkM2VjZDc3ZTlmMmFkNWYwNmZmZDI2MDcwMWRkMDZkOTAiLCJ0eXAiOiJKV1QifQ.eyJpc3MiOiJodHRwczovL2FjY291bnRzLmdvb2dsZS5jb20iLCJuYmYiOjE2MjYxNjQ0ODMsImF1ZCI6IjIxNjI5NjAzNTgzNC1rMWs2cWUwNjBzMnRwMmEyamFtNGxqZGNtczAwc3R0Zy5hcHBzLmdvb2dsZXVzZXJjb250ZW50LmNvbSIsInN1YiI6IjEwMDM1MjMxNjc5NTczMjQ0MDgyNyIsImVtYWlsIjoieXoxNTk1MTYwNjMzNUBnbWFpbC5jb20iLCJlbWFpbF92ZXJpZmllZCI6dHJ1ZSwiYXpwIjoiMjE2Mjk2MDM1ODM0LWsxazZxZTA2MHMydHAyYTJqYW00bGpkY21zMDBzdHRnLmFwcHMuZ29vZ2xldXNlcmNvbnRlbnQuY29tIiwibmFtZSI6IkZ1IEt1YSIsInBpY3R1cmUiOiJodHRwczovL2xoMy5nb29nbGV1c2VyY29udGVudC5jb20vYS0vQU9oMTRHaW1CMUJRY3A1YkQ5ZUxUblpoT3R3djIxU3ItWlVadm9tN3NULXI9czk2LWMiLCJnaXZlbl9uYW1lIjoiRnUiLCJmYW1pbHlfbmFtZSI6Ikt1YSIsImlhdCI6MTYyNjE2NDc4MywiZXhwIjoxNjI2MTY4MzgzLCJqdGkiOiI2NWZmMTAwNDdjZDAzOTA5ZWI4ZDc3MzNmMWI0MGE2ZTFhNmQ5MDEyIn0.MM1sgX6_3qp0aeh9Xj8l4pEgVP_BsMJWTTXpRz0_e4q6ghRrW85D9cotMMTRh2oqvsawagaNQ601VDQh07DZAOVFXerA4bR_rOkOseFKHpOrPfhTKMotrFgCaTSuluwbwOXAXiUV5D0qnC5cy3cpcOWrbzHdZnXpV9vNPoM0VLTUwQOai1DaCum5fl08ExxZoBJGUXeM3RisUF5WSVz6rVcJa7sYFlTmdzEqiFgZgYI1UakWw5sw9SOKw4wcdk9NNbjq4uTFOgsuqDetuaCPgfiTYYQt6JVwuwn2Rm9C2JyLKFk0xOmd_SYtsQj3MHqUuXEc6WLUdRgYOLtowxWQnA
Become a git guru__https__www.atlassian.com/git/tutorials
用 GitLab CI 进行持续集成__https__scarletsky.github.io/2016/07/29/use-gitlab-ci-for-continuous-integration/

三、linux/ 编译原理 / 安全

名称链接
向前兼容与向后兼容__https__zhuanlan.zhihu.com/p/28195702
GNU Bison - The Yacc-compatible Parser Generator__https__www.gnu.org/software/bison/manual/
Flex & Bison__https__assignments.lrde.epita.fr/tools/flex.html
Lexical Analysis With Flex, for Flex 2.6.2__https__westes.github.io/flex/manual/
Programming with GNU Software__https__www.lrde.epita.fr/~tiger/doc/gnuprog2/
Lex & Yacc__https__www.epaperpress.com/lexandyacc/index.html
Error executing query: parse error at char 31: unknown escape sequence U+0020 ' '__https__github.com/prometheus/prometheus/issues/3010
Homebrew install package with a particular version__https__stackoverflow.com/questions/41800136/homebrew-install-package-with-a-particular-version/41801911
Homebrew 常用命令__https__www.cnblogs.com/xiao-xue-di/p/10172138.html
Resources for Amateur Compiler Writers__https__c9x.me/compile/bib/
理解虚拟内存__https__www.oschina.net/translate/understanding-virtual-memory?print
Linux下grep显示前后几行信息__https__www.cnblogs.com/mfryf/p/3336288.html
开源安全项目清单__https__github.com/Bypass007/Safety-Project-Collection
macOS Mojave(10.14.2)配置OpenVPN软件Tunnelblick 3.7.8(客户端)__https__www.mobibrw.com/2019/16610

四、算法

名称链接
Raft Understandable Distributed Consensus__http__thesecretlivesofdata.com/raft/

五、golang/ python / 消息引擎

名称链接
Go goroutine理解__https__segmentfault.com/a/1190000018150987
NSQ消息Inflight机制__https__swanspouse.github.io/2018/12/10/nsq-message-in-flight/
浅析 Redis 分布式锁解决方案__https__www.infoq.cn/article/dvaaj71f4fbqsxmgvdce
Go:分布式锁实现原理与最佳实践__https__mp.weixin.qq.com/s/lrSQBK-Kihkj6994kQFpUQ#at
Practical Go Lessons__https__www.practical-go-lessons.com/
Python Debugging With Pdb__https__realpython.com/python-debugging-pdb/
Writing An Hadoop MapReduce Program In Python__https__www.michael-noll.com/tutorials/writing-an-hadoop-mapreduce-program-in-python/
Difference between a Structure and a Union__https__stackoverflow.com/questions/346536/difference-between-a-structure-and-a-union

一曲广陵散
76 声望21 粉丝

柴米油盐酱醋茶


引用和评论

1 篇内容引用
0 条评论