受欢迎的博客标签
RSS

博客

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://

login error (iaspenetcore)
The error "BsonSerializationException: An error occurred while serializing the CustomerGuid property of class Nop.Core.Domain.Customers.Customer: GuidSerializer cannot serialize a Guid when GuidRepresentation is Unspecified" indicates that the MongoDB C# driver is encountering a GUID (Globally Unique Identifier) that does not have a specified representation during serialization. This typically happens when the driver needs to know how to store the GUID in MongoDB, but the default or configured GuidRepresentation is Unspecified.
【原创】如何为mongodb的集合增加一个新字段、查找、删除某个值的记录、更改字段类型
如何为mongodb的集合增加一个新字段、查找、删除某个值的记录、更改字段类型
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。