Skip to content

Commit

Permalink
Site updated: 2024-10-19 14:18:56
Browse files Browse the repository at this point in the history
  • Loading branch information
grabtheNS committed Oct 19, 2024
1 parent 80f6d0a commit 037f840
Show file tree
Hide file tree
Showing 8 changed files with 49 additions and 43 deletions.
16 changes: 6 additions & 10 deletions 2024/10/05/linux系统常用指令/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@
<meta name="author" content="jiaqianzhang">
<meta name="keywords" content="">

<meta name="description" content="find . -name &#39;*&#39; | xargs grep -1 Spark 寻找当前文件里面带有Spark关键词的文件 find $WM_PROJECT_DIR -name probesDi 查找文件名 find . -name &quot;*:Zone.Identifier&quot; -type f -delete 清除.Zone文件 在原有基础上进行细化网格 123refineMesh">
<meta name="description" content="1234find . -name &quot;*:Zone.Identifier&quot; -type f -delete 清除.Zone文件sudo ldconfig 更新find $WM_PROJECT_DIR -name probesDi 查找文件名find . -name &#x27;*&#x27; | xargs grep -1 Spark 寻找当前文件里面带有Sp">
<meta property="og:type" content="article">
<meta property="og:title" content="linux系统常用指令">
<meta property="og:url" content="http://example.com/2024/10/05/linux%E7%B3%BB%E7%BB%9F%E5%B8%B8%E7%94%A8%E6%8C%87%E4%BB%A4/index.html">
<meta property="og:site_name" content="jiaqianzhang">
<meta property="og:description" content="find . -name &#39;*&#39; | xargs grep -1 Spark 寻找当前文件里面带有Spark关键词的文件 find $WM_PROJECT_DIR -name probesDi 查找文件名 find . -name &quot;*:Zone.Identifier&quot; -type f -delete 清除.Zone文件 在原有基础上进行细化网格 123refineMesh">
<meta property="og:description" content="1234find . -name &quot;*:Zone.Identifier&quot; -type f -delete 清除.Zone文件sudo ldconfig 更新find $WM_PROJECT_DIR -name probesDi 查找文件名find . -name &#x27;*&#x27; | xargs grep -1 Spark 寻找当前文件里面带有Sp">
<meta property="og:locale" content="zh_CN">
<meta property="article:published_time" content="2024-10-05T08:18:28.000Z">
<meta property="article:modified_time" content="2024-10-10T13:31:32.392Z">
<meta property="article:modified_time" content="2024-10-12T14:13:43.923Z">
<meta property="article:author" content="jiaqianzhang">
<meta name="twitter:card" content="summary_large_image">

Expand Down Expand Up @@ -237,7 +237,7 @@
<span class="post-meta mr-2">
<i class="iconfont icon-chart"></i>

300
309

</span>

Expand Down Expand Up @@ -299,12 +299,8 @@ <h1 id="seo-header">linux系统常用指令</h1>

<div class="markdown-body">

<p><code>find . -name '*' | xargs grep -1 Spark</code></p>
<p>寻找当前文件里面带有Spark关键词的文件</p>
<p><code>find $WM_PROJECT_DIR -name probesDi</code><br>
查找文件名</p>
<p><code>find . -name &quot;*:Zone.Identifier&quot; -type f -delete</code><br>
清除.Zone文件</p>
<figure class="highlight routeros"><table><tr><td class="gutter"><pre><span class="line">1</span><br><span class="line">2</span><br><span class="line">3</span><br><span class="line">4</span><br></pre></td><td class="code"><pre><code class="hljs routeros"><span class="hljs-built_in">find</span> . -name <span class="hljs-string">&quot;*:Zone.Identifier&quot;</span> -type f -delete 清除.Zone文件<br>sudo ldconfig 更新<br><span class="hljs-built_in">find</span> <span class="hljs-variable">$WM_PROJECT_DIR</span> -name probesDi 查找文件名<br><span class="hljs-built_in">find</span> . -name <span class="hljs-string">&#x27;*&#x27;</span> | xargs grep -1 Spark 寻找当前文件里面带有Spark关键词的文件<br></code></pre></td></tr></table></figure>
<p>动态库缓存</p>
<p>在原有基础上进行细化网格</p>
<figure class="highlight gams"><table><tr><td class="gutter"><pre><span class="line">1</span><br><span class="line">2</span><br><span class="line">3</span><br></pre></td><td class="code"><pre><code class="hljs gams">refineMesh <span class="hljs-comment">//首先在新的案例文件目录,这个命令会创建一个新的时间文件夹只包含有网格数据</span><br><br><span class="hljs-function"><span class="hljs-title">mapFields</span></span> ../template/ -consistent -sourceTime latestTime <span class="hljs-comment">//映射指令,这里在新的案例文件目录映射template案例文件的最新时间步数据到此案例refineMesh生成的时间文件上</span><br></code></pre></td></tr></table></figure>
<h1>github相关</h1>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -445,9 +445,9 @@ <h1>AMREX中的代码功能的实现</h1>
<article class="post-prev col-6">


<a href="/2024/10/07/%E5%9C%A8OpenFOAM%E4%B8%AD%E6%9E%84%E5%BB%BASE%E5%8F%8C%E6%96%B9%E7%A8%8B%E6%A8%A1%E5%9E%8B/" title="在OpenFOAM中构建SE双方程模型">
<a href="/2024/10/07/%E5%9C%A8OpenFOAM%E4%B8%AD%E6%9E%84%E5%BB%BASE%E5%8F%8C%E6%96%B9%E7%A8%8B%E6%A8%A1%E5%9E%8B/" title="在OpenFOAM中构建矩方程模型">
<i class="iconfont icon-arrowleft"></i>
<span class="hidden-mobile">在OpenFOAM中构建SE双方程模型</span>
<span class="hidden-mobile">在OpenFOAM中构建矩方程模型</span>
<span class="visible-mobile">上一篇</span>
</a>

Expand Down
Loading

0 comments on commit 037f840

Please sign in to comment.