test-page
Enoch

Test

This is a test page

2024-04-15

这是第二个时间点的内容。


一级标题

二级标题

三级标题

  • 列表1
  • 2
  • 3
  • 4
  • 5

多点内容就会出现加载更多,试试看

1
2
3
4
5
56

2024-04-16

这是第一个时间点的内容。

可以包含Markdown格式的文本。

  • 列表项1
  • 列表项2

引用内容

Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.

Quick Start

Create a new post

1
$ hexo new "My New Post"

More info: Writing

Run server

1
$ hexo server

More info: Server

Generate static files

1
$ hexo generate

More info: Generating

Deploy to remote sites

1
$ hexo deploy

More info: Deployment

流程图

class disagram

classDiagram
    Class01 <|-- AveryLongClass : Cool
    Class03 *-- Class04
    Class05 o-- Class06
    Class07 .. Class08
    Class09 --> C2 : Where am i?
    Class09 --* C3
    Class09 --|> Class07
    Class07 : equals()
    Class07 : Object[] elementData
    Class01 : size()
    Class01 : int chimp
    Class01 : int gorilla
    Class08 <--> C2: Cool label

sequence

sequenceDiagram
    participant Alice
    participant Bob
    Alice->>John: Hello John, how are you?
    loop Healthcheck
        John->>John: Fight against hypochondria
    end
    Note right of John: Rational thoughts 
prevail... John-->>Alice: Great! John->>Bob: How about you? Bob-->>John: Jolly good!

gantt

gantt
    dateFormat  YYYY-MM-DD
    title Adding GANTT diagram to mermaid
    
    section A section
    Completed task            :done,    des1, 2014-01-06,2014-01-08
    Active task               :active,  des2, 2014-01-09, 3d
    Future task               :         des3, after des2, 5d
    Future task2               :         des4, after des3, 5d

mermaid diagrams

graph TD;
    A[test]
    B[hello]
    D-->G
    A-->B
    A-->C
    B-->D
    C-->D
    subgraph test
    E-->G
    end

graph TD

graph TD;
    runJob-->ostart
    ostart-->jstart
    processRuleUpdatedLabel--是-->cleanStart
    subgraph all
    start[开始]-->edit[修改标签]
    edit--执行标签任务-->redis[提交到redis的allJob队列]
    redis--JobAcceptor#parseMessage-->runJob[执行标签 调用海纳]
    end

    subgraph ocean[海纳任务]
    ostart[海纳task]-->oend[海纳任务执行完成]
    end

    subgraph JobTracker
    jstart[从redis的scheduler:running获取运行中的任务]-->isJobEnd{任务是否到达终态}
    isJobEnd--是-->updateLabelCoverage[更新标签覆盖数]-->processRuleUpdatedLabel{判断规则是否改过}
    updateLabelCoverage-->processOneTimeLabelStatus[一次性标签需要修改oneTimeStatus状态位为已执行]-->removeFromRedisSet[从redis的running中删除]-->oend
    isJobEnd--否-->jstart
    end

    subgraph ofCleanOldRuleJob[清理修改过规则后的过期标签]
    cleanStart-->cleanEnd
    end
![图片描述](图片链接)
2024-04-17

这是第三个时间点的内容。

 评论
评论插件加载失败
正在加载评论插件
由 Hexo 驱动 & 主题 Keep
访客数 访问量