-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
15 changed files
with
367 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -158,7 +158,9 @@ | |
|
||
</div> | ||
|
||
|
||
<p>[早安呐早安呐]</p> | ||
<p>第二个里程碑。</p> | ||
|
||
</div> | ||
</div> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -158,7 +158,9 @@ | |
|
||
</div> | ||
|
||
|
||
<p>[早安呐早安呐]</p> | ||
<p>Java 零基础的学习终于迎来了终结。<br>感谢老杜的陪伴!</p> | ||
|
||
</div> | ||
</div> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -158,7 +158,9 @@ | |
|
||
</div> | ||
|
||
|
||
<p>[早安呐早安呐]</p> | ||
<p>本章节暂且算是结束了,仍然会有回顾的时候。<br>超纲的内容以后会补齐的。</p> | ||
|
||
</div> | ||
</div> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -158,7 +158,9 @@ | |
|
||
</div> | ||
|
||
|
||
<p>[早安呐早安呐]</p> | ||
<p>人生第一个完整的 Java 项目。<br>对课程中的程序做了少许优化和改动。</p> | ||
|
||
</div> | ||
</div> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,268 @@ | ||
<!DOCTYPE html> | ||
<html lang="zh-cn"> | ||
<head> | ||
<meta charset="utf8" /> | ||
<meta name="viewport" content="initial-scale=1.0, width=device-width" /> | ||
<title> | ||
|
||
20241209 知识库搭建 | Dustbin | ||
|
||
</title> | ||
<meta name="description" content="" /> | ||
<meta name="keywords" content="" /> | ||
|
||
<link rel="apple-touch-icon" | ||
sizes="180x180" | ||
href="/Dustbin/images/apple-touch-icon.png" /> | ||
|
||
|
||
<link rel="icon" | ||
type="image/png" | ||
sizes="32x32" | ||
href="/Dustbin/images/favicon-32x32.png" /> | ||
|
||
|
||
<link rel="icon" | ||
type="image/png" | ||
sizes="16x16" | ||
href="/Dustbin/images/favicon-16x16.png" /> | ||
|
||
|
||
<link rel="mask-icon" | ||
href="/Dustbin/images/logo.svg" | ||
color="" /> | ||
|
||
|
||
|
||
|
||
<style> | ||
@font-face { | ||
font-family:sourceHanSerif; | ||
src: url(/Dustbin/font/normal.ttf); | ||
font-weight: normal; | ||
} | ||
</style> | ||
|
||
<style> | ||
@font-face { | ||
font-family:sourceHanSerif; | ||
src: url(/Dustbin/font/bold.ttf); | ||
font-weight: bold; | ||
} | ||
</style> | ||
|
||
|
||
|
||
<link rel="stylesheet" | ||
type="text/css" | ||
href='/Dustbin/css/layout.css' /> | ||
|
||
|
||
<link rel="stylesheet" type="text/css" href="/Dustbin/css/post.css"/> | ||
|
||
|
||
<meta name="generator" content="Hexo 7.3.0"></head> | ||
<body> | ||
|
||
<div id="search-mask" style="display:none"> | ||
<div class="search-main" id="search-main"> | ||
<div class="search__head"> | ||
<div class="search-form"> | ||
<svg t="1706347533072" | ||
class="icon" | ||
viewBox="0 0 1024 1024" | ||
version="1.1" | ||
xmlns="http://www.w3.org/2000/svg" | ||
p-id="7828" | ||
width="20" | ||
height="20"> | ||
<path d="M685.6 660.336l155.152 155.168a16 16 0 0 1 0 22.624l-11.312 11.328a16 16 0 0 1-22.624 0l-158.528-158.544a289.792 289.792 0 0 1-165.152 51.36C322.336 742.256 192 611.904 192 451.12 192 290.336 322.336 160 483.136 160c160.784 0 291.12 130.336 291.12 291.136 0 82.112-33.984 156.272-88.672 209.2z m-202.464 33.92c134.272 0 243.12-108.848 243.12-243.12C726.256 316.848 617.408 208 483.136 208 348.848 208 240 316.848 240 451.136c0 134.272 108.848 243.12 243.136 243.12z" fill="#000000" p-id="7829"> | ||
</path> | ||
</svg> | ||
<input id="search-input" placeholder="搜索文章"> | ||
<svg t="1706361500528" | ||
id="search-clear" | ||
class="icon" | ||
viewBox="0 0 1024 1024" | ||
version="1.1" | ||
xmlns="http://www.w3.org/2000/svg" | ||
p-id="4351" | ||
width="20" | ||
height="20"> | ||
<path d="M512 562.688l-264.2944 264.2944-50.688-50.688L461.312 512 197.0176 247.7056l50.688-50.688L512 461.312l264.2944-264.2944 50.688 50.688L562.688 512l264.2944 264.2944-50.688 50.688L512 562.688z" fill="#00" p-id="4352"> | ||
</path> | ||
</svg> | ||
</div> | ||
</div> | ||
<div class="search__body" id="search-result"></div> | ||
<div class="search__foot"></div> | ||
</div> | ||
</div> | ||
|
||
|
||
<div class="head"> | ||
<div class="nav"> | ||
<a href='/Dustbin/' class="nav-logo"> | ||
<img alt="logo" height="60px" width="60px" src="/Dustbin/images/logo.svg" /> | ||
</a> | ||
<input id="navBtn" type="checkbox" /> | ||
<div class="nav-right"> | ||
|
||
<div class="search-outer"> | ||
<div class="search" id="search-btn"> | ||
<svg t="1706347533072" | ||
class="icon" | ||
viewBox="0 0 1024 1024" | ||
version="1.1" | ||
xmlns="http://www.w3.org/2000/svg" | ||
p-id="7828" | ||
width="20" | ||
height="20"> | ||
<path d="M685.6 660.336l155.152 155.168a16 16 0 0 1 0 22.624l-11.312 11.328a16 16 0 0 1-22.624 0l-158.528-158.544a289.792 289.792 0 0 1-165.152 51.36C322.336 742.256 192 611.904 192 451.12 192 290.336 322.336 160 483.136 160c160.784 0 291.12 130.336 291.12 291.136 0 82.112-33.984 156.272-88.672 209.2z m-202.464 33.92c134.272 0 243.12-108.848 243.12-243.12C726.256 316.848 617.408 208 483.136 208 348.848 208 240 316.848 240 451.136c0 134.272 108.848 243.12 243.136 243.12z" fill="#000000" p-id="7829"> | ||
</path> | ||
</svg> | ||
<span>搜索</span> | ||
<span class="search-shortcut-key">Ctrl K</span> | ||
</div> | ||
</div> | ||
|
||
|
||
<div class="nav-menu"> | ||
|
||
<a class="nav-menu-item" href='/Dustbin/blog/'>博客</a> | ||
|
||
|
||
</div> | ||
</div> | ||
<label class="nav-btn" for="navBtn"></label> | ||
</div> | ||
</div> | ||
<div class="body"> | ||
|
||
<article class="post-content"> | ||
<div class="post-inner"> | ||
<div class="post-content__head"> | ||
<div class="post-title">20241209 知识库搭建</div> | ||
<div class="post-info"> | ||
|
||
<a href="/Dustbin/tags/%E5%BC%80%E5%A7%8B/" class="post-tag">#开始</a> | ||
|
||
|
||
<span class="post-date">2025-01-01</span> | ||
</div> | ||
</div> | ||
|
||
<div class="post-content__body"> | ||
|
||
<div class="post-gallery"> | ||
|
||
</div> | ||
|
||
<p>[早安呐早安呐]</p> | ||
<p>打算用一个硬盘装下目前所学的所有知识。<br>这只是一个起点。<br>采用了中国图书分类法作为知识的分类标准。<br>目前专攻 TP312-程序语言、算法语言。</p> | ||
|
||
</div> | ||
</div> | ||
|
||
<script src='https://unpkg.com/mermaid@latest/dist/mermaid.min.js'></script> | ||
<script> | ||
if (window.mermaid) { | ||
mermaid.initialize({"startOnload":true}); | ||
} | ||
</script> | ||
|
||
</article> | ||
<div class="post__foot"> | ||
|
||
<div class="post-nav"> | ||
|
||
<div class="post-nav-item-left"></div> | ||
|
||
<div class="vhr"></div> | ||
|
||
<a class="post-nav-item-right" href="/Dustbin/2024/11/23/20241123-%E6%95%B0%E6%8D%AE%E7%BB%93%E6%9E%84%E5%92%8C%E7%AE%97%E6%B3%95%E5%AE%8C%E6%88%90/"> | ||
<div class="text-align"> | ||
<span class="text-small">下一篇</span> | ||
<svg t="1670570876164" | ||
class="icon" | ||
viewBox="0 0 1024 1024" | ||
transform="scale(-1,-1)" | ||
width="16" | ||
height="16"> | ||
<path d="M384 512L731.733333 202.666667c17.066667-14.933333 19.2-42.666667 4.266667-59.733334-14.933333-17.066667-42.666667-19.2-59.733333-4.266666l-384 341.333333c-10.666667 8.533333-14.933333 19.2-14.933334 32s4.266667 23.466667 14.933334 32l384 341.333333c8.533333 6.4 19.2 10.666667 27.733333 10.666667 12.8 0 23.466667-4.266667 32-14.933333 14.933333-17.066667 14.933333-44.8-4.266667-59.733334L384 512z" p-id="14596" /> | ||
</svg> | ||
</div> | ||
20241123 数据结构和算法完成 | ||
</a> | ||
|
||
</div> | ||
|
||
|
||
|
||
</div> | ||
|
||
</div> | ||
<div class="foot"> | ||
<div class="foot-inner"> | ||
<div class="foot__head"> | ||
|
||
<div class="foot-line"> | ||
<div class="matts">稳</div><div class="matts">中</div><div class="matts">求</div><div class="matts">进</div> | ||
</div> | ||
|
||
<div class="foot-line"> | ||
<div class="matts">随</div><div class="matts">遇</div><div class="matts">而</div><div class="matts">安</div> | ||
</div> | ||
|
||
</div> | ||
<div class="foot__body"> | ||
|
||
|
||
<div class="foot-item"> | ||
<div class="foot-item__head">账号</div> | ||
<div class="foot-item__body"> | ||
|
||
<div class="text"> | ||
<img alt="link" height="20px" width="20px" src="/Dustbin/images/logo-github.svg" /> | ||
<a class="foot-link" target="_blank" rel="noopener" href="https://github.com/Jzy258">Github</a> | ||
</div> | ||
|
||
<div class="text"> | ||
<img alt="link" height="20px" width="20px" src="/Dustbin/images/logo-bilibili.svg" /> | ||
<a class="foot-link" target="_blank" rel="noopener" href="https://space.bilibili.com/435751246">Bilibili</a> | ||
</div> | ||
|
||
</div> | ||
</div> | ||
|
||
<div class="foot-item"> | ||
<div class="foot-item__head">联系</div> | ||
<div class="foot-item__body"> | ||
<div class="text"> | ||
<img alt="link" height="20px" width="20px" src="/Dustbin/images/icon/icon-email.svg" /> | ||
<a class="foot-link" href="mailto:[email protected]">[email protected]</a> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="copyright"> | ||
<a href="http://jzy258.github.io/Dustbin">Dustbin</a> | 由 <a target="_blank" rel="noopener" href="https://hexo.io/">Hexo</a> 及 | ||
<svg width="20" height="20" viewBox="0 0 725 725"> | ||
<path fill-rule="evenodd" fill="rgb(221, 221, 221)" d="M145.870,236.632 L396.955,103.578 L431.292,419.44 L156.600,522.53 L145.870,236.632 Z" /> | ||
<path fill-rule="evenodd" fill="rgb(159, 159, 159)" d="M396.955,103.578 L564.345,234.486 L611.558,513.469 L431.292,419.44 L396.955,103.578 Z" /> | ||
<path fill-rule="evenodd" fill="rgb(0, 0, 0)" d="M431.292,419.44 L611.558,513.469 L358.327,595.18 L156.600,522.53 L431.292,419.44 Z" /> | ||
</svg> | ||
<a target="_blank" rel="noopener" href="https://github.com/hooozen/hexo-theme-tranquility">致远</a> 驱动 | ||
</div> | ||
</div> | ||
</div> | ||
|
||
|
||
<script src="/Dustbin/js/search.js"></script> | ||
<script>searchInitialize("/Dustbin/search.json")</script> | ||
|
||
|
||
|
||
|
||
</body> | ||
</html> |
Oops, something went wrong.