markdown编辑器的使用教程

检查列表:Ctrl/Command + Shift + C

插入代码:Ctrl/Command + Shift + K

插入链接:Ctrl/Command + Shift + L

插入图片:Ctrl/Command + Shift + G

查找:Ctrl/Command + F

替换:Ctrl/Command + G

合理的创建标题,有助于目录的生成


直接输入1次#,并按下space后,将生成1级标题。

输入2次#,并按下space后,将生成2级标题。

以此类推,我们支持6级标题。有助于使用TOC语法后生成一个完美的目录。

如何改变文本的样式


强调文本 强调文本

加粗文本 加粗文本

标记文本

删除文本

引用文本

H2O is是液体。

210 运算结果是 1024.

插入链接与图片


链接: link.

图片: Alt

带尺寸的图片: Alt

居中的图片: Alt

居中并且带尺寸的图片: Alt

当然,我们为了让用户更加便捷,我们增加了图片拖拽功能。

如何插入一段漂亮的代码片


博客设置页面,选择一款你喜欢的代码片高亮样式,下面展示同样高亮的 代码片.

// An highlighted block

var foo = ‘bar’;

生成一个适合你的列表


  • 项目

  • 项目

  • 项目

  1. 项目1

  2. 项目2

  3. 项目3

  • 计划任务

  • 完成任务

创建一个表格


一个简单的表格是这么创建的:

| 项目 | Value |

| — | — |

| 电脑 | $1600 |

| 手机 | $12 |

| 导管 | $1 |

设定内容居中、居左、居右

使用:---------:居中

使用:----------居左

使用----------:居右

| 第一列 | 第二列 | 第三列 |

| :-: | --: | :-- |

| 第一列文本居中 | 第二列文本居右 | 第三列文本居左 |

SmartyPants

SmartyPants将ASCII标点字符转换为“智能”印刷标点HTML实体。例如:

| TYPE | ASCII | HTML |

| — | — | — |

| Single backticks | 'Isn't this fun?' | ‘Isn’t this fun?’ |

| Quotes | "Isn't this fun?" | “Isn’t this fun?” |

| Dashes | -- is en-dash, --- is em-dash | – is en-dash, — is em-dash |

创建一个自定义列表


Markdown

Text-to- HTML conversion tool

Authors

John

Luke

如何创建一个注脚


一个具有注脚的文本。2

注释也是必不可少的


Markdown将文本转换为 HTML。

KaTeX数学公式


您可以使用渲染LaTeX数学表达式 KaTeX:

Gamma公式展示 Γ ( n ) = ( n − 1 ) ! ∀ n ∈ N \Gamma(n) = (n-1)!\quad\forall n\in\mathbb N Γ(n)=(n−1)!∀n∈N 是通过欧拉积分

Γ ( z ) = ∫ 0 ∞ t z − 1 e − t d t   . \Gamma(z) = \int_0^\infty t{z-1}e{-t}dt\,. Γ(z)=∫0∞​tz−1e−tdt.

你可以找到更多关于的信息 LaTeX 数学表达式here.

新的甘特图功能,丰富你的文章


Mon 06 Mon 13 Mon 20 已完成 进行中 计划一 计划二 现有任务 Adding GANTT diagram functionality to mermaid

  • 关于 甘特图 语法,参考 这儿,

UML 图表


可以使用UML图表进行渲染。 Mermaid. 例如下面产生的一个序列图:

#mermaid-svg-TueW2pGLcusRBIKA .label{font-family:‘trebuchet ms’, verdana, arial;font-family:var(–mermaid-font-family);fill:#333;color:#333}#mermaid-svg-TueW2pGLcusRBIKA .label text{fill:#333}#mermaid-svg-TueW2pGLcusRBIKA .node rect,#mermaid-svg-TueW2pGLcusRBIKA .node circle,#mermaid-svg-TueW2pGLcusRBIKA .node ellipse,#mermaid-svg-TueW2pGLcusRBIKA .node polygon,#mermaid-svg-TueW2pGLcusRBIKA .node path{fill:#ECECFF;stroke:#9370db;stroke-width:1px}#mermaid-svg-TueW2pGLcusRBIKA .node .label{text-align:center;fill:#333}#mermaid-svg-TueW2pGLcusRBIKA .node.clickable{cursor:pointer}#mermaid-svg-TueW2pGLcusRBIKA .arrowheadPath{fill:#333}#mermaid-svg-TueW2pGLcusRBIKA .edgePath .path{stroke:#333;stroke-width:1.5px}#mermaid-svg-TueW2pGLcusRBIKA .flowchart-link{stroke:#333;fill:none}#mermaid-svg-TueW2pGLcusRBIKA .edgeLabel{background-color:#e8e8e8;text-align:center}#mermaid-svg-TueW2pGLcusRBIKA .edgeLabel rect{opacity:0.9}#mermaid-svg-TueW2pGLcusRBIKA .edgeLabel span{color:#333}#mermaid-svg-TueW2pGLcusRBIKA .cluster rect{fill:#ffffde;stroke:#aa3;stroke-width:1px}#mermaid-svg-TueW2pGLcusRBIKA .cluster text{fill:#333}#mermaid-svg-TueW2pGLcusRBIKA div.mermaidTooltip{position:absolute;text-align:center;max-width:200px;padding:2px;font-family:‘trebuchet ms’, verdana, arial;font-family:var(–mermaid-font-family);font-size:12px;background:#ffffde;border:1px solid #aa3;border-radius:2px;pointer-events:none;z-index:100}#mermaid-svg-TueW2pGLcusRBIKA .actor{stroke:#ccf;fill:#ECECFF}#mermaid-svg-TueW2pGLcusRBIKA text.actor>tspan{fill:#000;stroke:none}#mermaid-svg-TueW2pGLcusRBIKA .actor-line{stroke:grey}#mermaid-svg-TueW2pGLcusRBIKA .messageLine0{stroke-width:1.5;stroke-dasharray:none;stroke:#333}#mermaid-svg-TueW2pGLcusRBIKA .messageLine1{stroke-width:1.5;stroke-dasharray:2, 2;stroke:#333}#mermaid-svg-TueW2pGLcusRBIKA #arrowhead path{fill:#333;stroke:#333}#mermaid-svg-TueW2pGLcusRBIKA .sequenceNumber{fill:#fff}#mermaid-svg-TueW2pGLcusRBIKA #sequencenumber{fill:#333}#mermaid-svg-TueW2pGLcusRBIKA #crosshead path{fill:#333;stroke:#333}#mermaid-svg-TueW2pGLcusRBIKA .messageText{fill:#333;stroke:#333}#mermaid-svg-TueW2pGLcusRBIKA .labelBox{stroke:#ccf;fill:#ECECFF}#mermaid-svg-TueW2pGLcusRBIKA .labelText,#mermaid-svg-TueW2pGLcusRBIKA .labelText>tspan{fill:#000;stroke:none}#mermaid-svg-TueW2pGLcusRBIKA .loopText,#mermaid-svg-TueW2pGLcusRBIKA .loopText>tspan{fill:#000;stroke:none}#mermaid-svg-TueW2pGLcusRBIKA .loopLine{stroke-width:2px;stroke-dasharray:2, 2;stroke:#ccf;fill:#ccf}#mermaid-svg-TueW2pGLcusRBIKA .note{stroke:#aa3;fill:#fff5ad}#mermaid-svg-TueW2pGLcusRBIKA .noteText,#mermaid-svg-TueW2pGLcusRBIKA .noteText>tspan{fill:#000;stroke:none}#mermaid-svg-TueW2pGLcusRBIKA .activation0{fill:#f4f4f4;stroke:#666}#mermaid-svg-TueW2pGLcusRBIKA .activation1{fill:#f4f4f4;stroke:#666}#mermaid-svg-TueW2pGLcusRBIKA .activation2{fill:#f4f4f4;stroke:#666}#mermaid-svg-TueW2pGLcusRBIKA .mermaid-main-font{font-family:“trebuchet ms”, verdana, arial;font-family:var(–mermaid-font-family)}#mermaid-svg-TueW2pGLcusRBIKA .section{stroke:none;opacity:0.2}#mermaid-svg-TueW2pGLcusRBIKA .section0{fill:rgba(102,102,255,0.49)}#mermaid-svg-TueW2pGLcusRBIKA .section2{fill:#fff400}#mermaid-svg-TueW2pGLcusRBIKA .section1,#mermaid-svg-TueW2pGLcusRBIKA .section3{fill:#fff;opacity:0.2}#mermaid-svg-TueW2pGLcusRBIKA .sectionTitle0{fill:#333}#mermaid-svg-TueW2pGLcusRBIKA .sectionTitle1{fill:#333}#mermaid-svg-TueW2pGLcusRBIKA .sectionTitle2{fill:#333}#mermaid-svg-TueW2pGLcusRBIKA .sectionTitle3{fill:#333}#mermaid-svg-TueW2pGLcusRBIKA .sectionTitle{text-anchor:start;font-size:11px;text-height:14px;font-family:‘trebuchet ms’, verdana, arial;font-family:var(–mermaid-font-family)}#mermaid-svg-TueW2pGLcusRBIKA .grid .tick{stroke:#d3d3d3;opacity:0.8;shape-rendering:crispEdges}#mermaid-svg-TueW2pGLcusRBIKA .grid .tick text{font-family:‘trebuchet ms’, verdana, arial;font-family:var(–mermaid-font-family)}#mermaid-svg-TueW2pGLcusRBIKA .grid path{stroke-width:0}#mermaid-svg-TueW2pGLcusRBIKA .today{fill:none;stroke:red;stroke-width:2px}#mermaid-svg-TueW2pGLcusRBIKA .task{stroke-width:2}#mermaid-svg-TueW2pGLcusRBIKA .taskText{text-anchor:middle;font-family:‘trebuchet ms’, verdana, arial;font-family:var(–mermaid-font-family)}#mermaid-svg-TueW2pGLcusRBIKA .taskText:not([font-size]){font-size:11px}#mermaid-svg-TueW2pGLcusRBIKA .taskTextOutsideRight{fill:#000;text-anchor:start;font-size:11px;font-family:‘trebuchet ms’, verdana, arial;font-family:var(–mermaid-font-family)}#mermaid-svg-TueW2pGLcusRBIKA .taskTextOutsideLeft{fill:#000;text-anchor:end;font-size:11px}#mermaid-svg-TueW2pGLcusRBIKA .task.clickable{cursor:pointer}#mermaid-svg-TueW2pGLcusRBIKA .taskText.clickable{cursor:pointer;fill:#003163 !important;font-weight:bold}#mermaid-svg-TueW2pGLcusRBIKA .taskTextOutsideLeft.clickable{cursor:pointer;fill:#003163 !important;font-weight:bold}#mermaid-svg-TueW2pGLcusRBIKA .taskTextOutsideRight.clickable{cursor:pointer;fill:#003163 !important;font-weight:bold}#mermaid-svg-TueW2pGLcusRBIKA .taskText0,#mermaid-svg-TueW2pGLcusRBIKA .taskText1,#mermaid-svg-TueW2pGLcusRBIKA .taskText2,#mermaid-svg-TueW2pGLcusRBIKA .taskText3{fill:#fff}#mermaid-svg-TueW2pGLcusRBIKA .task0,#mermaid-svg-TueW2pGLcusRBIKA .task1,#mermaid-svg-TueW2pGLcusRBIKA .task2,#mermaid-svg-TueW2pGLcusRBIKA .task3{fill:#8a90dd;stroke:#534fbc}#mermaid-svg-TueW2pGLcusRBIKA .taskTextOutside0,#mermaid-svg-TueW2pGLcusRBIKA .taskTextOutside2{fill:#000}#mermaid-svg-TueW2pGLcusRBIKA .taskTextOutside1,#mermaid-svg-TueW2pGLcusRBIKA .taskTextOutside3{fill:#000}#mermaid-svg-TueW2pGLcusRBIKA .active0,#mermaid-svg-TueW2pGLcusRBIKA .active1,#mermaid-svg-TueW2pGLcusRBIKA .active2,#mermaid-svg-TueW2pGLcusRBIKA .active3{fill:#bfc7ff;stroke:#534fbc}#mermaid-svg-TueW2pGLcusRBIKA .activeText0,#mermaid-svg-TueW2pGLcusRBIKA .activeText1,#mermaid-svg-TueW2pGLcusRBIKA .activeText2,#mermaid-svg-TueW2pGLcusRBIKA .activeText3{fill:#000 !important}#mermaid-svg-TueW2pGLcusRBIKA .done0,#mermaid-svg-TueW2pGLcusRBIKA .done1,#mermaid-svg-TueW2pGLcusRBIKA .done2,#mermaid-svg-TueW2pGLcusRBIKA .done3{stroke:grey;fill:#d3d3d3;stroke-width:2}#mermaid-svg-TueW2pGLcusRBIKA .doneText0,#mermaid-svg-TueW2pGLcusRBIKA .doneText1,#mermaid-svg-TueW2pGLcusRBIKA .doneText2,#mermaid-svg-TueW2pGLcusRBIKA .doneText3{fill:#000 !important}#mermaid-svg-TueW2pGLcusRBIKA .crit0,#mermaid-svg-TueW2pGLcusRBIKA .crit1,#mermaid-svg-TueW2pGLcusRBIKA .crit2,#mermaid-svg-TueW2pGLcusRBIKA .crit3{stroke:#f88;fill:red;stroke-width:2}#mermaid-svg-TueW2pGLcusRBIKA .activeCrit0,#mermaid-svg-TueW2pGLcusRBIKA .activeCrit1,#mermaid-svg-TueW2pGLcusRBIKA .activeCrit2,#mermaid-svg-TueW2pGLcusRBIKA .activeCrit3{stroke:#f88;fill:#bfc7ff;stroke-width:2}#mermaid-svg-TueW2pGLcusRBIKA .doneCrit0,#mermaid-svg-TueW2pGLcusRBIKA .doneCrit1,#mermaid-svg-TueW2pGLcusRBIKA .doneCrit2,#mermaid-svg-TueW2pGLcusRBIKA .doneCrit3{stroke:#f88;fill:#d3d3d3;stroke-width:2;cursor:pointer;shape-rendering:crispEdges}#mermaid-svg-TueW2pGLcusRBIKA .milestone{transform:rotate(45deg) scale(0.8, 0.8)}#mermaid-svg-TueW2pGLcusRBIKA .milestoneText{font-style:italic}#mermaid-svg-TueW2pGLcusRBIKA .doneCritText0,#mermaid-svg-TueW2pGLcusRBIKA .doneCritText1,#mermaid-svg-TueW2pGLcusRBIKA .doneCritText2,#mermaid-svg-TueW2pGLcusRBIKA .doneCritText3{fill:#000 !important}#mermaid-svg-TueW2pGLcusRBIKA .activeCritText0,#mermaid-svg-TueW2pGLcusRBIKA .activeCritText1,#mermaid-svg-TueW2pGLcusRBIKA .activeCritText2,#mermaid-svg-TueW2pGLcusRBIKA .activeCritText3{fill:#000 !important}#mermaid-svg-TueW2pGLcusRBIKA .titleText{text-anchor:middle;font-size:18px;fill:#000;font-family:‘trebuchet ms’, verdana, arial;font-family:var(–mermaid-font-family)}#mermaid-svg-TueW2pGLcusRBIKA g.classGroup text{fill:#9370db;stroke:none;font-family:‘trebuchet ms’, verdana, arial;font-family:var(–mermaid-font-family);font-size:10px}#mermaid-svg-TueW2pGLcusRBIKA g.classGroup text .title{font-weight:bolder}#mermaid-svg-TueW2pGLcusRBIKA g.clickable{cursor:pointer}#mermaid-svg-TueW2pGLcusRBIKA g.classGroup rect{fill:#ECECFF;stroke:#9370db}#mermaid-svg-TueW2pGLcusRBIKA g.classGroup line{stroke:#9370db;stroke-width:1}#mermaid-svg-TueW2pGLcusRBIKA .classLabel .box{stroke:none;stroke-width:0;fill:#ECECFF;opacity:0.5}#mermaid-svg-TueW2pGLcusRBIKA .classLabel .label{fill:#9370db;font-size:10px}#mermaid-svg-TueW2pGLcusRBIKA .relation{stroke:#9370db;stroke-width:1;fill:none}#mermaid-svg-TueW2pGLcusRBIKA .dashed-line{stroke-dasharray:3}#mermaid-svg-TueW2pGLcusRBIKA #compositionStart{fill:#9370db;stroke:#9370db;stroke-width:1}#mermaid-svg-TueW2pGLcusRBIKA #compositionEnd{fill:#9370db;stroke:#9370db;stroke-width:1}#mermaid-svg-TueW2pGLcusRBIKA #aggregationStart{fill:#ECECFF;stroke:#9370db;stroke-width:1}#mermaid-svg-TueW2pGLcusRBIKA #aggregationEnd{fill:#ECECFF;stroke:#9370db;stroke-width:1}#mermaid-svg-TueW2pGLcusRBIKA #dependencyStart{fill:#9370db;stroke:#9370db;stroke-width:1}#mermaid-svg-TueW2pGLcusRBIKA #dependencyEnd{fill:#9370db;stroke:#9370db;stroke-width:1}#mermaid-svg-TueW2pGLcusRBIKA #extensionStart{fill:#9370db;stroke:#9370db;stroke-width:1}#mermaid-svg-TueW2pGLcusRBIKA #extensionEnd{fill:#9370db;stroke:#9370db;stroke-width:1}#mermaid-svg-TueW2pGLcusRBIKA .commit-id,#mermaid-svg-TueW2pGLcusRBIKA .commit-msg,#mermaid-svg-TueW2pGLcusRBIKA .branch-label{fill:lightgrey;color:lightgrey;font-family:‘trebuchet ms’, verdana, arial;font-family:var(–mermaid-font-family)}#mermaid-svg-TueW2pGLcusRBIKA .pieTitleText{text-anchor:middle;font-size:25px;fill:#000;font-family:‘trebuchet ms’, verdana, arial;font-family:var(–mermaid-font-family)}#mermaid-svg-TueW2pGLcusRBIKA .slice{font-family:‘trebuchet ms’, verdana, arial;font-family:var(–mermaid-font-family)}#mermaid-svg-TueW2pGLcusRBIKA g.stateGroup text{fill:#9370db;stroke:none;font-size:10px;font-family:‘trebuchet ms’, verdana, arial;font-family:var(–mermaid-font-family)}#mermaid-svg-TueW2pGLcusRBIKA g.stateGroup text{fill:#9370db;fill:#333;stroke:none;font-size:10px}#mermaid-svg-TueW2pGLcusRBIKA g.statediagram-cluster .cluster-label text{fill:#333}#mermaid-svg-TueW2pGLcusRBIKA g.stateGroup .state-title{font-weight:bolder;fill:#000}#mermaid-svg-TueW2pGLcusRBIKA g.stateGroup rect{fill:#ECECFF;stroke:#9370db}#mermaid-svg-TueW2pGLcusRBIKA g.stateGroup line{stroke:#9370db;stroke-width:1}#mermaid-svg-TueW2pGLcusRBIKA .transition{stroke:#9370db;stroke-width:1;fill:none}#mermaid-svg-TueW2pGLcusRBIKA .stateGroup .composit{fill:white;border-bottom:1px}#mermaid-svg-TueW2pGLcusRBIKA .stateGroup .alt-composit{fill:#e0e0e0;border-bottom:1px}#mermaid-svg-TueW2pGLcusRBIKA .state-note{stroke:#aa3;fill:#fff5ad}#mermaid-svg-TueW2pGLcusRBIKA .state-note text{fill:black;stroke:none;font-size:10px}#mermaid-svg-TueW2pGLcusRBIKA .stateLabel .box{stroke:none;stroke-width:0;fill:#ECECFF;opacity:0.7}#mermaid-svg-TueW2pGLcusRBIKA .edgeLabel text{fill:#333}#mermaid-svg-TueW2pGLcusRBIKA .stateLabel text{fill:#000;font-size:10px;font-weight:bold;font-family:‘trebuchet ms’, verdana, arial;font-family:var(–mermaid-font-family)}#mermaid-svg-TueW2pGLcusRBIKA .node circle.state-start{fill:black;stroke:black}#mermaid-svg-TueW2pGLcusRBIKA .node circle.state-end{fill:black;stroke:white;stroke-width:1.5}#mermaid-svg-TueW2pGLcusRBIKA #statediagram-barbEnd{fill:#9370db}#mermaid-svg-TueW2pGLcusRBIKA .statediagram-cluster rect{fill:#ECECFF;stroke:#9370db;stroke-width:1px}#mermaid-svg-TueW2pGLcusRBIKA .statediagram-cluster rect.outer{rx:5px;ry:5px}#mermaid-svg-TueW2pGLcusRBIKA .statediagram-state .divider{stroke:#9370db}#mermaid-svg-TueW2pGLcusRBIKA .statediagram-state .title-state{rx:5px;ry:5px}#mermaid-svg-TueW2pGLcusRBIKA .statediagram-cluster.statediagram-cluster .inner{fill:white}#mermaid-svg-TueW2pGLcusRBIKA .statediagram-cluster.statediagram-cluster-alt .inner{fill:#e0e0e0}#mermaid-svg-TueW2pGLcusRBIKA .statediagram-cluster .inner{rx:0;ry:0}#mermaid-svg-TueW2pGLcusRBIKA .statediagram-state rect.basic{rx:5px;ry:5px}#mermaid-svg-TueW2pGLcusRBIKA .statediagram-state rect.divider{stroke-dasharray:10,10;fill:#efefef}#mermaid-svg-TueW2pGLcusRBIKA .note-edge{stroke-dasharray:5}#mermaid-svg-TueW2pGLcusRBIKA .statediagram-note rect{fill:#fff5ad;stroke:#aa3;stroke-width:1px;rx:0;ry:0}:root{–mermaid-font-family: ‘“trebuchet ms”, verdana, arial’;–mermaid-font-family: “Comic Sans MS”, “Comic Sans”, cursive}#mermaid-svg-TueW2pGLcusRBIKA .error-icon{fill:#522}#mermaid-svg-TueW2pGLcusRBIKA .error-text{fill:#522;stroke:#522}#mermaid-svg-TueW2pGLcusRBIKA .edge-thickness-normal{stroke-width:2px}#mermaid-svg-TueW2pGLcusRBIKA .edge-thickness-thick{stroke-width:3.5px}#mermaid-svg-TueW2pGLcusRBIKA .edge-pattern-solid{stroke-dasharray:0}#mermaid-svg-TueW2pGLcusRBIKA .edge-pattern-dashed{stroke-dasharray:3}#mermaid-svg-TueW2pGLcusRBIKA .edge-pattern-dotted{stroke-dasharray:2}#mermaid-svg-TueW2pGLcusRBIKA .marker{fill:#333}#mermaid-svg-TueW2pGLcusRBIKA .marker.cross{stroke:#333} :root { --mermaid-font-family: “trebuchet ms”, verdana, arial;} #mermaid-svg-TueW2pGLcusRBIKA { color: rgba(0, 0, 0, 0.75); font: ; } 张三 李四 王五 你好!李四, 最近怎么样? 你最近怎么样,王五? 我很好,谢谢! 我很好,谢谢! 李四想了很长时间, 文字太长了 不适合放在一行. 打量着王五… 很好… 王五, 你怎么样? 张三 李四 王五

这将产生一个流程图。:

#mermaid-svg-7fa3rKcn22gVfT12 .label{font-family:‘trebuchet ms’, verdana, arial;font-family:var(–mermaid-font-family);fill:#333;color:#333}#mermaid-svg-7fa3rKcn22gVfT12 .label text{fill:#333}#mermaid-svg-7fa3rKcn22gVfT12 .node rect,#mermaid-svg-7fa3rKcn22gVfT12 .node circle,#mermaid-svg-7fa3rKcn22gVfT12 .node ellipse,#mermaid-svg-7fa3rKcn22gVfT12 .node polygon,#mermaid-svg-7fa3rKcn22gVfT12 .node path{fill:#ECECFF;stroke:#9370db;stroke-width:1px}#mermaid-svg-7fa3rKcn22gVfT12 .node .label{text-align:center;fill:#333}#mermaid-svg-7fa3rKcn22gVfT12 .node.clickable{cursor:pointer}#mermaid-svg-7fa3rKcn22gVfT12 .arrowheadPath{fill:#333}#mermaid-svg-7fa3rKcn22gVfT12 .edgePath .path{stroke:#333;stroke-width:1.5px}#mermaid-svg-7fa3rKcn22gVfT12 .flowchart-link{stroke:#333;fill:none}#mermaid-svg-7fa3rKcn22gVfT12 .edgeLabel{background-color:#e8e8e8;text-align:center}#mermaid-svg-7fa3rKcn22gVfT12 .edgeLabel rect{opacity:0.9}#mermaid-svg-7fa3rKcn22gVfT12 .edgeLabel span{color:#333}#mermaid-svg-7fa3rKcn22gVfT12 .cluster rect{fill:#ffffde;stroke:#aa3;stroke-width:1px}#mermaid-svg-7fa3rKcn22gVfT12 .cluster text{fill:#333}#mermaid-svg-7fa3rKcn22gVfT12 div.mermaidTooltip{position:absolute;text-align:center;max-width:200px;padding:2px;font-family:‘trebuchet ms’, verdana, arial;font-family:var(–mermaid-font-family);font-size:12px;background:#ffffde;border:1px solid #aa3;border-radius:2px;pointer-events:none;z-index:100}#mermaid-svg-7fa3rKcn22gVfT12 .actor{stroke:#ccf;fill:#ECECFF}#mermaid-svg-7fa3rKcn22gVfT12 text.actor>tspan{fill:#000;stroke:none}#mermaid-svg-7fa3rKcn22gVfT12 .actor-line{stroke:grey}#mermaid-svg-7fa3rKcn22gVfT12 .messageLine0{stroke-width:1.5;stroke-dasharray:none;stroke:#333}#mermaid-svg-7fa3rKcn22gVfT12 .messageLine1{stroke-width:1.5;stroke-dasharray:2, 2;stroke:#333}#mermaid-svg-7fa3rKcn22gVfT12 #arrowhead path{fill:#333;stroke:#333}#mermaid-svg-7fa3rKcn22gVfT12 .sequenceNumber{fill:#fff}#mermaid-svg-7fa3rKcn22gVfT12 #sequencenumber{fill:#333}#mermaid-svg-7fa3rKcn22gVfT12 #crosshead path{fill:#333;stroke:#333}#mermaid-svg-7fa3rKcn22gVfT12 .messageText{fill:#333;stroke:#333}#mermaid-svg-7fa3rKcn22gVfT12 .labelBox{stroke:#ccf;fill:#ECECFF}#mermaid-svg-7fa3rKcn22gVfT12 .labelText,#mermaid-svg-7fa3rKcn22gVfT12 .labelText>tspan{fill:#000;stroke:none}#mermaid-svg-7fa3rKcn22gVfT12 .loopText,#mermaid-svg-7fa3rKcn22gVfT12 .loopText>tspan{fill:#000;stroke:none}#mermaid-svg-7fa3rKcn22gVfT12 .loopLine{stroke-width:2px;stroke-dasharray:2, 2;stroke:#ccf;fill:#ccf}#mermaid-svg-7fa3rKcn22gVfT12 .note{stroke:#aa3;fill:#fff5ad}#mermaid-svg-7fa3rKcn22gVfT12 .noteText,#mermaid-svg-7fa3rKcn22gVfT12 .noteText>tspan{fill:#000;stroke:none}#mermaid-svg-7fa3rKcn22gVfT12 .activation0{fill:#f4f4f4;stroke:#666}#mermaid-svg-7fa3rKcn22gVfT12 .activation1{fill:#f4f4f4;stroke:#666}#mermaid-svg-7fa3rKcn22gVfT12 .activation2{fill:#f4f4f4;stroke:#666}#mermaid-svg-7fa3rKcn22gVfT12 .mermaid-main-font{font-family:“trebuchet ms”, verdana, arial;font-family:var(–mermaid-font-family)}#mermaid-svg-7fa3rKcn22gVfT12 .section{stroke:none;opacity:0.2}#mermaid-svg-7fa3rKcn22gVfT12 .section0{fill:rgba(102,102,255,0.49)}#mermaid-svg-7fa3rKcn22gVfT12 .section2{fill:#fff400}#mermaid-svg-7fa3rKcn22gVfT12 .section1,#mermaid-svg-7fa3rKcn22gVfT12 .section3{fill:#fff;opacity:0.2}#mermaid-svg-7fa3rKcn22gVfT12 .sectionTitle0{fill:#333}#mermaid-svg-7fa3rKcn22gVfT12 .sectionTitle1{fill:#333}#mermaid-svg-7fa3rKcn22gVfT12 .sectionTitle2{fill:#333}#mermaid-svg-7fa3rKcn22gVfT12 .sectionTitle3{fill:#333}#mermaid-svg-7fa3rKcn22gVfT12 .sectionTitle{text-anchor:start;font-size:11px;text-height:14px;font-family:‘trebuchet ms’, verdana, arial;font-family:var(–mermaid-font-family)}#mermaid-svg-7fa3rKcn22gVfT12 .grid .tick{stroke:#d3d3d3;opacity:0.8;shape-rendering:crispEdges}#mermaid-svg-7fa3rKcn22gVfT12 .grid .tick text{font-family:‘trebuchet ms’, verdana, arial;font-family:var(–mermaid-font-family)}#mermaid-svg-7fa3rKcn22gVfT12 .grid path{stroke-width:0}#mermaid-svg-7fa3rKcn22gVfT12 .today{fill:none;stroke:red;stroke-width:2px}#mermaid-svg-7fa3rKcn22gVfT12 .task{stroke-width:2}#mermaid-svg-7fa3rKcn22gVfT12 .taskText{text-anchor:middle;font-family:‘trebuchet ms’, verdana, arial;font-family:var(–mermaid-font-family)}#mermaid-svg-7fa3rKcn22gVfT12 .taskText:not([font-size]){font-size:11px}#mermaid-svg-7fa3rKcn22gVfT12 .taskTextOutsideRight{fill:#000;text-anchor:start;font-size:11px;font-family:‘trebuchet ms’, verdana, arial;font-family:var(–mermaid-font-family)}#mermaid-svg-7fa3rKcn22gVfT12 .taskTextOutsideLeft{fill:#000;text-anchor:end;font-size:11px}#mermaid-svg-7fa3rKcn22gVfT12 .task.clickable{cursor:pointer}#mermaid-svg-7fa3rKcn22gVfT12 .taskText.clickable{cursor:pointer;fill:#003163 !important;font-weight:bold}#mermaid-svg-7fa3rKcn22gVfT12 .taskTextOutsideLeft.clickable{cursor:pointer;fill:#003163 !important;font-weight:bold}#mermaid-svg-7fa3rKcn22gVfT12 .taskTextOutsideRight.clickable{cursor:pointer;fill:#003163 !important;font-weight:bold}#mermaid-svg-7fa3rKcn22gVfT12 .taskText0,#mermaid-svg-7fa3rKcn22gVfT12 .taskText1,#mermaid-svg-7fa3rKcn22gVfT12 .taskText2,#mermaid-svg-7fa3rKcn22gVfT12 .taskText3{fill:#fff}#mermaid-svg-7fa3rKcn22gVfT12 .task0,#mermaid-svg-7fa3rKcn22gVfT12 .task1,#mermaid-svg-7fa3rKcn22gVfT12 .task2,#mermaid-svg-7fa3rKcn22gVfT12 .task3{fill:#8a90dd;stroke:#534fbc}#mermaid-svg-7fa3rKcn22gVfT12 .taskTextOutside0,#mermaid-svg-7fa3rKcn22gVfT12 .taskTextOutside2{fill:#000}#mermaid-svg-7fa3rKcn22gVfT12 .taskTextOutside1,#mermaid-svg-7fa3rKcn22gVfT12 .taskTextOutside3{fill:#000}#mermaid-svg-7fa3rKcn22gVfT12 .active0,#mermaid-svg-7fa3rKcn22gVfT12 .active1,#mermaid-svg-7fa3rKcn22gVfT12 .active2,#mermaid-svg-7fa3rKcn22gVfT12 .active3{fill:#bfc7ff;stroke:#534fbc}#mermaid-svg-7fa3rKcn22gVfT12 .activeText0,#mermaid-svg-7fa3rKcn22gVfT12 .activeText1,#mermaid-svg-7fa3rKcn22gVfT12 .activeText2,#mermaid-svg-7fa3rKcn22gVfT12 .activeText3{fill:#000 !important}#mermaid-svg-7fa3rKcn22gVfT12 .done0,#mermaid-svg-7fa3rKcn22gVfT12 .done1,#mermaid-svg-7fa3rKcn22gVfT12 .done2,#mermaid-svg-7fa3rKcn22gVfT12 .done3{stroke:grey;fill:#d3d3d3;stroke-width:2}#mermaid-svg-7fa3rKcn22gVfT12 .doneText0,#mermaid-svg-7fa3rKcn22gVfT12 .doneText1,#mermaid-svg-7fa3rKcn22gVfT12 .doneText2,#mermaid-svg-7fa3rKcn22gVfT12 .doneText3{fill:#000 !important}#mermaid-svg-7fa3rKcn22gVfT12 .crit0,#mermaid-svg-7fa3rKcn22gVfT12 .crit1,#mermaid-svg-7fa3rKcn22gVfT12 .crit2,#mermaid-svg-7fa3rKcn22gVfT12 .crit3{stroke:#f88;fill:red;stroke-width:2}#mermaid-svg-7fa3rKcn22gVfT12 .activeCrit0,#mermaid-svg-7fa3rKcn22gVfT12 .activeCrit1,#mermaid-svg-7fa3rKcn22gVfT12 .activeCrit2,#mermaid-svg-7fa3rKcn22gVfT12 .activeCrit3{stroke:#f88;fill:#bfc7ff;stroke-width:2}#mermaid-svg-7fa3rKcn22gVfT12 .doneCrit0,#mermaid-svg-7fa3rKcn22gVfT12 .doneCrit1,#mermaid-svg-7fa3rKcn22gVfT12 .doneCrit2,#mermaid-svg-7fa3rKcn22gVfT12 .doneCrit3{stroke:#f88;fill:#d3d3d3;stroke-width:2;cursor:pointer;shape-rendering:crispEdges}#mermaid-svg-7fa3rKcn22gVfT12 .milestone{transform:rotate(45deg) scale(0.8, 0.8)}#mermaid-svg-7fa3rKcn22gVfT12 .milestoneText{font-style:italic}#mermaid-svg-7fa3rKcn22gVfT12 .doneCritText0,#mermaid-svg-7fa3rKcn22gVfT12 .doneCritText1,#mermaid-svg-7fa3rKcn22gVfT12 .doneCritText2,#mermaid-svg-7fa3rKcn22gVfT12 .doneCritText3{fill:#000 !important}#mermaid-svg-7fa3rKcn22gVfT12 .activeCritText0,#mermaid-svg-7fa3rKcn22gVfT12 .activeCritText1,#mermaid-svg-7fa3rKcn22gVfT12 .activeCritText2,#mermaid-svg-7fa3rKcn22gVfT12 .activeCritText3{fill:#000 !important}#mermaid-svg-7fa3rKcn22gVfT12 .titleText{text-anchor:middle;font-size:18px;fill:#000;font-family:‘trebuchet ms’, verdana, arial;font-family:var(–mermaid-font-family)}#mermaid-svg-7fa3rKcn22gVfT12 g.classGroup text{fill:#9370db;stroke:none;font-family:‘trebuchet ms’, verdana, arial;font-family:var(–mermaid-font-family);font-size:10px}#mermaid-svg-7fa3rKcn22gVfT12 g.classGroup text .title{font-weight:bolder}#mermaid-svg-7fa3rKcn22gVfT12 g.clickable{cursor:pointer}#mermaid-svg-7fa3rKcn22gVfT12 g.classGroup rect{fill:#ECECFF;stroke:#9370db}#mermaid-svg-7fa3rKcn22gVfT12 g.classGroup line{stroke:#9370db;stroke-width:1}#mermaid-svg-7fa3rKcn22gVfT12 .classLabel .box{stroke:none;stroke-width:0;fill:#ECECFF;opacity:0.5}#mermaid-svg-7fa3rKcn22gVfT12 .classLabel .label{fill:#9370db;font-size:10px}#mermaid-svg-7fa3rKcn22gVfT12 .relation{stroke:#9370db;stroke-width:1;fill:none}#mermaid-svg-7fa3rKcn22gVfT12 .dashed-line{stroke-dasharray:3}#mermaid-svg-7fa3rKcn22gVfT12 #compositionStart{fill:#9370db;stroke:#9370db;stroke-width:1}#mermaid-svg-7fa3rKcn22gVfT12 #compositionEnd{fill:#9370db;stroke:#9370db;stroke-width:1}#mermaid-svg-7fa3rKcn22gVfT12 #aggregationStart{fill:#ECECFF;stroke:#9370db;stroke-width:1}#mermaid-svg-7fa3rKcn22gVfT12 #aggregationEnd{fill:#ECECFF;stroke:#9370db;stroke-width:1}#mermaid-svg-7fa3rKcn22gVfT12 #dependencyStart{fill:#9370db;stroke:#9370db;stroke-width:1}#mermaid-svg-7fa3rKcn22gVfT12 #dependencyEnd{fill:#9370db;stroke:#9370db;stroke-width:1}#mermaid-svg-7fa3rKcn22gVfT12 #extensionStart{fill:#9370db;stroke:#9370db;stroke-width:1}#mermaid-svg-7fa3rKcn22gVfT12 #extensionEnd{fill:#9370db;stroke:#9370db;stroke-width:1}#mermaid-svg-7fa3rKcn22gVfT12 .commit-id,#mermaid-svg-7fa3rKcn22gVfT12 .commit-msg,#mermaid-svg-7fa3rKcn22gVfT12 .branch-label{fill:lightgrey;color:lightgrey;font-family:‘trebuchet ms’, verdana, arial;font-family:var(–mermaid-font-family)}#mermaid-svg-7fa3rKcn22gVfT12 .pieTitleText{text-anchor:middle;font-size:25px;fill:#000;font-family:‘trebuchet ms’, verdana, arial;font-family:var(–mermaid-font-family)}#mermaid-svg-7fa3rKcn22gVfT12 .slice{font-family:‘trebuchet ms’, verdana, arial;font-family:var(–mermaid-font-family)}#mermaid-svg-7fa3rKcn22gVfT12 g.stateGroup text{fill:#9370db;stroke:none;font-size:10px;font-family:‘trebuchet ms’, verdana, arial;font-family:var(–mermaid-font-family)}#mermaid-svg-7fa3rKcn22gVfT12 g.stateGroup text{fill:#9370db;fill:#333;stroke:none;font-size:10px}#mermaid-svg-7fa3rKcn22gVfT12 g.statediagram-cluster .cluster-label text{fill:#333}#mermaid-svg-7fa3rKcn22gVfT12 g.stateGroup .state-title{font-weight:bolder;fill:#000}#mermaid-svg-7fa3rKcn22gVfT12 g.stateGroup rect{fill:#ECECFF;stroke:#9370db}#mermaid-svg-7fa3rKcn22gVfT12 g.stateGroup line{stroke:#9370db;stroke-width:1}#mermaid-svg-7fa3rKcn22gVfT12 .transition{stroke:#9370db;stroke-width:1;fill:none}#mermaid-svg-7fa3rKcn22gVfT12 .stateGroup .composit{fill:white;border-bottom:1px}#mermaid-svg-7fa3rKcn22gVfT12 .stateGroup .alt-composit{fill:#e0e0e0;border-bottom:1px}#mermaid-svg-7fa3rKcn22gVfT12 .state-note{stroke:#aa3;fill:#fff5ad}#mermaid-svg-7fa3rKcn22gVfT12 .state-note text{fill:black;stroke:none;font-size:10px}#mermaid-svg-7fa3rKcn22gVfT12 .stateLabel .box{stroke:none;stroke-width:0;fill:#ECECFF;opacity:0.7}#mermaid-svg-7fa3rKcn22gVfT12 .edgeLabel text{fill:#333}#mermaid-svg-7fa3rKcn22gVfT12 .stateLabel text{fill:#000;font-size:10px;font-weight:bold;font-family:‘trebuchet ms’, verdana, arial;font-family:var(–mermaid-font-family)}#mermaid-svg-7fa3rKcn22gVfT12 .node circle.state-start{fill:black;stroke:black}#mermaid-svg-7fa3rKcn22gVfT12 .node circle.state-end{fill:black;stroke:white;stroke-width:1.5}#mermaid-svg-7fa3rKcn22gVfT12 #statediagram-barbEnd{fill:#9370db}#mermaid-svg-7fa3rKcn22gVfT12 .statediagram-cluster rect{fill:#ECECFF;stroke:#9370db;stroke-width:1px}#mermaid-svg-7fa3rKcn22gVfT12 .statediagram-cluster rect.outer{rx:5px;ry:5px}#mermaid-svg-7fa3rKcn22gVfT12 .statediagram-state .divider{stroke:#9370db}#mermaid-svg-7fa3rKcn22gVfT12 .statediagram-state .title-state{rx:5px;ry:5px}#mermaid-svg-7fa3rKcn22gVfT12 .statediagram-cluster.statediagram-cluster .inner{fill:white}#mermaid-svg-7fa3rKcn22gVfT12 .statediagram-cluster.statediagram-cluster-alt .inner{fill:#e0e0e0}#mermaid-svg-7fa3rKcn22gVfT12 .statediagram-cluster .inner{rx:0;ry:0}#mermaid-svg-7fa3rKcn22gVfT12 .statediagram-state rect.basic{rx:5px;ry:5px}#mermaid-svg-7fa3rKcn22gVfT12 .statediagram-state rect.divider{stroke-dasharray:10,10;fill:#efefef}#mermaid-svg-7fa3rKcn22gVfT12 .note-edge{stroke-dasharray:5}#mermaid-svg-7fa3rKcn22gVfT12 .statediagram-note rect{fill:#fff5ad;stroke:#aa3;stroke-width:1px;rx:0;ry:0}:root{–mermaid-font-family: ‘“trebuchet ms”, verdana, arial’;–mermaid-font-family: “Comic Sans MS”, “Comic Sans”, cursive}#mermaid-svg-7fa3rKcn22gVfT12 .error-icon{fill:#522}#mermaid-svg-7fa3rKcn22gVfT12 .error-text{fill:#522;stroke:#522}#mermaid-svg-7fa3rKcn22gVfT12 .edge-thickness-normal{stroke-width:2px}#mermaid-svg-7fa3rKcn22gVfT12 .edge-thickness-thick{stroke-width:3.5px}#mermaid-svg-7fa3rKcn22gVfT12 .edge-pattern-solid{stroke-dasharray:0}#mermaid-svg-7fa3rKcn22gVfT12 .edge-pattern-dashed{stroke-dasharray:3}#mermaid-svg-7fa3rKcn22gVfT12 .edge-pattern-dotted{stroke-dasharray:2}#mermaid-svg-7fa3rKcn22gVfT12 .marker{fill:#333}#mermaid-svg-7fa3rKcn22gVfT12 .marker.cross{stroke:#333} :root { --mermaid-font-family: “trebuchet ms”, verdana, arial;} #mermaid-svg-7fa3rKcn22gVfT12 { color: rgba(0, 0, 0, 0.75); font: ; }

链接

长方形

圆角长方形

菱形

  • 关于 Mermaid 语法,参考 这儿,

自我介绍一下,小编13年上海交大毕业,曾经在小公司待过,也去过华为、OPPO等大厂,18年进入阿里一直到现在。

深知大多数Java工程师,想要提升技能,往往是自己摸索成长或者是报班学习,但对于培训机构动则几千的学费,着实压力不小。自己不成体系的自学效果低效又漫长,而且极易碰到天花板技术停滞不前!

因此收集整理了一份《2024年Java开发全套学习资料》,初衷也很简单,就是希望能够帮助到想自学提升又不知道该从何学起的朋友,同时减轻大家的负担。img

既有适合小白学习的零基础资料,也有适合3年以上经验的小伙伴深入学习提升的进阶课程,基本涵盖了95%以上Java开发知识点,真正体系化!

由于文件比较大,这里只是将部分目录截图出来,每个节点里面都包含大厂面经、学习笔记、源码讲义、实战项目、讲解视频,并且会持续更新!

如果你觉得这些内容对你有帮助,可以扫码获取!!(备注Java获取)

img

最后

由于文案过于长,在此就不一一介绍了,这份Java后端架构进阶笔记内容包括:Java集合,JVM、Java并发、微服务、SpringNetty与 RPC 、网络、日志 、Zookeeper 、Kafka 、RabbitMQ 、Hbase 、MongoDB、Cassandra 、Java基础、负载均衡、数据库、一致性算法、Java算法、数据结构、分布式缓存等等知识详解。

image

本知识体系适合于所有Java程序员学习,关于以上目录中的知识点都有详细的讲解及介绍,掌握该知识点的所有内容对你会有一个质的提升,其中也总结了很多面试过程中遇到的题目以及有对应的视频解析总结。

image

image

《互联网大厂面试真题解析、进阶开发核心学习笔记、全套讲解视频、实战项目源码讲义》点击传送门即可获取!
知识详解。

[外链图片转存中…(img-jGwfkk8f-1713473257712)]

本知识体系适合于所有Java程序员学习,关于以上目录中的知识点都有详细的讲解及介绍,掌握该知识点的所有内容对你会有一个质的提升,其中也总结了很多面试过程中遇到的题目以及有对应的视频解析总结。

[外链图片转存中…(img-4xqqccB5-1713473257713)]

[外链图片转存中…(img-E3SmQk3Q-1713473257715)]

《互联网大厂面试真题解析、进阶开发核心学习笔记、全套讲解视频、实战项目源码讲义》点击传送门即可获取!

  • 19
    点赞
  • 10
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值