这里写自定义目录标题

  • 生成一个适合你的列表
  • 创建一个表格
    • 设定内容居中、居左、居右
    • SmartyPants
  • 创建一个自定义列表
  • 如何创建一个注脚
  • 注释也是必不可少的
  • KaTeX数学公式
  • 新的甘特图功能,丰富你的文章
  • UML 图表
  • FLowchart流程图
  • 导出与导入
    • 导出
    • 导入
package demo;import java.util.Scanner;public class demo3 {public static void main(String[] args) {int i = 0;System.out.println("请输入基本工资:");Scanner input=new Scanner(System.in);i = input.nextInt();System.out.println("该员工的工资细目为:");System.out.println("基本工资为:"+i);System.out.println("物价津贴为:"+i*0.4);System.out.println("房租津贴为:"+i*0.25);System.out.println("员工的薪水为:"+(i+i*0.4+i*0.25));}
}
————————————————# 欢迎使用Markdown编辑器你好! 这是你第一次使用 **Markdown编辑器** 所展示的欢迎页。如果你想学习如何使用Markdown编辑器, 可以仔细阅读这篇文章,了解一下Markdown的基本语法知识。## 新的改变我们对Markdown编辑器进行了一些功能拓展与语法支持,除了标准的Markdown编辑器功能,我们增加了如下几点新功能,帮助你用它写博客:1. **全新的界面设计** ,将会带来全新的写作体验;2. 在创作中心设置你喜爱的代码高亮样式,Markdown **将代码片显示选择的高亮样式** 进行展示;3. 增加了 **图片拖拽** 功能,你可以将本地的图片直接拖拽到编辑区域直接展示;4. 全新的 **KaTeX数学公式** 语法;5. 增加了支持**甘特图的mermaid语法[^1]** 功能;6. 增加了 **多屏幕编辑** Markdown文章功能;7. 增加了 **焦点写作模式、预览模式、简洁写作模式、左右区域同步滚轮设置** 等功能,功能按钮位于编辑区域与预览区域中间;8. 增加了 **检查列表** 功能。[^1]: [mermaid语法说明](https://mermaidjs.github.io/)## 功能快捷键撤销:<kbd>Ctrl/Command</kbd> + <kbd>Z</kbd>
重做:<kbd>Ctrl/Command</kbd> + <kbd>Y</kbd>
加粗:<kbd>Ctrl/Command</kbd> + <kbd>B</kbd>
斜体:<kbd>Ctrl/Command</kbd> + <kbd>I</kbd>
标题:<kbd>Ctrl/Command</kbd> + <kbd>Shift</kbd> + <kbd>H</kbd>
无序列表:<kbd>Ctrl/Command</kbd> + <kbd>Shift</kbd> + <kbd>U</kbd>
有序列表:<kbd>Ctrl/Command</kbd> + <kbd>Shift</kbd> + <kbd>O</kbd>
检查列表:<kbd>Ctrl/Command</kbd> + <kbd>Shift</kbd> + <kbd>C</kbd>
插入代码:<kbd>Ctrl/Command</kbd> + <kbd>Shift</kbd> + <kbd>K</kbd>
插入链接:<kbd>Ctrl/Command</kbd> + <kbd>Shift</kbd> + <kbd>L</kbd>
插入图片:<kbd>Ctrl/Command</kbd> + <kbd>Shift</kbd> + <kbd>G</kbd>
查找:<kbd>Ctrl/Command</kbd> + <kbd>F</kbd>
替换:<kbd>Ctrl/Command</kbd> + <kbd>G</kbd>## 合理的创建标题,有助于目录的生成直接输入1次<kbd>#</kbd>,并按下<kbd>space</kbd>后,将生成1级标题。
输入2次<kbd>#</kbd>,并按下<kbd>space</kbd>后,将生成2级标题。
以此类推,我们支持6级标题。有助于使用`TOC`语法后生成一个完美的目录。## 如何改变文本的样式*强调文本* _强调文本_**加粗文本** __加粗文本__==标记文本==~~删除文本~~> 引用文本H~2~O is是液体。2^10^ 运算结果是 1024.## 插入链接与图片链接: [link](https://www.csdn.net/).图片: ![Alt](https://imgconvert.csdnimg.cn/aHR0cHM6Ly9hdmF0YXIuY3Nkbi5uZXQvNy83L0IvMV9yYWxmX2h4MTYzY29tLmpwZw)带尺寸的图片: ![Alt](https://imgconvert.csdnimg.cn/aHR0cHM6Ly9hdmF0YXIuY3Nkbi5uZXQvNy83L0IvMV9yYWxmX2h4MTYzY29tLmpwZw =30x30)居中的图片: ![Alt](https://imgconvert.csdnimg.cn/aHR0cHM6Ly9hdmF0YXIuY3Nkbi5uZXQvNy83L0IvMV9yYWxmX2h4MTYzY29tLmpwZw#pic_center)居中并且带尺寸的图片: ![Alt](https://imgconvert.csdnimg.cn/aHR0cHM6Ly9hdmF0YXIuY3Nkbi5uZXQvNy83L0IvMV9yYWxmX2h4MTYzY29tLmpwZw#pic_center =30x30)当然,我们为了让用户更加便捷,我们增加了图片拖拽功能。## 如何插入一段漂亮的代码片去[博客设置](https://mp.csdn.net/console/configBlog)页面,选择一款你喜欢的代码片高亮样式,下面展示同样高亮的 `代码片`.
```javascript
// 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

如何创建一个注脚

一个具有注脚的文本。1

注释也是必不可少的

Markdown将文本转换为 HTML

KaTeX数学公式

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

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

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

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

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

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

UML 图表

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

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

这将产生一个流程图。:

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

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

FLowchart流程图

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

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

导出与导入

导出

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

导入

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


  1. 注脚的解释 ↩︎

JAVA计算员工基本工资相关推荐

  1. 【java】计算员工工资

    [案例介绍] 任务描述 某公司有多个部门,员工信息包含姓名 name.类型 type.部门 department 和底薪 basicSalary,其中员工的类型有三种:管理员.销售员和工人. 公司财务 ...

  2. 用JAVA语言写一个计算员工月工资的程序

    一.任务需求 某公司分为多个部门,每个部门有一个经理和多个员工,每个员工根据职称发基本工资.员工的工资由基本工资,日加班工资,日缺勤工资等组成.具体需求如下所示: 员工的基本信息,包括部门,职务,职称 ...

  3. java人员的工龄_计算员工工龄,这个问题千万要注意

    原标题:计算员工工龄,这个问题千万要注意 DATEDIF函数用于计算两个日期之间的天数.月数或年数.虽然是隐藏函数,但是名气却不小.在计算员工工龄.计算入职时间.计算人员年龄等等方面有着非常广泛的应用 ...

  4. <Java自定义工具类>计算员工月度平均下班时间方式一

    计算员工月度平均下班时间方式一: 输入:String[][] strArray = {{"09:00:00", "18:00:08"},{"08:00 ...

  5. Java 设计员工类Employee,假设现有教师、科学家2种员工类型,根据要求求出各人的全年收入。

    Java 设计员工类Employee 每一个员工都有姓名(name)和每月的基本工资(salary)属性,有可以计算出全年收入的方法,假设现有教(Teacher),科学家(Scientist)2种员工 ...

  6. 使用面向对象思想,输出员工信息并计算员工的工资。定义一个部门(Department)类,该类有部门编号(Id)、部门名称(Name)属性;再定义一个员工(Employee)类,该类的属性有员工编号

    运行结果如下: 题目: 使用面向对象思想,输出员工信息并计算员工的工资. 实现过程为:a.定义一个部门(Department)类,该类有部门编号(Id).部门名称(Name)属性:b.再定义一个员工( ...

  7. mysql计算员工的日薪_mysql 综合练习(一)

    -- 创建部门表 DROP TABLE IF EXISTS dept; CREATE TABLE dept( -- 部门编号 deptno int PRIMARY KEY, -- 部门名称 dname ...

  8. Java计算两个时间段内的工作日天数

    一般在OA系统中都会遇到计算员工这段时间内的工作天数. 这种有两种方式可以解决:一是调用第三方服务接口进行计算,二是自己在系统中写代码计算. 一的好处就是每年的节假日不用自己去维护直接用两个时间段就可 ...

  9. [附源码]计算机毕业设计JAVA企业员工管理系统

    [附源码]计算机毕业设计JAVA企业员工管理系统 项目运行 环境配置: Jdk1.8 + Tomcat7.0 + Mysql + HBuilderX(Webstorm也行)+ Eclispe(Inte ...

最新文章

  1. SAP QM 由于存在未清TO单导致QA11失败
  2. iOS UITableView
  3. C# 中的 null 包容运算符 “!” —— 概念、由来、用法和注意事项
  4. *【CodeForces - 122D】Lucky Transformation(字符串问题,思维剪枝,优化,有坑,需注意的问题if的层次总结)
  5. 南通大学计算机学院何鹏,南通大学第一次自主评教授,加油!再评多点。
  6. C++---------之--------【虚析构函数】
  7. grub4dos进入linux,GRUB4DOS怎么进入系统?GRUB4DOS进入系统的详细步骤
  8. 【广州华锐互动】VR数字虚拟展厅为企业提升品牌形象和知名度
  9. 微信小程序摄像头监控_微信小程序读取摄像头 微信调用摄像头
  10. TCP、UDP的区别
  11. 星巴克中国首推全新精品咖啡品类“威士忌桶酿咖啡”
  12. 力扣-167题 两数之和 II - 输入有序数组(C++)- 双指针
  13. P1985 [USACO07OPEN]翻转棋 Fliptile S
  14. Incorporating External Knowledge through Pre-training for Natural Language to Code Generation论文笔记
  15. Android进阶之路 - 隐藏入口
  16. matlab传递函数转能控或能观标准型,《现代控制理论》实验指导书讲解.doc
  17. 2020网鼎杯pwn
  18. 动态场景下基于实例分割的SLAM(毕业设计开题及语义分割部分)
  19. matlab读csv文件问题
  20. c语言 五角星星编程,C语言打印星星的问题

热门文章

  1. cocos creator 碰撞检测
  2. python实现输入输出界面_命令行输入/输出的图形用户界面
  3. web前端常用的资源网站有哪些?
  4. tcpip.sys是什么文件,tcpip.sys蓝屏的解决办法
  5. Bootstrap弹出框(Popover)插件动态加载数据
  6. linux无法同步数据库表,Linux数据库:MySQL主从同步设置和同步错误处理
  7. bit 与 Byte 的区别
  8. Easyx GetAsyncKeyState 实现小球移动 防止出界 设置界限 边界设定(easyx | vs2022 | c / c++)
  9. 29条激励心智的语录,献给情绪低落的人! 放松一下~!
  10. 苹果开发者申请DUNS-number邓白氏编码步骤