01 2022 档案
摘要:考虑实现:使用ffmpeg 先来抓取频率波形,先使用12平均律来对照。 引用自知乎:https://zhuanlan.zhihu.com/p/140709959
阅读全文
摘要:https://yamaha5kids.com/%E3%83%A4%E3%83%9E%E3%83%8F%E3%81%AB%E9%80%9A%E3%81%86%E3%81%A8%E5%87%BA%E6%9D%A5%E3%82%8B%E3%82%88%E3%81%86%E3%81%AB%E3%81%AA
阅读全文
摘要:一段代码-累计 Map<String, Long> idCountMap2 = new HashMap<>(); idCountMap2.put("1", 10L); idCountMap2.put("2", 12L); entries.addAll(idCountMap.entrySet());
阅读全文
摘要:文档: https://kubernetes.io/zh/docs/reference/access-authn-authz/certificate-signing-requests/
阅读全文
摘要:https://docs.microsoft.com/zh-cn/dotnet/architecture/microservices/net-core-net-framework-containers/net-core-container-scenarios
阅读全文
摘要:一般是因为网络,代理,证书。乱七八糟一堆破事 1-- /etc/docker/daemon.json 1 { 2 "storage-driver":"overlay2", 3 "storage-opts":["overlay2.override_kernel_check=true"], 4 "ins
阅读全文
摘要:https://www.jianshu.com/p/c55956882962 keepalived的抢占与非抢占模式 背景:俩节点haproxy通过keepalived实现高可用 说明:harpxy的实际运行过程中,当master发生异常,且后期恢复master正常后,存在抢占或非抢占两种情况。简单
阅读全文
摘要:最近一段时间,log4j吸引了大家的眼球,而一些大公司用的一个值得笔记的软件,就浮出水面。 公司基本依赖这个软件,加上pipeline的扫描,实现了快速检测漏洞的体系。 这个软件是收费的,看样子价格不菲,赚钱的公司。 这个公司赚钱的地方就是信息。
阅读全文
摘要:rpm -qc elasticsearch /etc/elasticsearch/elasticsearch.yml /etc/elasticsearch/jvm.options /etc/elasticsearch/log4j2.properties /etc/elasticsearch/scri
阅读全文