Tranining

44 阅读1分钟
标题
  • 12
  • 23
  • 23
  • 145
  1. xdqd
  2. 23cds
  3. 232
  4. cdcs
  5. 12
  • 1221
  • 323
12lxmks

12345678

ICON2_Comments.svg > # ## 12345677788

theme: channing-cyan highlight: ascetic

graph TD
Start --> Stop2 --> 12
sequenceDiagram
Alice->>John: Hello John, how are you?
John-->>Alice: Great!
Alice-)John: See you later!
classDiagram
Animal <|-- Duck
Animal <|-- Fish
Animal <|-- Zebra
Animal : +int age
Animal : +String gender
Animal: +isMammal()
Animal: +mate()
class Duck{
+String beakColor
+swim()
+quack()
}
class Fish{
-int sizeInFeet
-canEat()
}
class Zebra{
+bool is_wild
+run()
}
gantt
title A Gantt Diagram
dateFormat  YYYY-MM-DD
section Section
A task           :a1, 2014-01-01, 30d
Another task     :after a1  , 20d
section Another
Task in sec      :2014-01-12  , 12d
another task      : 24d