摘要: 1、问题现象 Caused by: org.apache.jmeter.report.core.SampleException: Consumer failed with message :Consumer failed with message :Mismatch between expected 阅读全文
posted @ 2024-05-17 17:11 代码诠释的世界 阅读(201) 评论(0) 推荐(0)
摘要: 一、官方下载 https://maven.apache.org/download.cgi 二、安装方法 1、使用软件源安装 sudo apt install maven 2、使用二进制包安装 a 选择对应的二进制包下载 b 解压到指定的目录如/home/tester/tools/apache-mav 阅读全文
posted @ 2024-05-17 15:35 代码诠释的世界 阅读(1128) 评论(0) 推荐(0)
摘要: 1、解决办法 #下载libcrypto.so.1.1o.tar.gz 执行如下命令 cd ~ wget https://www.openssl.org/source/openssl-1.1.1o.tar.gz #解压libcrypto.so.1.1o.tar.gz 执行如下命令 sudo tar - 阅读全文
posted @ 2024-05-17 10:36 代码诠释的世界 阅读(1450) 评论(0) 推荐(0)