-
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
Castor
authored and
Castor
committed
Feb 25, 2024
1 parent
7e8b946
commit 5cfd60f
Showing
18 changed files
with
444 additions
and
0 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,124 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8" /> | ||
<meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible" /> | ||
<meta | ||
name="viewport" | ||
content="width=device-width, initial-scale=1, maximum-scale=1" /> | ||
<title> | ||
404 Page not found | ||
</title> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<link | ||
href="/styles/screen.min.7beabc4f9d9bfe5b57c7a6c83ae4447e5f03bcb05196c65ca8202597024e45db.css" | ||
rel="stylesheet" | ||
media="screen" | ||
integrity="sha256-e+q8T52b/ltXx6bIOuREfl8DvLBRlsZcqCAllwJORds=" /> | ||
<link | ||
href="/styles/print.min.d18444d6ed86c4b57f446a2a0bf25716b1cf940c2ad149915f5bcae09d823c2b.css" | ||
rel="stylesheet" | ||
media="print" | ||
integrity="sha256-0YRE1u2GxLV/RGoqC/JXFrHPlAwq0UmRX1vK4J2CPCs=" /> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<script | ||
src="/js/index.ed8a1ec413a37196b7e82a66a93dc39e391c391bcac52504ae2eb3e53dfee78f.js" | ||
integrity="sha256-7YoexBOjcZa36CpmqT3DnjkcORvKxSUEri6z5T3+548=" | ||
defer></script> | ||
|
||
|
||
<style> | ||
[x-cloak] { | ||
display: none !important; | ||
} | ||
</style> | ||
</head> | ||
<body class="index" x-data="{ navOpen: false }" x-cloak> | ||
<a | ||
href="#" | ||
id="nav-button" | ||
@click="navOpen = !navOpen" | ||
:class="{'open': navOpen }"> | ||
<span> | ||
NAV | ||
<img src="/images/navbar.png" /> | ||
</span> | ||
</a> | ||
<div class="toc-wrapper" :class="{'open': navOpen }"> | ||
|
||
<img src="/images/CC.png" class="logo"/> | ||
|
||
|
||
<div class="search" x-data="searchController"> | ||
<input | ||
x-model.debounce.100ms="query" | ||
type="search" | ||
class="search" | ||
id="input-search" | ||
placeholder="Search" /> | ||
<ul | ||
class="search-results visible" | ||
x-show="results.length > 0" | ||
x-transition.duration.700ms> | ||
<template x-for="item in results"> | ||
<li> | ||
<a x-text="item.title" :href="`#${item.id}`"></a> | ||
</li> | ||
</template> | ||
</ul> | ||
</div> | ||
|
||
|
||
|
||
|
||
<ul class="toc-footer"> | ||
|
||
<li> | ||
<a href='https://3000ye.com'>3000ye Blog</a> | ||
</li> | ||
|
||
</ul> | ||
|
||
|
||
</div> | ||
<div class="page-wrapper"> | ||
<div class="dark-box"></div> | ||
<div class="content"> | ||
|
||
<h2>Page Not Found!</h2> | ||
|
||
</div> | ||
<div class="dark-box"> | ||
|
||
<div | ||
class="lang-selector" | ||
x-data="langController" | ||
x-init="initLangs([{"key":"cpp","name":"Method One"},{"key":"c","name":"Method Two"},{"key":"java","name":"Method Three"}])"> | ||
<template x-for="(tab, index) in tabs"> | ||
<a | ||
x-text="tab.name" | ||
:class="{ 'active': tab.active }" | ||
@click="changeLanguage(index)"></a> | ||
</template> | ||
</div> | ||
|
||
</div> | ||
</div> | ||
|
||
</body> | ||
</html> |
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,221 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta name="generator" content="Hugo 0.122.0"> | ||
<meta charset="utf-8" /> | ||
<meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible" /> | ||
<meta | ||
name="viewport" | ||
content="width=device-width, initial-scale=1, maximum-scale=1" /> | ||
<title> | ||
3000ye Code Blog | ||
</title> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<link | ||
href="/styles/screen.min.7beabc4f9d9bfe5b57c7a6c83ae4447e5f03bcb05196c65ca8202597024e45db.css" | ||
rel="stylesheet" | ||
media="screen" | ||
integrity="sha256-e+q8T52b/ltXx6bIOuREfl8DvLBRlsZcqCAllwJORds=" /> | ||
<link | ||
href="/styles/print.min.d18444d6ed86c4b57f446a2a0bf25716b1cf940c2ad149915f5bcae09d823c2b.css" | ||
rel="stylesheet" | ||
media="print" | ||
integrity="sha256-0YRE1u2GxLV/RGoqC/JXFrHPlAwq0UmRX1vK4J2CPCs=" /> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<script | ||
src="/js/index.ed8a1ec413a37196b7e82a66a93dc39e391c391bcac52504ae2eb3e53dfee78f.js" | ||
integrity="sha256-7YoexBOjcZa36CpmqT3DnjkcORvKxSUEri6z5T3+548=" | ||
defer></script> | ||
|
||
|
||
<style> | ||
[x-cloak] { | ||
display: none !important; | ||
} | ||
</style> | ||
</head> | ||
<body class="index" x-data="{ navOpen: false }" x-cloak> | ||
<a | ||
href="#" | ||
id="nav-button" | ||
@click="navOpen = !navOpen" | ||
:class="{'open': navOpen }"> | ||
<span> | ||
NAV | ||
<img src="/images/navbar.png" /> | ||
</span> | ||
</a> | ||
<div class="toc-wrapper" :class="{'open': navOpen }"> | ||
|
||
<img src="/images/CC.png" class="logo"/> | ||
|
||
|
||
<div class="search" x-data="searchController"> | ||
<input | ||
x-model.debounce.100ms="query" | ||
type="search" | ||
class="search" | ||
id="input-search" | ||
placeholder="Search" /> | ||
<ul | ||
class="search-results visible" | ||
x-show="results.length > 0" | ||
x-transition.duration.700ms> | ||
<template x-for="item in results"> | ||
<li> | ||
<a x-text="item.title" :href="`#${item.id}`"></a> | ||
</li> | ||
</template> | ||
</ul> | ||
</div> | ||
|
||
|
||
|
||
|
||
|
||
|
||
<ul | ||
id="toc" | ||
class="toc-list-h1" | ||
x-data="tocController" | ||
x-init="load([{"id":"linked-list","level":1,"sub":[{"id":"heading","level":2,"title":"第一题"},{"id":"heading-1","level":2,"sub":[],"title":"第二题"}],"title":"Linked List"},{"id":"stack","level":1,"sub":[{"sub":[]}],"title":"Stack"}])" | ||
@scroll.window="onScroll()"> | ||
|
||
<template x-for="row in rows"> | ||
<li> | ||
<a | ||
x-text="row.title" | ||
@click="click(row)" | ||
:href="`#${row.id}`" | ||
class="toc-link" | ||
x-bind="rowClass(row)"></a> | ||
|
||
<ul x-show="row.open" x-bind="transitions()" class="da-toc-list-h2"> | ||
<template x-for="row in row.sub"> | ||
<li> | ||
<a | ||
x-text="row.title" | ||
@click="click(row)" | ||
:href="`#${row.id}`" | ||
class="toc-link" | ||
x-bind="rowClass(row)"></a> | ||
|
||
<ul | ||
x-show="row.open" | ||
x-bind="transitions()" | ||
class="toc-list-h3"> | ||
<template x-for="row in row.sub"> | ||
<li> | ||
<a | ||
x-text="row.title" | ||
@click="click(row)" | ||
:href="`#${row.id}`" | ||
class="toc-link" | ||
x-bind="rowClass(row)"></a> | ||
</li> | ||
</template> | ||
</ul> | ||
|
||
</li> | ||
</template> | ||
</ul> | ||
|
||
</li> | ||
</template> | ||
</ul> | ||
|
||
|
||
|
||
<ul class="toc-footer"> | ||
|
||
<li> | ||
<a href='https://3000ye.com'>3000ye Blog</a> | ||
</li> | ||
|
||
</ul> | ||
|
||
|
||
</div> | ||
<div class="page-wrapper"> | ||
<div class="dark-box"></div> | ||
<div class="content"> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<h1 id="linked-list">Linked List</h1> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<h2 id="heading">第一题</h2> | ||
<div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-cpp" data-lang="cpp"><span style="display:flex;"><span>xxx | ||
</span></span></code></pre></div><div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-c" data-lang="c"><span style="display:flex;"><span>xxxxxx | ||
</span></span></code></pre></div><div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-java" data-lang="java"><span style="display:flex;"><span>xx | ||
</span></span></code></pre></div> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<h2 id="heading-1">第二题</h2> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<h1 id="stack">Stack</h1> | ||
|
||
|
||
|
||
</div> | ||
<div class="dark-box"> | ||
|
||
<div | ||
class="lang-selector" | ||
x-data="langController" | ||
x-init="initLangs([{"key":"cpp","name":"Method One"},{"key":"c","name":"Method Two"},{"key":"java","name":"Method Three"}])"> | ||
<template x-for="(tab, index) in tabs"> | ||
<a | ||
x-text="tab.name" | ||
:class="{ 'active': tab.active }" | ||
@click="changeLanguage(index)"></a> | ||
</template> | ||
</div> | ||
|
||
</div> | ||
</div> | ||
|
||
</body> | ||
</html> |
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,18 @@ | ||
<?xml version="1.0" encoding="utf-8" standalone="yes"?> | ||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> | ||
<channel> | ||
<title>3000ye Code Blog</title> | ||
<link>http://code.3000ye.com/</link> | ||
<description>Recent content on 3000ye Code Blog</description> | ||
<generator>Hugo -- gohugo.io</generator> | ||
<language>en</language> | ||
<atom:link href="http://code.3000ye.com/index.xml" rel="self" type="application/rss+xml" /> | ||
<item> | ||
<title>LeetCode</title> | ||
<link>http://code.3000ye.com/leetcode/</link> | ||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate> | ||
<guid>http://code.3000ye.com/leetcode/</guid> | ||
<description> Linked List 第一题 xxx xxxxxx xx 第二题 Stack </description> | ||
</item> | ||
</channel> | ||
</rss> |
56 changes: 56 additions & 0 deletions
56
js/index.ed8a1ec413a37196b7e82a66a93dc39e391c391bcac52504ae2eb3e53dfee78f.js
Large diffs are not rendered by default.
Oops, something went wrong.
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,9 @@ | ||
<?xml version="1.0" encoding="utf-8" standalone="yes"?> | ||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" | ||
xmlns:xhtml="http://www.w3.org/1999/xhtml"> | ||
<url> | ||
<loc>http://code.3000ye.com/leetcode/</loc> | ||
</url><url> | ||
<loc>http://code.3000ye.com/</loc> | ||
</url> | ||
</urlset> |
1 change: 1 addition & 0 deletions
1
styles/print.min.d18444d6ed86c4b57f446a2a0bf25716b1cf940c2ad149915f5bcae09d823c2b.css
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.