受欢迎的博客标签
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++ MFC生成release版本可运行exe文件
一般可以配置一下两项:1.项目 -> 配置属性->常规->MFC的使用 :在静态库中使用MFC。2.项目 -> 配置属性->C/C++->代码生成->运行库 :选择 多线程调试(/MT)。 
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://

Log ASP.NET Core Request and Response Middleware in Asp .Net Core
In this blog I will create a middleware to log the request and response of an API
Create Nopcommerce project step by step?(iaspnetcore)
Create Nopcommerce project step by step?
Using Cookie Authentication without ASP.NET Core Identity in ASP.NET Core (iaspnetcore)
This blogpost Demo How to Using Cookie Authentication without ASP.NET Core Identity in ASP.NET Core 3.x。customer come from no sql database without ef framework。