Yingzhou Online

Summary of Common Linux Commands

<ol> <li>Run a command line program in the background</li> </ol> <p><code>nohup ./server_linux >/dev/null 2>&1 &</code></p> <p>2.tar help file</p> <pre tabindex="0"><code>$ tar -h

Java implements producer and consumer

<div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-java" data-lang="java"><span