diff --git a/2023/07/05/trace-of-line-01/index.html b/2023/07/05/trace-of-line-01/index.html index 6ca94e5..70e7267 100644 --- a/2023/07/05/trace-of-line-01/index.html +++ b/2023/07/05/trace-of-line-01/index.html @@ -24,7 +24,7 @@ - + diff --git a/2023/07/05/zhihu-aac-old/index.html b/2023/07/05/zhihu-aac-old/index.html index fbce53f..18de8b5 100644 --- a/2023/07/05/zhihu-aac-old/index.html +++ b/2023/07/05/zhihu-aac-old/index.html @@ -25,10 +25,10 @@ - + - + @@ -388,10 +388,10 @@

- #Python - #cxzlw + #Python + #知乎 #反爬 diff --git a/2023/07/06/zerotier-planet-convert/index.html b/2023/07/06/zerotier-planet-convert/index.html index a96c616..d43efde 100644 --- a/2023/07/06/zerotier-planet-convert/index.html +++ b/2023/07/06/zerotier-planet-convert/index.html @@ -24,10 +24,10 @@ - + - + @@ -343,10 +343,10 @@

- #cxzlw - #Zerotier + #cxzlw + #自建 Planet @@ -404,9 +404,9 @@

- + - 《飞石》Pt.1 未掷出的石子 第二章:失忆?归真会? + 记MC服务器性能调优 上一篇 diff --git a/2023/07/08/mc-server-optimization-dev-01/index.html b/2023/07/08/mc-server-optimization-dev-01/index.html new file mode 100644 index 0000000..c190534 --- /dev/null +++ b/2023/07/08/mc-server-optimization-dev-01/index.html @@ -0,0 +1,750 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 记MC服务器性能调优 - 创新者.老王的博客 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+ + + + + + +
+ +
+ +
+ + + +
+
+
+ + +
+ +
+
+
+
+

记MC服务器性能调优

+ + +
+ +
+

该系列文章旨在记录我对服务器进行的某些优化。但我所进行的所谓优化不一定是正确的,甚至可能是错误的,将造成巨大后果的。因此,对待此系列文章务必谨慎。同时欢迎纠正我的错误。(轻点喷)

+
+ +

好友开服,与 anmouren 等人在服里修了一座又一座的机器,还有 24h 挂机的假人,服务器 tps 低下。本文旨在尽可能不影响游戏体验(特别是机器)的前提下对其服务器进行优化。

+

一、本文要进行的修改

为服务器安装 Spark 插件,运行下列命令:

+
1
/spark profiler start --only-ticks-over 60
+ +

同时激活影响 tps 的各种因素,如猪人塔,沼泽刷怪塔等。待收集数据后,运行下列命令:

+
1
/spark profiler stop
+ +

随后,打开获得的性能分析文件进行分析:

+

性能分析

+

观察到 EntityZombie.tick() 和 EntityVillager.inactiveTick(),那我们今天就在这个地方砍一刀,我们的办法是让这个方法(或者里面的方法)有概率的不执行。

+

二、对代码动刀子

使用 BuildTool

+ + +
+ +
+
+ + + + + + +
+
+
记MC服务器性能调优
+
https://blog.cxzlw.top/2023/07/08/mc-server-optimization-dev-01/
+
+
+ +
+
作者
+
cxzlw
+
+ + +
+
发布于
+
2023年7月8日
+
+ + + +
+
许可协议
+
+ + + + + + + + + + + + + + + + + + + + + + +
+
+ +
+
+
+ + + + +
+ + +
+ +
+ + + + +
+ +
+
+
+
+ + + + +
+ + + +
+
+
+
+ +
+ + + + +
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/2023/07/10/trace-of-line-02/index.html b/2023/07/10/trace-of-line-02/index.html index ad34112..88ebae3 100644 --- a/2023/07/10/trace-of-line-02/index.html +++ b/2023/07/10/trace-of-line-02/index.html @@ -24,7 +24,7 @@ - + @@ -490,8 +490,8 @@

- - Zerotier 自定义 Planet 后与标准节点互通 + + 记MC服务器性能调优 下一篇 diff --git a/2023/08/04/permission-system-design-share/index.html b/2023/08/04/permission-system-design-share/index.html index 54c5cf1..a967403 100644 --- a/2023/08/04/permission-system-design-share/index.html +++ b/2023/08/04/permission-system-design-share/index.html @@ -24,11 +24,11 @@ - + + - @@ -361,12 +361,12 @@

+ #cxzlw + #权限系统 #Python - #cxzlw - diff --git a/2023/08/04/test-latex/index.html b/2023/08/04/test-latex/index.html index 9b6dd9d..79bcef1 100644 --- a/2023/08/04/test-latex/index.html +++ b/2023/08/04/test-latex/index.html @@ -24,7 +24,7 @@ - + diff --git a/2023/08/08/python-to-windows-service/index.html b/2023/08/08/python-to-windows-service/index.html index 0bd521c..3919f64 100644 --- a/2023/08/08/python-to-windows-service/index.html +++ b/2023/08/08/python-to-windows-service/index.html @@ -24,10 +24,10 @@ - + - + @@ -354,10 +354,10 @@

- #Python - #cxzlw + #Python + #Windows service #Nuitka diff --git a/2023/08/22/eca-i-am-interested-in/index.html b/2023/08/22/eca-i-am-interested-in/index.html index 21a2e42..af8d9ce 100644 --- a/2023/08/22/eca-i-am-interested-in/index.html +++ b/2023/08/22/eca-i-am-interested-in/index.html @@ -24,7 +24,7 @@ - + @@ -458,6 +458,12 @@

我感兴趣的社团及时间

diff --git a/2023/08/31/cell-structure/index.html b/2023/08/31/cell-structure/index.html new file mode 100644 index 0000000..1c6728b --- /dev/null +++ b/2023/08/31/cell-structure/index.html @@ -0,0 +1,912 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Biology - Cell structure - 创新者.老王的博客 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+ + + + + + +
+ +
+ +
+ + + +
+
+
+ + +
+ +
+
+
+
+

Biology - Cell structure

+ + +
+ +

Cell structure

Mind map

mindmap
+    root((Cell structure))
+        Organelles all typical cells have
+            Cell membrane
+                Controls movement in and out of cells.
+                Outer membrane of cell
+                Semi-permeable
+            Cytoplasm
+                Where chemical reactions take place.
+                Surrounded by cell membrane
+                Gel-like mixture containing solutes, organelles, and water
+            Nucleus
+                Contains DNA and controls the cell.
+                Has a nuclear membrane, so DNA is not floating about
+            Mitochondria
+                Where aerobic respiration happens.
+                Folds: create lots of surface area for reactions
+            Ribosomes
+                Allows protein synthesis
+                Each cell contains thousands of them
+                Make proteins by translating RNA codes
+
+        Animal cell
+            Cell membrane
+            Cytoplasm
+            Nucleus
+            Mitochondria
+            Ribosomes
+
+        Plant cell
+            Cell membrane
+            Cytoplasm
+            Nucleus
+            Mitochondria
+            Ribosomes
+            Cell wall
+                Rigid to keep the shape of the cell, strengthens the cell.
+                Outermost layer
+                Permeable: They don't select who comes in and who leaves
+            Large Vacuole
+                Cell sap to keep cell turgid.
+                Membrane-bound sacs for storage, digestion, and waste removal
+                Contains water solution
+            Chloroplast
+                Contain chlorophyll, which absorbs light energy for photosynthesis.
+                In green parts of plants
+
+        Prokaryotic cell
+            Cell membrane
+            Cytoplasm
+            Ribosomes
+            Circular DNA
+                Instead of chromosomes, also called Nucleoid, is essential for controlling the activity and reproduction of the prokaryotic cell.
+            Plasmid
+                Small circles of DNA
+            Cell wall
+                Made of peptidoglycan not cellulose
+
+        Differences
+            Plant vs Animal
+                Cell Wall
+                Large Vacuole
+                Chloroplasts
+            Plant vs Prokaryotic
+                Nucleus vs Nucleoid and Plasmid
+                Cellulose vs Peptidoglycan
+
+
+ +

Organelles all typical cells have

Cell membrane

Controls movement in and out of cells.

+
    +
  • Outer membrane of cell
  • +
  • Semi-permeable
  • +
+

Cytoplasm

Where chemical reactions take place.

+
    +
  • Surrounded by cell membrane
  • +
  • Gel-like mixture containing solutes, orangelles, and water
  • +
+

Nucleus

Contains DNA and controls the cell.

+
    +
  • Has a nuclear membrane, so DNA is not floating about
  • +
+

Mitochondria

Where aerobic respiration happens.

+
    +
  • Folds: create lots of surface area for reactions
  • +
+

Ribosomes

Allows protein synthesis

+
    +
  • Each cell contains thousands of them
  • +
  • Make proteins by translating RNA codes
  • +
+

Animal cell

Animal cell has all above.

+

Diagram

Animal cell diagram

+

Plant cell

Plant cell especially also have:

+

Cell wall

Rigid to keep the shape of the cell, strengthens the cell.

+
    +
  • Outermost layer
  • +
  • Permeable: They don’t select who comes in and who leaves
  • +
+

Large Vacuole

Cell sap to keep cell turgid.

+
    +
  • Membrane-bound sacs for storage, digestion, and waste removal
  • +
  • Contains water solution
  • +
+

Chloroplast

Contain chlorophyll, which absorbs light energy for photosynthesis.

+
    +
  • In green parts of plants
  • +
+

Diagram

Plant cell diagram

+

Prokaryotic cell

Prokaryotic cell do not have Mitochondria and Nucleus but organelles below.

+

Cell wall

Rigid to keep the shape of the cell, strengthens the cell.

+
    +
  • Made of peptidoglycan not cellulose
  • +
+

Circular DNA

Instead of chromosomes, also called Nucleoid, is essential for controlling the acticity and reproduction of the
prokaryotic cell.

+

Plasmid

Small circles of DNA.

+

Diagram

Prokaryotic cell diagram

+

Differences

Organelles in cells

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Organelles \ CellsPlant CellAnimal CellProkaryotic Cell
Cell WallYes
Cell MembraneYesYesYes
ChloroplastsYes
CytoplasmYesYesYes
MitochondriaYesYes
NucleusYesYes
RibosomeYesYesYes
Large VacuoleYes
Circular DNAYes
PlasmidYes
+

Some differences between a plant cell and an animal cell

    +
  1. A plant cell has cell wall, while an animal cell hasn’t.
  2. +
  3. A plant cell has large vacuole, while an animal cell hasn’t.
  4. +
  5. No animal cell has chloroplasts, but some plant cell do.
  6. +
+

Some differences between a plant cell and a prokaryotic cell.

    +
  1. A plant cell has nucleus, and a prokaryotic cell has nucleoid and plasmid instead.
  2. +
  3. Cell wall in a plant cell is made of cellulose but peptidoglycan in a prokaryotic cell.
  4. +
+
+

This page was rendered by my blog locally, for a beautiful and well-layouted result, so there are things related to my
blog. These things don’t mean it was downloaded from someone’s blog. Of course, this page won’t be avaliable to the
public before the assessment is no longer accepting submissions.

+
+ + +
+ +
+
+ + + + + + +
+
+
Biology - Cell structure
+
https://blog.cxzlw.top/2023/08/31/cell-structure/
+
+
+ +
+
作者
+
cxzlw (Thomas Wang)
+
+ + +
+
发布于
+
2023年8月31日
+
+ + + +
+
+
+ + + + +
+
+ + +
+ +
+ +
+ + + + +
+ +
+
+
+
+ + + + +
+ + + +
+
+
+
+ +
+ + + + +
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/about/index.html b/about/index.html index f56cab5..4abbece 100644 --- a/about/index.html +++ b/about/index.html @@ -24,7 +24,7 @@ - + diff --git a/archives/2023/07/index.html b/archives/2023/07/index.html index 6949fbf..9e3fdc4 100644 --- a/archives/2023/07/index.html +++ b/archives/2023/07/index.html @@ -238,7 +238,7 @@
-

共计 8 篇文章

+

共计 10 篇文章


@@ -252,6 +252,12 @@ + + +
记MC服务器性能调优
+
+ +
Zerotier 自定义 Planet 后与标准节点互通
diff --git a/archives/2023/08/index.html b/archives/2023/08/index.html index 45c488e..0a40d74 100644 --- a/archives/2023/08/index.html +++ b/archives/2023/08/index.html @@ -238,7 +238,7 @@
-

共计 8 篇文章

+

共计 10 篇文章


@@ -246,6 +246,12 @@

2023

+
+ +
Biology - Cell structure
+
+ +
我感兴趣的社团及时间
diff --git a/archives/2023/index.html b/archives/2023/index.html index 66689f5..7f7bb85 100644 --- a/archives/2023/index.html +++ b/archives/2023/index.html @@ -238,7 +238,7 @@
-

共计 8 篇文章

+

共计 10 篇文章


@@ -246,6 +246,12 @@

2023

+
+ +
Biology - Cell structure
+
+ +
我感兴趣的社团及时间
@@ -276,6 +282,12 @@
+ + +
记MC服务器性能调优
+
+ +
Zerotier 自定义 Planet 后与标准节点互通
diff --git a/archives/index.html b/archives/index.html index bd60bd2..4a81587 100644 --- a/archives/index.html +++ b/archives/index.html @@ -238,7 +238,7 @@
+ +
@@ -476,10 +553,10 @@

@@ -572,10 +649,10 @@

Mind map

mindmap    root((Cell structure))        Organelles all typical cells have            Cell membrane                Controls movement in and out of cells.                Outer membrane of cell                Semi-permeable            Cytoplasm                Where chemical reactions take place.                Surrounded by cell membrane                Gel-like mixture containing solutes, organelles, and water            Nucleus                Contains DNA and controls the cell.                Has a nuclear membrane, so DNA is not floating about            Mitochondria                Where aerobic respiration happens.                Folds: create lots of surface area for reactions            Ribosomes                Allows protein synthesis                Each cell contains thousands of them                Make proteins by translating RNA codes        Animal cell            Cell membrane            Cytoplasm            Nucleus            Mitochondria            Ribosomes        Plant cell            Cell membrane            Cytoplasm            Nucleus            Mitochondria            Ribosomes            Cell wall                Rigid to keep the shape of the cell, strengthens the cell.                Outermost layer                Permeable: They don't select who comes in and who leaves            Large Vacuole                Cell sap to keep cell turgid.                Membrane-bound sacs for storage, digestion, and waste removal                Contains water solution            Chloroplast                Contain chlorophyll, which absorbs light energy for photosynthesis.                In green parts of plants        Prokaryotic cell            Cell membrane            Cytoplasm            Ribosomes            Circular DNA                Instead of chromosomes, also called Nucleoid, is essential for controlling the activity and reproduction of the prokaryotic cell.            Plasmid                Small circles of DNA            Cell wall                Made of peptidoglycan not cellulose        Differences            Plant vs Animal                Cell Wall                Large Vacuole                Chloroplasts            Plant vs Prokaryotic                Nucleus vs Nucleoid and Plasmid                Cellulose vs Peptidoglycan

Organelles all typical cells have

Cell membrane

Controls movement in and out of cells.

  • Outer membrane of cell
  • Semi-permeable

Cytoplasm

Where chemical reactions take place.

  • Surrounded by cell membrane
  • Gel-like mixture containing solutes, orangelles, and water

Nucleus

Contains DNA and controls the cell.

  • Has a nuclear membrane, so DNA is not floating about

Mitochondria

Where aerobic respiration happens.

  • Folds: create lots of surface area for reactions

Ribosomes

Allows protein synthesis

  • Each cell contains thousands of them
  • Make proteins by translating RNA codes

Animal cell

Animal cell has all above.

Diagram

Animal cell diagram

Plant cell

Plant cell especially also have:

Cell wall

Rigid to keep the shape of the cell, strengthens the cell.

  • Outermost layer
  • Permeable: They don’t select who comes in and who leaves

Large Vacuole

Cell sap to keep cell turgid.

  • Membrane-bound sacs for storage, digestion, and waste removal
  • Contains water solution

Chloroplast

Contain chlorophyll, which absorbs light energy for photosynthesis.

  • In green parts of plants

Diagram

Plant cell diagram

Prokaryotic cell

Prokaryotic cell do not have Mitochondria and Nucleus but organelles below.

Cell wall

Rigid to keep the shape of the cell, strengthens the cell.

  • Made of peptidoglycan not cellulose

Circular DNA

Instead of chromosomes, also called Nucleoid, is essential for controlling the acticity and reproduction of the
prokaryotic cell.

Plasmid

Small circles of DNA.

Diagram

Prokaryotic cell diagram

Differences

Organelles in cells

Organelles \ CellsPlant CellAnimal CellProkaryotic Cell
Cell WallYes
Cell MembraneYesYesYes
ChloroplastsYes
CytoplasmYesYesYes
MitochondriaYesYes
NucleusYesYes
RibosomeYesYesYes
Large VacuoleYes
Circular DNAYes
PlasmidYes

Some differences between a plant cell and an animal cell

  1. A plant cell has cell wall, while an animal cell hasn’t.
  2. A plant cell has large vacuole, while an animal cell hasn’t.
  3. No animal cell has chloroplasts, but some plant cell do.

Some differences between a plant cell and a prokaryotic cell.

  1. A plant cell has nucleus, and a prokaryotic cell has nucleoid and plasmid instead.
  2. Cell wall in a plant cell is made of cellulose but peptidoglycan in a prokaryotic cell.

This page was rendered by my blog locally, for a beautiful and well-layouted result, so there are things related to my
blog. These things don’t mean it was downloaded from someone’s blog. Of course, this page won’t be avaliable to the
public before the assessment is no longer accepting submissions.

]]> + + + + + + + 我感兴趣的社团及时间 @@ -27,10 +40,10 @@ - Python - cxzlw + Python + Windows service Nuitka @@ -52,12 +65,12 @@ + cxzlw + 权限系统 Python - cxzlw - @@ -102,6 +115,29 @@ + + 记MC服务器性能调优 + + /2023/07/08/mc-server-optimization-dev-01/ + +

该系列文章旨在记录我对服务器进行的某些优化。但我所进行的所谓优化不一定是正确的,甚至可能是错误的,将造成巨大后果的。因此,对待此系列文章务必谨慎。同时欢迎纠正我的错误。(轻点喷)

好友开服,与 anmouren 等人在服里修了一座又一座的机器,还有 24h 挂机的假人,服务器 tps 低下。本文旨在尽可能不影响游戏体验(特别是机器)的前提下对其服务器进行优化。

一、本文要进行的修改

为服务器安装 Spark 插件,运行下列命令:

1
/spark profiler start --only-ticks-over 60

同时激活影响 tps 的各种因素,如猪人塔,沼泽刷怪塔等。待收集数据后,运行下列命令:

1
/spark profiler stop

随后,打开获得的性能分析文件进行分析:

性能分析

观察到 EntityZombie.tick() 和 EntityVillager.inactiveTick(),那我们今天就在这个地方砍一刀,我们的办法是让这个方法(或者里面的方法)有概率的不执行。

二、对代码动刀子

使用 BuildTool

]]> + + + + + + Zerotier + + 自建Planet + + cxzlw + + + + + + + Zerotier 自定义 Planet 后与标准节点互通 @@ -113,10 +149,10 @@ - cxzlw - Zerotier + cxzlw + 自建 Planet @@ -161,10 +197,10 @@ - Python - cxzlw + Python + 知乎 反爬 diff --git a/sitemap.xml b/sitemap.xml index 774362e..0c24e48 100644 --- a/sitemap.xml +++ b/sitemap.xml @@ -4,7 +4,16 @@ https://blog.cxzlw.top/manifest.json - 2023-08-31 + 2023-09-01 + + monthly + 0.6 + + + + https://blog.cxzlw.top/2023/08/31/cell-structure/ + + 2023-09-01 monthly 0.6 @@ -13,7 +22,16 @@ https://blog.cxzlw.top/2023/08/22/eca-i-am-interested-in/ - 2023-08-31 + 2023-09-01 + + monthly + 0.6 + + + + https://blog.cxzlw.top/2023/07/08/mc-server-optimization-dev-01/ + + 2023-09-01 monthly 0.6 @@ -22,7 +40,7 @@ https://blog.cxzlw.top/2023/08/04/permission-system-design-share/ - 2023-08-31 + 2023-09-01 monthly 0.6 @@ -31,7 +49,7 @@ https://blog.cxzlw.top/2023/08/08/python-to-windows-service/ - 2023-08-31 + 2023-09-01 monthly 0.6 @@ -40,7 +58,7 @@ https://blog.cxzlw.top/2023/08/04/test-latex/ - 2023-08-31 + 2023-09-01 monthly 0.6 @@ -49,7 +67,7 @@ https://blog.cxzlw.top/2023/07/05/trace-of-line-01/ - 2023-08-31 + 2023-09-01 monthly 0.6 @@ -58,7 +76,7 @@ https://blog.cxzlw.top/2023/07/10/trace-of-line-02/ - 2023-08-31 + 2023-09-01 monthly 0.6 @@ -67,7 +85,7 @@ https://blog.cxzlw.top/2023/07/06/zerotier-planet-convert/ - 2023-08-31 + 2023-09-01 monthly 0.6 @@ -76,7 +94,7 @@ https://blog.cxzlw.top/2023/07/05/zhihu-aac-old/ - 2023-08-31 + 2023-09-01 monthly 0.6 @@ -85,7 +103,7 @@ https://blog.cxzlw.top/about/index.html - 2023-08-31 + 2023-09-01 monthly 0.6 @@ -94,99 +112,106 @@ https://blog.cxzlw.top/ - 2023-08-31 + 2023-09-01 daily 1.0 - https://blog.cxzlw.top/tags/%E6%9D%83%E9%99%90%E7%B3%BB%E7%BB%9F/ - 2023-08-31 + https://blog.cxzlw.top/tags/Zerotier/ + 2023-09-01 weekly 0.2 - https://blog.cxzlw.top/tags/Python/ - 2023-08-31 + https://blog.cxzlw.top/tags/%E8%87%AA%E5%BB%BAPlanet/ + 2023-09-01 weekly 0.2 https://blog.cxzlw.top/tags/cxzlw/ - 2023-08-31 + 2023-09-01 + weekly + 0.2 + + + + https://blog.cxzlw.top/tags/%E6%9D%83%E9%99%90%E7%B3%BB%E7%BB%9F/ + 2023-09-01 + weekly + 0.2 + + + + https://blog.cxzlw.top/tags/Python/ + 2023-09-01 weekly 0.2 https://blog.cxzlw.top/tags/Windows-service/ - 2023-08-31 + 2023-09-01 weekly 0.2 https://blog.cxzlw.top/tags/Nuitka/ - 2023-08-31 + 2023-09-01 weekly 0.2 https://blog.cxzlw.top/tags/%E9%A3%9E%E7%9F%B3/ - 2023-08-31 + 2023-09-01 weekly 0.2 https://blog.cxzlw.top/tags/%E5%B0%8F%E8%AF%B4/ - 2023-08-31 + 2023-09-01 weekly 0.2 https://blog.cxzlw.top/tags/%E7%A6%BB%E8%B0%B1%E7%BD%91%E6%96%87/ - 2023-08-31 + 2023-09-01 weekly 0.2 https://blog.cxzlw.top/tags/%E8%B7%AF%E8%BF%87%E7%9A%84%E6%9F%90%E4%B8%AA%E5%AD%A6%E6%B8%A3/ - 2023-08-31 - weekly - 0.2 - - - - https://blog.cxzlw.top/tags/Zerotier/ - 2023-08-31 + 2023-09-01 weekly 0.2 https://blog.cxzlw.top/tags/%E8%87%AA%E5%BB%BA-Planet/ - 2023-08-31 + 2023-09-01 weekly 0.2 https://blog.cxzlw.top/tags/%E7%9F%A5%E4%B9%8E/ - 2023-08-31 + 2023-09-01 weekly 0.2 https://blog.cxzlw.top/tags/%E5%8F%8D%E7%88%AC/ - 2023-08-31 + 2023-09-01 weekly 0.2 diff --git a/sw.js b/sw.js index 4a2fab5..075f87b 100644 --- a/sw.js +++ b/sw.js @@ -19,7 +19,7 @@ registerRoute(/^https:\/\/blog\.cxzlw\.top\/.*/, networkFirst, "GET"); registerRoute(/^http:\/\/localhost:8000\/.*\.html/, networkFirst, "GET"); // registerRoute(/^http:\/\/localhost:8000\/.*/, staleWhileRevalidate, "GET"); -const urls = [{"revision":"c04a200e4c80e05405594639c22b1b83","url":"2023/07/05/trace-of-line-01/index.html"},{"revision":"0ee48a5585df8017e35dee0cb29d4d3c","url":"2023/07/05/zhihu-aac-old/index.html"},{"revision":"22ab712f35f82d76703996cf5e3d2f38","url":"2023/07/06/zerotier-planet-convert/index.html"},{"revision":"11a54ed7d93b2a05ac62c3b7396185ff","url":"2023/07/10/trace-of-line-02/index.html"},{"revision":"e53a3902e3ba6a2bcf5c4d6256ebfdfc","url":"2023/08/04/permission-system-design-share/index.html"},{"revision":"5af70d6f8974fe89554f060f6df02537","url":"2023/08/04/test-latex/index.html"},{"revision":"b9f941ce4f09164fd52c621d5bffc0a1","url":"2023/08/08/python-to-windows-service/index.html"},{"revision":"7ad3db2ea1f4139435cfa0c847938713","url":"2023/08/22/eca-i-am-interested-in/index.html"},{"revision":"5012864bf26d1ca6ef8439491e2c9af6","url":"404.html"},{"revision":"b9bcba3843ea64e21e8484871b2f2873","url":"about/index.html"},{"revision":"76422a7914d18f1979575fa8880728ab","url":"archives/2023/07/index.html"},{"revision":"e2693f542fee73cabaa9fd13e1e6f658","url":"archives/2023/08/index.html"},{"revision":"daff70c2dcc30d1aa8855b9bafcf104c","url":"archives/2023/index.html"},{"revision":"32fa4228b635a9e3ca70574f90de4cd8","url":"archives/index.html"},{"revision":"242837d47be8b7c244eb3b8bfc38e027","url":"baidu_verify_codeva-0rhRRODu4H.html"},{"revision":"5622aa23aa7f4d1ed62a9424d9ec66fe","url":"categories/index.html"},{"revision":"5ce280d86637a41c57fdc51fd463237a","url":"css/gitalk.css"},{"revision":"be3af4b8abf2074e66acb737867c43dc","url":"css/highlight-dark.css"},{"revision":"fdd56de5edd1e833674574fdc74bbfe7","url":"css/highlight.css"},{"revision":"7d6d29df18411568c1ae622605bc1907","url":"css/main.css"},{"revision":"71cb12d00310a7852b853744c41d9a34","url":"favicon.ico"},{"revision":"2d9aa61e592b26e2745f3c161c48c397","url":"img/avatar.png"},{"revision":"beb05a6b5b201044b6d80cacdf29f905","url":"img/default.png"},{"revision":"5603316bb5bc54a9d5cab14fddd4c510","url":"img/fluid.png"},{"revision":"4d772ced566ade339ca6718c7ed38674","url":"img/image-1.png"},{"revision":"dcfafd0cc238b0a63a733edd1a70bcfe","url":"img/image-2.png"},{"revision":"5ba9885de31a8d1e8df04a1d915b1069","url":"img/image-3.png"},{"revision":"3d2983fa8549bb6a93b7b905a6baea9c","url":"img/image-4.png"},{"revision":"55692e23130e9504505085798384e43e","url":"img/image-5.png"},{"revision":"18a13cfe951c406bbb4da3a7e7bc8ca2","url":"img/image.png"},{"revision":"15657539044e11a19a1c6c7e3073d1b3","url":"img/loading.gif"},{"revision":"b769e8dfde5660239317ed60758dba13","url":"img/police_beian.png"},{"revision":"82b4de29a110e07461f969705c91d8af","url":"index.html"},{"revision":"7683fab2fc9d03a3a659aa956b3a54e8","url":"js/boot.js"},{"revision":"605f587be2ab3d36472bb03ac27ede65","url":"js/color-schema.js"},{"revision":"7fa076a71a5559d89af6b0c6dfd3a0d2","url":"js/events.js"},{"revision":"fab30a410e5f490fce3f977a6936a714","url":"js/img-lazyload.js"},{"revision":"fb4a815ccdb5d851d00561dbb62251c4","url":"js/leancloud.js"},{"revision":"9dc47a0b7b6bacfd16541c9b2b5b6bc5","url":"js/local-search.js"},{"revision":"6c10bee3f659ca91b534bf4a81d62f1e","url":"js/plugins.js"},{"revision":"bc2f15d100bdd8e7ecbaf2ca670a714f","url":"js/progressbar_done.js"},{"revision":"f7ce9014de1cd7358eeb3aba81c8efe2","url":"js/utils.js"},{"revision":"46c8c37021139acd1fe28e7eac496b86","url":"links/index.html"},{"revision":"e944ba5b19e66bb908eb6871b477450b","url":"tags/cxzlw/index.html"},{"revision":"a4e8a7c74e8f493263c100e6560b1969","url":"tags/index.html"},{"revision":"35458e83f1e7e15d703d79253ad0a04e","url":"tags/Nuitka/index.html"},{"revision":"22fda76d6403486cfe3db25c01580d91","url":"tags/Python/index.html"},{"revision":"06dd81f0541ad3c9f22d551d48b68573","url":"tags/Windows-service/index.html"},{"revision":"3592f5dae386e45aba0aa7dfa8eda6b9","url":"tags/Zerotier/index.html"},{"revision":"73e61ce776c42cc01ea342ba20c760c6","url":"tags/反爬/index.html"},{"revision":"f0144c7af123078899c97deb2dbdd5dc","url":"tags/小说/index.html"},{"revision":"81e178d872a3f25e38a5405e46c7b922","url":"tags/权限系统/index.html"},{"revision":"5ddd12ded26d2b5631fcc29ff1605902","url":"tags/知乎/index.html"},{"revision":"cb56ebfcf788e9707272e85aa1915ae7","url":"tags/离谱网文/index.html"},{"revision":"655974d360e9d2d5636bdca761fabc92","url":"tags/自建-Planet/index.html"},{"revision":"0a152327fbfbf20499413a1ef68e8608","url":"tags/路过的某个学渣/index.html"},{"revision":"5bed3c2a233408a3763eae2021cf1133","url":"tags/飞石/index.html"}].map(element => element["url"]); +const urls = [{"revision":"d1bd24cf33ca4e88d530bc8c2590d55a","url":"2023/07/05/trace-of-line-01/index.html"},{"revision":"d1f0865d98a31f7121a4180b50f9dc48","url":"2023/07/05/zhihu-aac-old/index.html"},{"revision":"ffef5e939c95a7f6ec9dcc8b0156bf96","url":"2023/07/06/zerotier-planet-convert/index.html"},{"revision":"d8e98d670bec555edba51297e14e8d64","url":"2023/07/08/mc-server-optimization-dev-01/index.html"},{"revision":"37752bfe7d5a94fa14a890142206e564","url":"2023/07/10/trace-of-line-02/index.html"},{"revision":"42fc6c416316db14cf22cafe82d6e2dd","url":"2023/08/04/permission-system-design-share/index.html"},{"revision":"32f60c2a0970bc3f0bf9e018aa8dd41a","url":"2023/08/04/test-latex/index.html"},{"revision":"ea31ddab9e2918131c6dc0518b15e19d","url":"2023/08/08/python-to-windows-service/index.html"},{"revision":"8188220228f1c12b09b10dd20767f112","url":"2023/08/22/eca-i-am-interested-in/index.html"},{"revision":"e21bb37c074342d0d5a6738905fb947d","url":"2023/08/31/cell-structure/index.html"},{"revision":"5012864bf26d1ca6ef8439491e2c9af6","url":"404.html"},{"revision":"155e1f41f41dda0b3e7da9f0bcea9943","url":"about/index.html"},{"revision":"3fb6fd16d16e00956bfefa06d2e78075","url":"archives/2023/07/index.html"},{"revision":"e46184c9651e175d20ed237410199c82","url":"archives/2023/08/index.html"},{"revision":"2f11f3927701e6e05d12792d9c6162ba","url":"archives/2023/index.html"},{"revision":"116c7f1a38731c8a917d04f28ed4a269","url":"archives/index.html"},{"revision":"242837d47be8b7c244eb3b8bfc38e027","url":"baidu_verify_codeva-0rhRRODu4H.html"},{"revision":"5622aa23aa7f4d1ed62a9424d9ec66fe","url":"categories/index.html"},{"revision":"5ce280d86637a41c57fdc51fd463237a","url":"css/gitalk.css"},{"revision":"be3af4b8abf2074e66acb737867c43dc","url":"css/highlight-dark.css"},{"revision":"fdd56de5edd1e833674574fdc74bbfe7","url":"css/highlight.css"},{"revision":"7d6d29df18411568c1ae622605bc1907","url":"css/main.css"},{"revision":"71cb12d00310a7852b853744c41d9a34","url":"favicon.ico"},{"revision":"2d9aa61e592b26e2745f3c161c48c397","url":"img/avatar.png"},{"revision":"beb05a6b5b201044b6d80cacdf29f905","url":"img/default.png"},{"revision":"5603316bb5bc54a9d5cab14fddd4c510","url":"img/fluid.png"},{"revision":"4d772ced566ade339ca6718c7ed38674","url":"img/image-1.png"},{"revision":"dcfafd0cc238b0a63a733edd1a70bcfe","url":"img/image-2.png"},{"revision":"5ba9885de31a8d1e8df04a1d915b1069","url":"img/image-3.png"},{"revision":"3d2983fa8549bb6a93b7b905a6baea9c","url":"img/image-4.png"},{"revision":"55692e23130e9504505085798384e43e","url":"img/image-5.png"},{"revision":"18a13cfe951c406bbb4da3a7e7bc8ca2","url":"img/image.png"},{"revision":"15657539044e11a19a1c6c7e3073d1b3","url":"img/loading.gif"},{"revision":"b769e8dfde5660239317ed60758dba13","url":"img/police_beian.png"},{"revision":"563d298f5e79209a55ae2728362c70db","url":"index.html"},{"revision":"7683fab2fc9d03a3a659aa956b3a54e8","url":"js/boot.js"},{"revision":"605f587be2ab3d36472bb03ac27ede65","url":"js/color-schema.js"},{"revision":"7fa076a71a5559d89af6b0c6dfd3a0d2","url":"js/events.js"},{"revision":"fab30a410e5f490fce3f977a6936a714","url":"js/img-lazyload.js"},{"revision":"fb4a815ccdb5d851d00561dbb62251c4","url":"js/leancloud.js"},{"revision":"9dc47a0b7b6bacfd16541c9b2b5b6bc5","url":"js/local-search.js"},{"revision":"6c10bee3f659ca91b534bf4a81d62f1e","url":"js/plugins.js"},{"revision":"bc2f15d100bdd8e7ecbaf2ca670a714f","url":"js/progressbar_done.js"},{"revision":"f7ce9014de1cd7358eeb3aba81c8efe2","url":"js/utils.js"},{"revision":"46c8c37021139acd1fe28e7eac496b86","url":"links/index.html"},{"revision":"2167366b4588289a013ac94bb260e526","url":"tags/cxzlw/index.html"},{"revision":"9e188002b370aee757e3a3ea4efccaba","url":"tags/index.html"},{"revision":"35458e83f1e7e15d703d79253ad0a04e","url":"tags/Nuitka/index.html"},{"revision":"22fda76d6403486cfe3db25c01580d91","url":"tags/Python/index.html"},{"revision":"06dd81f0541ad3c9f22d551d48b68573","url":"tags/Windows-service/index.html"},{"revision":"1415f1888a36285bc2e32c52fbdc9632","url":"tags/Zerotier/index.html"},{"revision":"73e61ce776c42cc01ea342ba20c760c6","url":"tags/反爬/index.html"},{"revision":"f0144c7af123078899c97deb2dbdd5dc","url":"tags/小说/index.html"},{"revision":"81e178d872a3f25e38a5405e46c7b922","url":"tags/权限系统/index.html"},{"revision":"5ddd12ded26d2b5631fcc29ff1605902","url":"tags/知乎/index.html"},{"revision":"cb56ebfcf788e9707272e85aa1915ae7","url":"tags/离谱网文/index.html"},{"revision":"655974d360e9d2d5636bdca761fabc92","url":"tags/自建-Planet/index.html"},{"revision":"4cda51ab07a945104732bfee9c98e3cd","url":"tags/自建Planet/index.html"},{"revision":"0a152327fbfbf20499413a1ef68e8608","url":"tags/路过的某个学渣/index.html"},{"revision":"5bed3c2a233408a3763eae2021cf1133","url":"tags/飞石/index.html"}].map(element => element["url"]); warmStrategyCache({urls:urls, strategy:staleWhileRevalidate}); diff --git a/tags/Zerotier/index.html b/tags/Zerotier/index.html index 24b37f9..6103ca6 100644 --- a/tags/Zerotier/index.html +++ b/tags/Zerotier/index.html @@ -242,7 +242,7 @@
-

共计 1 篇文章

+

共计 2 篇文章


@@ -250,6 +250,12 @@

2023

+ + +
记MC服务器性能调优
+
+ +
Zerotier 自定义 Planet 后与标准节点互通
diff --git a/tags/cxzlw/index.html b/tags/cxzlw/index.html index 0fb10db..a7d4f48 100644 --- a/tags/cxzlw/index.html +++ b/tags/cxzlw/index.html @@ -242,7 +242,7 @@
diff --git "a/tags/\350\207\252\345\273\272Planet/index.html" "b/tags/\350\207\252\345\273\272Planet/index.html" new file mode 100644 index 0000000..37292d7 --- /dev/null +++ "b/tags/\350\207\252\345\273\272Planet/index.html" @@ -0,0 +1,410 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 标签 - 自建Planet - 创新者.老王的博客 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+ + + + + + +
+ +
+ +
+ +
+
+ +
+
+
+ + +
+

共计 1 篇文章

+
+ + + + +

2023

+ + + +
记MC服务器性能调优
+
+ +
+ + + + + +
+
+
+
+
+ + + + + + + + + + + + + + +
+ +
+ + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +