摘要:
https://blog.csdn.net/qq_34777600/article/details/80427463 阅读全文
摘要:
https://leetcode-cn.com/problems/falling-squares/solution/cong-xian-duan-shu-dao-tu-lun-jian-mo-by-wotxdx/ 线段树 https://cp-algorithms.com/data_structur 阅读全文
摘要:
模板编程 https://github.com/wuye9036/CppTemplateTutorial#c-template-%e8%bf%9b%e9%98%b6%e6%8c%87%e5%8d%97 模版元程序由元数据和元函数组成,元数据就是元编程可以操作的数据,即C++编译器在编译期可以操作的数 阅读全文
摘要:
https://wonanut.blog.csdn.net/article/details/82915529?utm_medium=distribute.pc_relevant.none-task-blog-BlogCommendFromMachineLearnPai2-1.control&dept 阅读全文
摘要:
https://blog.csdn.net/qq_34777600/article/details/80399432 https://docs.microsoft.com/zh-cn/cpp/standard-library/function-objects-in-the-stl?view=msvc 阅读全文
摘要:
https://leetcode-cn.com/problems/lru-cache/ lru相关 https://blog.joway.io/posts/modern-memory-cache/ hashmap中存放key,node;node中存放key,val;hash中存放node是为了快速找 阅读全文
摘要:
最近结石卡在输尿管末端,排石有感,写下此篇杂谈。 某日肚子疼已为是肠炎去医院检查,发现尿液中有红细胞,加上是右侧,医生让去拍片,结果发现尿道结石0.6X0.7,在右侧输尿管末端,自此开始了排石生涯。 结石是体内杂志形成的,肾结石在肾里是不会疼的,如果这时堵住会有肾积水,严重造成肾坏死,必须及时治疗, 阅读全文
摘要:
环境纯净centos7镜像离线安装rpm包下载地址 https://pkgs.org/download 各种命令不能使用就直接下载rpm安装 systemctl无法使用启动方式docker run -itd --privileged=true centos7.4etl:latest /usr/sbi 阅读全文
摘要:
为了管理不同节点的docker容器,需要使用编排容器的工具。这里使用k8s k8s docker集群搭建https://blog.csdn.net/real_myth/article/details/78719244rpm包下载地址 https://pkgs.org/download 只有一台内网测 阅读全文
摘要:
内网安装参考离线安装https://www.e-learn.cn/content/java/451760https://www.2cto.com/kf/201809/778643.html 安装包列表 libtool-ltdl-2.4.2-22.el7_3.x86_64.rpmsystemd-dev 阅读全文