figure,imshow(input);colormap(jet);
f=getframe(gcf);
imwrite(f.cdata,[‘output’,’.png’])

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

这将产生一个流程图。:

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

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

FLowchart流程图

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

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

导出与导入

导出

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

导入

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


  1. mermaid语法说明 ↩︎

  2. 注脚的解释 ↩︎

MATLAB将图片显示为热图并保存相关推荐

  1. matlab怎么输出图像文件夹,Matlab读取图片 显示和保存图像的相关操作

    当前有部份朋友还不清楚Matlab读取图片 显示和保存图像的操作,所以下面绿软吧就带来Matlab读取图片 显示和保存图像的相关操作,一起来看看吧! Matlab读取图片 显示和保存图像的相关操作 打 ...

  2. matlab和r语言做热图,案例演示 | R语言绘制热图代码

    本文是个人笔记,请谨慎付费[星球用户可免费看]. 我们在分析了差异表达数据之后,经常要进行热图的可视化展示. 热图(Heat map)是一个以颜色变化来显示数据的矩阵.虽然"热图" ...

  3. 服务器把高清图片显示成表情图,图片上传被压缩怎么办?教你如何让公号图片变得高清!_【如何,得高,怎么,图片,表情包CC】...

    [图片上传被压缩怎么办?教你如何让公号图片变得高清!] 内容提要:(2017-11-10)今天你斗图了吗? 到处搜集很费时间啊!但又不会ps--怎么办? △没错,就素这个了! 制作详解 这里我们主要分 ...

  4. 通过FPGA将图片信息通过RS232串口发送到PC端,使用MATLAB进行图片显示

    1.仿真预览 2.部分核心代码 FPGA部分代码 module uarttx(clk,reset,datain,wrsig,tx);input clk; input reset; input [7:0 ...

  5. Matlab,C/C++语言读取RAW图和保存RAW图

    摘要 何为raw图? 对于图像传感器而言,传感器数据每个像素点是RGGB等(排列方式有很多种),此时并不能看见颜色等信息,这种原始数据的图像,便是raw图.对于ISP算法工程师而言,查看RAW图十分重 ...

  6. matlab在图片上画标记然后整幅保存的方法

    经常imshow一幅图片之后,会在上面plot一些标记点,但是imwrite的时候发现点并没有随之被保存下来. 尝试一些方法如下: 一.figure imshow(image0_rgb) hold o ...

  7. matlab画动态聚类图,聚类热图,你用什么软件画?

    原标题:聚类热图,你用什么软件画? 聚类热图是我们展示芯片.或者测序结果比较常用的方式,在文章中出现的频率非常高,一般来说,这张图的每行对应一个基因,每列对应一个样本,行和列形成的是基因数*样本数的表 ...

  8. iMeta | 复杂热图(ComplexHeatmap)可视化文章最新版,画热图就引它

    点击蓝字 关注我们 复杂热图可视化 https://doi.org/10.1002/imt2.43 PROTOCOL ●2022年8月,德国癌症研究中心顾祖光在iMeta在线发表了题为"Co ...

  9. 超详细的热图绘制教程(5000余字),真正的保姆级教程

    生物信息学习的正确姿势 NGS系列文章包括NGS基础.高颜值在线绘图和分析.转录组分析 (Nature重磅综述|关于RNA-seq你想知道的全在这).ChIP-seq分析 (ChIP-seq基本分析流 ...

最新文章

  1. 分享一个监控MFS的nagios插件
  2. 关于MyEclipse连接SQLServer和Mariadbsql
  3. c++11 继承构造
  4. TSPITR方式数据库找回误操作丢失的数据
  5. DOM BOM document window 区别
  6. 文件加密及解密openssl
  7. python web开发,organization的model设计
  8. linux基本命令操作(二)
  9. 【菜鸟练习】软件测试等价类划分方法测试用例的编写。
  10. leaflet中文文档
  11. 上位机和下位机有什么区别和关系?常用上位机软件开发工具介绍
  12. [BTS] Unable to create the transform
  13. 阿里服务器稳定性介绍
  14. “互联网+”如何“+”纺织服装?
  15. 图学习——04.HAN(异构图注意力网络)
  16. opencv python 多张jpg图片转成avi视频
  17. 转 给SSD(固态硬盘)编程
  18. 笔记③:牛客校招冲刺集训营---C++工程师(5.9 C++新特性)
  19. 全志F1C100S/F1C200S学习笔记(1)——基础简介及资料
  20. 使用EasyPoi根据模板导出Excel或word文档

热门文章

  1. python-探索性数据分析-足球赛事数据集
  2. MCU单片机面试题(1)
  3. JavaScript中如何严格的判断NaN
  4. 国际快递顺丰API接口接入教程代码示例
  5. Apache修改服务器监听端口,练习 - 04 - 配置 Apache 服务器的监听端口
  6. multiple definition of `main'
  7. ubuntu更改更新源
  8. cognos 是什么?
  9. android串口通信——android-serialport-api
  10. 要点回顾|2020PGConf.Asia大会精彩落幕,一文带您要点回顾