mermaid

flowchart LR
classDef inputUnit fill:orange,stroke:#333,stroke-width:2px;
classDef hiddenUnit fill:#916DF3,stroke:#333,stroke-width:2px;
classDef outputUnit fill:#FFC0CB,stroke:#333,stroke-width:4px;
i1((1.4))
i2((2.7))
i3((1.9))
h1(( ))
h2(( ))
h3(( ))
o1((0.8))
i1 --> h1
i1 --> h2
i1 --> h3
i2 --> h1
i2 --> h2
i2 --> h3
i3 --> h1
i3 --> h2
i3 --> h3
h1 --> o1
h2 --> o1
h3 --> o1
class i1,i2,i3 inputUnit;
class h1,h2,h3 hiddenUnit;
class o1 outputUnit;
journey
	title My working day
	section Go to work
		Make tea: 5: Me
		Go upstairs: 3: Me
		Do work: 1: Me, Cat
	section Go home
		Go downstairs: 5: Me
		Sit down: 5: Me
graph TB
%% s=start  e=end  f=fork  n=normal
s([开始])-->f1{{if条件}};
%% 分支点2
f1--true-->n1[if语句块]-->e([结束]);
f1--false-->f2{{else if条件}};
%% 分支点1
f2--true-->n2[else if语句块]-->e;
f2--false-->n3[else语句块]-->e;

网站

<iframe width=800 height=400 src="https://www.runoob.com/html/html-tutorial.html" scrolling="auto" border="0" frameborder="no" framespacing="0" allowfullscreen="true"> </iframe>

线上音频

线上视频

<iframe width=600 height=400 src="http://player.bilibili.com/player.html?aid=20190823&;bvid=BV1yW411s7og&cid=32964980&page=1&autoplay=0" scrolling="no" border="0" frameborder="no" framespacing="0" allowfullscreen="true"> </iframe>

日历

📅八月(2022)

周一  周二  周三  周四  周五  周六  周日
[[2022-08-01|1]]
初四
[[2022-08-02|2]]
初五
[[2022-08-03|3]]
初六
[[2022-08-04|4]]
初七
[[2022-08-05|5]]
初八
[[2022-08-06|6]]
初九
[[2022-08-07|7]]
初十
[[2022-08-08|8]]
十一
[[2022-08-09|9]]
十二
[[2022-08-10|10]]
十三
[[2022-08-11|11]]
十四
[[2022-08-12|12]]
十五
[[2022-08-13|13]]
十六
[[2022-08-14|14]]
十七
[[2022-08-15|15]]
十八
[[2022-08-16|16]]
十九
[[2022-08-17|17]]
廿十
[[2022-08-18|18]]
廿一
[[2022-08-19|19]]
廿二
[[2022-08-20|20]]
廿三
[[2022-08-21|21]]
廿四
[[2022-08-22|22]]
廿五
[[2022-08-23|23]]
廿六
[[2022-08-24|24]]
廿七
[[2022-08-25|25]]
廿八
[[2022-08-26|26]]
廿九
[[2022-08-27|27]]
八月
[[2022-08-28|28]]
初二
[[2022-08-29|29]]
初三
[[2022-08-30|30]]
初四
[[2022-08-31|31]]
初五
-    -    -    -
graph TD;  
A-->B;  
A-->C;  
B-->D;  
C-->D;  

gantt  
dateFormat  YYYY-MM-DD  
title       软件开发计划  
section 设计  
        需求分析       :active,    a1, 2023-06-15, 3d  
        原型设计       :after a1,  a2, 2023-06-18, 5d  
section 开发  
        前端开发       :active,    d1, 2023-06-25, 5d  
        后端开发       :after d1,  d2, 2023-07-01, 5d  
section 测试  
        功能测试       :after d2,  t1, 2023-07-06, 2d  
        性能测试       :after t1,  t2, 2023-07-08, 2d