Skip to content

Commit ef21d61

Browse files
author
fenga
committed
fix wrong link
1 parent 4982e87 commit ef21d61

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

docs/episode-063.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ https://devblogs.microsoft.com/dotnet/performance-improvements-in-net-core/
3232

3333
## 行业资讯
3434

35-
1、[如何用 Stopwatch 正确的计算耗时](https://www.youtube.com/watch?v=Lvdyi5DWNm4&ab_channel=NickChapsas)
35+
1、[是否升级.NET 9还是等.NET 10的投票](https://x.com/Dave_DotNet/status/1856017668261724547)
3636

3737
![image](https://github.com/user-attachments/assets/5268c04e-ff5c-4454-a6b5-f28f86608fba)
3838

@@ -46,7 +46,7 @@ https://devblogs.microsoft.com/dotnet/performance-improvements-in-net-core/
4646

4747
## 文章推荐
4848

49-
1、[.NET 9 性能提升](https://devblogs.microsoft.com/dotnet/performance-improvements-in-net-9/)
49+
1、[如何用 Stopwatch 正确的计算耗时](https://www.youtube.com/watch?v=Lvdyi5DWNm4&ab_channel=NickChapsas)
5050

5151
![image](https://github.com/user-attachments/assets/0a14e040-4fb9-4143-86e2-010653df9aeb)
5252

@@ -352,8 +352,6 @@ nmi: 0.0005399568034557236
352352

353353
2、[.NET Debugging 开源书](https://michaelscodingspot.com/free-book/)
354354
355-
![image](https://github.com/user-attachments/assets/bc890975-8867-4583-a172-3a0274404c72)
356-
357355
![image](https://github.com/user-attachments/assets/246a518b-bd50-4149-aaf6-ab7392c1202b)
358356
359357
这是一本开源的 `.NET` 调试开源书籍,主要包含下面这些主题
@@ -437,4 +435,4 @@ var format = inspector.DetermineFileFormat(stream);
437435
Console.WriteLine(format.Extension);
438436
```
439437

440-
比如这个文件的拓展类型是 `doc` 类型,但是实际上是 `xlsm` 类型文件,这个库可以精确的检测出来。
438+
比如这个文件的拓展类型是 `doc` 类型,但是实际上是 `xlsm` 类型文件,这个库可以精确的检测出来。

0 commit comments

Comments
 (0)