From 0351ff16c2a50213e7bf2ff38c5f646b2e50b93e Mon Sep 17 00:00:00 2001 From: yonzilch Date: Wed, 7 Aug 2024 17:11:17 +0800 Subject: [PATCH] fix rss --- .vscode/settings.json | 2 - config.toml | 3 +- public/404.html | 11 +-- public/about-bilibili/index.html | 11 +-- public/about-g/index.html | 13 ++-- public/about-runer-1/index.html | 11 +-- public/about-runer-2/index.html | 11 +-- public/about-time/index.html | 11 +-- public/about-working/index.html | 11 +-- public/about/index.html | 11 +-- public/accurate-pronunciation/index.html | 71 ++++++++++--------- public/archive/index.html | 11 +-- public/awesome-android-root/index.html | 13 ++-- public/awesome-android-tv/index.html | 13 ++-- public/awesome-arch-linux/index.html | 13 ++-- public/awesome-chromebook/index.html | 11 +-- public/awesome-nas-dsm/index.html | 11 +-- public/awesome-openwrt/index.html | 11 +-- public/awesome-podcast-use/index.html | 11 +-- public/awesome-pve-mcsm/index.html | 13 ++-- public/awesome-win-linux/index.html | 11 +-- public/calling-cards/index.html | 11 +-- public/chatogpt/index.html | 11 +-- public/chrome-shortcut-key/index.html | 11 +-- public/docker-learn-1/index.html | 11 +-- public/docker-learn-2/index.html | 11 +-- public/docker-learn-3/index.html | 11 +-- public/docker-learn-4/index.html | 11 +-- public/docker-learn-5/index.html | 11 +-- public/docker-learn-6/index.html | 11 +-- public/docker-learn-7/index.html | 11 +-- public/docker-learn-8/index.html | 11 +-- public/docker-learn-9/index.html | 13 ++-- public/git/index.html | 21 +++--- public/how-email-works-1/index.html | 15 ++-- public/how-email-works-2/index.html | 11 +-- public/index.html | 11 +-- public/junk-cleanup/index.html | 11 +-- public/kgnl/index.html | 11 +-- public/links/index.html | 11 +-- public/links/link-1/index.html | 11 +-- public/links/link-2/index.html | 11 +-- public/links/link-3/index.html | 11 +-- public/links/link-4/index.html | 11 +-- public/links/link-5/index.html | 11 +-- public/links/link-6/index.html | 11 +-- public/linux-for-pc-1/index.html | 11 +-- public/linux-for-pc-2/index.html | 11 +-- public/linux-for-pc-3/index.html | 11 +-- public/linux-for-pc-4/index.html | 11 +-- public/linux-for-pc-5/index.html | 13 ++-- public/linux-for-pc-6/index.html | 11 +-- public/local-isps-to-cn-report/index.html | 11 +-- public/mechrev-keyboard/index.html | 11 +-- public/network-download-1/index.html | 11 +-- .../index.html | 11 +-- public/open-source-software/index.html | 11 +-- public/open-source-what/index.html | 11 +-- public/opensourcesoftware-licenses/index.html | 19 ++--- public/page/10/index.html | 11 +-- public/page/11/index.html | 11 +-- public/page/12/index.html | 11 +-- public/page/2/index.html | 11 +-- public/page/3/index.html | 11 +-- public/page/4/index.html | 11 +-- public/page/5/index.html | 11 +-- public/page/6/index.html | 11 +-- public/page/7/index.html | 11 +-- public/page/8/index.html | 11 +-- public/page/9/index.html | 11 +-- public/routing/index.html | 11 +-- public/rss-read/index.html | 11 +-- public/searching/index.html | 16 ++--- public/tags/index.html | 11 +-- public/tags/kai-yuan-shi-jie/index.html | 11 +-- public/tags/linux/index.html | 11 +-- public/tags/luan-qi-ba-zao/index.html | 11 +-- public/tags/tan-tian-shuo-di/index.html | 11 +-- public/tags/wang-luo-yi-shu/index.html | 11 +-- public/tags/xue-xi-bi-ji/index.html | 11 +-- public/tags/zong-he-gong-cheng/index.html | 11 +-- public/windows-optimization/index.html | 11 +-- public/windows-some-setting/index.html | 11 +-- public/zhoubao-1/index.html | 17 ++--- public/zhoubao-2/index.html | 11 +-- public/zhoubao-3/index.html | 11 +-- public/zhoubao-4/index.html | 15 ++-- public/zhoubao-5/index.html | 11 +-- public/zhoubao-6/index.html | 11 +-- public/zhoubao-7/index.html | 11 +-- public/zhoubao-8/index.html | 13 ++-- public/zola-blog/index.html | 11 +-- templates/index.html | 28 +++++--- templates/macros/head.html | 9 ++- 94 files changed, 622 insertions(+), 523 deletions(-) delete mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index 7a73a41..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,2 +0,0 @@ -{ -} \ No newline at end of file diff --git a/config.toml b/config.toml index 51405b1..43b3098 100644 --- a/config.toml +++ b/config.toml @@ -7,7 +7,7 @@ description = "用电子罗盘,转赛博核桃,勘电磁风水,寻网络 compile_sass = true # The theme supports feeds (RSS and ATOM) -generate_feed = true +generate_feeds = true # Use `rss.xml` for RSS feeds and `atom.xml` for ATOM. @@ -63,6 +63,7 @@ menu_items = [ {name = "archive", url = "$BASE_URL/archive"}, {name = "about me", url = "$BASE_URL/about"}, {name = "links", url = "$BASE_URL/links"}, + {name = "search", url = "$BASE_URL/search"}, # set newtab to true to make the link open in new tab {name = "github", url = "https://github.com/Dichgrem", newtab = true}, diff --git a/public/404.html b/public/404.html index 884ed53..ca8eabe 100644 --- a/public/404.html +++ b/public/404.html @@ -7,7 +7,7 @@ - + @@ -31,8 +31,7 @@ - - + @@ -66,6 +65,8 @@
  • links
  • +
  • search
  • +
  • github
  • @@ -98,8 +99,8 @@ - + - + \ No newline at end of file diff --git a/public/about-bilibili/index.html b/public/about-bilibili/index.html index 7855b5b..7341fd6 100644 --- a/public/about-bilibili/index.html +++ b/public/about-bilibili/index.html @@ -5,7 +5,7 @@ Dich'blog - + @@ -28,8 +28,7 @@ - - + @@ -63,6 +62,8 @@
  • links
  • +
  • search
  • +
  • github
  • @@ -301,8 +302,8 @@ - + - + \ No newline at end of file diff --git a/public/about-g/index.html b/public/about-g/index.html index ea728ec..1510725 100644 --- a/public/about-g/index.html +++ b/public/about-g/index.html @@ -5,7 +5,7 @@ Dich'blog - + @@ -28,8 +28,7 @@ - - + @@ -63,6 +62,8 @@
  • links
  • +
  • search
  • +
  • github
  • @@ -99,7 +100,7 @@
    1. g++: 这是 GNU C++ 编译器的命令。它负责将C++源代码编译成可执行程序。
    2. -DONLINE_JUDGE: 这是一个预处理器宏定义。在编译时,-D选项会将ONLINE_JUDGE定义为一个预处理器符号。通常情况下,这种宏定义用于在代码中启用或禁用特定的功能或特性。在这个命令中,ONLINE_JUDGE可能会被用来控制代码中的一些条件编译部分,使得在在线评测系统中编译和执行时特定的功能或特性被启用或禁用。
    3. -
    4. -fno-tree-ch: 这是一个编译选项,用于控制编译器的优化行为。具体来说,-fno-tree-ch选项会禁用掉编译器中的一种叫做"树形优化"的技术的一部分。树形优化是GCC编译器中的一种高级优化技术,用于优化代码的执行效率。在某些情况下,禁用特定的优化技术可能会对调试或特定的代码结构有所帮助。
    5. +
    6. -fno-tree-ch: 这是一个编译选项,用于控制编译器的优化行为。具体来说,-fno-tree-ch选项会禁用掉编译器中的一种叫做"树形优化"的技术的一部分。树形优化是GCC编译器中的一种高级优化技术,用于优化代码的执行效率。在某些情况下,禁用特定的优化技术可能会对调试或特定的代码结构有所帮助。
    7. -O2: 这是优化级别选项。-O2指示编译器进行较高级别的优化,以提高生成的代码的执行速度。优化级别通常从-O0(无优化)到-O3(最高级别优化)之间。在这种情况下,选择了较高的优化级别,以期望生成更高效的可执行代码。
    8. -Wall: 这个选项会开启编译器的警告提示。它会提示一些常见的代码问题和潜在的错误。开启警告提示有助于开发者在编译过程中发现潜在的问题,提高代码的质量和可靠性。
    9. -std=c++17: 这个选项指定了所使用的C++标准版本。在这种情况下,使用的是C++17标准。指定C++标准版本是为了确保编译器按照指定的标准进行语法和语义检查,以及生成相应版本的代码。
    10. @@ -155,8 +156,8 @@ - + - + \ No newline at end of file diff --git a/public/about-runer-1/index.html b/public/about-runer-1/index.html index e8b28f8..5a946ef 100644 --- a/public/about-runer-1/index.html +++ b/public/about-runer-1/index.html @@ -5,7 +5,7 @@ Dich'blog - + @@ -28,8 +28,7 @@ - - + @@ -63,6 +62,8 @@
    11. links
    12. +
    13. search
    14. +
    15. github
    16. @@ -223,8 +224,8 @@ - + - + \ No newline at end of file diff --git a/public/about-runer-2/index.html b/public/about-runer-2/index.html index fccc4b7..8344bcc 100644 --- a/public/about-runer-2/index.html +++ b/public/about-runer-2/index.html @@ -5,7 +5,7 @@ Dich'blog - + @@ -28,8 +28,7 @@ - - + @@ -63,6 +62,8 @@
    17. links
    18. +
    19. search
    20. +
    21. github
    22. @@ -216,8 +217,8 @@ - + - + \ No newline at end of file diff --git a/public/about-time/index.html b/public/about-time/index.html index 203b0da..0876ee6 100644 --- a/public/about-time/index.html +++ b/public/about-time/index.html @@ -5,7 +5,7 @@ Dich'blog - + @@ -28,8 +28,7 @@ - - + @@ -63,6 +62,8 @@
    23. links
    24. +
    25. search
    26. +
    27. github
    28. @@ -198,8 +199,8 @@ - + - + \ No newline at end of file diff --git a/public/about-working/index.html b/public/about-working/index.html index a28066a..3f02d52 100644 --- a/public/about-working/index.html +++ b/public/about-working/index.html @@ -5,7 +5,7 @@ Dich'blog - + @@ -28,8 +28,7 @@ - - + @@ -63,6 +62,8 @@
    29. links
    30. +
    31. search
    32. +
    33. github
    34. @@ -493,8 +494,8 @@ - + - + \ No newline at end of file diff --git a/public/about/index.html b/public/about/index.html index 0578fdb..ae4e093 100644 --- a/public/about/index.html +++ b/public/about/index.html @@ -5,7 +5,7 @@ Dich'blog - + @@ -28,8 +28,7 @@ - - + @@ -63,6 +62,8 @@
    35. links
    36. +
    37. search
    38. +
    39. github
    40. @@ -112,8 +113,8 @@ - + - + \ No newline at end of file diff --git a/public/accurate-pronunciation/index.html b/public/accurate-pronunciation/index.html index 2a169de..a99aaf3 100644 --- a/public/accurate-pronunciation/index.html +++ b/public/accurate-pronunciation/index.html @@ -5,7 +5,7 @@ Dich'blog - + @@ -28,8 +28,7 @@ - - + @@ -64,6 +63,8 @@
    41. links
    42. +
    43. search
    44. +
    45. github
    46. @@ -96,37 +97,37 @@

      前言 中文和英语发音习惯不同,容易引起误解。本文旨在帮助您准确发音常见的科技术语,欢迎随时补充。

      常见发音错误指南:公司/产品名

      -

      Youtube: 正确念法是 "You-tube" [tju:b],而不是 "优吐毙",应该是 "优tiu啵"。

      -

      Skype: 应该念为 [ˈskaɪp],而不是 "死盖屁",应该是 "死盖破"。

      -

      Adobe: 正确的发音是 [əˈdəʊbi],不是 "阿斗伯",而是 "阿兜笔"。

      -

      C#: 应该念为 "C Sharp",即"C煞破"。

      -

      GNU: 正确的发音是 [(g)nuː], 即"哥怒"。

      -

      GUI: 应该念为 [ˈɡui],即"故意"。

      -

      JAVA: 正确的发音是 [ˈdʒɑːvə],而不是 "夹蛙",应该是 "扎蛙"。

      -

      AJAX: 应该念为 [ˈeɪdʒæks],而不是 "阿贾克斯",应该是 "诶(ei) 贾克斯"。

      -

      Ubuntu: 正确的发音是 [uˈbuntuː],而不是 "友邦兔",应该是 "巫不恩兔"。

      -

      Debian: 应该念为 [ˈdɛbiən],即"得(dei)变"。

      -

      Linux: 正确的发音有两种,[ˈlɪnəks] 或 [ˈlɪnʊks],"丽娜克斯" 或 "李扭克斯"都可以。

      -

      LaTeX: 正确的发音是 [ˈleɪtɛk] 或 [ˈleɪtɛx] 或 [ˈlɑːtɛx] 或 [ˈlɑːtɛk],即"雷泰克" 或 "拉泰克"。

      -

      GNOME: 念法可以是 [ɡˈnoʊm] 或 [noʊm],即"格弄姆" 或 "弄姆"。

      -

      App: 应该念为 [ˈæp],即 "阿破"。

      -

      null: 正确的发音是 [nʌl],即"闹"。

      -

      jpg: 应该念为 [ˈdʒeɪpɛɡ],而不是 "勾屁记",应该是 "zhei派个"。

      -

      WiFi: 正确的发音是 [ˈwaɪfaɪ],即"歪fai"。

      -

      mobile: 念法可以是 [moˈbil] 或 [ˈmoˌbil] 或 [ˈməubail],即"膜拜哦" 或 "牟bou"。

      -

      integer: 正确的发音是 [ˈɪntɪdʒə],而不是 "阴太阁儿",应该是 "音剃摺儿"。

      -

      cache: 应该念为 [kæʃ],而不是 "卡尺",即"喀什"。

      -

      @: 应该念为 "at"。

      -

      Tumblr: 应该念为 "Tumbler",而不是 "贪不勒"。

      -

      nginx: 正确的发音是 "Engine X",应该是 "恩静 爱克斯"。

      -

      Apache: 应该念为 [əˈpætʃiː],即"阿趴气"。

      -

      Lucene: 正确的发音是 [ˈluːsin],即"鲁信"。

      -

      MySQL: 应该念为 [maɪ ˌɛskjuːˈɛl] 或 [maɪ ˈsiːkwəl],可以是 "买S奎儿" 或 "买 吸扣"。

      +

      Youtube: 正确念法是 "You-tube" [tju:b],而不是 "优吐毙",应该是 "优tiu啵"。

      +

      Skype: 应该念为 [ˈskaɪp],而不是 "死盖屁",应该是 "死盖破"。

      +

      Adobe: 正确的发音是 [əˈdəʊbi],不是 "阿斗伯",而是 "阿兜笔"。

      +

      C#: 应该念为 "C Sharp",即"C煞破"。

      +

      GNU: 正确的发音是 [(g)nuː], 即"哥怒"。

      +

      GUI: 应该念为 [ˈɡui],即"故意"。

      +

      JAVA: 正确的发音是 [ˈdʒɑːvə],而不是 "夹蛙",应该是 "扎蛙"。

      +

      AJAX: 应该念为 [ˈeɪdʒæks],而不是 "阿贾克斯",应该是 "诶(ei) 贾克斯"。

      +

      Ubuntu: 正确的发音是 [uˈbuntuː],而不是 "友邦兔",应该是 "巫不恩兔"。

      +

      Debian: 应该念为 [ˈdɛbiən],即"得(dei)变"。

      +

      Linux: 正确的发音有两种,[ˈlɪnəks] 或 [ˈlɪnʊks],"丽娜克斯" 或 "李扭克斯"都可以。

      +

      LaTeX: 正确的发音是 [ˈleɪtɛk] 或 [ˈleɪtɛx] 或 [ˈlɑːtɛx] 或 [ˈlɑːtɛk],即"雷泰克" 或 "拉泰克"。

      +

      GNOME: 念法可以是 [ɡˈnoʊm] 或 [noʊm],即"格弄姆" 或 "弄姆"。

      +

      App: 应该念为 [ˈæp],即 "阿破"。

      +

      null: 正确的发音是 [nʌl],即"闹"。

      +

      jpg: 应该念为 [ˈdʒeɪpɛɡ],而不是 "勾屁记",应该是 "zhei派个"。

      +

      WiFi: 正确的发音是 [ˈwaɪfaɪ],即"歪fai"。

      +

      mobile: 念法可以是 [moˈbil] 或 [ˈmoˌbil] 或 [ˈməubail],即"膜拜哦" 或 "牟bou"。

      +

      integer: 正确的发音是 [ˈɪntɪdʒə],而不是 "阴太阁儿",应该是 "音剃摺儿"。

      +

      cache: 应该念为 [kæʃ],而不是 "卡尺",即"喀什"。

      +

      @: 应该念为 "at"。

      +

      Tumblr: 应该念为 "Tumbler",而不是 "贪不勒"。

      +

      nginx: 正确的发音是 "Engine X",应该是 "恩静 爱克斯"。

      +

      Apache: 应该念为 [əˈpætʃiː],即"阿趴气"。

      +

      Lucene: 正确的发音是 [ˈluːsin],即"鲁信"。

      +

      MySQL: 应该念为 [maɪ ˌɛskjuːˈɛl] 或 [maɪ ˈsiːkwəl],可以是 "买S奎儿" 或 "买 吸扣"。

      Exposé: 念法可以是 [ɛksˈpəʊzeɪ],重音在Z上。

      -

      RFID: 官方念法是四个字母分开读 "R F I D"。

      -

      JSON: 应该念为 "jason",即"zhei森"。

      -

      Processing: 重音在 "Pro" 上。

      -

      avatar: 正确的发音是 [ˌævə'tɑr],即"艾瓦塌儿"。

      +

      RFID: 官方念法是四个字母分开读 "R F I D"。

      +

      JSON: 应该念为 "jason",即"zhei森"。

      +

      Processing: 重音在 "Pro" 上。

      +

      avatar: 正确的发音是 [ˌævə'tɑr],即"艾瓦塌儿"。

      后记

      虽然许多的词汇常常被错误发音,但在中国遵守拼音原则是入乡随俗的一种表现,且往往并没有所谓的官方读法,不必太过于纠结100%纯正的读法。

      @@ -175,8 +176,8 @@ - + - + \ No newline at end of file diff --git a/public/archive/index.html b/public/archive/index.html index 2274669..f9adcba 100644 --- a/public/archive/index.html +++ b/public/archive/index.html @@ -5,7 +5,7 @@ Dich'blog - + @@ -28,8 +28,7 @@ - - + @@ -63,6 +62,8 @@
    47. links
    48. +
    49. search
    50. +
    51. github
    52. @@ -701,8 +702,8 @@ - + - + \ No newline at end of file diff --git a/public/awesome-android-root/index.html b/public/awesome-android-root/index.html index 9064bba..4f3d8ec 100644 --- a/public/awesome-android-root/index.html +++ b/public/awesome-android-root/index.html @@ -5,7 +5,7 @@ Dich'blog - + @@ -28,8 +28,7 @@ - - + @@ -64,6 +63,8 @@
    53. links
    54. +
    55. search
    56. +
    57. github
    58. @@ -121,7 +122,7 @@

      早些年间,存在大量一键 root,kingroot 之类的软件,可以直接刷写 root 包,获得 root 权限,但成功率不高;

      因此,现在主流的刷机步骤为

      BL锁原理参考

      @@ -248,8 +249,8 @@ - + - + \ No newline at end of file diff --git a/public/awesome-android-tv/index.html b/public/awesome-android-tv/index.html index 93bdb12..179e6b2 100644 --- a/public/awesome-android-tv/index.html +++ b/public/awesome-android-tv/index.html @@ -5,7 +5,7 @@ Dich'blog - + @@ -28,8 +28,7 @@ - - + @@ -64,6 +63,8 @@
    59. links
    60. +
    61. search
    62. +
    63. github
    64. @@ -169,7 +170,7 @@ reboot -

      5.安装一些软件包后我们发现需要代替掉ATV自带的桌面,从而形成海报墙的效果,这和 linux 的桌面环境切换有异曲同工之处。注意:替换前需要已经安装完成其他桌面!!!!(比如 ATV Launcher )我们使用

      +

      5.安装一些软件包后我们发现需要代替掉ATV自带的桌面,从而形成海报墙的效果,这和 linux 的桌面环境切换有异曲同工之处。注意:替换前需要已经安装完成其他桌面!!!!(比如 ATV Launcher )我们使用

      pm disable-user --user 0 com.google.android.tvlauncher

      恢复原有桌面:

      C:\Users\root>adb shell
      @@ -230,8 +231,8 @@
                   
           
           
      -    
      +
       
       
       
      -
      +
      \ No newline at end of file
      diff --git a/public/awesome-arch-linux/index.html b/public/awesome-arch-linux/index.html
      index 55be60d..a540e42 100644
      --- a/public/awesome-arch-linux/index.html
      +++ b/public/awesome-arch-linux/index.html
      @@ -5,7 +5,7 @@
           Dich'blog
           
           
      -    
      +    
           
       
           
      @@ -28,8 +28,7 @@
           
           
       
      -            
      -        
      +        
           
           
       
      @@ -64,6 +63,8 @@
                   
                       
    65. links
    66. +
    67. search
    68. +
    69. github
    70. @@ -187,7 +188,7 @@ pacman -S amd-ucode # AMD 1.使用dhcpcd获得地址。

      2.新建普通用户useradd -m -G wheel username (替换username为你的用户名)并设置密码passwd username

      3.配置Sudo,使用pacman -S sudo安装并在ln -s /usr/bin/vim /usr/bin/vi/visudo 中删除 %wheel ALL=(ALL)ALL 前的注释符。

      -

      4.reboot后开始安装驱动。由于~~NVIDIA fuck you~~ 众所周知的原因,独显驱动比较难以安装,建议先只上核显。

      +

      4.reboot后开始安装驱动。由于NVIDIA fuck you 众所周知的原因,独显驱动比较难以安装,建议先只上核显。

      以此为例,若为AMD核显,命令为

      sudo pacman -S xf86-video-amdgpu
       
      @@ -281,8 +282,8 @@ pacman -S amd-ucode # AMD - + - + \ No newline at end of file diff --git a/public/awesome-chromebook/index.html b/public/awesome-chromebook/index.html index 71b4403..ba59a80 100644 --- a/public/awesome-chromebook/index.html +++ b/public/awesome-chromebook/index.html @@ -5,7 +5,7 @@ Dich'blog - + @@ -28,8 +28,7 @@ - - + @@ -64,6 +63,8 @@
    71. links
    72. +
    73. search
    74. +
    75. github
    76. @@ -186,8 +187,8 @@ - + - + \ No newline at end of file diff --git a/public/awesome-nas-dsm/index.html b/public/awesome-nas-dsm/index.html index e8c6da1..bdd69d5 100644 --- a/public/awesome-nas-dsm/index.html +++ b/public/awesome-nas-dsm/index.html @@ -5,7 +5,7 @@ Dich'blog - + @@ -28,8 +28,7 @@ - - + @@ -64,6 +63,8 @@
    77. links
    78. +
    79. search
    80. +
    81. github
    82. @@ -170,8 +171,8 @@ PS:群晖设备型号与套件架构参表.https://www.shenzhuohl.com/syno_lis - + - + \ No newline at end of file diff --git a/public/awesome-openwrt/index.html b/public/awesome-openwrt/index.html index 4429603..b676155 100644 --- a/public/awesome-openwrt/index.html +++ b/public/awesome-openwrt/index.html @@ -5,7 +5,7 @@ Dich'blog - + @@ -28,8 +28,7 @@ - - + @@ -64,6 +63,8 @@
    83. links
    84. +
    85. search
    86. +
    87. github
    88. @@ -191,8 +192,8 @@ - + - + \ No newline at end of file diff --git a/public/awesome-podcast-use/index.html b/public/awesome-podcast-use/index.html index e04c588..ee7f72d 100644 --- a/public/awesome-podcast-use/index.html +++ b/public/awesome-podcast-use/index.html @@ -5,7 +5,7 @@ Dich'blog - + @@ -28,8 +28,7 @@ - - + @@ -64,6 +63,8 @@
    89. links
    90. +
    91. search
    92. +
    93. github
    94. @@ -179,8 +180,8 @@ - + - + \ No newline at end of file diff --git a/public/awesome-pve-mcsm/index.html b/public/awesome-pve-mcsm/index.html index 3cf30d2..a785c6a 100644 --- a/public/awesome-pve-mcsm/index.html +++ b/public/awesome-pve-mcsm/index.html @@ -5,7 +5,7 @@ Dich'blog - + @@ -28,8 +28,7 @@ - - + @@ -64,6 +63,8 @@
    95. links
    96. +
    97. search
    98. +
    99. github
    100. @@ -189,7 +190,7 @@

      tar -zxvf OpenJDK18U-jre_x64_linux_hotspot_18.0.1_10.tar.gz -C /usr/local/java/

      软链接程序到环境变量中

      ln -sf /usr/local/java/jdk-18.0.1+10-jre/bin/java /usr/bin/java

      -

      测试是否安装正常,显示 openjdk version "18.0.1" 2022-04-19 则为正常

      +

      测试是否安装正常,显示 openjdk version "18.0.1" 2022-04-19 则为正常

      java -version

      3.端口开发,面板需要 23333和24444 端口,游戏服务器默认端口是 25565。

      在 PVE-防火墙中打开它们。如果还是不行,执行如下命令:

      @@ -272,8 +273,8 @@ - + - + \ No newline at end of file diff --git a/public/awesome-win-linux/index.html b/public/awesome-win-linux/index.html index d7834ad..4d3f80b 100644 --- a/public/awesome-win-linux/index.html +++ b/public/awesome-win-linux/index.html @@ -5,7 +5,7 @@ Dich'blog - + @@ -28,8 +28,7 @@ - - + @@ -64,6 +63,8 @@
    101. links
    102. +
    103. search
    104. +
    105. github
    106. @@ -191,8 +192,8 @@ - + - + \ No newline at end of file diff --git a/public/calling-cards/index.html b/public/calling-cards/index.html index d470eed..27c997c 100644 --- a/public/calling-cards/index.html +++ b/public/calling-cards/index.html @@ -5,7 +5,7 @@ Dich'blog - + @@ -28,8 +28,7 @@ - - + @@ -64,6 +63,8 @@
    107. links
    108. +
    109. search
    110. +
    111. github
    112. @@ -182,8 +183,8 @@ - + - + \ No newline at end of file diff --git a/public/chatogpt/index.html b/public/chatogpt/index.html index 109f3a5..80f899c 100644 --- a/public/chatogpt/index.html +++ b/public/chatogpt/index.html @@ -5,7 +5,7 @@ Dich'blog - + @@ -28,8 +28,7 @@ - - + @@ -64,6 +63,8 @@
    113. links
    114. +
    115. search
    116. +
    117. github
    118. @@ -602,8 +603,8 @@ - + - + \ No newline at end of file diff --git a/public/chrome-shortcut-key/index.html b/public/chrome-shortcut-key/index.html index 544e38e..f204c20 100644 --- a/public/chrome-shortcut-key/index.html +++ b/public/chrome-shortcut-key/index.html @@ -5,7 +5,7 @@ Dich'blog - + @@ -28,8 +28,7 @@ - - + @@ -64,6 +63,8 @@
    119. links
    120. +
    121. search
    122. +
    123. github
    124. @@ -182,8 +183,8 @@ - + - + \ No newline at end of file diff --git a/public/docker-learn-1/index.html b/public/docker-learn-1/index.html index 3abea1b..bfb77b4 100644 --- a/public/docker-learn-1/index.html +++ b/public/docker-learn-1/index.html @@ -5,7 +5,7 @@ Dich'blog - + @@ -28,8 +28,7 @@ - - + @@ -64,6 +63,8 @@
    125. links
    126. +
    127. search
    128. +
    129. github
    130. @@ -199,8 +200,8 @@ Docker 是 OCI 的创始成员之一,在制定容器格式和运行时标准 - + - + \ No newline at end of file diff --git a/public/docker-learn-2/index.html b/public/docker-learn-2/index.html index 904cdb9..ce24444 100644 --- a/public/docker-learn-2/index.html +++ b/public/docker-learn-2/index.html @@ -5,7 +5,7 @@ Dich'blog - + @@ -28,8 +28,7 @@ - - + @@ -64,6 +63,8 @@
    131. links
    132. +
    133. search
    134. +
    135. github
    136. @@ -220,8 +221,8 @@ cGroups 还提供用于监视单个容器的资源使用情况的机制,这有 - + - + \ No newline at end of file diff --git a/public/docker-learn-3/index.html b/public/docker-learn-3/index.html index 95d9823..fed9f8b 100644 --- a/public/docker-learn-3/index.html +++ b/public/docker-learn-3/index.html @@ -5,7 +5,7 @@ Dich'blog - + @@ -28,8 +28,7 @@ - - + @@ -64,6 +63,8 @@
    137. links
    138. +
    139. search
    140. +
    141. github
    142. @@ -245,8 +246,8 @@ - + - + \ No newline at end of file diff --git a/public/docker-learn-4/index.html b/public/docker-learn-4/index.html index de245ca..bfb04f9 100644 --- a/public/docker-learn-4/index.html +++ b/public/docker-learn-4/index.html @@ -5,7 +5,7 @@ Dich'blog - + @@ -28,8 +28,7 @@ - - + @@ -64,6 +63,8 @@
    143. links
    144. +
    145. search
    146. +
    147. github
    148. @@ -187,8 +188,8 @@ - + - + \ No newline at end of file diff --git a/public/docker-learn-5/index.html b/public/docker-learn-5/index.html index bbafd61..d4be826 100644 --- a/public/docker-learn-5/index.html +++ b/public/docker-learn-5/index.html @@ -5,7 +5,7 @@ Dich'blog - + @@ -28,8 +28,7 @@ - - + @@ -64,6 +63,8 @@
    149. links
    150. +
    151. search
    152. +
    153. github
    154. @@ -222,8 +223,8 @@ Docker 映像中提供了许多命令行实用程序,包括但不限于:

      - + - + \ No newline at end of file diff --git a/public/docker-learn-6/index.html b/public/docker-learn-6/index.html index 54e16b0..24e04a7 100644 --- a/public/docker-learn-6/index.html +++ b/public/docker-learn-6/index.html @@ -5,7 +5,7 @@ Dich'blog - + @@ -28,8 +28,7 @@ - - + @@ -64,6 +63,8 @@
    155. links
    156. +
    157. search
    158. +
    159. github
    160. @@ -289,8 +290,8 @@ Docker 为 Dockerfile 中的每条指令(例如 RUN、COPY、ADD 等)创建 - + - + \ No newline at end of file diff --git a/public/docker-learn-7/index.html b/public/docker-learn-7/index.html index 9a8fce2..4532e2d 100644 --- a/public/docker-learn-7/index.html +++ b/public/docker-learn-7/index.html @@ -5,7 +5,7 @@ Dich'blog - + @@ -28,8 +28,7 @@ - - + @@ -64,6 +63,8 @@
    161. links
    162. +
    163. search
    164. +
    165. github
    166. @@ -299,8 +300,8 @@ CPU:您可以使用 --cpus 和 --cpu-shares 选项限制容器的 CPU 使用 - + - + \ No newline at end of file diff --git a/public/docker-learn-8/index.html b/public/docker-learn-8/index.html index 0ac793d..7383a4d 100644 --- a/public/docker-learn-8/index.html +++ b/public/docker-learn-8/index.html @@ -5,7 +5,7 @@ Dich'blog - + @@ -28,8 +28,7 @@ - - + @@ -64,6 +63,8 @@
    167. links
    168. +
    169. search
    170. +
    171. github
    172. @@ -230,8 +231,8 @@ Alpine Linux:https://alpinelinux.org/

      - + - + \ No newline at end of file diff --git a/public/docker-learn-9/index.html b/public/docker-learn-9/index.html index ff2518e..1063d26 100644 --- a/public/docker-learn-9/index.html +++ b/public/docker-learn-9/index.html @@ -5,7 +5,7 @@ Dich'blog - + @@ -28,8 +28,7 @@ - - + @@ -64,6 +63,8 @@
    173. links
    174. +
    175. search
    176. +
    177. github
    178. @@ -209,7 +210,7 @@ Docker CLI 提供了多个命令来帮助你创建、管理容器并与之交互

      Docker Volumes

      Docker 卷是一种用于保存 Docker 容器生成和使用的数据的机制。它们允许您将数据与容器本身分开,从而轻松备份、迁移和管理持久性数据。

      -

      为什么卷很重要

      +

      为什么卷很重要

      Docker 容器本质上是短暂的,这意味着它们可以很容易地停止、删除或替换。虽然这对于应用程序开发和部署非常有用,但在处理持久性数据时会带来挑战。这就是销量的来源。它们提供了一种独立于容器生命周期存储和管理数据的方法。

      Types of Volumes 卷的类型

      Docker 中有三种类型的卷:

      @@ -295,8 +296,8 @@ Docker CLI 提供了多个命令来帮助你创建、管理容器并与之交互 - + - + \ No newline at end of file diff --git a/public/git/index.html b/public/git/index.html index 4e8048d..ac4a056 100644 --- a/public/git/index.html +++ b/public/git/index.html @@ -5,7 +5,7 @@ Dich'blog - + @@ -28,8 +28,7 @@ - - + @@ -64,6 +63,8 @@
    179. links
    180. +
    181. search
    182. +
    183. github
    184. @@ -111,10 +112,10 @@ git clone username@host:/path/to/repository

      连接远程仓库

      生成密钥:

      -

      ssh-keygen -t rsa -b 4096 -C "your_email@example.com"

      +

      ssh-keygen -t rsa -b 4096 -C "your_email@example.com"

      可以生成多个不同名字的密钥:

      -

      ssh-keygen -t rsa -b 4096 -C "your_email@example.com" -f ~/.ssh/github_key1

      -

      ssh-keygen -t rsa -b 4096 -C "your_email@example.com" -f ~/.ssh/github_key2

      +

      ssh-keygen -t rsa -b 4096 -C "your_email@example.com" -f ~/.ssh/github_key1

      +

      ssh-keygen -t rsa -b 4096 -C "your_email@example.com" -f ~/.ssh/github_key2

      使用 ssh-add 命令将生成的密钥添加到 SSH 代理中。

      ssh-add ~/.ssh/github_key1

      ssh-add ~/.ssh/github_key2

      @@ -158,8 +159,8 @@ git add <filename>
      git add *
      这是 git 基本工作流程的第一步;使用如下命令以实际提交改动:
      -git commit -m "代码提交信息"如:

      -

      git commit -m "Initial commit"
      +git commit -m "代码提交信息"如:

      +

      git commit -m "Initial commit"
      现在,你的改动已经提交到了 HEAD,但是还没到你的远端仓库。

      推送改动

      你的改动现在已经在本地仓库的 HEAD 中了。执行如下命令以将这些改动提交到远端仓库:
      @@ -318,8 +319,8 @@ - + - + \ No newline at end of file diff --git a/public/how-email-works-1/index.html b/public/how-email-works-1/index.html index a820114..614d824 100644 --- a/public/how-email-works-1/index.html +++ b/public/how-email-works-1/index.html @@ -5,7 +5,7 @@ Dich'blog - + @@ -28,8 +28,7 @@ - - + @@ -64,6 +63,8 @@

    185. links
    186. +
    187. search
    188. +
    189. github
    190. @@ -134,7 +135,7 @@

      如果邮件服务器收到一封来自主机 1.1.1.1 的邮件,并且发件人是 a@gmai.com,为了确认发件人,邮件服务器就会去查询 gmail.com 的 SPF 记录。如果域名设置了 SPF 记录,允许 1.1.1.1 的 IP 地址发送邮件,那么收件的邮件服务器就会认为邮件是合法的,否则就会退信。

      有了 SPF 记录之后,如果有人想要伪装成 a@gmail.com 他既不能修改 gmail.com 的 DNS 解析,也无法伪造 IP 地址,就有效的防止了伪装。

        -
      • SPF 的语法
      • +
      • SPF 的语法

      在自建邮件服务器的时候,经常会让我们设置一个 TXT 记录,配置值为 v=spf1 mx ~all,这表示的意思是允许当前域名的 MX 记录对应的 IP 地址。

      下面再举个非常常见的例子:

      @@ -142,7 +143,7 @@

      表示允许当前域名配置的 A 记录,MX 记录的 IP 地址,以及一个额外的 IP 进行发信。

        -
      • SPF 存在的问题
      • +
      • SPF 存在的问题

      SPF 机制可以有效地规避了发送邮件方伪造发件人的问题。但实际使用的时候,如果你使用多个邮箱,然后设置了其中 c@163.com 邮箱自动转发到 a@gmail.com 中。

      那么这个时候如果 b@qq.com QQ 邮箱发送了一封邮件到 c@163.com 邮箱,163 邮箱原封不动地将邮件转发到 Gmail 邮箱,这个时候发件人是 b@qq.com,但是 Gmail 回去查询 qq.com 的 SPF 记录,但会发现并不包含 163 邮箱的 IP 地址,会误判转发的邮件;所以又诞生了 DKIM。

      @@ -232,8 +233,8 @@ - + - + \ No newline at end of file diff --git a/public/how-email-works-2/index.html b/public/how-email-works-2/index.html index 9116f4b..90c935b 100644 --- a/public/how-email-works-2/index.html +++ b/public/how-email-works-2/index.html @@ -5,7 +5,7 @@ Dich'blog - + @@ -28,8 +28,7 @@ - - + @@ -64,6 +63,8 @@
    191. links
    192. +
    193. search
    194. +
    195. github
    196. @@ -254,8 +255,8 @@ - + - + \ No newline at end of file diff --git a/public/index.html b/public/index.html index 6b097dd..37dfbdb 100644 --- a/public/index.html +++ b/public/index.html @@ -5,7 +5,7 @@ Dich'blog - + @@ -28,8 +28,7 @@ - - + @@ -64,6 +63,8 @@
    197. links
    198. +
    199. search
    200. +
    201. github
    202. @@ -274,8 +275,8 @@ - + - + \ No newline at end of file diff --git a/public/junk-cleanup/index.html b/public/junk-cleanup/index.html index 054c386..378d143 100644 --- a/public/junk-cleanup/index.html +++ b/public/junk-cleanup/index.html @@ -5,7 +5,7 @@ Dich'blog - + @@ -28,8 +28,7 @@ - - + @@ -64,6 +63,8 @@
    203. links
    204. +
    205. search
    206. +
    207. github
    208. @@ -280,8 +281,8 @@ - + - + \ No newline at end of file diff --git a/public/kgnl/index.html b/public/kgnl/index.html index a61859e..6fe5a15 100644 --- a/public/kgnl/index.html +++ b/public/kgnl/index.html @@ -5,7 +5,7 @@ Dich'blog - + @@ -28,8 +28,7 @@ - - + @@ -64,6 +63,8 @@
    209. links
    210. +
    211. search
    212. +
    213. github
    214. @@ -165,8 +166,8 @@ - + - + \ No newline at end of file diff --git a/public/links/index.html b/public/links/index.html index 013638e..5a39343 100644 --- a/public/links/index.html +++ b/public/links/index.html @@ -5,7 +5,7 @@ Dich'blog - + @@ -28,8 +28,7 @@ - - + @@ -63,6 +62,8 @@
    215. links
    216. +
    217. search
    218. +
    219. github
    220. @@ -210,8 +211,8 @@ - + - + \ No newline at end of file diff --git a/public/links/link-1/index.html b/public/links/link-1/index.html index 4fdb313..89230df 100644 --- a/public/links/link-1/index.html +++ b/public/links/link-1/index.html @@ -5,7 +5,7 @@ Dich'blog - + @@ -28,8 +28,7 @@ - - + @@ -63,6 +62,8 @@
    221. links
    222. +
    223. search
    224. +
    225. github
    226. @@ -126,8 +127,8 @@ - + - + \ No newline at end of file diff --git a/public/links/link-2/index.html b/public/links/link-2/index.html index 0b16336..7091db2 100644 --- a/public/links/link-2/index.html +++ b/public/links/link-2/index.html @@ -5,7 +5,7 @@ Dich'blog - + @@ -28,8 +28,7 @@ - - + @@ -63,6 +62,8 @@
    227. links
    228. +
    229. search
    230. +
    231. github
    232. @@ -133,8 +134,8 @@ - + - + \ No newline at end of file diff --git a/public/links/link-3/index.html b/public/links/link-3/index.html index 075bbf0..14f110a 100644 --- a/public/links/link-3/index.html +++ b/public/links/link-3/index.html @@ -5,7 +5,7 @@ Dich'blog - + @@ -28,8 +28,7 @@ - - + @@ -63,6 +62,8 @@
    233. links
    234. +
    235. search
    236. +
    237. github
    238. @@ -133,8 +134,8 @@ - + - + \ No newline at end of file diff --git a/public/links/link-4/index.html b/public/links/link-4/index.html index b24508e..4b74a3d 100644 --- a/public/links/link-4/index.html +++ b/public/links/link-4/index.html @@ -5,7 +5,7 @@ Dich'blog - + @@ -28,8 +28,7 @@ - - + @@ -63,6 +62,8 @@
    239. links
    240. +
    241. search
    242. +
    243. github
    244. @@ -133,8 +134,8 @@ - + - + \ No newline at end of file diff --git a/public/links/link-5/index.html b/public/links/link-5/index.html index 3502c3e..0446768 100644 --- a/public/links/link-5/index.html +++ b/public/links/link-5/index.html @@ -5,7 +5,7 @@ Dich'blog - + @@ -28,8 +28,7 @@ - - + @@ -63,6 +62,8 @@
    245. links
    246. +
    247. search
    248. +
    249. github
    250. @@ -133,8 +134,8 @@ - + - + \ No newline at end of file diff --git a/public/links/link-6/index.html b/public/links/link-6/index.html index 0a3159b..5a2d2b8 100644 --- a/public/links/link-6/index.html +++ b/public/links/link-6/index.html @@ -5,7 +5,7 @@ Dich'blog - + @@ -28,8 +28,7 @@ - - + @@ -63,6 +62,8 @@
    251. links
    252. +
    253. search
    254. +
    255. github
    256. @@ -126,8 +127,8 @@ - + - + \ No newline at end of file diff --git a/public/linux-for-pc-1/index.html b/public/linux-for-pc-1/index.html index 00f61e7..8a05645 100644 --- a/public/linux-for-pc-1/index.html +++ b/public/linux-for-pc-1/index.html @@ -5,7 +5,7 @@ Dich'blog - + @@ -28,8 +28,7 @@ - - + @@ -64,6 +63,8 @@
    257. links
    258. +
    259. search
    260. +
    261. github
    262. @@ -232,8 +233,8 @@ Gentoo:Gentoo是一个源码驱动的发行版,用户可以通过源代码 - + - + \ No newline at end of file diff --git a/public/linux-for-pc-2/index.html b/public/linux-for-pc-2/index.html index cad2a03..2716c6b 100644 --- a/public/linux-for-pc-2/index.html +++ b/public/linux-for-pc-2/index.html @@ -5,7 +5,7 @@ Dich'blog - + @@ -28,8 +28,7 @@ - - + @@ -64,6 +63,8 @@
    263. links
    264. +
    265. search
    266. +
    267. github
    268. @@ -203,8 +204,8 @@ Swap的优先级:如果同时存在多个Swap分区/文件,可以通过设 - + - + \ No newline at end of file diff --git a/public/linux-for-pc-3/index.html b/public/linux-for-pc-3/index.html index 2e187ff..391ee07 100644 --- a/public/linux-for-pc-3/index.html +++ b/public/linux-for-pc-3/index.html @@ -5,7 +5,7 @@ Dich'blog - + @@ -28,8 +28,7 @@ - - + @@ -64,6 +63,8 @@
    269. links
    270. +
    271. search
    272. +
    273. github
    274. @@ -326,8 +327,8 @@ Wayland是一个由Red Hat主导开发的新一代图形显示协议,旨在取 - + - + \ No newline at end of file diff --git a/public/linux-for-pc-4/index.html b/public/linux-for-pc-4/index.html index 7ff0488..fa611f7 100644 --- a/public/linux-for-pc-4/index.html +++ b/public/linux-for-pc-4/index.html @@ -5,7 +5,7 @@ Dich'blog - + @@ -28,8 +28,7 @@ - - + @@ -64,6 +63,8 @@
    275. links
    276. +
    277. search
    278. +
    279. github
    280. @@ -159,8 +160,8 @@ - + - + \ No newline at end of file diff --git a/public/linux-for-pc-5/index.html b/public/linux-for-pc-5/index.html index 832e923..548be3c 100644 --- a/public/linux-for-pc-5/index.html +++ b/public/linux-for-pc-5/index.html @@ -5,7 +5,7 @@ Dich'blog - + @@ -28,8 +28,7 @@ - - + @@ -64,6 +63,8 @@
    281. links
    282. +
    283. search
    284. +
    285. github
    286. @@ -96,7 +97,7 @@

      前言 在计算机领域,系统引导和磁盘分区是至关重要的。本文将介绍BIOS与UEFI,MBR与GPT,以及它们之间的异同点。此外,我们还会讨论与这些概念密切相关的引导加载程序——GRUB。

      BIOS

      -

      BIOS(Basic Input Output System),直译成中文名称就是"基本输入输出系统"。它是一组固化到主板中一个ROM芯片上的程序,它可以从CMOS中读写系统设置的具体信息。此程序保存着计算机最重要的基本输入输出程序、开机后的自检程序和系统自启动程序。简单来说,BIOS只认识设备,不认识分区、不认识文件。

      +

      BIOS(Basic Input Output System),直译成中文名称就是"基本输入输出系统"。它是一组固化到主板中一个ROM芯片上的程序,它可以从CMOS中读写系统设置的具体信息。此程序保存着计算机最重要的基本输入输出程序、开机后的自检程序和系统自启动程序。简单来说,BIOS只认识设备,不认识分区、不认识文件。

      UEFI

      @@ -243,8 +244,8 @@ - + - + \ No newline at end of file diff --git a/public/linux-for-pc-6/index.html b/public/linux-for-pc-6/index.html index 9d79de6..f799582 100644 --- a/public/linux-for-pc-6/index.html +++ b/public/linux-for-pc-6/index.html @@ -5,7 +5,7 @@ Dich'blog - + @@ -28,8 +28,7 @@ - - + @@ -64,6 +63,8 @@
    287. links
    288. +
    289. search
    290. +
    291. github
    292. @@ -321,8 +322,8 @@ cached:页面缓存,由文件系统使用 - + - + \ No newline at end of file diff --git a/public/local-isps-to-cn-report/index.html b/public/local-isps-to-cn-report/index.html index e355e91..233bb73 100644 --- a/public/local-isps-to-cn-report/index.html +++ b/public/local-isps-to-cn-report/index.html @@ -5,7 +5,7 @@ Dich'blog - + @@ -28,8 +28,7 @@ - - + @@ -64,6 +63,8 @@
    293. links
    294. +
    295. search
    296. +
    297. github
    298. @@ -644,8 +645,8 @@ LG Uplus 由三家LG子公司合并而来,分别是LG DACOM,LG Powercom和LG - + - + \ No newline at end of file diff --git a/public/mechrev-keyboard/index.html b/public/mechrev-keyboard/index.html index c3a6986..2a0bd62 100644 --- a/public/mechrev-keyboard/index.html +++ b/public/mechrev-keyboard/index.html @@ -5,7 +5,7 @@ Dich'blog - + @@ -28,8 +28,7 @@ - - + @@ -64,6 +63,8 @@
    299. links
    300. +
    301. search
    302. +
    303. github
    304. @@ -299,8 +300,8 @@ - + - + \ No newline at end of file diff --git a/public/network-download-1/index.html b/public/network-download-1/index.html index bcfa0f5..20eb1eb 100644 --- a/public/network-download-1/index.html +++ b/public/network-download-1/index.html @@ -5,7 +5,7 @@ Dich'blog - + @@ -28,8 +28,7 @@ - - + @@ -64,6 +63,8 @@
    305. links
    306. +
    307. search
    308. +
    309. github
    310. @@ -424,8 +425,8 @@ HTTP协议是一种无状态的、应用层协议,用于传输超文本数据 - + - + \ No newline at end of file diff --git a/public/open-source-cross-platform-softs/index.html b/public/open-source-cross-platform-softs/index.html index 04bad96..a20bd16 100644 --- a/public/open-source-cross-platform-softs/index.html +++ b/public/open-source-cross-platform-softs/index.html @@ -5,7 +5,7 @@ Dich'blog - + @@ -28,8 +28,7 @@ - - + @@ -64,6 +63,8 @@
    311. links
    312. +
    313. search
    314. +
    315. github
    316. @@ -187,8 +188,8 @@ - + - + \ No newline at end of file diff --git a/public/open-source-software/index.html b/public/open-source-software/index.html index 76a1a04..4f223f9 100644 --- a/public/open-source-software/index.html +++ b/public/open-source-software/index.html @@ -5,7 +5,7 @@ Dich'blog - + @@ -28,8 +28,7 @@ - - + @@ -64,6 +63,8 @@
    317. links
    318. +
    319. search
    320. +
    321. github
    322. @@ -351,8 +352,8 @@ - + - + \ No newline at end of file diff --git a/public/open-source-what/index.html b/public/open-source-what/index.html index 029a8ae..d10fdbd 100644 --- a/public/open-source-what/index.html +++ b/public/open-source-what/index.html @@ -5,7 +5,7 @@ Dich'blog - + @@ -28,8 +28,7 @@ - - + @@ -64,6 +63,8 @@
    323. links
    324. +
    325. search
    326. +
    327. github
    328. @@ -198,8 +199,8 @@ - + - + \ No newline at end of file diff --git a/public/opensourcesoftware-licenses/index.html b/public/opensourcesoftware-licenses/index.html index 65c9d91..dc540ab 100644 --- a/public/opensourcesoftware-licenses/index.html +++ b/public/opensourcesoftware-licenses/index.html @@ -5,7 +5,7 @@ Dich'blog - + @@ -28,8 +28,7 @@ - - + @@ -64,6 +63,8 @@
    329. links
    330. +
    331. search
    332. +
    333. github
    334. @@ -145,7 +146,7 @@
    335. 授权不可撤消 一旦获得授权,没有任何人可以取消。比如,你基于该产品代码开发了衍生产品,你不用担心会在某一天被禁止使用该代码
    336. BSD

      -

      BSD 是"Berkeley Software Distribution"的缩写,意思是"伯克利软件发行版"。

      +

      BSD 是"Berkeley Software Distribution"的缩写,意思是"伯克利软件发行版"。

      BSD开源协议:是一个给于使用者很大自由的协议。可以自由的使用,修改源代码,也可以将修改后的代码作为开源或者专有软件再发布。 当你发布使用了BSD协议的代码,或则以BSD协议代码为基础做二次开发自己的产品时,需要满足三个条件:

      • @@ -175,7 +176,7 @@

        EPL (Eclipse Public License 1.0)

        EPL允许 Recipients 任意使用、复制、分发、传播、展示、修改以及改后闭源的二次商业发布。

        使用EPL协议,需要遵守以下规则:

        -

        当一个 Contributors 将源码的整体或部分再次开源发布的时候,必须继续遵循EPL开源协议来发布,而不能改用其他协议发布.除非你得到了原"源码"Owner 的授权;

        +

        当一个 Contributors 将源码的整体或部分再次开源发布的时候,必须继续遵循EPL开源协议来发布,而不能改用其他协议发布.除非你得到了原"源码"Owner 的授权;

        EPL协议下,你可以将源码不做任何修改来商业发布.但如果你要发布修改后的源码,或者当你再发布的是 Object Code 的时候,你必须声明它的 Source Code 是可以获取的,而且要告知获取方法;

        当你需要将EPL下的源码作为一部分跟其他私有的源码混和着成为一个 Project 发布的时候,你可以将整个 Project/Product 以私人的协议发布,但要声明哪一部分代码是EPL下的,而且声明那部分代码继续遵循EPL;

        4.独立的模块(Separate Module),不需要开源。

        @@ -189,13 +190,13 @@

        相同方式共享 作品可以被修改、分发或其它操作,但所有的衍生品都要置于CC许可协议下。

      • -

        非商业用途 作品可以被修改、分发等等,但不能用于商业目的。但语言上对什么是"商业"的说明十分含糊不清 (没有提供精确的定义),所以你可以在你的工程里对其进行说明。例如,有些人简单的解释"非商业"为不能出售这个作品。而另外一些人认为你甚至不能在有广告的网站上使用它们。 还有些人认为"商业"仅仅指你用它获取利益。

        +

        非商业用途 作品可以被修改、分发等等,但不能用于商业目的。但语言上对什么是"商业"的说明十分含糊不清 (没有提供精确的定义),所以你可以在你的工程里对其进行说明。例如,有些人简单的解释"非商业"为不能出售这个作品。而另外一些人认为你甚至不能在有广告的网站上使用它们。 还有些人认为"商业"仅仅指你用它获取利益。

      • 禁止衍生作品

      -

      CC 许可协议的这些条款可以自由组合使用。大多数的比较严格的CC协议会声明 "署名权,非商业用途,禁止衍生"条款,这意味着你可以自由的分享这个作品,但你不能改变它和对其收费,而且必须声明作品的归属。这个许可协议非常的有用,它可以让你的作品传播出去,但又可以对作品的使用保留部分或完全的控制。最少限制的CC协议类型当属 "署名"协议,这意味着只要人们能维护你的名誉,他们对你的作品怎么使用都行。

      +

      CC 许可协议的这些条款可以自由组合使用。大多数的比较严格的CC协议会声明 "署名权,非商业用途,禁止衍生"条款,这意味着你可以自由的分享这个作品,但你不能改变它和对其收费,而且必须声明作品的归属。这个许可协议非常的有用,它可以让你的作品传播出去,但又可以对作品的使用保留部分或完全的控制。最少限制的CC协议类型当属 "署名"协议,这意味着只要人们能维护你的名誉,他们对你的作品怎么使用都行。

      CC 许可协议更多的是在设计类工程中使用,而不是开发类,但没有人或妨碍你将之使用与后者。只是你必须要清楚各部分条款能覆盖到的和不能覆盖到的权利。

      后记

      在过去几年,我们可以清晰地观察到商业公司对开源的日益重视,传统企业对开源软件和技术态度的开也在不断提升。IBM 以340亿美元收购了开源软件制造商 Red Hat,而Salesforce 也以65亿美元收购了 Mulesoft;微软加入了开放发明网络(OIN)并贡献了6万项专利,随后又以75亿美元收购了 GitHub ;这些都是显著的例子。

      @@ -255,8 +256,8 @@ - + - + \ No newline at end of file diff --git a/public/page/10/index.html b/public/page/10/index.html index 2f24c98..209e3ec 100644 --- a/public/page/10/index.html +++ b/public/page/10/index.html @@ -5,7 +5,7 @@ Dich'blog - + @@ -28,8 +28,7 @@ - - + @@ -64,6 +63,8 @@
    337. links
    338. +
    339. search
    340. +
    341. github
    342. @@ -282,8 +283,8 @@ - + - + \ No newline at end of file diff --git a/public/page/11/index.html b/public/page/11/index.html index edaa792..176a305 100644 --- a/public/page/11/index.html +++ b/public/page/11/index.html @@ -5,7 +5,7 @@ Dich'blog - + @@ -28,8 +28,7 @@ - - + @@ -64,6 +63,8 @@
    343. links
    344. +
    345. search
    346. +
    347. github
    348. @@ -281,8 +282,8 @@ - + - + \ No newline at end of file diff --git a/public/page/12/index.html b/public/page/12/index.html index 06eb88d..36433cb 100644 --- a/public/page/12/index.html +++ b/public/page/12/index.html @@ -5,7 +5,7 @@ Dich'blog - + @@ -28,8 +28,7 @@ - - + @@ -64,6 +63,8 @@
    349. links
    350. +
    351. search
    352. +
    353. github
    354. @@ -274,8 +275,8 @@ - + - + \ No newline at end of file diff --git a/public/page/2/index.html b/public/page/2/index.html index 415647f..2749c58 100644 --- a/public/page/2/index.html +++ b/public/page/2/index.html @@ -5,7 +5,7 @@ Dich'blog - + @@ -28,8 +28,7 @@ - - + @@ -64,6 +63,8 @@
    355. links
    356. +
    357. search
    358. +
    359. github
    360. @@ -281,8 +282,8 @@ - + - + \ No newline at end of file diff --git a/public/page/3/index.html b/public/page/3/index.html index 851dde3..7c7e131 100644 --- a/public/page/3/index.html +++ b/public/page/3/index.html @@ -5,7 +5,7 @@ Dich'blog - + @@ -28,8 +28,7 @@ - - + @@ -64,6 +63,8 @@
    361. links
    362. +
    363. search
    364. +
    365. github
    366. @@ -281,8 +282,8 @@ - + - + \ No newline at end of file diff --git a/public/page/4/index.html b/public/page/4/index.html index 3399db4..09457b7 100644 --- a/public/page/4/index.html +++ b/public/page/4/index.html @@ -5,7 +5,7 @@ Dich'blog - + @@ -28,8 +28,7 @@ - - + @@ -64,6 +63,8 @@
    367. links
    368. +
    369. search
    370. +
    371. github
    372. @@ -281,8 +282,8 @@ - + - + \ No newline at end of file diff --git a/public/page/5/index.html b/public/page/5/index.html index fec5653..cd251d2 100644 --- a/public/page/5/index.html +++ b/public/page/5/index.html @@ -5,7 +5,7 @@ Dich'blog - + @@ -28,8 +28,7 @@ - - + @@ -64,6 +63,8 @@
    373. links
    374. +
    375. search
    376. +
    377. github
    378. @@ -281,8 +282,8 @@ - + - + \ No newline at end of file diff --git a/public/page/6/index.html b/public/page/6/index.html index e07ea4e..656e333 100644 --- a/public/page/6/index.html +++ b/public/page/6/index.html @@ -5,7 +5,7 @@ Dich'blog - + @@ -28,8 +28,7 @@ - - + @@ -64,6 +63,8 @@
    379. links
    380. +
    381. search
    382. +
    383. github
    384. @@ -281,8 +282,8 @@ - + - + \ No newline at end of file diff --git a/public/page/7/index.html b/public/page/7/index.html index ade3270..03eda9a 100644 --- a/public/page/7/index.html +++ b/public/page/7/index.html @@ -5,7 +5,7 @@ Dich'blog - + @@ -28,8 +28,7 @@ - - + @@ -64,6 +63,8 @@
    385. links
    386. +
    387. search
    388. +
    389. github
    390. @@ -281,8 +282,8 @@ - + - + \ No newline at end of file diff --git a/public/page/8/index.html b/public/page/8/index.html index 9949a1c..0941981 100644 --- a/public/page/8/index.html +++ b/public/page/8/index.html @@ -5,7 +5,7 @@ Dich'blog - + @@ -28,8 +28,7 @@ - - + @@ -64,6 +63,8 @@
    391. links
    392. +
    393. search
    394. +
    395. github
    396. @@ -281,8 +282,8 @@ - + - + \ No newline at end of file diff --git a/public/page/9/index.html b/public/page/9/index.html index 089e078..b2e5fd9 100644 --- a/public/page/9/index.html +++ b/public/page/9/index.html @@ -5,7 +5,7 @@ Dich'blog - + @@ -28,8 +28,7 @@ - - + @@ -64,6 +63,8 @@
    397. links
    398. +
    399. search
    400. +
    401. github
    402. @@ -281,8 +282,8 @@ - + - + \ No newline at end of file diff --git a/public/routing/index.html b/public/routing/index.html index f886ee4..206e398 100644 --- a/public/routing/index.html +++ b/public/routing/index.html @@ -5,7 +5,7 @@ Dich'blog - + @@ -28,8 +28,7 @@ - - + @@ -64,6 +63,8 @@
    403. links
    404. +
    405. search
    406. +
    407. github
    408. @@ -217,8 +218,8 @@ - + - + \ No newline at end of file diff --git a/public/rss-read/index.html b/public/rss-read/index.html index 8fd3c49..ea9f380 100644 --- a/public/rss-read/index.html +++ b/public/rss-read/index.html @@ -5,7 +5,7 @@ Dich'blog - + @@ -28,8 +28,7 @@ - - + @@ -64,6 +63,8 @@
    409. links
    410. +
    411. search
    412. +
    413. github
    414. @@ -348,8 +349,8 @@ - + - + \ No newline at end of file diff --git a/public/searching/index.html b/public/searching/index.html index 8d7e2d8..3fa3349 100644 --- a/public/searching/index.html +++ b/public/searching/index.html @@ -5,7 +5,7 @@ Dich'blog - + @@ -28,8 +28,7 @@ - - + @@ -51,10 +50,9 @@ - - @@ -144,8 +145,8 @@ - + - + \ No newline at end of file diff --git a/public/tags/kai-yuan-shi-jie/index.html b/public/tags/kai-yuan-shi-jie/index.html index de69a7f..a9b685d 100644 --- a/public/tags/kai-yuan-shi-jie/index.html +++ b/public/tags/kai-yuan-shi-jie/index.html @@ -6,7 +6,7 @@ Dich'blog - + @@ -32,8 +32,7 @@ Dich'blog - - + @@ -67,6 +66,8 @@ Dich'blog
    415. links
    416. +
    417. search
    418. +
    419. github
    420. @@ -150,8 +151,8 @@ Dich'blog - + - + \ No newline at end of file diff --git a/public/tags/linux/index.html b/public/tags/linux/index.html index 8ce61ca..2ffda54 100644 --- a/public/tags/linux/index.html +++ b/public/tags/linux/index.html @@ -6,7 +6,7 @@ Dich'blog - + @@ -32,8 +32,7 @@ Dich'blog - - + @@ -67,6 +66,8 @@ Dich'blog
    421. links
    422. +
    423. search
    424. +
    425. github
    426. @@ -170,8 +171,8 @@ Dich'blog - + - + \ No newline at end of file diff --git a/public/tags/luan-qi-ba-zao/index.html b/public/tags/luan-qi-ba-zao/index.html index a26d646..5298a5a 100644 --- a/public/tags/luan-qi-ba-zao/index.html +++ b/public/tags/luan-qi-ba-zao/index.html @@ -6,7 +6,7 @@ Dich'blog - + @@ -32,8 +32,7 @@ Dich'blog - - + @@ -67,6 +66,8 @@ Dich'blog
    427. links
    428. +
    429. search
    430. +
    431. github
    432. @@ -320,8 +321,8 @@ Dich'blog - + - + \ No newline at end of file diff --git a/public/tags/tan-tian-shuo-di/index.html b/public/tags/tan-tian-shuo-di/index.html index c0679c7..5867e6e 100644 --- a/public/tags/tan-tian-shuo-di/index.html +++ b/public/tags/tan-tian-shuo-di/index.html @@ -6,7 +6,7 @@ Dich'blog - + @@ -32,8 +32,7 @@ Dich'blog - - + @@ -67,6 +66,8 @@ Dich'blog
    433. links
    434. +
    435. search
    436. +
    437. github
    438. @@ -190,8 +191,8 @@ Dich'blog - + - + \ No newline at end of file diff --git a/public/tags/wang-luo-yi-shu/index.html b/public/tags/wang-luo-yi-shu/index.html index 7ba2ff6..ce54b77 100644 --- a/public/tags/wang-luo-yi-shu/index.html +++ b/public/tags/wang-luo-yi-shu/index.html @@ -6,7 +6,7 @@ Dich'blog - + @@ -32,8 +32,7 @@ Dich'blog - - + @@ -67,6 +66,8 @@ Dich'blog
    439. links
    440. +
    441. search
    442. +
    443. github
    444. @@ -150,8 +151,8 @@ Dich'blog - + - + \ No newline at end of file diff --git a/public/tags/xue-xi-bi-ji/index.html b/public/tags/xue-xi-bi-ji/index.html index 4a903e5..310e18b 100644 --- a/public/tags/xue-xi-bi-ji/index.html +++ b/public/tags/xue-xi-bi-ji/index.html @@ -6,7 +6,7 @@ Dich'blog - + @@ -32,8 +32,7 @@ Dich'blog - - + @@ -67,6 +66,8 @@ Dich'blog
    445. links
    446. +
    447. search
    448. +
    449. github
    450. @@ -200,8 +201,8 @@ Dich'blog - + - + \ No newline at end of file diff --git a/public/tags/zong-he-gong-cheng/index.html b/public/tags/zong-he-gong-cheng/index.html index 0e1653a..9bb3856 100644 --- a/public/tags/zong-he-gong-cheng/index.html +++ b/public/tags/zong-he-gong-cheng/index.html @@ -6,7 +6,7 @@ Dich'blog - + @@ -32,8 +32,7 @@ Dich'blog - - + @@ -67,6 +66,8 @@ Dich'blog
    451. links
    452. +
    453. search
    454. +
    455. github
    456. @@ -190,8 +191,8 @@ Dich'blog - + - + \ No newline at end of file diff --git a/public/windows-optimization/index.html b/public/windows-optimization/index.html index 18bd68b..c69e0d5 100644 --- a/public/windows-optimization/index.html +++ b/public/windows-optimization/index.html @@ -5,7 +5,7 @@ Dich'blog - + @@ -28,8 +28,7 @@ - - + @@ -64,6 +63,8 @@
    457. links
    458. +
    459. search
    460. +
    461. github
    462. @@ -193,8 +194,8 @@ - + - + \ No newline at end of file diff --git a/public/windows-some-setting/index.html b/public/windows-some-setting/index.html index fd5ffe4..1db0c68 100644 --- a/public/windows-some-setting/index.html +++ b/public/windows-some-setting/index.html @@ -5,7 +5,7 @@ Dich'blog - + @@ -28,8 +28,7 @@ - - + @@ -64,6 +63,8 @@
    463. links
    464. +
    465. search
    466. +
    467. github
    468. @@ -297,8 +298,8 @@ Windows注册表实质上是一个庞大的数据库,存储着各种各样的 - + - + \ No newline at end of file diff --git a/public/zhoubao-1/index.html b/public/zhoubao-1/index.html index 2e98b00..922f54e 100644 --- a/public/zhoubao-1/index.html +++ b/public/zhoubao-1/index.html @@ -5,7 +5,7 @@ Dich'blog - + @@ -28,8 +28,7 @@ - - + @@ -64,6 +63,8 @@
    469. links
    470. +
    471. search
    472. +
    473. github
    474. @@ -104,9 +105,9 @@

      非常遗憾,接上级通知,即时起我们将中止对 dockerhub 仓库的镜像。docker 相关工具默认会自动处理失效镜像的回退,如果对官方源有访问困难问题,建议尝试使用其他仍在服务的镜像源。我们对给您带来的不便表示歉意,感谢您的理解与支持。

      -

      原公告"接上级通知","因监管要求"等字眼,现在已经被删除。随后,中科大及多家其他镜像站也接连停止服务。 +

      原公告"接上级通知","因监管要求"等字眼,现在已经被删除。随后,中科大及多家其他镜像站也接连停止服务。 据称,是有人上传了关于涉政人物的AI语音合成器的docker镜像。

      -

      随后发现原来去年就有了一个 "AtomHub 可信镜像中心",由开放原子开源基金会主导,华为、浪潮、DaoCloud 、谐云、青云、飓风引擎以及 OpenSDV 开源联盟、openEuler 社区、OpenCloudOS 社区等成员单位共同建设。

      +

      随后发现原来去年就有了一个 "AtomHub 可信镜像中心",由开放原子开源基金会主导,华为、浪潮、DaoCloud 、谐云、青云、飓风引擎以及 OpenSDV 开源联盟、openEuler 社区、OpenCloudOS 社区等成员单位共同建设。

      V2EX上的讨论:如何评价新一代的国产可信 Docker 镜像中心 Atomhub

      三.Windows11更新推送安装微软电脑管家

      如果你的windows没有关闭自动更新,那么会被捆绑安装微软电脑管家。该软件提供多种语言,不过现阶段只在中国市场进行推送安装。理论上只要是系统区域设置为中国的设备接下来都会自动安装微软电脑管家,不需要经过用户的任何点击。

      @@ -154,7 +155,7 @@

      另外根据网友反馈此次讯飞输入法崩溃只影响官方版,诸如小米定制版的讯飞输入法是正常的,这也可以看出来定制版使用的可能不是讯飞的服务器,所以并没有发生崩溃

      -

      所谓的"大数据"大头就在与输入法上传数据并推送个性化广告

      +

      所谓的"大数据"大头就在与输入法上传数据并推送个性化广告

      文推

      咖啡简史

      @@ -214,8 +215,8 @@ - + - + \ No newline at end of file diff --git a/public/zhoubao-2/index.html b/public/zhoubao-2/index.html index 6ca9fcc..a98ec8d 100644 --- a/public/zhoubao-2/index.html +++ b/public/zhoubao-2/index.html @@ -5,7 +5,7 @@ Dich'blog - + @@ -28,8 +28,7 @@ - - + @@ -64,6 +63,8 @@
    475. links
    476. +
    477. search
    478. +
    479. github
    480. @@ -176,8 +177,8 @@ - + - + \ No newline at end of file diff --git a/public/zhoubao-3/index.html b/public/zhoubao-3/index.html index 75fd06a..517555f 100644 --- a/public/zhoubao-3/index.html +++ b/public/zhoubao-3/index.html @@ -5,7 +5,7 @@ Dich'blog - + @@ -28,8 +28,7 @@ - - + @@ -64,6 +63,8 @@
    481. links
    482. +
    483. search
    484. +
    485. github
    486. @@ -185,8 +186,8 @@ - + - + \ No newline at end of file diff --git a/public/zhoubao-4/index.html b/public/zhoubao-4/index.html index 7f675c1..7541efc 100644 --- a/public/zhoubao-4/index.html +++ b/public/zhoubao-4/index.html @@ -5,7 +5,7 @@ Dich'blog - + @@ -28,8 +28,7 @@ - - + @@ -64,6 +63,8 @@
    487. links
    488. +
    489. search
    490. +
    491. github
    492. @@ -131,8 +132,8 @@

      根据 V2EX 上的讨论来看,小米手机也被添加了此限制。而造成此审查的直接原因,可能与限制 AirDrop 相同,都是在尝试管理「近距离自组网」

      关于使用 Wi-Fi 名称来抗议,在俄罗斯存在类似的先例:2024年3月,一名学生将路由器的名称设置为:Slava Ukraini!(荣耀属于乌克兰!),如果有人在范围里检查 Wi-Fi 选项,就会看到这段口号。随后该学生在莫斯科被捕,法院以展示「极端主义组织标志」的罪名,判处其 10 天监禁,该学生随后还被莫斯科国立大学开除。

      四.知乎加强爬虫限制

      -

      使用包含"bot"或"spider"的UA访问知乎时,页面的部分内容被替换为随机汉字

      -

      知乎在 robots.txt 中移除 Google 和 Bing 等搜索引擎后,近期又针对UA进行了严格的限制。目前,在 User Agent 中出现"bot"或"spider"的访问结果中,知乎会将问题或专栏的标题、发布者的用户名、文章正文等文本替换为随机汉字。必应的部分搜索结果已经受到了影响。

      +

      使用包含"bot"或"spider"的UA访问知乎时,页面的部分内容被替换为随机汉字

      +

      知乎在 robots.txt 中移除 Google 和 Bing 等搜索引擎后,近期又针对UA进行了严格的限制。目前,在 User Agent 中出现"bot"或"spider"的访问结果中,知乎会将问题或专栏的标题、发布者的用户名、文章正文等文本替换为随机汉字。必应的部分搜索结果已经受到了影响。

      五.CentOS Linux 7 生命周期正式结束

      此外,与 CentOS 7 同源的红帽企业 Linux 7(RHEL 7)也于今日进入 EOM 停止维护阶段,企业可通过 ELS 订阅付费获得额外 4 年的延长支持。

      据介绍,CentOS 项目与红帽已于 2020 年结束 CentOS Linux 开发,将全部投资转向 CentOS Stream

      @@ -204,8 +205,8 @@ - + - + \ No newline at end of file diff --git a/public/zhoubao-5/index.html b/public/zhoubao-5/index.html index e098c62..3896a61 100644 --- a/public/zhoubao-5/index.html +++ b/public/zhoubao-5/index.html @@ -5,7 +5,7 @@ Dich'blog - + @@ -28,8 +28,7 @@ - - + @@ -64,6 +63,8 @@
    493. links
    494. +
    495. search
    496. +
    497. github
    498. @@ -184,8 +185,8 @@ - + - + \ No newline at end of file diff --git a/public/zhoubao-6/index.html b/public/zhoubao-6/index.html index 3e22e5e..700d185 100644 --- a/public/zhoubao-6/index.html +++ b/public/zhoubao-6/index.html @@ -5,7 +5,7 @@ Dich'blog - + @@ -28,8 +28,7 @@ - - + @@ -64,6 +63,8 @@
    499. links
    500. +
    501. search
    502. +
    503. github
    504. @@ -168,8 +169,8 @@ - + - + \ No newline at end of file diff --git a/public/zhoubao-7/index.html b/public/zhoubao-7/index.html index f2dbae0..906b3c6 100644 --- a/public/zhoubao-7/index.html +++ b/public/zhoubao-7/index.html @@ -5,7 +5,7 @@ Dich'blog - + @@ -28,8 +28,7 @@ - - + @@ -64,6 +63,8 @@
    505. links
    506. +
    507. search
    508. +
    509. github
    510. @@ -161,8 +162,8 @@ - + - + \ No newline at end of file diff --git a/public/zhoubao-8/index.html b/public/zhoubao-8/index.html index e5a98d9..daa2843 100644 --- a/public/zhoubao-8/index.html +++ b/public/zhoubao-8/index.html @@ -5,7 +5,7 @@ Dich'blog - + @@ -28,8 +28,7 @@ - - + @@ -64,6 +63,8 @@
    511. links
    512. +
    513. search
    514. +
    515. github
    516. @@ -103,7 +104,7 @@

      二.全国地震预警小程序公测启动

      中国地震台网中心、中央广播电视总台国家应急广播与腾讯合作,推出了全国微信预警服务的公测版本。该小程序与此前江苏地震预警服务UI完全一致,自行选择即可。

      -

      可通过微信搜索"中国地震台网"或"地震预警",进入小程序并开启服务,接收官方地震预警信息。小程序支持高并发量用户秒级消息推送,并在地震发生时提供强提醒警示及防震指南。

      +

      可通过微信搜索"中国地震台网"或"地震预警",进入小程序并开启服务,接收官方地震预警信息。小程序支持高并发量用户秒级消息推送,并在地震发生时提供强提醒警示及防震指南。

      PS:依然是先试点再推广的流程,不过说好的0级短信呢。。。

      @@ -168,8 +169,8 @@ - + - + \ No newline at end of file diff --git a/public/zola-blog/index.html b/public/zola-blog/index.html index dfd8ca7..43f3edf 100644 --- a/public/zola-blog/index.html +++ b/public/zola-blog/index.html @@ -5,7 +5,7 @@ Dich'blog - + @@ -28,8 +28,7 @@ - - + @@ -64,6 +63,8 @@
    517. links
    518. +
    519. search
    520. +
    521. github
    522. @@ -170,8 +171,8 @@ - + - + \ No newline at end of file diff --git a/templates/index.html b/templates/index.html index cd29544..09c84d0 100644 --- a/templates/index.html +++ b/templates/index.html @@ -13,17 +13,25 @@ {%- block open_graph %}{{ head_macros::open_graph(config=config) }}{% endblock open_graph -%} - {%- if config.generate_feed %} - {%- if "rss" in config.feed_filename %} - {% set feed_type = 'rss+xml' %} - {%- else %} - {% set feed_type = 'atom+xml' %} - {% endif -%} - + {%- if config.generate_feeds %} + {%- for feed in config.feed_filenames %} + + {%- if feed is containing('atom') %} + + {%- endif %} + + {%- if feed is containing('rss') %} + + {%- endif %} + + {%- endfor %} {% endif -%} {%- if config.extra.favicon %} - + + + + {% endif -%} {%- block extra_head %} @@ -123,10 +131,10 @@ {% endblock footer %} - + {%- block extra_body %} {% endblock extra_body -%} - + \ No newline at end of file diff --git a/templates/macros/head.html b/templates/macros/head.html index 1a7e903..c79dfcb 100644 --- a/templates/macros/head.html +++ b/templates/macros/head.html @@ -2,7 +2,7 @@ {% macro head(config) %} - + @@ -19,7 +19,10 @@ {% endif -%} {% endif -%} -{%- if config.extra.use_full_hack_font %} +{%- if config.extra.use_full_hack_font == "exo2" %} + + +{%- elif config.extra.use_full_hack_font %} {% else %} @@ -91,4 +94,4 @@ -{% endmacro open_graph %} +{% endmacro open_graph %} \ No newline at end of file