计算机网络最大吞吐量如何求?@TOC
这需要涉及到3个物理量。
第一:信道带宽
第二:往返传播时延
第三:发送窗口,或者说发送文件大小
之后就可以用公式求出:
最大吞吐量=发送文件/往返时延/信道带宽

欢迎使用Markdown编辑器

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

新的改变

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

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

功能快捷键

撤销:Ctrl/Command + Z
重做:Ctrl/Command + Y
加粗:Ctrl/Command + B
斜体:Ctrl/Command + I
标题:Ctrl/Command + Shift + H
无序列表:Ctrl/Command + Shift + U
有序列表:Ctrl/Command + Shift + O
检查列表:Ctrl/Command + Shift + C
插入代码:Ctrl/Command + Shift + K
插入链接:Ctrl/Command + Shift + L
插入图片:Ctrl/Command + Shift + G
查找:Ctrl/Command + F
替换:Ctrl/Command + G

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

直接输入1次#,并按下space后,将生成1级标题。
输入2次#,并按下space后,将生成2级标题。
以此类推,我们支持6级标题。有助于使用TOC语法后生成一个完美的目录。

如何改变文本的样式

强调文本 强调文本

加粗文本 加粗文本

标记文本

删除文本

引用文本

H2O is是液体。

210 运算结果是 1024.

插入链接与图片

链接: link.

图片:

带尺寸的图片:

居中的图片:

居中并且带尺寸的图片:

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

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

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

// An highlighted block
var foo = 'bar';

生成一个适合你的列表

  • 项目

    • 项目

      • 项目
  1. 项目1
  2. 项目2
  3. 项目3
  • 计划任务
  • 完成任务

创建一个表格

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

项目 Value
电脑 $1600
手机 $12
导管 $1

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

使用:---------:居中
使用:----------居左
使用----------:居右

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

SmartyPants

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

TYPE ASCII HTML
Single backticks 'Isn't this fun?' ‘Isn’t this fun?’
Quotes "Isn't this fun?" “Isn’t this fun?”
Dashes -- is en-dash, --- is em-dash – is en-dash, — is em-dash

创建一个自定义列表

Markdown
Text-to-HTML conversion tool
Authors
John
Luke

如何创建一个注脚

一个具有注脚的文本。2

注释也是必不可少的

Markdown将文本转换为 HTML

KaTeX数学公式

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

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

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

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

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

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

UML 图表

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

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

这将产生一个流程图。:

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

计算机网络吞吐量计算相关推荐

  1. 计算机网络原理 计算题,计算机网络原理计算题

    计算机网络原理计算题 1. 在数字传输系统中,码元速率为600波特,数据速率为1200bps,则信号取几种不同的状态?若要使得码元速率与数据速率相等,则信号取几种状态?(请给出公式与计算步骤) 解:C ...

  2. 计算机网络——各种计算

    版权声明:本文为博主原创文章,未经博主允许不得转载. https://blog.csdn.net/cainv89/article/details/55001472 IP子网划分 1. 划分子网 划分子 ...

  3. java计算网络吞吐量_Jmeter中的吞吐量计算

    请求/单位时间 . 时间从第一个样品的开始到最后一个样品的结束计算 . 这包括样本之间的任何间隔,因为它应该代表服务器上的负载 . 公式为:吞吐量=(请求数)/(总时间) . 所以在你的情况下,你有1 ...

  4. 针对计算机网络或者计算,北京自考“计算机网络与通信”计算题攻略(2)

    35.海明码中的信息位为7位,在接收端收到的报文为11110111011,求: (1)问传输是否有错? (2)求发送端发送的信息位. CRC码 1.设信息码为1011,采用的生成多项式为G(X)=X4 ...

  5. 关于计算机网络的计算题(三)

    1.一条广播信道上接有3个站点A.B.C,介质访问控制采用信道划分方法,信道的划分采用码分复用技术,A.B要向C发送数据,设A的芯片序列为(+1,-1,-1,+1,+1,+1,+1,-1),站B可以选 ...

  6. 计算机网络cdma计算过程

    S.T.M三个用户共用一个站点,两两正交即ST=0,接受放接受到的信息就是S+T+M,利用两两正交的特性,用三个站的源码分别乘以接受码,比如S发送了1,则S*(S+T+M)=S*S+0+0 这样我们就 ...

  7. PCIe传输速率、吞吐量、PCLK计算方式

    1. PCIe传输速率 Width(带宽): 通常用x1.x2.x4.x8等表示,表示该链路由几条lane组成. Speed(速率): 通常用2.5GT/s.5GT/s.8GT/s,表示每条lane上 ...

  8. 交换机转发速率、吞吐量、背板带宽计算(详解)

    交换机转发速率.吞吐量.背板带宽计算(详解) 一.线速 二.包转发速率 三.背板带宽 四.吞吐量 一.线速 线速是指理论上线缆通过最大帧数时的状态. 也就是应该这样来想这个词: 正如传输速度与吞吐量一 ...

  9. [计算机网络]第一章——计算机网络和因特网

    文章目录 [计算机网络]第一章--计算机网络和因特网 概述 一.什么是因特网 因特网组成 Hardware Software 服务角度 二.协议protocol 三.因特网边缘edge 接入网 家庭入 ...

  10. 【计算机网络】计算机网络的性能指标

    [计算机网络]计算机网络的性能指标 定义 速率 带宽 吞吐量 时延 时延带宽积 往返时间 利用率 丢包率 定义 性能指标可以从不同的方面来度量计算机网络的性能. 常用的计算机网络的性能指标有以下8个: ...

最新文章

  1. 使用正则表达式构造定制的HTML5输入框
  2. 网站前端和后台性能优化18
  3. linux 打印函数宏,linux内核中的嵌入式汇编宏函数
  4. Python 应用领域
  5. oracle 列级外键,Oracle 中的外键与锁
  6. Flask 从入门到熟悉(不敢称为精通)
  7. Java实现队列(循环队列,链队列)
  8. 深入研究java.lang.ThreadLocal类
  9. 要求在ASP.NET Core 2.2中确认电子邮件——第1部分
  10. Internet 打印提示“打印机安装失败、打印机名称无效”的解决
  11. 通用程序算法和数据结构_了解通用数据结构
  12. and design pro实现打印电子面单(菜鸟物流-可批量打印)
  13. 女朋友问阿里双十一实时大屏如何实现,我惊呆一会,马上手把手教她背后的大数据技术
  14. java eclipse改名_Java EE更名Jakarta EE,但Oracle还给Eclipse基金会提了很多要求 - IT之家...
  15. 如何生成gazebo仿真环境的二维地图真值
  16. 四、Vue项目去哪儿网首页推荐和周末游组件并使用Axios获取数据
  17. 搞懂JS的强制类型转换
  18. pip永久修改下载源(豆瓣源)
  19. mysql utl_file_pl/sql应用之利用utl_file写文件
  20. 哈佛大学开放课程:《公正:该如何做是好?》6

热门文章

  1. IDA报错Unexpected fatal error while intitailizing Python runtime
  2. 解决virtualbox win7虚拟机全屏问题
  3. Oracle 错误疑难解决方案和总结
  4. 磁盘/分区克隆:如何将硬盘数据快速迁移至新的硬盘?
  5. 快门光圈感光度口诀_基础教程之单反设置篇:60秒让你设置好快门光圈以及感光度...
  6. css引用 svg图标库,svg 图标文件引入小技巧
  7. 好用的浏览器主页有哪些?
  8. 计算机漏洞安全相关的概念POC 、EXP 、VUL 、CVE 、0DAY
  9. 诚风老师-直销立法十年 直销企业迎来新机遇
  10. Google 为什么选择 Jetty,放弃 Tomcat