**

如何在PPT中设置选择题?









代码如下:
Private Sub CommandButton1_Click()
If OptionButton1.Value = True The
// OptionButton1是设置的第一个选项名称,即点击属性的第一行,可以更改
MsgBox “选择正确”
Else
MsgBox “选择错误”
End If
End Sub
Private Sub CommandButton2_Click()
OptionButton1.Value = False
OptionButton2.Value = False
OptionButton3.Value = False
OptionButton4.Value = False
End Sub
Private Sub OptionButton1_Click()
End Sub
Private Sub OptionButton2_Click()
End Sub
Private Sub OptionButton3_Click()
End Sub
Private Sub OptionButton4_Click()
End Sub

运行效果图:

备注: 若要修改正确选项,则要修改代码第二行,即名称改为要修改的选项名称;此外,还要修改属性里的value一行,将要修改为正确选项的改为True;之前的选项value改为False

附加:如何打开ppt2010里的开发工具
1.打开PPT2010,单击左上角的“文件”按钮,在弹出的列表中点击“选项”按钮
2.在弹出的选项对话框中,单击“自定义功能区”
3.在右侧找到“开发工具”并勾选
点击“确定”按钮,我们需要的开发工具就显示出来了

删除线格式

新的改变

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

这将产生一个流程图。:

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

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

FLowchart流程图

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

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

导出与导入

导出

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

导入

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


  1. mermaid语法说明 ↩︎

  2. 注脚的解释 ↩︎

如何在PPT中设置选择题相关推荐

  1. html ppt文件在线播放,[2018年最新整理]如何在PPT中插入html网页.ppt

    [2018年最新整理]如何在PPT中插入html网页 如何在PPT中插入html网页 来自 晓冬 痕迹 -- 在演示ppt的时候,如果能直接调用设计精美的html页面,将会让你的演示锦上添花,此处介绍 ...

  2. ppt中加入html,如何在ppt中插入html网页.ppt

    如何在ppt中插入html网页 如何在PPT中插入html网页 来自 晓冬 痕迹 -- 在演示ppt的时候,如果能直接调用设计精美的html页面,将会让你的演示锦上添花,此处介绍一种使用控件将网页插入 ...

  3. ppt怎么插入html代码,如何在PPT中插入html网.ppt

    如何在PPT中插入html网.ppt 如何在PPT中插入html网页 来自晓冬痕迹 在演示ppt的时候 如果能直接调用设计精美的html页面 将会让你的演示锦上添花 此处介绍一种使用控件将网页插入到p ...

  4. 如何在PPT中插入视频

    转载者: 毕业答辩ppt模板下载 搜索: 如何在PPT中插入视频 为追求更完美效果,在Powerpoint中通过shockwave Flash Object控件插入SWF格式动画已是家常便饭.但很多情 ...

  5. 如何在ppt中生成柱状图_如何在ppt中制作柱形图和曲线图

    如何在 ppt 中制作柱形图和曲线图 篇一: ppt 柱状图与线状同在的操作 用 excel2010 制作双轴柱线复合图表 就是要用 excel2010 做一个这样的图表: excel2010 中,左 ...

  6. 如何在ppt中生成柱状图_PPT中怎么制作动态柱状图表?绘制方法全在这里!

    在我们平日的工作当中,我们经常会在每个季度,或者是每年做一些工作总结的汇报.而在进行工作内容汇报时,我们经常会用到PPT,将我们的工作内容或成果用PPT的形式展现出来,以方便领导进行查看以及自己的讲解 ...

  7. ppt如何插入html,如何在PPT中插入html网.ppt

    如何在PPT中插入html网.ppt 如何在PPT中插入html网页 来自晓冬痕迹 在演示ppt的时候 如果能直接调用设计精美的html页面 将会让你的演示锦上添花 此处介绍一种使用控件将网页插入到p ...

  8. ppt制作之如何在ppt中制作双色渐变效果

    参考文章:如何在ppt中制作双色渐变效果-百度经验 操作步骤: 1.打开PowerPoint,然后执行"插入-形状",插入完之后选中形状右键"设置对象格式",在 ...

  9. java如何使显示字符下标_Java如何在 Word 中设置上、下标

    上标是指比同一行中其他文字稍高的文字,而下标是指比同一行中其他文字稍低的文字.在生活中,我们常见的平方米.立方米等符号以及化学中的各种元素符号,都是利用上.下标来表示的.本文将介绍通过Free Spi ...

  10. 如何在Postfix中设置邮件转发

    如何在Postfix中设置邮件转发 2016年1月5日 Mail服务 Postfix 是广泛使用的邮件传输代理(MTA)服务器,可用于发送,接收和通过网络发送的电子邮件转发.本教程将帮助您配置Post ...

最新文章

  1. slc、mlc、tlc闪存芯片颗粒区别介绍
  2. 字体渲染 mac linux,Mac下通过命令来渲染字体
  3. Android---Service(生命周期、启动方式、服务通信、实战演练、思维导图、高级音乐播放器-源码)
  4. [zz]Ubuntu下使用Eclipse和PyDev搭建完美Python开发环境
  5. 提高python执行效率_提升Python程序运行效率的6个方法
  6. turbo c填充图形_C / C ++中的图形:Turbo C编译器中的简介和图形模式
  7. JS代码 是否显示横竖条
  8. mysql索引1908
  9. 使用@ConditionalOnExpression决定是否生效注释
  10. 那些除夕夜还在上BOSS直聘的人
  11. 1212: [HNOI2004]L语言
  12. Stanford CoreNLP--Part of Speech
  13. PHP进行AES/ECB/PKCS7 padding加密的例子(openssl)
  14. 业余剪辑——从拍摄到剪辑到加字幕
  15. 国内主要安全产品及厂商汇总
  16. LSB算法BMP图片信息隐藏技术 c语言
  17. 学术文献也有身份证?
  18. Python笔记:数据分列
  19. 天天预约|新功能工具「美团优惠券」上线啦!
  20. hexo修改index.html,Hexo自定义页面做首页

热门文章

  1. using runtime html4,为什么我不能在C#中引用System.Runtime.Serialization.Json
  2. 小白也能懂的DPDK技术解析
  3. 使用flex实现左中右布局,中间自适应
  4. 我的游戏开发收藏夹 (不定期更新)
  5. 腾讯云服务器操作系统TencentOS安装与体验
  6. MongoDB在Windows10上的安装配置和基本语句
  7. 2021年西式面点师(中级)考试题库及西式面点师(中级)考试试题
  8. 网络安全如何“疏而不漏”,了解一下锐捷大数据安全平台“降维攻击”
  9. php jwt payload,php实现JWT(json web token)鉴权实例详解
  10. 理解LSTM网络(Understanding LSTM Networks)原文与翻译