07 2023 档案
摘要:概念 https://zhuanlan.zhihu.com/p/92920381 树状数组(Binary Indexed Tree, 又Fenwick Tree)其实并不是一棵树,只是对数组各元素进行逻辑上的划分。根据维基百科,树状数组是一种用于高效计算数列前缀和的数据结构,它可以以O(logn)的
阅读全文
摘要:openldap https://github.com/osixia/docker-openldap/tree/master Run OpenLDAP docker image: docker run --name my-openldap-container --detach osixia/open
阅读全文
摘要:Environment variables precedence https://docs.docker.com/compose/environment-variables/envvars-precedence/ The order of precedence (highest to lowest)
阅读全文
摘要:Is Docker-Compose Suited For Production? https://vsupalov.com/docker-compose-production/ Hidden Assumptions Production means different things to diffe
阅读全文
摘要:Running Docker Containers as Non-Root User https://www.geeksforgeeks.org/running-docker-containers-as-non-root-user/ By default, Docker Containers run
阅读全文
摘要:SIGHUP https://www.gnu.org/software/libc/manual/html_node/Termination-Signals.html hang up容易让人联想到进程挂起, 实际上这个挂起,是终端挂起。 Macro: int SIGHUP The SIGHUP (“h
阅读全文
摘要:prometheus https://prometheus.io/ 为云监控而生 From metrics to insightPower your metrics and alerting with the leadingopen-source monitoring solution. Prome
阅读全文
摘要:LDAP federation 官网 https://www.keycloak.org/docs/latest/server_admin/#_ldap Keycloak includes an LDAP/AD provider. You can federate multiple different
阅读全文