摘要: 在 macOS 上安装了 JDK 8 和 JDK 17 后,你可以通过配置环境变量来指定使用哪个版本的 Java。以下是设置 Java 8 的步骤: 打开终端。 查找 JDK 的安装路径: 通常,JDK 安装在 /Library/Java/JavaVirtualMachines 目录下。你可以使用以 阅读全文
posted @ 2025-02-28 18:41 iTao0128 阅读(4) 评论(0) 推荐(0) 编辑
摘要: Jenkins 无法搜索插件, 错误信息ERROR: Signature verification failed in update site 参考文档 https://blog.csdn.net/weixin_43537484/article/details/120370719 /etc/sysc 阅读全文
posted @ 2024-12-25 22:27 iTao0128 阅读(29) 评论(0) 推荐(0) 编辑
摘要: 步骤 1:安装 Node.js 和 npm 确保你已经安装了 Node.js 和 npm。你可以通过以下命令检查安装情况: node -vnpm -v 如果没有安装,下载并安装最新版本的 Node.js,它会自动安装 npm。 步骤 2:创建项目 打开终端或命令行窗口,选择一个目录来创建你的项目文件 阅读全文
posted @ 2024-12-24 23:08 iTao0128 阅读(102) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Document< 阅读全文
posted @ 2024-12-23 21:51 iTao0128 阅读(3) 评论(0) 推荐(0) 编辑
摘要: 参考文档 https://blog.csdn.net/YikunWu/article/details/143303426 阅读全文
posted @ 2024-12-10 21:58 iTao0128 阅读(5) 评论(0) 推荐(0) 编辑
摘要: https://chat18.aichatos.xyz/#/chat/1733733574887 http://zhiwuyazhe.com:8787 https://chatgpt.com/ https://poe.com/chat/3u22g4m66n4woavi0cf https://bolt 阅读全文
posted @ 2024-12-09 17:11 iTao0128 阅读(63) 评论(0) 推荐(0) 编辑
摘要: https://repo.huaweicloud.com/java/jdk/ 阅读全文
posted @ 2024-12-04 22:49 iTao0128 阅读(93) 评论(0) 推荐(0) 编辑
摘要: 在 Git 中,如果你想撤回最近的 git commit,可以根据不同的需求选择不同的操作。以下是几种常见的撤回方式: 1. 撤回最后一次 commit,但保留修改(soft reset) 如果你想撤销 git commit,但保留修改的文件(即文件内容不变),可以使用: git reset --s 阅读全文
posted @ 2024-11-26 15:43 iTao0128 阅读(1028) 评论(0) 推荐(0) 编辑
摘要: 参考 https://blog.csdn.net/weixin_45131680/article/details/142759961 点击Manage Jenkins 下滑到System Configuration 点击Manage Plugins 点击“可选插件”,输入“Locale” 点击Ins 阅读全文
posted @ 2024-11-18 11:52 iTao0128 阅读(1245) 评论(0) 推荐(0) 编辑
摘要: 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. 阅读全文
posted @ 2024-11-14 10:53 iTao0128 阅读(12) 评论(0) 推荐(0) 编辑
点击右上角即可分享
微信分享提示