Skip to content

Commit

Permalink
Site updated: 2024-08-23 10:20:06
Browse files Browse the repository at this point in the history
  • Loading branch information
paw5zx committed Aug 23, 2024
1 parent f4f1fc6 commit 0cfc4bd
Show file tree
Hide file tree
Showing 81 changed files with 1,494 additions and 3,428 deletions.
66 changes: 31 additions & 35 deletions 2023/10/09/Centos8-install/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ <h2 class="ml13">
<div class="label text-third-text-color text-sm">分类</div>
</a>
<a class="item tag-count-item flex flex-col justify-center items-center w-20" href="/archives">
<div class="number text-2xl sm:text-xl text-second-text-color font-semibold">38</div>
<div class="number text-2xl sm:text-xl text-second-text-color font-semibold">37</div>
<div class="label text-third-text-color text-sm">文章</div>
</a>
</div>
Expand Down Expand Up @@ -654,48 +654,44 @@ <h2 id="安装图形界面"><a href="#安装图形界面" class="headerlink" tit



<div id="gitalk-container"></div>
<script data-swup-reload-script
src="//cdn.staticfile.org/gitalk/1.8.0/gitalk.min.js"></script>
<script data-swup-reload-script>

function loadGitalk() {
let __gitalk__pathname = decodeURI(location.pathname);
const __gitalk__pathnameLength = __gitalk__pathname.length;
const __gitalk__pathnameMaxLength = 50;
if (__gitalk__pathnameLength > __gitalk__pathnameMaxLength) {
__gitalk__pathname = __gitalk__pathname.substring(0, __gitalk__pathnameMaxLength - 3) + '...';
<div id="giscus-container"></div>
<script data-swup-reload-script defer>
async function loadGiscus() {
const giscusConfig = {
'src': 'https://giscus.app/client.js',
'data-repo': 'paw5zx/Blog-discussion',
'data-repo-id': 'R_kgDOMnAVmg',
'data-category': 'Announcements',
'data-category-id': 'DIC_kwDOMnAVms4Ch3WS',
'data-mapping': 'pathname',
'data-strict': '1',
'data-reactions-enabled': '1',
'data-emit-metadata': '1',
'data-theme': 'preferred_color_scheme',
'data-lang': 'zh-CN',
'data-input-position': 'bottom',
'data-loading': 'lazy',
'crossorigin': 'anonymous',
'async': true
}

try {
Gitalk && new Gitalk({
clientID: 'Ov23lioP8sL5EBHULI3Q',
clientSecret: '52d80939a4bfce2567001e2c279230d72f7fd7ab',
repo: 'Blog-discussion',
owner: 'paw5zx',
admin: ['paw5zx'],
id: __gitalk__pathname,
language: 'zh-CN',
proxy: 'https://github.com/login/oauth/access_token'
}).render('gitalk-container');

} catch (e) {
window.Gitalk = null;
const giscusScript = document.createElement('script');
for (const key in giscusConfig) {
giscusScript.setAttribute(key, giscusConfig[key]);
}
document.getElementById('giscus-container').appendChild(giscusScript);
}

if ('true') {
const loadGitalkTimeout = setTimeout(() => {
loadGitalk();
clearTimeout(loadGitalkTimeout);
let loadGiscusTimeout = setTimeout(() => {
loadGiscus();
clearTimeout(loadGiscusTimeout);
}, 1000);
} else {
window.addEventListener('DOMContentLoaded', loadGitalk);
document.addEventListener('DOMContentLoaded', loadGiscus);
}
</script>





</div>
Expand Down Expand Up @@ -743,11 +739,11 @@ <h2 id="安装图形界面"><a href="#安装图形界面" class="headerlink" tit

<p class="post-count space-x-0.5">
<span>
38 篇文章
37 篇文章
</span>

<span>
共 42.9k
共 42.7k
</span>

</p>
Expand Down
66 changes: 31 additions & 35 deletions 2023/11/28/single-and-multi-inherit/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ <h2 class="ml13">
<div class="label text-third-text-color text-sm">分类</div>
</a>
<a class="item tag-count-item flex flex-col justify-center items-center w-20" href="/archives">
<div class="number text-2xl sm:text-xl text-second-text-color font-semibold">38</div>
<div class="number text-2xl sm:text-xl text-second-text-color font-semibold">37</div>
<div class="label text-third-text-color text-sm">文章</div>
</a>
</div>
Expand Down Expand Up @@ -718,48 +718,44 @@ <h1 id="参考文章"><a href="#参考文章" class="headerlink" title="参考



<div id="gitalk-container"></div>
<script data-swup-reload-script
src="//cdn.staticfile.org/gitalk/1.8.0/gitalk.min.js"></script>
<script data-swup-reload-script>

function loadGitalk() {
let __gitalk__pathname = decodeURI(location.pathname);
const __gitalk__pathnameLength = __gitalk__pathname.length;
const __gitalk__pathnameMaxLength = 50;
if (__gitalk__pathnameLength > __gitalk__pathnameMaxLength) {
__gitalk__pathname = __gitalk__pathname.substring(0, __gitalk__pathnameMaxLength - 3) + '...';
<div id="giscus-container"></div>
<script data-swup-reload-script defer>
async function loadGiscus() {
const giscusConfig = {
'src': 'https://giscus.app/client.js',
'data-repo': 'paw5zx/Blog-discussion',
'data-repo-id': 'R_kgDOMnAVmg',
'data-category': 'Announcements',
'data-category-id': 'DIC_kwDOMnAVms4Ch3WS',
'data-mapping': 'pathname',
'data-strict': '1',
'data-reactions-enabled': '1',
'data-emit-metadata': '1',
'data-theme': 'preferred_color_scheme',
'data-lang': 'zh-CN',
'data-input-position': 'bottom',
'data-loading': 'lazy',
'crossorigin': 'anonymous',
'async': true
}

try {
Gitalk && new Gitalk({
clientID: 'Ov23lioP8sL5EBHULI3Q',
clientSecret: '52d80939a4bfce2567001e2c279230d72f7fd7ab',
repo: 'Blog-discussion',
owner: 'paw5zx',
admin: ['paw5zx'],
id: __gitalk__pathname,
language: 'zh-CN',
proxy: 'https://github.com/login/oauth/access_token'
}).render('gitalk-container');

} catch (e) {
window.Gitalk = null;
const giscusScript = document.createElement('script');
for (const key in giscusConfig) {
giscusScript.setAttribute(key, giscusConfig[key]);
}
document.getElementById('giscus-container').appendChild(giscusScript);
}

if ('true') {
const loadGitalkTimeout = setTimeout(() => {
loadGitalk();
clearTimeout(loadGitalkTimeout);
let loadGiscusTimeout = setTimeout(() => {
loadGiscus();
clearTimeout(loadGiscusTimeout);
}, 1000);
} else {
window.addEventListener('DOMContentLoaded', loadGitalk);
document.addEventListener('DOMContentLoaded', loadGiscus);
}
</script>





</div>
Expand Down Expand Up @@ -807,11 +803,11 @@ <h1 id="参考文章"><a href="#参考文章" class="headerlink" title="参考

<p class="post-count space-x-0.5">
<span>
38 篇文章
37 篇文章
</span>

<span>
共 42.9k
共 42.7k
</span>

</p>
Expand Down
66 changes: 31 additions & 35 deletions 2023/12/06/diamond-inherit/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ <h2 class="ml13">
<div class="label text-third-text-color text-sm">分类</div>
</a>
<a class="item tag-count-item flex flex-col justify-center items-center w-20" href="/archives">
<div class="number text-2xl sm:text-xl text-second-text-color font-semibold">38</div>
<div class="number text-2xl sm:text-xl text-second-text-color font-semibold">37</div>
<div class="label text-third-text-color text-sm">文章</div>
</a>
</div>
Expand Down Expand Up @@ -655,48 +655,44 @@ <h1 id="参考文章"><a href="#参考文章" class="headerlink" title="参考



<div id="gitalk-container"></div>
<script data-swup-reload-script
src="//cdn.staticfile.org/gitalk/1.8.0/gitalk.min.js"></script>
<script data-swup-reload-script>

function loadGitalk() {
let __gitalk__pathname = decodeURI(location.pathname);
const __gitalk__pathnameLength = __gitalk__pathname.length;
const __gitalk__pathnameMaxLength = 50;
if (__gitalk__pathnameLength > __gitalk__pathnameMaxLength) {
__gitalk__pathname = __gitalk__pathname.substring(0, __gitalk__pathnameMaxLength - 3) + '...';
<div id="giscus-container"></div>
<script data-swup-reload-script defer>
async function loadGiscus() {
const giscusConfig = {
'src': 'https://giscus.app/client.js',
'data-repo': 'paw5zx/Blog-discussion',
'data-repo-id': 'R_kgDOMnAVmg',
'data-category': 'Announcements',
'data-category-id': 'DIC_kwDOMnAVms4Ch3WS',
'data-mapping': 'pathname',
'data-strict': '1',
'data-reactions-enabled': '1',
'data-emit-metadata': '1',
'data-theme': 'preferred_color_scheme',
'data-lang': 'zh-CN',
'data-input-position': 'bottom',
'data-loading': 'lazy',
'crossorigin': 'anonymous',
'async': true
}

try {
Gitalk && new Gitalk({
clientID: 'Ov23lioP8sL5EBHULI3Q',
clientSecret: '52d80939a4bfce2567001e2c279230d72f7fd7ab',
repo: 'Blog-discussion',
owner: 'paw5zx',
admin: ['paw5zx'],
id: __gitalk__pathname,
language: 'zh-CN',
proxy: 'https://github.com/login/oauth/access_token'
}).render('gitalk-container');

} catch (e) {
window.Gitalk = null;
const giscusScript = document.createElement('script');
for (const key in giscusConfig) {
giscusScript.setAttribute(key, giscusConfig[key]);
}
document.getElementById('giscus-container').appendChild(giscusScript);
}

if ('true') {
const loadGitalkTimeout = setTimeout(() => {
loadGitalk();
clearTimeout(loadGitalkTimeout);
let loadGiscusTimeout = setTimeout(() => {
loadGiscus();
clearTimeout(loadGiscusTimeout);
}, 1000);
} else {
window.addEventListener('DOMContentLoaded', loadGitalk);
document.addEventListener('DOMContentLoaded', loadGiscus);
}
</script>





</div>
Expand Down Expand Up @@ -744,11 +740,11 @@ <h1 id="参考文章"><a href="#参考文章" class="headerlink" title="参考

<p class="post-count space-x-0.5">
<span>
38 篇文章
37 篇文章
</span>

<span>
共 42.9k
共 42.7k
</span>

</p>
Expand Down
66 changes: 31 additions & 35 deletions 2024/03/04/network-bridging/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ <h2 class="ml13">
<div class="label text-third-text-color text-sm">分类</div>
</a>
<a class="item tag-count-item flex flex-col justify-center items-center w-20" href="/archives">
<div class="number text-2xl sm:text-xl text-second-text-color font-semibold">38</div>
<div class="number text-2xl sm:text-xl text-second-text-color font-semibold">37</div>
<div class="label text-third-text-color text-sm">文章</div>
</a>
</div>
Expand Down Expand Up @@ -684,48 +684,44 @@ <h2 id="查看是否桥接成功"><a href="#查看是否桥接成功" class="hea



<div id="gitalk-container"></div>
<script data-swup-reload-script
src="//cdn.staticfile.org/gitalk/1.8.0/gitalk.min.js"></script>
<script data-swup-reload-script>

function loadGitalk() {
let __gitalk__pathname = decodeURI(location.pathname);
const __gitalk__pathnameLength = __gitalk__pathname.length;
const __gitalk__pathnameMaxLength = 50;
if (__gitalk__pathnameLength > __gitalk__pathnameMaxLength) {
__gitalk__pathname = __gitalk__pathname.substring(0, __gitalk__pathnameMaxLength - 3) + '...';
<div id="giscus-container"></div>
<script data-swup-reload-script defer>
async function loadGiscus() {
const giscusConfig = {
'src': 'https://giscus.app/client.js',
'data-repo': 'paw5zx/Blog-discussion',
'data-repo-id': 'R_kgDOMnAVmg',
'data-category': 'Announcements',
'data-category-id': 'DIC_kwDOMnAVms4Ch3WS',
'data-mapping': 'pathname',
'data-strict': '1',
'data-reactions-enabled': '1',
'data-emit-metadata': '1',
'data-theme': 'preferred_color_scheme',
'data-lang': 'zh-CN',
'data-input-position': 'bottom',
'data-loading': 'lazy',
'crossorigin': 'anonymous',
'async': true
}

try {
Gitalk && new Gitalk({
clientID: 'Ov23lioP8sL5EBHULI3Q',
clientSecret: '52d80939a4bfce2567001e2c279230d72f7fd7ab',
repo: 'Blog-discussion',
owner: 'paw5zx',
admin: ['paw5zx'],
id: __gitalk__pathname,
language: 'zh-CN',
proxy: 'https://github.com/login/oauth/access_token'
}).render('gitalk-container');

} catch (e) {
window.Gitalk = null;
const giscusScript = document.createElement('script');
for (const key in giscusConfig) {
giscusScript.setAttribute(key, giscusConfig[key]);
}
document.getElementById('giscus-container').appendChild(giscusScript);
}

if ('true') {
const loadGitalkTimeout = setTimeout(() => {
loadGitalk();
clearTimeout(loadGitalkTimeout);
let loadGiscusTimeout = setTimeout(() => {
loadGiscus();
clearTimeout(loadGiscusTimeout);
}, 1000);
} else {
window.addEventListener('DOMContentLoaded', loadGitalk);
document.addEventListener('DOMContentLoaded', loadGiscus);
}
</script>





</div>
Expand Down Expand Up @@ -773,11 +769,11 @@ <h2 id="查看是否桥接成功"><a href="#查看是否桥接成功" class="hea

<p class="post-count space-x-0.5">
<span>
38 篇文章
37 篇文章
</span>

<span>
共 42.9k
共 42.7k
</span>

</p>
Expand Down
Loading

0 comments on commit 0cfc4bd

Please sign in to comment.