From 9820b10ca64a28070695998e78b96e43be62048e Mon Sep 17 00:00:00 2001 From: 1993heqiang <531364804@qq.com> Date: Tue, 10 Dec 2024 16:00:24 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9Eascii-art-generator=E3=80=81s?= =?UTF-8?q?ampler=E3=80=81Reqable=E5=B7=A5=E5=85=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- java-tools/README.md | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/java-tools/README.md b/java-tools/README.md index f787bbb..2b2e3e7 100644 --- a/java-tools/README.md +++ b/java-tools/README.md @@ -98,18 +98,21 @@ | `jbake` | Java based open source static site/blog generator for developers & designers. eg: [Josh Long](https://github.com/joshlong/joshlong.github.io-content) | [Link](https://github.com/jbake-org/jbake) | | `Sphinx` | The Sphinx documentation generator. 建站 | [Link](https://github.com/sphinx-doc/sphinx) | | `chatgpt-web` | 用 Express 和 Vue3 搭建的 ChatGPT 演示网页 | [Link](https://github.com/Chanzhaoyu/chatgpt-web) | +| `ascii-art-generator` | 将图片或文本转为对应的ascii | [Link](https://www.ascii-art-generator.org/) | +| `sampler` | Sampler is a tool for shell commands execution, visualization and alerting. Shell执行工具,功能强大 | [Link](https://github.com/sqshq/sampler) | +| `Reqable` | Reqable是新一代API调试 + API测试一站化解决方案.类似于apifox、postman等工具. | [Link](https://reqable.com/zh-CN/) | # Intellj plugin -| 名称 | 描述 | | -| -------------------- | -------------------------------------- | --- | -| `kafkalytic` | Kafka analysis tool | | -| `jclasslib` | java字节码查看器 | | -| `SonarLint` | 代码问题检查与修复 | | -| `Intellij Scripting` | 可以调试基于JVM的非java语言,例如:Java、Ruby、Python等 | | -| `Statistic` | 代码统计插件 | | -| `MarsCode` | MarsCode 是豆包旗下的智能编程助手 | | -| `TONGYI Lingma` | 通义灵码,是一款基于通义大模型的智能编码辅助工具 | | +| 名称 | 描述 | +| -------------------- | -------------------------------------- | +| `kafkalytic` | Kafka analysis tool | +| `jclasslib` | java字节码查看器 | +| `SonarLint` | 代码问题检查与修复 | +| `Intellij Scripting` | 可以调试基于JVM的非java语言,例如:Java、Ruby、Python等 | +| `Statistic` | 代码统计插件 | +| `MarsCode` | MarsCode 是豆包旗下的智能编程助手 | +| `TONGYI Lingma` | 通义灵码,是一款基于通义大模型的智能编码辅助工具 | # 待学习