11 2024 档案
摘要:在 Git 中,如果你想撤回最近的 git commit,可以根据不同的需求选择不同的操作。以下是几种常见的撤回方式: 1. 撤回最后一次 commit,但保留修改(soft reset) 如果你想撤销 git commit,但保留修改的文件(即文件内容不变),可以使用: git reset --s
阅读全文
摘要:参考 https://blog.csdn.net/weixin_45131680/article/details/142759961 点击Manage Jenkins 下滑到System Configuration 点击Manage Plugins 点击“可选插件”,输入“Locale” 点击Ins
阅读全文
摘要:linux安装maven及环境配置 一、maven下载地址,安装binaries版本 https://dlcdn.apache.org/maven/maven-3/3.8.8/ 或者使用wget命令命令:wget https://dlcdn.apache.org/maven/maven-3/3.8.
阅读全文
摘要:pom文件配置 <?xml version="1.0" encoding="UTF-8"?><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
阅读全文
摘要:添加依赖 <dependency> <groupId>org.testng</groupId> <artifactId>testng</artifactId> <version>6.10</version> </dependency> <dependency> <groupId>com.releva
阅读全文
摘要:2024-11-02 11:36:43.165 ERROR 87567 [sson-netty-2-26] o.r.client.handler.CommandDecoder : Unable to decode data. channel: [id: 0x7bcb6790, L:/172.28.1
阅读全文