上一页 1 2 3 4 5 6 7 8 9 10 ··· 46 下一页
摘要: 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 代码诠释的世界 阅读(110) 评论(0) 推荐(0) 编辑
摘要: 1、官方下载 https://maven.apache.org/download.cgi 2、安装方法 sudo apt install maven 3、配置本地仓库 默认~/.m2/repository, 可以自己修改 全局配置: ${maven.home}/conf/settings.xml 用 阅读全文
posted @ 2024-05-17 15:35 代码诠释的世界 阅读(269) 评论(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 代码诠释的世界 阅读(666) 评论(0) 推荐(0) 编辑
摘要: 1、对比图 二、 使用 1、FinalShell 2、WindTerm https://github.com/kingToolbox/WindTerm/releases 3、Tabby https://github.com/Eugeny/tabby/releases 选一个即可 参考链接: http 阅读全文
posted @ 2024-05-16 20:51 代码诠释的世界 阅读(33) 评论(0) 推荐(0) 编辑
摘要: 一、安装 # 步骤1: 更新软件包列表 sudo apt update # 步骤2: 安装Docker sudo apt install docker.io # 步骤3: 安装NVIDIA Docker runtime distribution=$(. /etc/os-release;echo $I 阅读全文
posted @ 2024-05-16 17:09 代码诠释的世界 阅读(1438) 评论(0) 推荐(0) 编辑
摘要: 1、官方安装方法 https://docs.docker.com/engine/install/ubuntu/ 阅读全文
posted @ 2024-05-16 15:59 代码诠释的世界 阅读(59) 评论(0) 推荐(0) 编辑
摘要: 1、安装nvidia显卡驱动 添加显卡安装源 sudo rm -f /etc/apt/sources.list.d/graphics-drivers-ubuntu-ppa-* sudo add-apt-repository -y ppa:graphics-drivers sudo sed -i 's 阅读全文
posted @ 2024-05-16 15:44 代码诠释的世界 阅读(600) 评论(0) 推荐(0) 编辑
摘要: 1、下载地址 https://sunlogin.oray.com/download/linux?type=personal 2、安装方法 sudo dpkg -i SunloginClient_15.2.0.63062_amd64.deb next sudo apt --fix-broken ins 阅读全文
posted @ 2024-05-16 15:30 代码诠释的世界 阅读(1118) 评论(0) 推荐(0) 编辑
摘要: 一、基础工具 sudo apt install openssh-server vim tree nload sshpass curl wget unrar unzip telnet net-tools git -y 二、开发工具 1、安装java https://www.cnblogs.com/fi 阅读全文
posted @ 2024-05-16 10:54 代码诠释的世界 阅读(114) 评论(0) 推荐(0) 编辑
摘要: 参考链接: https://zhuanlan.zhihu.com/p/618099981 阅读全文
posted @ 2024-05-16 10:43 代码诠释的世界 阅读(19) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 10 ··· 46 下一页