缓缓加速 第二日,生成树与LCA 从上至下知识点对应为: 1-3、最小生成树(MST),prim或kruskal算法 4、求多颗最小生成树(或许这么称呼不太严谨),kruskal算法 5、最大瓶颈生成树(MBST),prim或kruskal算法 6、LCA,树上倍增 7、最大生成树+LCA,树上倍增 ...
分类:
其他好文 时间:
2021-07-01 16:51:09
阅读次数:
0
<?xml version="1.0" encoding="UTF-8"?><web-app xmlns="http://xmlns.jcp.org/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:sc ...
分类:
编程语言 时间:
2021-07-01 16:49:36
阅读次数:
0
https://www.bilibili.com/video/BV1s741117Sk ...
分类:
其他好文 时间:
2021-07-01 16:49:14
阅读次数:
0
背景 参考了狂神老师的 Docker 教程,非常棒! https://www.bilibili.com/video/BV1og4y1q7M4?p=15 直接运行容器 本地找不到镜像会自动下载 --rm Automatically remove the container when it exits ...
分类:
其他好文 时间:
2021-07-01 16:48:43
阅读次数:
0
https://www.bilibili.com/video/BV1s741117Sk 0:56‘’ ...
分类:
其他好文 时间:
2021-07-01 16:48:27
阅读次数:
0
什么是 Python? | 甲骨文开发人员 https://developer.oracle.com/python/what-is-python/ Coroutines and concurrency — Tornado 6.1 documentation https://www.tornadowe ...
分类:
编程语言 时间:
2021-07-01 16:45:20
阅读次数:
0
https://www.runoob.com/csharp/csharp-variables.html 输出 变量声明以及初始化,代码案例1 using System; #region 1helloword程序//namespace ChuXueZheZhiNan1//{// class Progr ...
一、官方示例 地址:https://docs.locust.io/en/stable/quickstart.html#how-to-write-a-real-locust-file 二、安装Locust Windows系统安装locust: 直接通过 pip install locustio 命令安 ...
分类:
编程语言 时间:
2021-07-01 16:30:11
阅读次数:
0
原文地址:https://www.cnblogs.com/godlovelian/p/5643996.html 前提:存在数据库di_test,主键为id。1.创建一个索引sequence create sequence di_test_id minvalue 1 nomaxvalue start ...
分类:
数据库 时间:
2021-07-01 16:25:30
阅读次数:
0