Category

所有分类

聚焦同一技术主题下的文章,方便按方向连续阅读。

518 篇文章
18 当前页
Maui Blazor uses a camera

Maui Blazor uses a camera

Since the interface in Maui Blazor is rendered by WebView, it cannot be obtained when using the Android camera again, because the native camera needs to be bound with interface components.

dotnet-simple 1/12/2023 8:51 PM
A Bug encountered when C#decompressing zip files at the end of 2022

A Bug encountered when C#decompressing zip files at the end of 2022

Recently, when checking an upload function, the client uploads a zip file. After going to the server, I use the C#code to decompress the zip file to decompress the uploaded file and verify whether it is a file type that is allowed to upload. I also need to verify that the file suffix is changed indiscriminately. I have to go through everything on the header of the file. As a result, there is a monster when decompressing the zip file.

江湖人士 12/23/2022 9:39 AM
Simply create a watchdog program using C#

Simply create a watchdog program using C#

In some special projects, the software may be unattended. If the program hangs for some reason or the process is killed, it is very necessary to develop a watchdog program at this time

傲慢与偏见 11/11/2022 11:20 AM