Skip to content

Commit

Permalink
Site updated: 2024-09-27 12:13:30
Browse files Browse the repository at this point in the history
  • Loading branch information
zlicdt committed Sep 27, 2024
1 parent f100117 commit 40fd7cc
Show file tree
Hide file tree
Showing 42 changed files with 1,449 additions and 962 deletions.
79 changes: 43 additions & 36 deletions 2009/03/16/cpp-fast-out-of-memory/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=5.0, shrink-to-fit=no">
<meta http-equiv="x-ua-compatible" content="ie=edge">

<meta name="theme-color" content="#2f4154">
<meta name="theme-color" content="#78b4ff">
<meta name="author" content="zlicdt">
<meta name="keywords" content="">

Expand All @@ -33,6 +33,8 @@
<meta name="twitter:card" content="summary_large_image">


<meta name="referrer" content="no-referrer-when-downgrade">


<title>如何用 C++ 快速撑爆内存? - zlicdt&#39;s blog</title>

Expand Down Expand Up @@ -72,7 +74,7 @@
<script id="fluid-configs">
var Fluid = window.Fluid || {};
Fluid.ctx = Object.assign({}, Fluid.ctx)
var CONFIG = {"hostname":"blog.zlicdt.top","root":"/","version":"1.9.8","typing":{"enable":true,"typeSpeed":70,"cursorChar":"_","loop":false,"scope":[]},"anchorjs":{"enable":true,"element":"h1,h2,h3,h4,h5,h6","placement":"left","visible":"hover","icon":""},"progressbar":{"enable":true,"height_px":3,"color":"#29d","options":{"showSpinner":false,"trickleSpeed":100}},"code_language":{"enable":true,"default":"TEXT"},"copy_btn":true,"image_caption":{"enable":true},"image_zoom":{"enable":true,"img_url_replace":["",""]},"toc":{"enable":true,"placement":"right","headingSelector":"h1,h2,h3,h4,h5,h6","collapseDepth":0},"lazyload":{"enable":true,"loading_img":"/img/loading.gif","onlypost":false,"offset_factor":2},"web_analytics":{"enable":false,"follow_dnt":true,"baidu":null,"google":{"measurement_id":null},"tencent":{"sid":null,"cid":null},"leancloud":{"app_id":null,"app_key":null,"server_url":null,"path":"window.location.pathname","ignore_local":false},"umami":{"src":null,"website_id":null,"domains":null,"start_time":"2024-01-01T00:00:00.000Z","token":null,"api_server":null}},"search_path":"/local-search.xml","include_content_in_search":true};
var CONFIG = {"hostname":"blog.zlicdt.top","root":"/","version":"1.9.8","typing":{"enable":true,"typeSpeed":70,"cursorChar":"_","loop":false,"scope":["home"]},"anchorjs":{"enable":true,"element":"h1,h2,h3,h4,h5,h6","placement":"left","visible":"hover","icon":"#"},"progressbar":{"enable":true,"height_px":3,"color":"#29d","options":{"showSpinner":false,"trickleSpeed":100}},"code_language":{"enable":true,"default":"TEXT"},"copy_btn":true,"image_caption":{"enable":true},"image_zoom":{"enable":true,"img_url_replace":["",""]},"toc":{"enable":true,"placement":"right","headingSelector":"h1,h2,h3,h4,h5,h6","collapseDepth":1},"lazyload":{"enable":true,"loading_img":"/img/loading.gif","onlypost":false,"offset_factor":2},"web_analytics":{"enable":false,"follow_dnt":true,"baidu":null,"google":{"measurement_id":null},"tencent":{"sid":null,"cid":null},"leancloud":{"app_id":null,"app_key":null,"server_url":null,"path":"window.location.pathname","ignore_local":false},"umami":{"src":null,"website_id":null,"domains":null,"start_time":"2024-01-01T00:00:00.000Z","token":null,"api_server":null}},"search_path":"/local-search.xml","include_content_in_search":true};

if (CONFIG.web_analytics.follow_dnt) {
var dntVal = navigator.doNotTrack || window.doNotTrack || navigator.msDoNotTrack;
Expand Down Expand Up @@ -212,7 +214,7 @@
<div class="banner-text text-center fade-in-up">
<div class="h2">

<span id="subtitle" data-typed-text="如何用 C++ 快速撑爆内存?"></span>
<span id="subtitle">如何用 C++ 快速撑爆内存?</span>

</div>

Expand Down Expand Up @@ -246,13 +248,22 @@



3 分钟
2 分钟

</span>





<span id="busuanzi_container_page_pv" style="display: none">
<i class="iconfont icon-eye" aria-hidden="true"></i>
<span id="busuanzi_value_page_pv"></span>
</span>




</div>


Expand Down Expand Up @@ -382,23 +393,6 @@ <h2 id="现象"><a href="#现象" class="headerlink" title="现象"></a>现象</



<div class="post-prevnext my-3">
<article class="post-prev col-6">


<a href="/2022/11/29/archlinux-deploy-docker/" title="Arch Linux 部署 Docker">
<i class="iconfont icon-arrowleft"></i>
<span class="hidden-mobile">Arch Linux 部署 Docker</span>
<span class="visible-mobile">上一篇</span>
</a>

</article>
<article class="post-next col-6">


</article>
</div>

</div>


Expand Down Expand Up @@ -525,6 +519,32 @@ <h4 class="modal-title w-100 font-weight-bold">搜索</h4>
</div>


<div class="statistics">





<span id="busuanzi_container_site_pv" style="display: none">
总访问量
<span id="busuanzi_value_site_pv"></span>
</span>


<span id="busuanzi_container_site_uv" style="display: none">
总访客数
<span id="busuanzi_value_site_uv"></span>
</span>





</div>



</div>

Expand All @@ -550,21 +570,6 @@ <h4 class="modal-title w-100 font-weight-bold">搜索</h4>
<script src="/js/plugins.js" ></script>


<script src="https://lib.baomitu.com/typed.js/2.0.12/typed.min.js" ></script>
<script>
(function (window, document) {
var typing = Fluid.plugins.typing;
var subtitle = document.getElementById('subtitle');
if (!subtitle || !typing) {
return;
}
var text = subtitle.getAttribute('data-typed-text');

typing(text);

})(window, document);
</script>




Expand Down Expand Up @@ -670,6 +675,8 @@ <h4 class="modal-title w-100 font-weight-bold">搜索</h4>

<script src="/js/local-search.js" ></script>

<script defer src="https://busuanzi.ibruce.info/busuanzi/2.3/busuanzi.pure.mini.js" ></script>




Expand Down
85 changes: 43 additions & 42 deletions 2022/11/29/archlinux-deploy-docker/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=5.0, shrink-to-fit=no">
<meta http-equiv="x-ua-compatible" content="ie=edge">

<meta name="theme-color" content="#2f4154">
<meta name="theme-color" content="#78b4ff">
<meta name="author" content="zlicdt">
<meta name="keywords" content="">

Expand All @@ -38,6 +38,8 @@
<meta name="twitter:image" content="https://blog.zlicdt.top/img/archlinux-deploy-docker/1.png">


<meta name="referrer" content="no-referrer-when-downgrade">


<title>Arch Linux 部署 Docker - zlicdt&#39;s blog</title>

Expand Down Expand Up @@ -77,7 +79,7 @@
<script id="fluid-configs">
var Fluid = window.Fluid || {};
Fluid.ctx = Object.assign({}, Fluid.ctx)
var CONFIG = {"hostname":"blog.zlicdt.top","root":"/","version":"1.9.8","typing":{"enable":true,"typeSpeed":70,"cursorChar":"_","loop":false,"scope":[]},"anchorjs":{"enable":true,"element":"h1,h2,h3,h4,h5,h6","placement":"left","visible":"hover","icon":""},"progressbar":{"enable":true,"height_px":3,"color":"#29d","options":{"showSpinner":false,"trickleSpeed":100}},"code_language":{"enable":true,"default":"TEXT"},"copy_btn":true,"image_caption":{"enable":true},"image_zoom":{"enable":true,"img_url_replace":["",""]},"toc":{"enable":true,"placement":"right","headingSelector":"h1,h2,h3,h4,h5,h6","collapseDepth":0},"lazyload":{"enable":true,"loading_img":"/img/loading.gif","onlypost":false,"offset_factor":2},"web_analytics":{"enable":false,"follow_dnt":true,"baidu":null,"google":{"measurement_id":null},"tencent":{"sid":null,"cid":null},"leancloud":{"app_id":null,"app_key":null,"server_url":null,"path":"window.location.pathname","ignore_local":false},"umami":{"src":null,"website_id":null,"domains":null,"start_time":"2024-01-01T00:00:00.000Z","token":null,"api_server":null}},"search_path":"/local-search.xml","include_content_in_search":true};
var CONFIG = {"hostname":"blog.zlicdt.top","root":"/","version":"1.9.8","typing":{"enable":true,"typeSpeed":70,"cursorChar":"_","loop":false,"scope":["home"]},"anchorjs":{"enable":true,"element":"h1,h2,h3,h4,h5,h6","placement":"left","visible":"hover","icon":"#"},"progressbar":{"enable":true,"height_px":3,"color":"#29d","options":{"showSpinner":false,"trickleSpeed":100}},"code_language":{"enable":true,"default":"TEXT"},"copy_btn":true,"image_caption":{"enable":true},"image_zoom":{"enable":true,"img_url_replace":["",""]},"toc":{"enable":true,"placement":"right","headingSelector":"h1,h2,h3,h4,h5,h6","collapseDepth":1},"lazyload":{"enable":true,"loading_img":"/img/loading.gif","onlypost":false,"offset_factor":2},"web_analytics":{"enable":false,"follow_dnt":true,"baidu":null,"google":{"measurement_id":null},"tencent":{"sid":null,"cid":null},"leancloud":{"app_id":null,"app_key":null,"server_url":null,"path":"window.location.pathname","ignore_local":false},"umami":{"src":null,"website_id":null,"domains":null,"start_time":"2024-01-01T00:00:00.000Z","token":null,"api_server":null}},"search_path":"/local-search.xml","include_content_in_search":true};

if (CONFIG.web_analytics.follow_dnt) {
var dntVal = navigator.doNotTrack || window.doNotTrack || navigator.msDoNotTrack;
Expand Down Expand Up @@ -217,7 +219,7 @@
<div class="banner-text text-center fade-in-up">
<div class="h2">

<span id="subtitle" data-typed-text="Arch Linux 部署 Docker"></span>
<span id="subtitle">Arch Linux 部署 Docker</span>

</div>

Expand Down Expand Up @@ -251,13 +253,22 @@



2 分钟
1 分钟

</span>





<span id="busuanzi_container_page_pv" style="display: none">
<i class="iconfont icon-eye" aria-hidden="true"></i>
<span id="busuanzi_value_page_pv"></span>
</span>




</div>


Expand Down Expand Up @@ -410,29 +421,6 @@ <h2 id="一些技巧"><a href="#一些技巧" class="headerlink" title="一些



<div class="post-prevnext my-3">
<article class="post-prev col-6">


<a href="/2022/12/15/katago/" title="KataGo 安装">
<i class="iconfont icon-arrowleft"></i>
<span class="hidden-mobile">KataGo 安装</span>
<span class="visible-mobile">上一篇</span>
</a>

</article>
<article class="post-next col-6">


<a href="/2009/03/16/cpp-fast-out-of-memory/" title="如何用 C++ 快速撑爆内存?">
<span class="hidden-mobile">如何用 C++ 快速撑爆内存?</span>
<span class="visible-mobile">下一篇</span>
<i class="iconfont icon-arrowright"></i>
</a>

</article>
</div>

</div>


Expand Down Expand Up @@ -559,6 +547,32 @@ <h4 class="modal-title w-100 font-weight-bold">搜索</h4>
</div>


<div class="statistics">





<span id="busuanzi_container_site_pv" style="display: none">
总访问量
<span id="busuanzi_value_site_pv"></span>
</span>


<span id="busuanzi_container_site_uv" style="display: none">
总访客数
<span id="busuanzi_value_site_uv"></span>
</span>





</div>



</div>

Expand All @@ -584,21 +598,6 @@ <h4 class="modal-title w-100 font-weight-bold">搜索</h4>
<script src="/js/plugins.js" ></script>


<script src="https://lib.baomitu.com/typed.js/2.0.12/typed.min.js" ></script>
<script>
(function (window, document) {
var typing = Fluid.plugins.typing;
var subtitle = document.getElementById('subtitle');
if (!subtitle || !typing) {
return;
}
var text = subtitle.getAttribute('data-typed-text');

typing(text);

})(window, document);
</script>




Expand Down Expand Up @@ -704,6 +703,8 @@ <h4 class="modal-title w-100 font-weight-bold">搜索</h4>

<script src="/js/local-search.js" ></script>

<script defer src="https://busuanzi.ibruce.info/busuanzi/2.3/busuanzi.pure.mini.js" ></script>




Expand Down
Loading

0 comments on commit 40fd7cc

Please sign in to comment.