受欢迎的博客标签
RSS

博客

ASP.NET Core Background Service(2)-用IHostedService和BackgroundService实现创建后台任务
ASP.NET Core Background Service(2)-用IHostedService和BackgroundService实现创建后台任务
当前 .NET SDK 不支持面向 .NET 10.0。请面向 .NET 9.0 或更低版本,或者使用支持 .NET 10.0 的 .NET SDK 版本。从 https://aka.ms/dotnet/download 下载 .NET SDK
当前 .NET SDK 不支持面向 .NET 10.0。请面向 .NET 9.0 或更低版本,或者使用支持 .NET 10.0 的 .NET SDK 版本。从 https://aka.ms/dotnet/download 下载 .NET S
网络抓包工具-Wireshark
1.Wireshark .https://www.wireshark.org/#download 不能捕获 localhost 端口数据 简述几个过滤规则: 1、ip过滤:目标ip过滤:ip.dst==172.18.8.11,源ip
asp.net core BackgroundService(1)-用BackgroundService实现创建一个简单定时任务

一、asp.net core 简单定时任务,用BackgroundService实现 

public class TimedBackground
                    
vs C++调试release版的dll步骤(tsking)
vs C++调试release版的dll步骤
vs c++ MFC生成release版本可运行exe文件
一般可以配置一下两项:1.项目 -> 配置属性->常规->MFC的使用 :在静态库中使用MFC。2.项目 -> 配置属性->C/C++->代码生成->运行库 :选择 多线程调试(/MT)。 
台式机DIY:主板之集成声卡
台式机DIY:主板之集成声卡
github: two-factor authentication (2FA)
github: two-factor authentication (2FA)
How to Change the default wwwroot to the specified directory in ASP.NET Core(iaspnetcore)
By default, the wwwroot folder in the ASP.NET Core project is treated as a web root folder. Static files can be stored in any folder under the web root and accessed with a relative path to that root.
Defining custom logging messages with LoggerMessage.Define in ASP.NET Core

https://