|
|
|
@ -100,7 +100,6 @@
|
|
|
|
|
|
|
|
|
|
<ul class="current">
|
|
|
|
|
<li class="toctree-l1"><a class="reference external" href="https://arthas.aliyun.com/">首页</a></li>
|
|
|
|
|
<li class="toctree-l1"><a class="reference external" href="https://www.oschina.net/project/top_cn_2021?id=52">2021开源项目投票</a></li>
|
|
|
|
|
<li class="toctree-l1"><a class="reference external" href="https://arthas.aliyun.com/doc/en/">English Docs</a></li>
|
|
|
|
|
<li class="toctree-l1"><a class="reference external" href="https://arthas.aliyun.com/doc/arthas-tutorials.html?language=cn">在线教程(katacoda)</a></li>
|
|
|
|
|
<li class="toctree-l1"><a class="reference external" href="https://start.aliyun.com/handson-lab?category=arthas">在线教程(阿里云)</a></li>
|
|
|
|
@ -114,7 +113,11 @@
|
|
|
|
|
<li class="toctree-l1"><a class="reference internal" href="http-api.html">Http API</a></li>
|
|
|
|
|
<li class="toctree-l1"><a class="reference internal" href="docker.html">Docker</a></li>
|
|
|
|
|
<li class="toctree-l1"><a class="reference internal" href="spring-boot-starter.html">Arthas Spring Boot Starter</a></li>
|
|
|
|
|
<li class="toctree-l1 current"><a class="current reference internal" href="#">IDEA 插件</a></li>
|
|
|
|
|
<li class="toctree-l1 current"><a class="current reference internal" href="#">IDEA 插件</a><ul>
|
|
|
|
|
<li class="toctree-l2"><a class="reference internal" href="#arthas-idea">Arthas-idea(部分命令可视化)</a></li>
|
|
|
|
|
<li class="toctree-l2"><a class="reference internal" href="#alibaba-cloud-toolkit-retransform">Alibaba Cloud Toolkit 热部署组件(一键retransform)</a></li>
|
|
|
|
|
</ul>
|
|
|
|
|
</li>
|
|
|
|
|
<li class="toctree-l1"><a class="reference external" href="https://github.com/alibaba/arthas/issues?q=label%3Auser-case">用户案例</a></li>
|
|
|
|
|
<li class="toctree-l1"><a class="reference internal" href="faq.html">FAQ/常见问题</a></li>
|
|
|
|
|
<li class="toctree-l1"><a class="reference external" href="https://github.com/alibaba/arthas">Star me at GitHub</a></li>
|
|
|
|
@ -189,6 +192,8 @@
|
|
|
|
|
|
|
|
|
|
<div class="section" id="idea-plugin">
|
|
|
|
|
<h1>IDEA Plugin<a class="headerlink" href="#idea-plugin" title="永久链接至标题">¶</a></h1>
|
|
|
|
|
<div class="section" id="arthas-idea">
|
|
|
|
|
<h2>Arthas-idea(部分命令可视化)<a class="headerlink" href="#arthas-idea" title="永久链接至标题">¶</a></h2>
|
|
|
|
|
<blockquote>
|
|
|
|
|
<div><p>插件由社区开发者提供。</p>
|
|
|
|
|
</div></blockquote>
|
|
|
|
@ -197,6 +202,19 @@
|
|
|
|
|
<li><p>使用文档:<a class="reference external" href="https://www.yuque.com/arthas-idea-plugin">https://www.yuque.com/arthas-idea-plugin</a></p></li>
|
|
|
|
|
<li><p>源码地址: <a class="reference external" href="https://github.com/WangJi92/arthas-idea-plugin">https://github.com/WangJi92/arthas-idea-plugin</a></p></li>
|
|
|
|
|
</ul>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="section" id="alibaba-cloud-toolkit-retransform">
|
|
|
|
|
<h2>Alibaba Cloud Toolkit 热部署组件(一键retransform)<a class="headerlink" href="#alibaba-cloud-toolkit-retransform" title="永久链接至标题">¶</a></h2>
|
|
|
|
|
<blockquote>
|
|
|
|
|
<div><p>热部署组件支持一键将编辑器中修改的 Java 源码快速编译,并更新到远端应用服务中,免去手动 dump、mc 的过程。此外,也可以一键还原 retransform 的类文件。</p>
|
|
|
|
|
</div></blockquote>
|
|
|
|
|
<p><img alt="_images/alibabacloud_hotreload.png" src="_images/alibabacloud_hotreload.png" /></p>
|
|
|
|
|
<ul class="simple">
|
|
|
|
|
<li><p>Jetbrains 插件获取地址: <a class="reference external" href="https://plugins.jetbrains.com/plugin/11386-alibaba-cloud-toolkit">https://plugins.jetbrains.com/plugin/11386-alibaba-cloud-toolkit</a></p></li>
|
|
|
|
|
<li><p>使用文档:<a class="reference external" href="https://help.aliyun.com/document_detail/381077.html">https://help.aliyun.com/document_detail/381077.html</a></p></li>
|
|
|
|
|
<li><p>联系我们:请加Alibaba Cloud Toolkit (应用观测器) 钉钉用户交流群(群号:<strong>34965379</strong>)</p></li>
|
|
|
|
|
</ul>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|