diff --git a/404.html b/404.html index 66abcc7..36d883e 100644 --- a/404.html +++ b/404.html @@ -35,11 +35,11 @@ - + - + @@ -162,9 +162,9 @@ - + - + @@ -306,6 +306,6 @@ - + diff --git a/IKEA-ASM-Dataset/index.html b/IKEA-ASM-Dataset/index.html index 7a25563..97ccafe 100644 --- a/IKEA-ASM-Dataset/index.html +++ b/IKEA-ASM-Dataset/index.html @@ -43,11 +43,11 @@ The IKEA ASM Dataset: Und,"> - + - + @@ -263,7 +263,7 @@ The IKEA ASM Dataset: Und,">

目录

-
  1. 1. 简介
  2. 2. 总结
    1. 2.1. 数据集
    2. 2.2. 基准
      1. 2.2.1. Action recognition
      2. 2.2.2. Multi-view and multi-modal action recognition
      3. 2.2.3. Instance segmentation
      4. 2.2.4. Multiple furniture part tracking
      5. 2.2.5. Human pose
+
  1. 1. 简介
  2. 2. 总结
    1. 2.1. 数据集
    2. 2.2. 基准
      1. 2.2.1. Action recognition
      2. 2.2.2. Multi-view and multi-modal action recognition
      3. 2.2.3. Instance segmentation
      4. 2.2.4. Multiple furniture part tracking
      5. 2.2.5. Human pose
@@ -360,9 +360,9 @@ The IKEA ASM Dataset: Und,"> - + - + @@ -504,6 +504,6 @@ The IKEA ASM Dataset: Und,"> - + diff --git a/SVD-for-homogeneous-linear-equation/index.html b/SVD-for-homogeneous-linear-equation/index.html index 785dcd4..5fce18e 100644 --- a/SVD-for-homogeneous-linear-equation/index.html +++ b/SVD-for-homogeneous-linear-equation/index.html @@ -38,11 +38,11 @@ - + - + @@ -267,7 +267,7 @@ $$

目录

-
  1. 1. 矩阵有何意义
  2. 2. SVD到底干了什么
  3. 3. 所以如何理解
+
  1. 1. 矩阵有何意义
  2. 2. SVD到底干了什么
  3. 3. 所以如何理解
@@ -364,9 +364,9 @@ $$

- + - + @@ -508,6 +508,6 @@ $$

- + diff --git a/acrylic-not-working/index.html b/acrylic-not-working/index.html index e71bd62..ed4e7f3 100644 --- a/acrylic-not-working/index.html +++ b/acrylic-not-working/index.html @@ -39,11 +39,11 @@ - + - + @@ -313,9 +313,9 @@ - + - + @@ -457,6 +457,6 @@ - + diff --git a/anu-comp2310-assignment1/index.html b/anu-comp2310-assignment1/index.html index f878536..9d6fbf6 100644 --- a/anu-comp2310-assignment1/index.html +++ b/anu-comp2310-assignment1/index.html @@ -43,11 +43,11 @@ - + - + @@ -562,7 +562,7 @@ $$

目录

-
  1. 1. 前言
  2. 2. 问题
  3. 3. 分析
  4. 4. 实现
    1. 4.1. Stage A&B
      1. 4.1.1. 基本程序结构(Basic Program Structure)
      2. 4.1.2. 消息结构(Message Structure)
      3. 4.1.3. 中央控制(Central Control)
      4. 4.1.4. 能量球位置估计(Energy Globe Position Estimation)
      5. 4.1.5. 充电决策(Charge Determination)
      6. 4.1.6. 半径决策(Radius Determination)
      7. 4.1.7. 使用当前能量优化半径(Radius Optimization With Current Charge)
      8. 4.1.8. 一个解决碰撞的机制(A Solution To Collision)
    2. 4.2. Stage C
      1. 4.2.1. 多个能量球决策(Multiple Energy Globes Decision)
        1. 4.2.1.1. 1. 车发现了两个以上能量球
        2. 4.2.1.2. 2. 车从别的车获得的信息中有新的能量球
      2. 4.2.2. 使用旋转优化(Optimization With Rotation)
      3. 4.2.3. 自动半径适应(Automatic Radius Adaptation)
    3. 4.3. Stage D
      1. 4.3.1. 共识算法(Consensus Algorithm)[1]
  5. 5. 结果[2]
    1. 5.1. 截图
    2. 5.2. Stage A&B(Single_Globe_In_Orbit)
    3. 5.3. Stage C(Random_Globes_In_Orbits)
    4. 5.4. Stage D(Random_Globes_In_Orbits)
  6. 6. 感谢
+
  1. 1. 前言
  2. 2. 问题
  3. 3. 分析
  4. 4. 实现
    1. 4.1. Stage A&B
      1. 4.1.1. 基本程序结构(Basic Program Structure)
      2. 4.1.2. 消息结构(Message Structure)
      3. 4.1.3. 中央控制(Central Control)
      4. 4.1.4. 能量球位置估计(Energy Globe Position Estimation)
      5. 4.1.5. 充电决策(Charge Determination)
      6. 4.1.6. 半径决策(Radius Determination)
      7. 4.1.7. 使用当前能量优化半径(Radius Optimization With Current Charge)
      8. 4.1.8. 一个解决碰撞的机制(A Solution To Collision)
    2. 4.2. Stage C
      1. 4.2.1. 多个能量球决策(Multiple Energy Globes Decision)
        1. 4.2.1.1. 1. 车发现了两个以上能量球
        2. 4.2.1.2. 2. 车从别的车获得的信息中有新的能量球
      2. 4.2.2. 使用旋转优化(Optimization With Rotation)
      3. 4.2.3. 自动半径适应(Automatic Radius Adaptation)
    3. 4.3. Stage D
      1. 4.3.1. 共识算法(Consensus Algorithm)[1]
  5. 5. 结果[2]
    1. 5.1. 截图
    2. 5.2. Stage A&B(Single_Globe_In_Orbit)
    3. 5.3. Stage C(Random_Globes_In_Orbits)
    4. 5.4. Stage D(Random_Globes_In_Orbits)
  6. 6. 感谢
@@ -659,9 +659,9 @@ $$

- + - + @@ -803,6 +803,6 @@ $$

- + diff --git a/archives/2020/01/index.html b/archives/2020/01/index.html index 229623b..125fee5 100644 --- a/archives/2020/01/index.html +++ b/archives/2020/01/index.html @@ -35,11 +35,11 @@ - + - + @@ -528,9 +528,9 @@ Sys.setenv(LANG="en") - + - + @@ -672,6 +672,6 @@ Sys.setenv(LANG="en") - + diff --git a/archives/2020/02/index.html b/archives/2020/02/index.html index 81317e8..e3a1164 100644 --- a/archives/2020/02/index.html +++ b/archives/2020/02/index.html @@ -35,11 +35,11 @@ - + - + @@ -528,9 +528,9 @@ Sys.setenv(LANG="en") - + - + @@ -672,6 +672,6 @@ Sys.setenv(LANG="en") - + diff --git a/archives/2020/05/index.html b/archives/2020/05/index.html index dfdfed5..967920f 100644 --- a/archives/2020/05/index.html +++ b/archives/2020/05/index.html @@ -35,11 +35,11 @@ - + - + @@ -528,9 +528,9 @@ Sys.setenv(LANG="en") - + - + @@ -672,6 +672,6 @@ Sys.setenv(LANG="en") - + diff --git a/archives/2020/06/index.html b/archives/2020/06/index.html index 6e49a0a..026ac37 100644 --- a/archives/2020/06/index.html +++ b/archives/2020/06/index.html @@ -35,11 +35,11 @@ - + - + @@ -528,9 +528,9 @@ Sys.setenv(LANG="en") - + - + @@ -672,6 +672,6 @@ Sys.setenv(LANG="en") - + diff --git a/archives/2020/10/index.html b/archives/2020/10/index.html index 5ce4a4b..b37e80d 100644 --- a/archives/2020/10/index.html +++ b/archives/2020/10/index.html @@ -35,11 +35,11 @@ - + - + @@ -528,9 +528,9 @@ Sys.setenv(LANG="en") - + - + @@ -672,6 +672,6 @@ Sys.setenv(LANG="en") - + diff --git a/archives/2020/index.html b/archives/2020/index.html index b989b02..4d60790 100644 --- a/archives/2020/index.html +++ b/archives/2020/index.html @@ -35,11 +35,11 @@ - + - + @@ -528,9 +528,9 @@ Sys.setenv(LANG="en") - + - + @@ -672,6 +672,6 @@ Sys.setenv(LANG="en") - + diff --git a/archives/2020/page/2/index.html b/archives/2020/page/2/index.html index b989b02..4d60790 100644 --- a/archives/2020/page/2/index.html +++ b/archives/2020/page/2/index.html @@ -35,11 +35,11 @@ - + - + @@ -528,9 +528,9 @@ Sys.setenv(LANG="en") - + - + @@ -672,6 +672,6 @@ Sys.setenv(LANG="en") - + diff --git a/archives/index.html b/archives/index.html index 2fd1334..cc294d2 100644 --- a/archives/index.html +++ b/archives/index.html @@ -35,11 +35,11 @@ - + - + @@ -528,9 +528,9 @@ Sys.setenv(LANG="en") - + - + @@ -672,6 +672,6 @@ Sys.setenv(LANG="en") - + diff --git a/archives/page/2/index.html b/archives/page/2/index.html index 2fd1334..cc294d2 100644 --- a/archives/page/2/index.html +++ b/archives/page/2/index.html @@ -35,11 +35,11 @@ - + - + @@ -528,9 +528,9 @@ Sys.setenv(LANG="en") - + - + @@ -672,6 +672,6 @@ Sys.setenv(LANG="en") - + diff --git a/beauty-is-productivity-windows-terminal/index.html b/beauty-is-productivity-windows-terminal/index.html index ccd1383..c6cc901 100644 --- a/beauty-is-productivity-windows-terminal/index.html +++ b/beauty-is-productivity-windows-terminal/index.html @@ -40,11 +40,11 @@ - + - + @@ -380,7 +380,7 @@

目录

-
  1. 1. 回顾
  2. 2. 下载&安装
    1. 2.1. 方法 1: 通过 Windows Store
    2. 2.2. 方法 2: 通过 Github
    3. 2.3. 方法 3: 通过 Scoop
  3. 3. 配置
    1. 3.1. 主题
    2. 3.2. 字体
  4. 4. PowerShell Core
    1. 4.1. oh-my-posh
    2. 4.2. z
  5. 5. Linux or Windows Subsystem for Linux
    1. 5.1. ohmyzsh
      1. 5.1.1. z(内置)
      2. 5.1.2. git(内置)
      3. 5.1.3. sudo(内置)
      4. 5.1.4. extract(内置)
      5. 5.1.5. zsh-autosuggestions
      6. 5.1.6. zsh-syntax-highlighting
    2. 5.2. dircolors
  6. 6. 推荐阅读
+
  1. 1. 回顾
  2. 2. 下载&安装
    1. 2.1. 方法 1: 通过 Windows Store
    2. 2.2. 方法 2: 通过 Github
    3. 2.3. 方法 3: 通过 Scoop
  3. 3. 配置
    1. 3.1. 主题
    2. 3.2. 字体
  4. 4. PowerShell Core
    1. 4.1. oh-my-posh
    2. 4.2. z
  5. 5. Linux or Windows Subsystem for Linux
    1. 5.1. ohmyzsh
      1. 5.1.1. z(内置)
      2. 5.1.2. git(内置)
      3. 5.1.3. sudo(内置)
      4. 5.1.4. extract(内置)
      5. 5.1.5. zsh-autosuggestions
      6. 5.1.6. zsh-syntax-highlighting
    2. 5.2. dircolors
  6. 6. 推荐阅读
@@ -477,9 +477,9 @@ - + - + @@ -621,6 +621,6 @@ - + diff --git a/categories/DevOps/index.html b/categories/DevOps/index.html index f507dfd..43af67f 100644 --- a/categories/DevOps/index.html +++ b/categories/DevOps/index.html @@ -35,11 +35,11 @@ - + - + @@ -349,9 +349,9 @@ - + - + @@ -493,6 +493,6 @@ - + diff --git a/categories/Idea/index.html b/categories/Idea/index.html index 73e905a..7d938ae 100644 --- a/categories/Idea/index.html +++ b/categories/Idea/index.html @@ -35,11 +35,11 @@ - + - + @@ -290,9 +290,9 @@ cos\theta & sin\theta \\\
- + - + @@ -434,6 +434,6 @@ cos\theta & sin\theta \\\
- + diff --git a/categories/Internship/index.html b/categories/Internship/index.html index 866e6a5..194cdfd 100644 --- a/categories/Internship/index.html +++ b/categories/Internship/index.html @@ -35,11 +35,11 @@ - + - + @@ -351,9 +351,9 @@ - + - + @@ -495,6 +495,6 @@ - + diff --git a/categories/Paper-Review/index.html b/categories/Paper-Review/index.html index 5d1cf4f..8910986 100644 --- a/categories/Paper-Review/index.html +++ b/categories/Paper-Review/index.html @@ -35,11 +35,11 @@ - + - + @@ -309,9 +309,9 @@ - + - + @@ -453,6 +453,6 @@ - + diff --git a/categories/Personal/index.html b/categories/Personal/index.html index 241d736..0e0cb85 100644 --- a/categories/Personal/index.html +++ b/categories/Personal/index.html @@ -35,11 +35,11 @@ - + - + @@ -292,9 +292,9 @@ - + - + @@ -436,6 +436,6 @@ - + diff --git a/categories/Productivity/index.html b/categories/Productivity/index.html index 3e55cca..d3905d5 100644 --- a/categories/Productivity/index.html +++ b/categories/Productivity/index.html @@ -35,11 +35,11 @@ - + - + @@ -468,9 +468,9 @@ - + - + @@ -612,6 +612,6 @@ - + diff --git a/categories/Study/index.html b/categories/Study/index.html index e24282d..675496a 100644 --- a/categories/Study/index.html +++ b/categories/Study/index.html @@ -35,11 +35,11 @@ - + - + @@ -293,9 +293,9 @@ - + - + @@ -437,6 +437,6 @@ - + diff --git a/categories/Workaround/index.html b/categories/Workaround/index.html index 2bf1390..2927db7 100644 --- a/categories/Workaround/index.html +++ b/categories/Workaround/index.html @@ -35,11 +35,11 @@ - + - + @@ -409,9 +409,9 @@ $$ - + - + @@ -553,6 +553,6 @@ $$ - + diff --git a/categories/index.html b/categories/index.html index d892383..d77890b 100644 --- a/categories/index.html +++ b/categories/index.html @@ -35,11 +35,11 @@ - + - + @@ -162,9 +162,9 @@ - + - + @@ -306,6 +306,6 @@ - + diff --git a/hello-world/index.html b/hello-world/index.html index 954594c..e48bb1e 100644 --- a/hello-world/index.html +++ b/hello-world/index.html @@ -39,11 +39,11 @@ - + - + @@ -309,9 +309,9 @@ - + - + @@ -453,6 +453,6 @@ - + diff --git a/index.html b/index.html index 1a0a6be..bccb853 100644 --- a/index.html +++ b/index.html @@ -35,11 +35,11 @@ - + - + @@ -821,9 +821,9 @@ cos\theta & sin\theta \\\
- + - + @@ -965,6 +965,6 @@ cos\theta & sin\theta \\\
- + diff --git a/inspur-internship/index.html b/inspur-internship/index.html index 85dc6a7..487103a 100644 --- a/inspur-internship/index.html +++ b/inspur-internship/index.html @@ -40,11 +40,11 @@ - + - + @@ -395,7 +395,7 @@ set(LIBRARY_OUTPUT_PATH ${CMAKE_BINARY_DIR}/lib/)

目录

-
  1. 1. 前言
  2. 2. CppMicroServices
  3. 3. CLion
  4. 4. CMake
    1. 4.1. 常见编译器
    2. 4.2. 常见构建工具
    3. 4.3. CMake 常用指令
    4. 4.4. Makefile
    5. 4.5. CMakeLists.txt
  5. 5. Vcpkg
  6. 6. Poco
  7. 7. Linux
  8. 8. MSYS2
  9. 9. 感谢
+
  1. 1. 前言
  2. 2. CppMicroServices
  3. 3. CLion
  4. 4. CMake
    1. 4.1. 常见编译器
    2. 4.2. 常见构建工具
    3. 4.3. CMake 常用指令
    4. 4.4. Makefile
    5. 4.5. CMakeLists.txt
  5. 5. Vcpkg
  6. 6. Poco
  7. 7. Linux
  8. 8. MSYS2
  9. 9. 感谢
@@ -492,9 +492,9 @@ set(LIBRARY_OUTPUT_PATH ${CMAKE_BINARY_DIR}/lib/) - + - + @@ -636,6 +636,6 @@ set(LIBRARY_OUTPUT_PATH ${CMAKE_BINARY_DIR}/lib/) - + diff --git a/inspur-ip-guard-uninstallation/index.html b/inspur-ip-guard-uninstallation/index.html index 1a0240e..edf4a4d 100644 --- a/inspur-ip-guard-uninstallation/index.html +++ b/inspur-ip-guard-uninstallation/index.html @@ -42,11 +42,11 @@ - + - + @@ -320,7 +320,7 @@ C:\WINDOWS\SysWOW64\drivers

目录

-
  1. 1. 前言
  2. 2. 发现
  3. 3. 处理
    1. 3.1. 1. 进入 WinPE
    2. 3.2. 2. 到系统盘中删除对应的所有文件
    3. 3.3. 3. 重启
  4. 4. 想法
+
  1. 1. 前言
  2. 2. 发现
  3. 3. 处理
    1. 3.1. 1. 进入 WinPE
    2. 3.2. 2. 到系统盘中删除对应的所有文件
    3. 3.3. 3. 重启
  4. 4. 想法
@@ -417,9 +417,9 @@ C:\WINDOWS\SysWOW64\drivers - + - + @@ -561,6 +561,6 @@ C:\WINDOWS\SysWOW64\drivers - + diff --git a/jenkins-update-solution-inside-gfw/index.html b/jenkins-update-solution-inside-gfw/index.html index 38fc766..32d113b 100644 --- a/jenkins-update-solution-inside-gfw/index.html +++ b/jenkins-update-solution-inside-gfw/index.html @@ -39,11 +39,11 @@ - + - + @@ -239,7 +239,7 @@

目录

-
  1. 1. 前言
  2. 2. 原因
  3. 3. 解决方案
    1. 3.1. 方案 1 使用 nginx 重定向
    2. 3.2. 方案 2 自己搭建 Jenkins Update Center
+
  1. 1. 前言
  2. 2. 原因
  3. 3. 解决方案
    1. 3.1. 方案 1 使用 nginx 重定向
    2. 3.2. 方案 2 自己搭建 Jenkins Update Center
@@ -336,9 +336,9 @@ - + - + @@ -480,6 +480,6 @@ - + diff --git a/kinsing-virus/index.html b/kinsing-virus/index.html index dd66c57..de753cb 100644 --- a/kinsing-virus/index.html +++ b/kinsing-virus/index.html @@ -39,11 +39,11 @@ - + - + @@ -241,7 +241,7 @@

目录

-
  1. 1. 前言
  2. 2. 发现
  3. 3. 处理
  4. 4. 小想法
+
  1. 1. 前言
  2. 2. 发现
  3. 3. 处理
  4. 4. 小想法
@@ -338,9 +338,9 @@ - + - + @@ -482,6 +482,6 @@ - + diff --git a/multiline-equation-in-hexo/index.html b/multiline-equation-in-hexo/index.html index 9f7f03c..9a9282a 100644 --- a/multiline-equation-in-hexo/index.html +++ b/multiline-equation-in-hexo/index.html @@ -41,11 +41,11 @@ $$ - + - + @@ -340,9 +340,9 @@ $$ - + - + @@ -484,6 +484,6 @@ $$ - + diff --git a/page/2/index.html b/page/2/index.html index f817f44..f841eb6 100644 --- a/page/2/index.html +++ b/page/2/index.html @@ -35,11 +35,11 @@ - + - + @@ -579,9 +579,9 @@ - + - + @@ -723,6 +723,6 @@ - + diff --git a/rattle-change-language/index.html b/rattle-change-language/index.html index 118445d..6933bd4 100644 --- a/rattle-change-language/index.html +++ b/rattle-change-language/index.html @@ -41,11 +41,11 @@ - + - + @@ -315,9 +315,9 @@ - + - + @@ -459,6 +459,6 @@ - + diff --git a/tags/ANU/index.html b/tags/ANU/index.html index 5d29cde..017193c 100644 --- a/tags/ANU/index.html +++ b/tags/ANU/index.html @@ -35,11 +35,11 @@ - + - + @@ -357,9 +357,9 @@ - + - + @@ -501,6 +501,6 @@ - + diff --git a/tags/Ada/index.html b/tags/Ada/index.html index 415405f..75082ac 100644 --- a/tags/Ada/index.html +++ b/tags/Ada/index.html @@ -35,11 +35,11 @@ - + - + @@ -294,9 +294,9 @@ - + - + @@ -438,6 +438,6 @@ - + diff --git a/tags/CV/index.html b/tags/CV/index.html index 062dcba..1fbafe2 100644 --- a/tags/CV/index.html +++ b/tags/CV/index.html @@ -35,11 +35,11 @@ - + - + @@ -310,9 +310,9 @@ - + - + @@ -454,6 +454,6 @@ - + diff --git a/tags/Cpp/index.html b/tags/Cpp/index.html index 098c01e..638f63e 100644 --- a/tags/Cpp/index.html +++ b/tags/Cpp/index.html @@ -35,11 +35,11 @@ - + - + @@ -293,9 +293,9 @@ - + - + @@ -437,6 +437,6 @@ - + diff --git a/tags/Dataset/index.html b/tags/Dataset/index.html index b1fac39..644e191 100644 --- a/tags/Dataset/index.html +++ b/tags/Dataset/index.html @@ -35,11 +35,11 @@ - + - + @@ -310,9 +310,9 @@ - + - + @@ -454,6 +454,6 @@ - + diff --git a/tags/Docker/index.html b/tags/Docker/index.html index 26f908e..a8edb1d 100644 --- a/tags/Docker/index.html +++ b/tags/Docker/index.html @@ -35,11 +35,11 @@ - + - + @@ -296,9 +296,9 @@ - + - + @@ -440,6 +440,6 @@ - + diff --git a/tags/Javascript/index.html b/tags/Javascript/index.html index 15a2db6..c18e801 100644 --- a/tags/Javascript/index.html +++ b/tags/Javascript/index.html @@ -35,11 +35,11 @@ - + - + @@ -301,9 +301,9 @@ - + - + @@ -445,6 +445,6 @@ - + diff --git a/tags/Linux/index.html b/tags/Linux/index.html index e9b7106..be5b92b 100644 --- a/tags/Linux/index.html +++ b/tags/Linux/index.html @@ -35,11 +35,11 @@ - + - + @@ -405,9 +405,9 @@ - + - + @@ -549,6 +549,6 @@ - + diff --git a/tags/Markdown/index.html b/tags/Markdown/index.html index d9156c7..cb3e9c8 100644 --- a/tags/Markdown/index.html +++ b/tags/Markdown/index.html @@ -35,11 +35,11 @@ - + - + @@ -355,9 +355,9 @@ $$ - + - + @@ -499,6 +499,6 @@ $$ - + diff --git a/tags/Open-Source/index.html b/tags/Open-Source/index.html index 67303fb..6fc5c90 100644 --- a/tags/Open-Source/index.html +++ b/tags/Open-Source/index.html @@ -35,11 +35,11 @@ - + - + @@ -355,9 +355,9 @@ - + - + @@ -499,6 +499,6 @@ - + diff --git a/tags/Others/index.html b/tags/Others/index.html index bcb541e..bdf237d 100644 --- a/tags/Others/index.html +++ b/tags/Others/index.html @@ -35,11 +35,11 @@ - + - + @@ -293,9 +293,9 @@ - + - + @@ -437,6 +437,6 @@ - + diff --git a/tags/R/index.html b/tags/R/index.html index 1d2f773..21a5133 100644 --- a/tags/R/index.html +++ b/tags/R/index.html @@ -35,11 +35,11 @@ - + - + @@ -293,9 +293,9 @@ - + - + @@ -437,6 +437,6 @@ - + diff --git a/tags/Shell/index.html b/tags/Shell/index.html index bb801e4..1694557 100644 --- a/tags/Shell/index.html +++ b/tags/Shell/index.html @@ -35,11 +35,11 @@ - + - + @@ -296,9 +296,9 @@ - + - + @@ -440,6 +440,6 @@ - + diff --git a/tags/Terminal/index.html b/tags/Terminal/index.html index 9a6878e..cbb3678 100644 --- a/tags/Terminal/index.html +++ b/tags/Terminal/index.html @@ -35,11 +35,11 @@ - + - + @@ -296,9 +296,9 @@ - + - + @@ -440,6 +440,6 @@ - + diff --git a/tags/Windows/index.html b/tags/Windows/index.html index 9777656..b7a3db5 100644 --- a/tags/Windows/index.html +++ b/tags/Windows/index.html @@ -35,11 +35,11 @@ - + - + @@ -571,9 +571,9 @@ - + - + @@ -715,6 +715,6 @@ - + diff --git a/tags/index.html b/tags/index.html index beed12e..5d6e6f5 100644 --- a/tags/index.html +++ b/tags/index.html @@ -35,11 +35,11 @@ - + - + @@ -163,9 +163,9 @@ - + - + @@ -307,6 +307,6 @@ - + diff --git a/vidat/index.html b/vidat/index.html index f7fe3c5..9f780b2 100644 --- a/vidat/index.html +++ b/vidat/index.html @@ -39,11 +39,11 @@ Github | Host1 ANU | Host2 本站 | Pr,"> - + - + @@ -243,7 +243,7 @@ Github | Host1 ANU | Host2 本站 | Pr,">

目录

-
  1. 1. 简介
  2. 2. 功能
    1. 2.1. Object
    2. 2.2. Region
    3. 2.3. Skeleton
    4. 2.4. Action
    5. 2.5. 视频教程
  3. 3. 特点
+
  1. 1. 简介
  2. 2. 功能
    1. 2.1. Object
    2. 2.2. Region
    3. 2.3. Skeleton
    4. 2.4. Action
    5. 2.5. 视频教程
  3. 3. 特点
@@ -340,9 +340,9 @@ Github | Host1 ANU | Host2 本站 | Pr,"> - + - + @@ -484,6 +484,6 @@ Github | Host1 ANU | Host2 本站 | Pr,"> - + diff --git a/whoami/index.html b/whoami/index.html index cea03a2..3ff809f 100644 --- a/whoami/index.html +++ b/whoami/index.html @@ -35,11 +35,11 @@ - + - + @@ -196,9 +196,9 @@ Advanced computing international student at ANU. Programmer and Pythonista.

- + - + @@ -340,6 +340,6 @@ Advanced computing international student at ANU. Programmer and Pythonista.

- + diff --git a/windows-package-manager-scoop/index.html b/windows-package-manager-scoop/index.html index 3b3df26..4ca9632 100644 --- a/windows-package-manager-scoop/index.html +++ b/windows-package-manager-scoop/index.html @@ -39,11 +39,11 @@ - + - + @@ -398,7 +398,7 @@ scoop list

目录

-
  1. 1. 前言
  2. 2. 安装
    1. 2.1. Buckets
  3. 3. 使用
  4. 4. 推荐的软件包
    1. 4.1. aria2
    2. 4.2. 7zip
    3. 4.3. adb
    4. 4.4. bat
    5. 4.5. cpu-z
    6. 4.6. fiddler
    7. 4.7. figlet
    8. 4.8. git
    9. 4.9. motrix
    10. 4.10. neofetch
    11. 4.11. psutils
    12. 4.12. snipaste
    13. 4.13. spacesniffer
    14. 4.14. teamviewer
    15. 4.15. wget
    16. 4.16. win32-openssh
    17. 4.17. winscp
  5. 5. 软件结构
    1. 5.1. apps
    2. 5.2. buckets
    3. 5.3. cache
    4. 5.4. persist
    5. 5.5. shims
  6. 6. 软件包管理哲学
    1. 6.1. 引用自 SpencerWoo
  7. 7. 推荐阅读
+
  1. 1. 前言
  2. 2. 安装
    1. 2.1. Buckets
  3. 3. 使用
  4. 4. 推荐的软件包
    1. 4.1. aria2
    2. 4.2. 7zip
    3. 4.3. adb
    4. 4.4. bat
    5. 4.5. cpu-z
    6. 4.6. fiddler
    7. 4.7. figlet
    8. 4.8. git
    9. 4.9. motrix
    10. 4.10. neofetch
    11. 4.11. psutils
    12. 4.12. snipaste
    13. 4.13. spacesniffer
    14. 4.14. teamviewer
    15. 4.15. wget
    16. 4.16. win32-openssh
    17. 4.17. winscp
  5. 5. 软件结构
    1. 5.1. apps
    2. 5.2. buckets
    3. 5.3. cache
    4. 5.4. persist
    5. 5.5. shims
  6. 6. 软件包管理哲学
    1. 6.1. 引用自 SpencerWoo
  7. 7. 推荐阅读
@@ -495,9 +495,9 @@ scoop list - + - + @@ -639,6 +639,6 @@ scoop list - + diff --git a/write-latex-report-with-markdown/index.html b/write-latex-report-with-markdown/index.html index 4caedee..3f8d39f 100644 --- a/write-latex-report-with-markdown/index.html +++ b/write-latex-report-with-markdown/index.html @@ -39,11 +39,11 @@ - + - + @@ -428,7 +428,7 @@ reference-section-title: References

目录

-
  1. 1. 前言
  2. 2. 样例
  3. 3. 思路
  4. 4. 准备
    1. 4.1. Markdown 语法
    2. 4.2. Markdown 编辑器
      1. 4.2.1. 选项 1: VSCode
      2. 4.2.2. 选项 2: Typora
    3. 4.3. Latex Engine
      1. 4.3.1. 选项 1: MiKTeX
      2. 4.3.2. 选项 2: TeX Live
    4. 4.4. Pandoc
      1. 4.4.1. Pandoc 主程序
      2. 4.4.2. Pandoc Filter
        1. 4.4.2.1. 原理
        2. 4.4.2.2. 例子
        3. 4.4.2.3. 推荐
      3. 4.4.3. Pandoc Theme: Eisvogel 主题
  5. 5. 配置
  6. 6. 生成
  7. 7. 想法
+
  1. 1. 前言
  2. 2. 样例
  3. 3. 思路
  4. 4. 准备
    1. 4.1. Markdown 语法
    2. 4.2. Markdown 编辑器
      1. 4.2.1. 选项 1: VSCode
      2. 4.2.2. 选项 2: Typora
    3. 4.3. Latex Engine
      1. 4.3.1. 选项 1: MiKTeX
      2. 4.3.2. 选项 2: TeX Live
    4. 4.4. Pandoc
      1. 4.4.1. Pandoc 主程序
      2. 4.4.2. Pandoc Filter
        1. 4.4.2.1. 原理
        2. 4.4.2.2. 例子
        3. 4.4.2.3. 推荐
      3. 4.4.3. Pandoc Theme: Eisvogel 主题
  5. 5. 配置
  6. 6. 生成
  7. 7. 想法
@@ -525,9 +525,9 @@ reference-section-title: References - + - + @@ -669,6 +669,6 @@ reference-section-title: References - +