交换机的初步使用以及vlan的初步了解

首先介绍一下交换机,
交换机是工作在第二层数据链路层,vlan可以将网络划分为多个广播域,相同的vlan可以相互通信,不同的vlan不可以相互通信。下面通过实验来简单介绍一下(实验软件:ENSP):
1.没有划分vlan时,所有接口默认都是VLAN1:故pc1和pc2可以通信:# 欢迎使用Markdown编辑器

2.划分vlan后,不可通信:
此时需要对交换机进行配置:
[LSW1]vlan 10//划分一个vlan 10
[LSW1-vlan10]quit//退出
[LSW1]vlan 20//划分一个vlan 20
[LSW1]interface g0/0/1//进入接口
[LSW1-GigabitEthernet0/0/1]port link-type access//将接口设置为直连模式
[LSW1-GigabitEthernet0/0/1]port default vlan 10//将此接口划分到vlan 10中。
同样的,将接口2划分到vlan 20中,此时pc1和pc2不在同一个vlan中,不能通信了。


划分vlan的步骤:首先是在交换机上面进行的呢;第一步打开交换机,第二步,在系统配置下创建vlan,第三步,进入接口,将接口设置为直连模式,第四步,将接口划分到vlan中(具体的命令请看上述内容)

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

这将产生一个流程图。:

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

交换机地初步使用以及vla的初步了解相关推荐

  1. 初步使用计算机说课,初步认识计算机说课稿

    探索.自主发现式学习.根据教材特点与学生实际,我制订以下三维学习目标: 1.了解计算机的历史和发展趋势. 2.认识计算机的系统组成. 3.激发学生学习计算机硬件知识的兴趣. 4.提高学生学习.使用计算 ...

  2. 计算机初步认识教学ppt,计算机初步认识PPT课件

    .计算机介绍.结构.台式机.鼠标.关机方法.画.键盘.Windows操作.一.计算机介绍,另一方面,计算机也称为计算机,英语名Computer2,世界上第一台计算机于1946年2月在美国重量30吨,占 ...

  3. 全国大学生智能车竞赛组委会秘书处与Mathworks初步讨论竞赛合作事宜

    简 介: 就如何在全国大学生智能车竞赛中引入Mathworks相关产品,今天智能车竞赛组委秘书处与Mathworks工作人员进行了初步的探讨.本文初步整理了在交谈过程中的主要内容. 关键词: 全国大学 ...

  4. Python调用Java代码部署及初步使用

    Python调用Java代码部署: jpype下载地址:https://www.lfd.uci.edu/~gohlke/pythonlibs/#jpype 下载的时候需要使用Chrome浏览器进行下载 ...

  5. 【汇编语言与计算机系统结构笔记17】MIPS 汇编初步

    本次笔记内容: 25.MIPS汇编初步-1 26.MIPS汇编初步-2 27.MIPS指令集与汇编程序设计 注:我找到了对应内容的课件,请见我于GitHub的CS笔记仓库.因此,为了节省时间,我只记录 ...

  6. Linux 5.13-rc1 发布 初步支持苹果M1

    Linus Torvalds 发布了 Linux 5.13-rc1 版本,L inus 在邮件中描述,这是一个大的版本更新,并且进行的相当顺利,该版本进行了较大窗口的合并.Linux 5.13-rc1 ...

  7. 计算机组装安装主板的依靠什么初步定位,计算机组装与维护(宋清龙)chap13.ppt

    计算机组装与维护(宋清龙)chap13.ppt (45页) 本资源提供全文预览,点击全文预览即可全文预览,如果喜欢文档就下载吧,查找使用更方便哦! 9.90 积分 第13章 微机硬件组装与调试第13章 ...

  8. android Room初步使用

    现在比较流行google官方的JetPack(喷气背包),这是个什么东东呢? 其实就是谷歌官方的一套工具包,提供各种工具类,因此可以部分不用第三方的开源库了, 比如:Room,Room是安卓设备Sql ...

  9. adrc过渡过程 c语言,初步认识ADRC与应用

    初步认识ADRC与应用 初步认识ADRC与应用 这是一个目录ADRC的基本原理一.参考资料推荐 二.为什么PID好,以及,为什么PID不够好1.为什么PID好--基于模型的现代控制理论不实用 2.为什 ...

最新文章

  1. DevDays2012 开发者日中文版资料下载
  2. 菱形开合的实现 IOS
  3. JS时间戳和时间互转
  4. MongoClient类参考文档
  5. 单分支 两路分支和多分支的if结构_JavaScript学习笔记(二)-- 分支结构
  6. 使用 HTML5, javascript, webrtc, websockets, Jetty 和 OpenCV 实现基于 Web 的人脸识别
  7. php extjs 教程,Exjs 入门篇_extjs
  8. hdu--1073--字符串处理
  9. IT营Beego教程 Golang+Beego+Grom仿小米商城项目实战视频教程
  10. linux打开pkg文件怎么打开,linux中怎么打开tar.rar.gz文件
  11. CSS解读之box-sizing属性
  12. Unity3D | FPS游戏_敌人相关
  13. 信息熵与两种编码基础
  14. outlook客户端 outlook.com邮箱设置方法
  15. Android ADB USB 驱动 万能配置方式
  16. 基金从业考试一般要准备多长时间?
  17. 幽默感七个技巧_培养幽默感的16种方法
  18. 合并 gitee 多个 commit,消除 stat/needs-squash 标签
  19. 【归档】证明V的两个子空间的并是V的子空间当且仅当其中一个子空间包含另一个子空间
  20. 智能地址填写功能html代码,JS寄快递地址智能解析的实现代码

热门文章

  1. android程序安全注意点
  2. 国产开源建模软件PDMan与国外商业建模软件ERwin的主要功能比较
  3. HTML高德地图标点
  4. ant-design-vue的时间选择器中英文混合问题
  5. 科诚Godex RT730x 打印机驱动
  6. nodejs 框架 及 开源项目
  7. 前端html赋值 js方法
  8. 稀疏矩阵的三元组存储及快速转置
  9. dropzone.js应用java_使用Dropzone.js上传的示例代码
  10. 小码哥-斗鱼直播APP之娱乐菜单展示