Skip to content

Commit 0af184d

Browse files
committed
deploy: c7857bd
1 parent 4c60bc9 commit 0af184d

File tree

5 files changed

+7
-3
lines changed

5 files changed

+7
-3
lines changed

auto/index.html

+2
Original file line numberDiff line numberDiff line change
@@ -283,8 +283,10 @@ <h4 id="_1">避免复读类型</h4>
283283
<p><img src="../img/awesomeface.png" height="30px" width="auto" style="margin: 0; border: none"/> 人类的本质是复读机。</p>
284284
</blockquote>
285285
<pre><code class="language-cpp">QSlider *slider = new QSlider();
286+
std::shared_ptr&lt;Test&gt; test = std::make_shared&lt;Test&gt;();
286287
</code></pre>
287288
<pre><code class="language-cpp">auto slider = new QSlider();
289+
auto test = std::make_shared&lt;Test&gt;();
288290
</code></pre>
289291
<p>TODO</p>
290292
<h4 id="_2">模板编程产生的超长类型名喧宾夺主</h4>

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ <h2 id="_1">前言</h2>
292292
<blockquote>
293293
<p><img src="./img/bulb.png" height="30px" width="auto" style="margin: 0; border: none"/> 本书还在持续更新中……要追番的话,可以在 <a href="https://github.com/parallel101/cppguidebook">GitHub</a> 点一下右上角的 “Watch” 按钮,每当小彭老师提交新 commit,GitHub 会向你发送一封电子邮件,提醒你小彭老师更新了。</p>
294294
</blockquote>
295-
<p>更新时间:2024年12月27日 10:48:19 (UTC+08:00)</p>
295+
<p>更新时间:2025年01月02日 15:20:32 (UTC+08:00)</p>
296296
<p><a href="https://parallel101.github.io/cppguidebook">在 GitHub Pages 浏览本书</a> | <a href="https://142857.red/book">在小彭老师自己维护的镜像上浏览本书</a></p>
297297
<h2 id="_2">格式约定</h2>
298298
<blockquote>

print_page/index.html

+3-1
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ <h2 id="index-_1">前言</h2>
421421
<blockquote>
422422
<p><img src="../img/bulb.png" height="30px" width="auto" style="margin: 0; border: none"/> 本书还在持续更新中……要追番的话,可以在 <a href="https://github.com/parallel101/cppguidebook">GitHub</a> 点一下右上角的 “Watch” 按钮,每当小彭老师提交新 commit,GitHub 会向你发送一封电子邮件,提醒你小彭老师更新了。</p>
423423
</blockquote>
424-
<p>更新时间:2024年12月27日 10:48:19 (UTC+08:00)</p>
424+
<p>更新时间:2025年01月02日 15:20:32 (UTC+08:00)</p>
425425
<p><a href="https://parallel101.github.io/cppguidebook">在 GitHub Pages 浏览本书</a> | <a href="https://142857.red/book">在小彭老师自己维护的镜像上浏览本书</a></p>
426426
<h2 id="index-_2">格式约定</h2>
427427
<blockquote>
@@ -947,8 +947,10 @@ <h4 id="auto-_1">避免复读类型</h4>
947947
<p><img src="../img/awesomeface.png" height="30px" width="auto" style="margin: 0; border: none"/> 人类的本质是复读机。</p>
948948
</blockquote>
949949
<pre><code class="language-cpp">QSlider *slider = new QSlider();
950+
std::shared_ptr&lt;Test&gt; test = std::make_shared&lt;Test&gt;();
950951
</code></pre>
951952
<pre><code class="language-cpp">auto slider = new QSlider();
953+
auto test = std::make_shared&lt;Test&gt;();
952954
</code></pre>
953955
<p>TODO</p>
954956
<h4 id="auto-_2">模板编程产生的超长类型名喧宾夺主</h4>

search/search_index.json

+1-1
Large diffs are not rendered by default.

sitemap.xml.gz

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)