摘要:
1. Docker下安装vim报错如下: root@1760b5b54639:/etc/mysql# apt-get install -y vim Reading package lists... Done Building dependency tree Reading state informa 阅读全文
摘要:
1.Eureka中增加自定义的元数据,标识同组服务 不同的版本,可以yml中添加下面配置 spring: profiles: 7001 server: port: 7001 eureka: instance: metadata-map: version: v1 spring: profiles: 7 阅读全文
摘要:
JMETER压力测试报错:JAVA.NET.BINDEXCEPTION: ADDRESS ALREADY IN USE: CONNECT 阅读全文
摘要:
https://github.com/zouzg/mybatis-generator-gui 阅读全文
摘要:
控制面板--所有控制面板项--凭据管理器, 选择windows凭据, 编辑或删除 阅读全文
摘要:
package com.dtg.javatest; public class Main01 { public static int count = 0; public static void main(String[] args) { int[] arr = {1, 9, 3, 22, 10, 8, 阅读全文
摘要:
1. jenkins清华源地址 传送门 https://mirrors.tuna.tsinghua.edu.cn/jenkins/redhat/jenkins-2.274-1.1.noarch.rpm 2. 安装 yum install -y https://mirrors.tuna.tsinghu 阅读全文
摘要:
/** * @Description * @Author admin * @Date 2021/1/7 16:40 * @Version 1.0 */ public class Main01 { public static int count=0; public static void main(S 阅读全文