SpringBoot配置属性系列 SpringBoot配置属性之MVC SpringBoot配置属性之Server SpringBoot配置属性之DataSource SpringBoot配置属性之NOSQL SpringBoot配置属性之MQ SpringBoot配置属性之Security Spr ...
分类:
编程语言 时间:
2020-03-03 12:49:22
阅读次数:
101
1.将这句话翻译过来,可以使用百度翻译复制粘贴,也可以自译 javac is not recognized as an internal or external command, operable program or batch file javac不能被识别为内部或外部命令、可操作程序 可以看出 ...
分类:
编程语言 时间:
2020-03-03 11:26:51
阅读次数:
87
server: port: 8080 spring: datasource: #数据源配置 driver-class-name: com.mysql.cj.jdbc.Driver url: jdbc:mysql://127.0.0.1:3306/zys_erp?useUnicode=true&cha ...
分类:
编程语言 时间:
2020-03-03 11:09:58
阅读次数:
730
部署nfs provisioner "external storage nfs" 1. 创建工作目录 1. 下载nfs provisioner对应的镜像,上传到自己的私有镜像中 1. 编辑启动nfs provisioner的deploy.yml文件 volumes.persistentVolumeC ...
分类:
Web程序 时间:
2020-03-01 21:41:46
阅读次数:
185
图像轮廓 cv2.findContours(img,mode,method) mode :轮廓检测的模式 RETR_EXTERNAL :只检索最外面的轮廓; RETR_LIST:检索所有的轮廓,并将其保存到一条链表当中; RETR_CCOMP:检索所有的轮廓,并将他们组织为两层:顶层是各部分的外部边 ...
分类:
其他好文 时间:
2020-02-29 22:33:02
阅读次数:
131
I am the guy who made the Primer Fields video. Sorry for the length of this post, but is has to be long in order to address the issues I am seeing in ...
分类:
其他好文 时间:
2020-02-29 22:31:13
阅读次数:
104
修饰符有很多 1.public和private:public表示公有都可以使用,private表示只能被这个合约使用 2.internal和external: internal跟private比较类似,但是internal修饰的可以被继承的合约使用 3.external和public类似,但是不能被 ...
分类:
其他好文 时间:
2020-02-29 20:35:39
阅读次数:
90
8 MyBatis数据源与连接池# 8.1 MyBatis数据源DataSource分类## MyBatis数据源实现是在以下四个包中: MyBatis数据源实现包 MyBatis把数据源DataSource分为三种: UNPOOLED 不使用连接池的数据源 POOLED 使用连接池的数据源 JND ...
分类:
其他好文 时间:
2020-02-29 20:16:24
阅读次数:
98
【摘要】 external-shuffle-service是Spark里面一个重要的特性,有了它后,executor可以在不同的stage阶段动态改变数量,大大提升集群资源利用率。但是这个特性当前在k8s上并不能很好的运行。让我们来看看,在k8s上要实现这个external-shuffle-serv ...
分类:
其他好文 时间:
2020-02-29 16:18:30
阅读次数:
112
前言 从大一开始学习c++用的dev-c++,后来看到老师用的是vs code,实在是馋它的颜值便去下了vs 2017。至于为什么下载vs 2017呢?是因为下载的时候我以为他们是一样的,便下了vs 2017,好家伙下了我好几个G。体积大我还是可以接受的,但是每次写题的时候都要去建个项目,一建就是一 ...
分类:
编程语言 时间:
2020-02-29 09:13:21
阅读次数:
154