Markdown编辑器使用

  • 欢迎使用Markdown编辑器
    • 新的改变
    • 功能快捷键
    • 合理的创建标题,有助于目录的生成
    • 如何改变文本的样式
    • 插入链接与图片
    • 如何插入一段漂亮的代码片
    • 生成一个适合你的列表
    • 创建一个表格
      • 设定内容居中、居左、居右
      • SmartyPants
    • 创建一个自定义列表
    • 如何创建一个注脚
    • 注释也是必不可少的
    • KaTeX数学公式
    • 新的甘特图功能,丰富你的文章
    • UML 图表
    • FLowchart流程图
    • 导出与导入
      • 导出
      • 导入

公式编辑参考表格完整版本:

全面完成的博客公式编辑举例

Markdown数学符号&公式

参考资料:https://www.cnblogs.com/G-Aurora/p/13760672.html

欢迎使用Markdown编辑器

你好! 这是你第一次使用 Markdown编辑器 所展示的欢迎页。如果你想学习如何使用Markdown编辑器, 可以仔细阅读这篇文章,了解一下Markdown的基本语法知识。

新的改变

我们对Markdown编辑器进行了一些功能拓展与语法支持,除了标准的Markdown编辑器功能,我们增加了如下几点新功能,帮助你用它写博客:

  1. 全新的界面设计 ,将会带来全新的写作体验;
  2. 在创作中心设置你喜爱的代码高亮样式,Markdown 将代码片显示选择的高亮样式 进行展示;
  3. 增加了 图片拖拽 功能,你可以将本地的图片直接拖拽到编辑区域直接展示;
  4. 全新的 KaTeX数学公式 语法;
  5. 增加了支持甘特图的mermaid语法1 功能;
  6. 增加了 多屏幕编辑 Markdown文章功能;
  7. 增加了 焦点写作模式、预览模式、简洁写作模式、左右区域同步滚轮设置 等功能,功能按钮位于编辑区域与预览区域中间;
  8. 增加了 检查列表 功能。

功能快捷键

撤销:Ctrl/Command + Z
重做:Ctrl/Command + Y
加粗:Ctrl/Command + B
斜体:Ctrl/Command + I
标题:Ctrl/Command + Shift + H
无序列表:Ctrl/Command + Shift + U
有序列表:Ctrl/Command + Shift + O
检查列表: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.

图片:

带尺寸的图片:

居中的图片:

居中并且带尺寸的图片:

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

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

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

// 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∞tz−1e−tdt.\Gamma(z) = \int_0^\infty t^{z-1}e^{-t}dt\,. Γ(z)=∫0∞​tz−1e−tdt.

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

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

Mon 06Mon 13Mon 20已完成 进行中 计划一 计划二 现有任务Adding GANTT diagram functionality to mermaid
  • 关于 甘特图 语法,参考 这儿,

UML 图表

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

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

这将产生一个流程图。:

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

链接
长方形
圆角长方形
菱形
  • 关于 Mermaid 语法,参考 这儿,

FLowchart流程图

我们依旧会支持flowchart的流程图:

Created with Raphaël 2.3.0开始我的操作确认?结束yesno
  • 关于 Flowchart流程图 语法,参考 这儿.

导出与导入

导出

如果你想尝试使用此编辑器, 你可以在此篇文章任意编辑。当你完成了一篇文章的写作, 在上方工具栏找到 文章导出 ,生成一个.md文件或者.html文件进行本地保存。

导入

如果你想加载一篇你写过的.md文件,在上方工具栏可以选择导入功能进行对应扩展名的文件导入,
继续你的创作。


  1. mermaid语法说明 ↩︎

  2. 注脚的解释 ↩︎

Markdown编辑器使用相关推荐

  1. lisp协议instand_分享|Linux 上 10 个最好的 Markdown 编辑器

    在这篇文章中,我们会点评一些可以在 Linux 上安装使用的最好的 Markdown 编辑器. 你可以在 Linux 平台上找到非常多的 的 Markdown 编辑器,但是在这里我们将尽可能地为您推荐 ...

  2. 在Ubuntu 14.04 64bit上安装Markdown编辑器Remarkble

    目前Markdown已经是非常流行和高效的文档整理和书写工具语言, 我以前接触过, 但是一直没有坚持下来, 这次五一假期期间我强迫自己去熟悉它的语法格式和编辑器, 原来我在Ubuntu 14.04 6 ...

  3. 如何使用Python和Tkinter构建Toy Markdown编辑器

    Markdown editors are trending these days. Everybody is creating a markdown editor, and some of them ...

  4. 使用MarkDown编辑器做出有意思的柱状图(完整代码)

    这是生成的效果 {∣∣∣∣050100基础信用:100+练习情况:61+社区贡献:25+比赛情况:0+获得成就:0+总估值:186\def{\cGreen}{#52C41A} \def{\cOrang ...

  5. markdown编辑器的小建议

    markdown编辑器使用建议 yaung  by 2012.12.1-------- 这里主要说明一下我们在windows和linux下对md文件的编辑方法,为大家提供一点个人建议,如果有更好的选择 ...

  6. mac最好用的markdown_Markdown 语法简明教程 amp; Markdown 编辑器推荐

    什么是 Markdown? Markdown 是一种轻量级的纯文本标记语言,它允许我们 "使用易读易写的纯文本格式编写文档,然后将其转换成具有一定格式的 HTML 文档展示出来". ...

  7. CSDN写作Markdown编辑器中的Python命令帮手

    简 介: 利用Python短程序帮助对CSDN上的Markdown编辑器提供格式化的命令,可以大大提高Markdown编辑器的编写效率.本文给出了CDF的小程序. 关键词: markdown,csdn ...

  8. 利用Python模拟鼠标操作,一键将GIF文件载入CSDN的Markdown编辑器

    简 介: 讨论了在csdn的Markdown编译器中自动载入GIF文件的方法.使用了Python中的pyautogui软件包,可以通过Python的小程序实现一键将GIF文件载入CSDN的Markdo ...

  9. git编辑器选哪个_对比了3款markdown编辑器,哪一款适合你呢?来看看吧

    下面推荐三款实用且好用的markdown编辑器,各有特点,大家喜欢哪一款呢?或者你手头有更好的推荐给大家,快来告诉我吧. Typora 这款是我现在使用频率最高的,也是一直在用的编辑器,可以实现实时的 ...

最新文章

  1. 加权轮询算法PHP,PHP实现负载均衡的加权轮询方法分析
  2. shape file与coverage叠加的问题
  3. HVV之WIFI蜜罐反制红队
  4. centos65编译安装lamp和lnmp
  5. Java查找一个字符串中所有匹配某正则的子串
  6. android打开相机拍照及打开相册选择照片
  7. nagios无法安装check_mysql插件的问题
  8. AWT_方位布局(Java)
  9. visionpro加载toolblock 和保存toolblock
  10. 转: 为什么做java的web开发我们会使用struts2,springMVC和spring这样的框架?
  11. RSA攻击手法及相应例题解析
  12. 不意外:Facebook上市遭遇滑铁卢
  13. toolbar遇到问题和解决方式
  14. 计算机网络管理云,云考试系统云平台/计算机网络管理考试时间-考试
  15. Outlook代收发其他邮箱(gmail, qqmail, aliyun, 163)
  16. Docker 部署SpringBoot应用
  17. 手机怎么访问kodi_教你苹果手机(iPhone)上怎么装KODI (不用越狱)
  18. Mavan Setting.xml配置文件
  19. Contest1479 - 2018-ZZNU-ACM集训队 夏季队内积分赛 (3) Problem K 易水寒
  20. 10分钟搞懂区块链扩容,4个解决方案拿走不谢

热门文章

  1. php ajax mysql 分页查询_基于PHP_MySql_Ajax的分页技术方案
  2. 打补丁要按顺序吗_通辽正地饲料丨喂猪吃料也要讲究先后顺序! 看看你做对了吗?...
  3. 使用Python,OpenCV,dlib进行睡意检测(疲劳驾驶检测)
  4. Python+OpenCV图像处理实验
  5. AI视频行为分析系统项目复盘——技术篇1:Ubuntu 18.04部署编译OpenCV+contrib、TensorFlow2.1、CUDA10.1+cuDNN7.6.5、tensorRT6.0.1等
  6. C语言实现RC4序列密码
  7. key mysql_mysql中key 、primary key 、unique key 与index区别
  8. OpenCV求逆(伪逆)矩阵函数
  9. java远程方法调用(rmi)--好_RMI-Java远程方法调用的实现(二)
  10. python中random模块中包含了随机数相关的功能函数_Python中random模块生成随机数详解...