feat: add matlab.md cheatsheet (#21). 02d0a495a6

This commit is contained in:
jaywcjlove
2022-11-04 13:08:05 +00:00
parent 98127ce694
commit 3a8626d210
73 changed files with 4673 additions and 419 deletions

View File

@ -50,7 +50,7 @@
</ul>
<pre class="language-bash"><code class="language-bash code-highlight"><span class="code-line">$ <span class="token function">htop</span> <span class="token punctuation">[</span>-dChustv<span class="token punctuation">]</span>
</span></code></pre>
</div></div><div class="h3wrap-body"><h4 id="安装"><a aria-hidden="true" tabindex="-1" href="#安装"><span class="icon icon-link"></span></a>安装</h4>
<h4 id="安装"><a aria-hidden="true" tabindex="-1" href="#安装"><span class="icon icon-link"></span></a>安装</h4>
<pre class="language-bash"><code class="language-bash code-highlight"><span class="code-line">$ <span class="token function">apt</span> <span class="token function">install</span> <span class="token function">htop</span> <span class="token comment"># Debian</span>
</span><span class="code-line">$ dnf <span class="token function">install</span> <span class="token function">htop</span> <span class="token comment"># Fedora</span>
</span><span class="code-line">$ emerge sys-process/htop <span class="token comment"># Gentoo</span>
@ -58,7 +58,7 @@
</span><span class="code-line">$ Compile <span class="token function">htop</span> <span class="token comment"># GoboLinux</span>
</span></code></pre>
<p>htop 的软件包在大多数发行版中都<a href="https://htop.dev/downloads.html">可用下载</a></p>
</div></div><div class="wrap h3body-not-exist col-span-2"><div class="wrap-header h3wrap"><h3 id="选项示例"><a aria-hidden="true" tabindex="-1" href="#选项示例"><span class="icon icon-link"></span></a>选项示例</h3><div class="wrap-body">
</div></div></div><div class="wrap h3body-not-exist col-span-2"><div class="wrap-header h3wrap"><h3 id="选项示例"><a aria-hidden="true" tabindex="-1" href="#选项示例"><span class="icon icon-link"></span></a>选项示例</h3><div class="wrap-body">
<!--rehype:wrap-class=col-span-2-->
<p>长选项的强制参数对于短选项也是强制的</p>