POSTS
hugo-51br82qfw-ninasaul.vercel.app
工作
2022-12-12
项目经历
教育
四川师范大学 2005-2009 北京大学 2010-2013
sequenceDiagram
Alice->Bob: Hello Bob, how are you?
Note right of Bob: Bob thinks
Bob-->Alice: I am good thanks!
sequenceDiagram
Alice->Bob: Hello Bob, how are you?
Note right of Bob: Bob thinks
Bob-->Alice: I am good thanks!
Hanm-->Json:like
Json-->Illustrator:learn
Illustrator-->Prototype:callback
classDiagram
Eeather --|> Animal
Animal --|> Eeather
Animal <|-- Duck
Animal <|-- Duck
Animal <|-- Fish
Animal <|-- Zebra
Animal <|-- Pig
Animal : +int age
Animal : +String gender
Animal: +isMammal()
Animal: +mate()
Animal: +madeIn()
class Pig {
+Help
-Account
}
class Duck{
+String beakColor
+swim()
+quack()
}
class Fish{
-int sizeInFeet
-canEat()
}
class Zebra{
+bool is_wild
+run()
}