-
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
16 changed files
with
2,054 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,283 @@ | ||
<!DOCTYPE html> | ||
<html lang="zh-cn"> | ||
<head> | ||
<meta charset="utf8" /> | ||
<meta name="viewport" content="initial-scale=1.0, width=device-width" /> | ||
<title> | ||
|
||
Java零基础(上部)结束 | 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">Java零基础(上部)结束</div> | ||
<div class="post-info"> | ||
|
||
<a href="/Dustbin/tags/Java/" class="post-tag">#Java</a><a href="/Dustbin/tags/%E7%BC%96%E7%A8%8B/" class="post-tag">#编程</a> | ||
|
||
|
||
<span class="post-date">2024-07-20</span> | ||
</div> | ||
</div> | ||
|
||
<div class="post-content__body"> | ||
|
||
<div class="post-gallery"> | ||
|
||
</div> | ||
|
||
|
||
</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"> | ||
|
||
<a class="post-nav-item-left" href="/Dustbin/2024/07/29/20240729-%E3%82%A2%E3%83%AA%E3%82%B9%E3%81%AE%E5%BE%8C%E6%97%A5%E8%AB%87-%E4%B9%90%E9%98%9F%E6%88%90%E7%AB%8B%EF%BC%81/"> | ||
<div class="text-align"> | ||
<svg t="1670570876164" | ||
class="icon" | ||
viewBox="0 0 1024 1024" | ||
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> | ||
<span class="text-small">上一篇</span> | ||
</div> | ||
<div>アリスの後日談 乐队成立!</div> | ||
</a> | ||
|
||
<div class="vhr"></div> | ||
|
||
<div class="post-nav-item-right"></div> | ||
|
||
</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/icon/icon-link.svg" /> | ||
<a class="foot-link" target="_blank" rel="noopener" href="https://github.com/hooozen/hexo-theme-tranquility">Hexo Tranquility 博客主题</a> | ||
</div> | ||
|
||
<div class="text"> | ||
<img alt="link" height="20px" width="20px" src="/Dustbin/images/icon/icon-link+.svg" /> | ||
<a class="foot-link" | ||
href="mailto:[email protected]?subject=%E7%94%B3%E8%AF%B7%20Hozen.site%20%E7%9A%84%E5%8F%8B%E9%93%BE%E4%BD%8D%E7%BD%AE"> | ||
申请友链</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/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.