Tag

.NET

正在浏览与 .NET 相关的文章。

430 篇文章
17 当前页
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
Mini games developed by Uno

Mini games developed by Uno

I always thought that uno could only develop desktop and mobile apps, but it turns out that it can also develop the Web, and this is just a Web Mini games!

沙漠尽头的狼 10/24/2022 9:19 PM