Skip to content

Commit 511996d

Browse files
committed
docs: Add vedio tutorial
1 parent 5b19085 commit 511996d

5 files changed

Lines changed: 119 additions & 0 deletions

File tree

docs/languages/CSharp_1_basic.mdx

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1696,3 +1696,23 @@ C# 保留了指针类型,但是我们只能定义非托管类型的指针,
16961696
1. https://docs.microsoft.com/en-us/
16971697
2. 《复变函数与数理方程》教案,吴昊(男)
16981698

1699+
---
1700+
1701+
## 视频教程
1702+
1703+
<div style={{ position: "relative", padding: "30% 45%" }}>
1704+
<iframe
1705+
style={{
1706+
position: "absolute",
1707+
width: "100%",
1708+
height: "100%",
1709+
left: 0,
1710+
top: 0,
1711+
}}
1712+
src="https://player.bilibili.com/player.html?aid=765901878&bvid=BV1vr4y1e7pe&cid=491007595&page=4&as_wide=1&high_quality=1&danmaku=0"
1713+
frameborder="no"
1714+
scrolling="no"
1715+
allowfullscreen="true"
1716+
></iframe>
1717+
</div>
1718+

docs/languages/CSharp_2_multithread.mdx

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1298,3 +1298,22 @@ ThreadPool.ThreadCount; // 获取线程池中的线程数目
12981298
7. https://leetcode-cn.com/problemset/all/,2021 年 7 月 15 日
12991299
8. https://docs.eesast.com/docs/languages/CSharp_2_multithread,2021 年 7 月 15 日
13001300

1301+
---
1302+
1303+
## 视频教程
1304+
1305+
<div style={{ position: "relative", padding: "30% 45%" }}>
1306+
<iframe
1307+
style={{
1308+
position: "absolute",
1309+
width: "100%",
1310+
height: "100%",
1311+
left: 0,
1312+
top: 0,
1313+
}}
1314+
src="https://player.bilibili.com/player.html?aid=765901878&bvid=BV1vr4y1e7pe&cid=491024762&page=5&as_wide=1&high_quality=1&danmaku=0"
1315+
frameborder="no"
1316+
scrolling="no"
1317+
allowfullscreen="true"
1318+
></iframe>
1319+
</div>

docs/languages/WPF.mdx

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,3 +286,23 @@ title: WPF
286286
## References
287287

288288
https://www.cnblogs.com/zh7791/category/1528742.html (来自博客园大佬的教程,建议深度学习orz)
289+
290+
---
291+
292+
## 视频教程
293+
294+
<div style={{ position: "relative", padding: "30% 45%" }}>
295+
<iframe
296+
style={{
297+
position: "absolute",
298+
width: "100%",
299+
height: "100%",
300+
left: 0,
301+
top: 0,
302+
}}
303+
src="https://player.bilibili.com/player.html?aid=765901878&bvid=BV1vr4y1e7pe&cid=491030440&page=7&as_wide=1&high_quality=1&danmaku=0"
304+
frameborder="no"
305+
scrolling="no"
306+
allowfullscreen="true"
307+
></iframe>
308+
</div>

docs/languages/Winform.mdx

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,3 +79,23 @@ title: Winform
7979
- 绘图图层在当前控件的最底层!
8080

8181
## Winform应用场景太少啦,大家玩玩就好,无作业
82+
83+
---
84+
85+
## 视频教程
86+
87+
<div style={{ position: "relative", padding: "30% 45%" }}>
88+
<iframe
89+
style={{
90+
position: "absolute",
91+
width: "100%",
92+
height: "100%",
93+
left: 0,
94+
top: 0,
95+
}}
96+
src="https://player.bilibili.com/player.html?aid=765901878&bvid=BV1vr4y1e7pe&cid=490985394&page=6&as_wide=1&high_quality=1&danmaku=0"
97+
frameborder="no"
98+
scrolling="no"
99+
allowfullscreen="true"
100+
></iframe>
101+
</div>

docs/tools/docker.mdx

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1298,3 +1298,43 @@ Sending build context to Docker daemon 2.048 kB
12981298
- `Dockerfile` 最佳实践文档:https://docs.docker.com/develop/develop-images/dockerfile_best-practices/
12991299

13001300
- `Docker` 官方镜像 `Dockerfile`https://github.com/docker-library/docs
1301+
1302+
---
1303+
1304+
## 视频教程
1305+
1306+
### 2020
1307+
1308+
<div style={{ position: "relative", padding: "30% 45%" }}>
1309+
<iframe
1310+
style={{
1311+
position: "absolute",
1312+
width: "100%",
1313+
height: "100%",
1314+
left: 0,
1315+
top: 0,
1316+
}}
1317+
src="https://player.bilibili.com/player.html?aid=243753051&bvid=BV1fv411B73p&cid=212071258&page=3&as_wide=1&high_quality=1&danmaku=0"
1318+
frameborder="no"
1319+
scrolling="no"
1320+
allowfullscreen="true"
1321+
></iframe>
1322+
</div>
1323+
1324+
### 2021
1325+
1326+
<div style={{ position: "relative", padding: "30% 45%" }}>
1327+
<iframe
1328+
style={{
1329+
position: "absolute",
1330+
width: "100%",
1331+
height: "100%",
1332+
left: 0,
1333+
top: 0,
1334+
}}
1335+
src="https://player.bilibili.com/player.html?aid=765901878&bvid=BV1vr4y1e7pe&cid=490991884&page=8&as_wide=1&high_quality=1&danmaku=0"
1336+
frameborder="no"
1337+
scrolling="no"
1338+
allowfullscreen="true"
1339+
></iframe>
1340+
</div>

0 commit comments

Comments
 (0)