login error (iaspenetcore) Created: -2025年11月2日星期日 19:02:06 Latest updated:2025年11月2日星期日 22:29:12 views(61) 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的集合增加一个新字段、查找、删除某个值的记录、更改字段类型 Created: -2016年6月19日星期日 10:21:55 Latest updated:2025年11月2日星期日 19:17:47 views(3166) 如何为mongodb的集合增加一个新字段、查找、删除某个值的记录、更改字段类型
Log ASP.NET Core Request and Response Middleware in Asp .Net Core Created: -2018年1月18日星期四 02:14:46 Latest updated:2025年11月2日星期日 16:58:18 views(12948) In this blog I will create a middleware to log the request and response of an API
Create Nopcommerce project step by step?(iaspnetcore) Created: -2022年4月16日星期六 09:47:19 Latest updated:2025年11月2日星期日 16:54:50 views(1407) Create Nopcommerce project step by step?
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。
爬虫采集技术(一)无头浏览器headless爬取网页技术方案选型 Created: -2018年3月24日星期六 08:03:21 Latest updated:2025年11月2日星期日 16:24:10 views(7413) 无头浏览器headless技术选型可选方案
Web crawler series:Chrome headless Puppeteer Sharp Created: -2020年11月7日星期六 03:39:32 Latest updated:2025年11月2日星期日 16:22:47 views(5186) Web crawler series:Chrome headless Puppeteer Sharp
如何将本地磁盘目录映射到vmware虚拟机 Created: -2025年10月6日星期一 19:18:16 Latest updated:2025年11月1日星期六 02:53:58 views(309) 将本地磁盘映射到VM虚拟机的方法有多种,主要包括: 使用共享文件夹、网络驱动器映射、直接硬盘访问模式、以及使用第三方软件。 其中,共享文件夹是一种最常见且便捷的方法,它允许用户在宿主操作系统和虚拟机之间快速传输文件。通过设置共享文件夹,
AutoIt利用模拟键盘按键,鼠标移动和窗口/控件的组合来实现自动化任务。同类AutoHotkey Created: -2016年12月23日星期五 15:37:17 Latest updated:2025年11月1日星期六 02:48:16 views(3773) AutoIt 和 AutoHotkey 都是非常强大的 Windows 自动化脚本语言
C#程序防止电脑自动锁屏 Created: -2025年10月10日星期五 23:41:46 Latest updated:2025年10月24日星期五 18:48:27 views(147) 使用SetThreadExecutionState函数来告诉系统程序正在运行,需要保持系统活跃。 这个程序可以是一个控制台应用程序,它设置执行状态,然后等待用户输入退出。 当程序运行时,系统不会自动锁屏或进入睡眠状态。当用户按下任意键时