(1)颜色 bg-primary bg-success bg-info bg-warning bg-danger <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <link rel="stylesheet" href="https://cdn ...
分类:
其他好文 时间:
2020-09-17 21:04:02
阅读次数:
32
原文链接IT思维前提调试业务服务期间,服务日志需要写入es集群,发现数据写入报错。报错内容如下ElasticsearchDeprecationWarning:Inafuturemajorversion,thisrequestwillfailbecausethisactionwouldadd[10]totalshards,butthisclustercurrentlyhas[20242]/[2000
分类:
其他好文 时间:
2020-09-17 19:14:47
阅读次数:
48
解决方法:<!--JUnit5=JUnitPlatform+JUnitJupiter+JUnitVintage-->分析:网上大部分引入了JunitViintage,若是只要使用junit5就不需要,这个功能只是向下兼容性3.0或4.0版本:故:Junit5=JunitPlaform+JunitJupiter+junitJupiterapi<dependency><g
分类:
其他好文 时间:
2020-09-17 13:53:15
阅读次数:
26
[WARNING]Errorinitializing:org.codehaus.plexus.velocity.DefaultVelocityComponent@28348c6java.lang.NoClassDefFoundError:org/apache/commons/lang/StringUtils添加下面内容到文件~/.m2/repository/org/apache/maven/plu
分类:
Web程序 时间:
2020-09-17 12:39:58
阅读次数:
40
1.本章目标: 基本的Annotation 自定义的Annotation 为注解添加属性 元注解 会提取注解信息 2.基本的Annotation 使用 Annotation 时要在其前面增加 @ 符号, 并把该 Annotation 当成一个修饰符使用. 用于修饰它支持的程序元素 三个基本的 Ann ...
分类:
其他好文 时间:
2020-09-16 12:13:47
阅读次数:
34
错误信息: [-] ***rting the Metasploit framework console...| [-] * WARNING: No database support: No database YAML file 错误原因:第一次启动和使用Matasploit框架的时候没有经行MSF数 ...
分类:
Web程序 时间:
2020-08-19 19:50:50
阅读次数:
75
k8s安装ingress报错:WarningFailedScheduling29s(x2over29s)default-scheduler0/3nodesareava...1、今天安装ingress的时候,设置启动了两个pod,但有一个pod总是启动失败[root@k8s-masterIngress]#kubectlgetpods-ningress-nginx-owideNAMEREADYSTAT
分类:
其他好文 时间:
2020-08-17 17:35:01
阅读次数:
119
# sudo pip3.5 install docker-compose 安装docker-compose的时候报错如下: no previously-included directories found matching 'docs/_build' warning: no previously-i ...
分类:
系统相关 时间:
2020-08-10 14:26:22
阅读次数:
180
Docker CE 支持 64 位版本 CentOS 7,并且要求内核版本不低于 3.10。 CentOS 7 满足最低内核的要求,但由于内核版本比较低,部分功能(如 overlay2 存储层驱动)无法使用,并且部分功能可能不太稳定。
分类:
其他好文 时间:
2020-08-10 11:06:29
阅读次数:
87
在安卓项目使用了Kotlin之后,发现Kotlin一个相当强大的地方,可以不用findViewById,引入布局,直接使用控件,使用kotlin插件自动生成 1、在 application.gradle 中引入kotlin扩展插件 classpath "org.jetbrains.kotlin:ko ...
分类:
其他好文 时间:
2020-08-10 10:54:17
阅读次数:
85