-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtoc.html
More file actions
31 lines (29 loc) · 10.1 KB
/
Copy pathtoc.html
File metadata and controls
31 lines (29 loc) · 10.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<!DOCTYPE HTML>
<html lang="zh,en" class="light" dir="ltr">
<head>
<!-- sidebar iframe generated using mdBook
This is a frame, and not included directly in the page, to control the total size of the
book. The TOC contains an entry for each page, so if each page includes a copy of the TOC,
the total size of the page becomes O(n**2).
The frame is only used as a fallback when JS is turned off. When it's on, the sidebar is
instead added to the main page by `toc.js` instead. The JavaScript mode is better
because, when running in a `file:///` URL, the iframed page would not be Same-Origin as
the rest of the page, so the sidebar and the main page theme would fall out of sync.
-->
<meta charset="UTF-8">
<meta name="robots" content="noindex">
<!-- Custom HTML head -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="theme-color" content="#ffffff">
<link rel="stylesheet" href="css/variables-8adf115d.css">
<link rel="stylesheet" href="css/general-2459343d.css">
<link rel="stylesheet" href="css/chrome-ae938929.css">
<!-- Fonts -->
<link rel="stylesheet" href="fonts/fonts-9644e21d.css">
<!-- Custom theme stylesheets -->
<link rel="stylesheet" href="custom-e240e2d6.css">
</head>
<body class="sidebar-iframe-inner">
<ol class="chapter"><li class="chapter-item expanded "><li class="part-title">博客/Blogs</li></li><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="INTOR_BLOGS.html" target="_parent">主页</a></span></li><li class="chapter-item expanded "><li class="part-title">二零二六 年</li></li><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="blogs/2026-03-14-stp-format.html" target="_parent">STP 文件格式解析 (2026-03-14)</a></span></li><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="blogs/2026-01-28-bpf-learn.html" target="_parent">BPF 学习与实践 (2026-01-28)</a></span></li><li class="chapter-item expanded "><li class="spacer"></li></li><li class="chapter-item expanded "><li class="part-title">笔记本/Notes</li></li><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="INTRO_NOTES.html" target="_parent">INTRO</a></span></li><li class="chapter-item expanded "><li class="part-title">语言相关</li></li><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="notes/llvm/llvm.html" target="_parent">LLVM</a></span><ol class="section"><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="notes/llvm/clang.html" target="_parent">Clang</a></span></li></ol><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="notes/lang/cpp/cpp.html" target="_parent">C++</a></span><ol class="section"><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="notes/lang/cpp/cpp_17.html" target="_parent">C++ 17</a></span></li><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="notes/lang/cpp/cpp_idioms.html" target="_parent">C++ idioms</a></span></li><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="notes/lang/cpp/effective_modern_c++.html" target="_parent">Effective modern C++</a></span></li></ol><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="notes/lang/rust/rust.html" target="_parent">Rust</a></span></li><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="notes/lang/py/py.html" target="_parent">Python</a></span><ol class="section"><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="notes/lang/py/numpy.html" target="_parent">Numpy</a></span></li></ol><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="notes/lang/asm/asm.html" target="_parent">Asm</a></span></li><li class="chapter-item expanded "><li class="part-title">计算机相关</li></li><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="notes/lang/compilers/compiler_priciples.html" target="_parent">编译原理</a></span></li><li class="chapter-item expanded "><li class="part-title">算法</li></li><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="notes/algorithms/algorithms.html" target="_parent">Algorithms</a></span></li><li class="chapter-item expanded "><li class="part-title">数学</li></li><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="notes/math/en.html" target="_parent">无聊就学数学</a></span><ol class="section"><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="notes/math/linearalgebras.html" target="_parent">线性代数</a></span></li><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="notes/math/calculus.html" target="_parent">微积分</a></span></li><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="notes/math/statistics.html" target="_parent">统计基础</a></span></li></ol><li class="chapter-item expanded "><li class="part-title">Linux</li></li><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="notes/linux/linux.html" target="_parent">Linux</a></span><ol class="section"><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="notes/linux/kernel.html" target="_parent">Kernel</a></span></li><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="notes/linux/tlpi.html" target="_parent">Syscall</a></span></li><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="notes/linux/archlinux.html" target="_parent">Archlinux</a></span></li><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="notes/linux/io_uring.html" target="_parent">io_uring</a></span></li><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="notes/linux/kernel_sysadmin.html" target="_parent">Sys Admin</a></span></li><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="notes/linux/specs/xdg/xdg_specs.html" target="_parent">XDG</a></span></li><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="notes/linux/bpf.html" target="_parent">BPF</a></span></li></ol><li class="chapter-item expanded "><li class="part-title">工具</li></li><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="notes/tools/tools.html" target="_parent">Tools</a></span><ol class="section"><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="notes/tools/gnome.html" target="_parent">Gnome</a></span></li><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="notes/tools/flatpak.html" target="_parent">Flatpak</a></span></li><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="notes/tools/systemd.html" target="_parent">Systemd</a></span></li><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="notes/tools/xdg_utils.html" target="_parent">Xdg Utilities</a></span></li><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="notes/tools/qemu.html" target="_parent">QEMU</a></span><ol class="section"><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="notes/tools/qemu/qemu_kernel_debug.html" target="_parent">Kernel Qemu</a></span></li><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="notes/tools/qemu/qemu_os_dev.html" target="_parent">OS dev Qemu</a></span></li></ol><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="notes/tools/inkscape/inkscape.html" target="_parent">Inkscape</a></span></li><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="notes/tools/blender/blender.html" target="_parent">Blender</a></span></li><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="notes/android/android.html" target="_parent">Android</a></span></li></ol><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="notes/wayland/wayland.html" target="_parent">Wayland</a></span><ol class="section"><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="notes/wayland/wl_tips.html" target="_parent">Wayland Tips</a></span></li></ol><li class="chapter-item expanded "><li class="part-title">网络</li></li><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="notes/tools/wireshark/wireshark.html" target="_parent">Wireshark</a></span></li><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="notes/tools/wireshark/tcpdump.html" target="_parent">Tcpdump</a></span></li><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="notes/tools/wireshark/netstat.html" target="_parent">netstat</a></span></li><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="notes/tools/wireshark/ip.html" target="_parent">ip</a></span></li><li class="chapter-item expanded "><li class="part-title">娱乐</li></li><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="notes/tools/games/play.html" target="_parent">游戏</a></span></li><li class="chapter-item expanded "><li class="part-title">图形与音视频</li></li><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="notes/graphics/graphics.html" target="_parent">Graphics</a></span><ol class="section"><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="notes/graphics/webgpu/webgpu.html" target="_parent">Webgpu</a></span></li><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="notes/graphics/vulkan/vulkan.html" target="_parent">Vulkan</a></span><ol class="section"><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="notes/graphics/vulkan/vulkan_overview.html" target="_parent">Vulkan Overview</a></span></li></ol></li></ol><li class="chapter-item expanded "><span class="chapter-link-wrapper"><a href="notes/graphics/gstreamer.html" target="_parent">Gstreamer</a></span></li></ol>
</body>
</html>