postgresql下载路径: https://www.enterprisedb.com/downloads/postgres-postgresql-downloads ...
分类:
数据库 时间:
2021-07-01 17:16:40
阅读次数:
0
https://kafka.apachecn.org/intro.html 一、kafka能做什么? 构造实时流数据管道,它可以在系统或应用之间可靠地获取数据。 (相当于message queue) 构建实时流式应用程序,对这些流数据进行转换或者影响。 (就是流处理,通过kafka stream t ...
分类:
其他好文 时间:
2021-07-01 17:05:23
阅读次数:
0
缓缓加速 第二日,生成树与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 ...