Skip to content

Commit

Permalink
Site updated: 2023-08-30 19:16:48
Browse files Browse the repository at this point in the history
  • Loading branch information
seekstar committed Aug 30, 2023
1 parent e422750 commit 48277a2
Show file tree
Hide file tree
Showing 7 changed files with 127 additions and 30 deletions.
11 changes: 11 additions & 0 deletions 2020/04/03/c-学习笔记/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7726,6 +7726,17 @@ <h4 id="从makefile生成"><a href="#从makefile生成">¶</a> 从Makefile生成
</ol>
<h3 id="c-testmate"><a href="#c-testmate"></a> C++ TestMate</h3>
<p>可以运行和调试单个GTest测试。</p>
<h2 id="文档"><a href="#文档"></a> 文档</h2>
<h3 id="引用-reference"><a href="#引用-reference"></a> 引用 (reference)</h3>
<p><a target="_blank" rel="noopener" href="https://en.cppreference.com/w/cpp/language/reference" class="uri">https://en.cppreference.com/w/cpp/language/reference</a></p>
<p>含reference collapsing等各种蛇皮操作:</p>
<h3 id="value-categories"><a href="#value-categories"></a> Value categories</h3>
<p><a target="_blank" rel="noopener" href="https://en.cppreference.com/w/cpp/language/value_category" class="uri">https://en.cppreference.com/w/cpp/language/value_category</a></p>
<p>glvalue (“generalized” lvalue)</p>
<p>prvalue (“pure” rvalue)</p>
<p>xvalue (an “eXpiring” value)</p>
<p>lvalue</p>
<p>rvalue</p>
<h2 id="default-move-constructor"><a href="#default-move-constructor"></a> Default move constructor</h2>
<p>如果没有自己定义的copy constructor和move constructor,而且每个member都是move constructable的,那么default move constructor就是member-wise move constructor。</p>
<p>来源:<a target="_blank" rel="noopener" href="https://stackoverflow.com/a/48987654" class="uri">https://stackoverflow.com/a/48987654</a></p>
Expand Down
26 changes: 22 additions & 4 deletions 2021/01/21/在服务器上用qemu制作虚拟机/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7661,10 +7661,28 @@ <h1 id="article-title">

<div id="article-content">
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/hint.css/2.4.1/hint.min.css"><html><head></head><body><p>已测试的组合:</p>
<ul>
<li><p>宿主机:Deepin、Debian 11、centos 8</p></li>
<li><p>虚拟机:CentOS 8, CentOS Stream 9, Debian 11</p></li>
</ul>
<table>
<thead>
<tr class="header">
<th>宿主机</th>
<th>虚拟机</th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td>Debian 11</td>
<td>CentOS 8, CentOS Stream 9, Debian 11/12</td>
</tr>
<tr class="even">
<td>Deepin</td>
<td>CentOS 8</td>
</tr>
<tr class="odd">
<td>CentOS 8</td>
<td>CentOS 8</td>
</tr>
</tbody>
</table>
<h2 id="下载操作系统镜像"><a href="#下载操作系统镜像"></a> 下载操作系统镜像</h2>
<p>可以在国内的镜像源下载。常用的有:</p>
<ul>
Expand Down
25 changes: 21 additions & 4 deletions archives/2021/01/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7795,14 +7795,31 @@ <h2 class="index-title">
<div class="index-brief">
已测试的组合:

宿主机:Deepin、Debian 11、centos 8
虚拟机:CentOS 8, CentOS Stream 9, Debian 11


宿主机
虚拟机




Debian 11
CentOS 8, CentOS Stream 9, Debian 11/12


Deepin
CentOS 8


CentOS 8
CentOS 8



¶ 下载操作系统镜像
可以在国内的镜像源下载。常用的有:

中科大源:http://mirrors.ustc.edu.cn/
清华TUNA
中科大源:h
...
</div>
</a>
Expand Down
25 changes: 21 additions & 4 deletions archives/2021/page/19/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7834,14 +7834,31 @@ <h2 class="index-title">
<div class="index-brief">
已测试的组合:

宿主机:Deepin、Debian 11、centos 8
虚拟机:CentOS 8, CentOS Stream 9, Debian 11


宿主机
虚拟机




Debian 11
CentOS 8, CentOS Stream 9, Debian 11/12


Deepin
CentOS 8


CentOS 8
CentOS 8



¶ 下载操作系统镜像
可以在国内的镜像源下载。常用的有:

中科大源:http://mirrors.ustc.edu.cn/
清华TUNA
中科大源:h
...
</div>
</a>
Expand Down
25 changes: 21 additions & 4 deletions archives/page/41/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7687,14 +7687,31 @@ <h2 class="index-title">
<div class="index-brief">
已测试的组合:

宿主机:Deepin、Debian 11、centos 8
虚拟机:CentOS 8, CentOS Stream 9, Debian 11


宿主机
虚拟机




Debian 11
CentOS 8, CentOS Stream 9, Debian 11/12


Deepin
CentOS 8


CentOS 8
CentOS 8



¶ 下载操作系统镜像
可以在国内的镜像源下载。常用的有:

中科大源:http://mirrors.ustc.edu.cn/
清华TUNA
中科大源:h
...
</div>
</a>
Expand Down
25 changes: 21 additions & 4 deletions page/41/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7687,14 +7687,31 @@ <h2 class="index-title">
<div class="index-brief">
已测试的组合:

宿主机:Deepin、Debian 11、centos 8
虚拟机:CentOS 8, CentOS Stream 9, Debian 11


宿主机
虚拟机




Debian 11
CentOS 8, CentOS Stream 9, Debian 11/12


Deepin
CentOS 8


CentOS 8
CentOS 8



¶ 下载操作系统镜像
可以在国内的镜像源下载。常用的有:

中科大源:http://mirrors.ustc.edu.cn/
清华TUNA
中科大源:h
...
</div>
</a>
Expand Down
20 changes: 10 additions & 10 deletions sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,23 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">

<url>
<loc>https://seekstar.github.io/2021/01/21/%E5%9C%A8%E6%9C%8D%E5%8A%A1%E5%99%A8%E4%B8%8A%E7%94%A8qemu%E5%88%B6%E4%BD%9C%E8%99%9A%E6%8B%9F%E6%9C%BA/</loc>
<loc>https://seekstar.github.io/2020/04/03/c-%E5%AD%A6%E4%B9%A0%E7%AC%94%E8%AE%B0/</loc>

<lastmod>2023-08-28</lastmod>
<lastmod>2023-08-30</lastmod>

</url>

<url>
<loc>https://seekstar.github.io/about/index.html</loc>
<loc>https://seekstar.github.io/2021/01/21/%E5%9C%A8%E6%9C%8D%E5%8A%A1%E5%99%A8%E4%B8%8A%E7%94%A8qemu%E5%88%B6%E4%BD%9C%E8%99%9A%E6%8B%9F%E6%9C%BA/</loc>

<lastmod>2023-08-27</lastmod>
<lastmod>2023-08-28</lastmod>

</url>

<url>
<loc>https://seekstar.github.io/2020/04/03/c-%E5%AD%A6%E4%B9%A0%E7%AC%94%E8%AE%B0/</loc>
<loc>https://seekstar.github.io/about/index.html</loc>

<lastmod>2023-08-25</lastmod>
<lastmod>2023-08-27</lastmod>

</url>

Expand Down Expand Up @@ -4435,29 +4435,29 @@

<url>
<loc>https://seekstar.github.io/</loc>
<lastmod>2023-08-28</lastmod>
<lastmod>2023-08-30</lastmod>
<changefreq>daily</changefreq>
<priority>1.0</priority>
</url>


<url>
<loc>https://seekstar.github.io/tags/%E5%AD%A6%E4%B9%A0%E7%AC%94%E8%AE%B0/</loc>
<lastmod>2023-08-28</lastmod>
<lastmod>2023-08-30</lastmod>
<changefreq>daily</changefreq>
<priority>0.6</priority>
</url>

<url>
<loc>https://seekstar.github.io/tags/%E8%BD%AC%E8%BD%BD/</loc>
<lastmod>2023-08-28</lastmod>
<lastmod>2023-08-30</lastmod>
<changefreq>daily</changefreq>
<priority>0.6</priority>
</url>

<url>
<loc>https://seekstar.github.io/tags/RocksDB/</loc>
<lastmod>2023-08-28</lastmod>
<lastmod>2023-08-30</lastmod>
<changefreq>daily</changefreq>
<priority>0.6</priority>
</url>
Expand Down

0 comments on commit 48277a2

Please sign in to comment.