login error (iaspenetcore) Created: -2025年11月2日星期日 19:02:06 Latest updated:2026年3月15日星期日 11:28:19 views(306) 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.
Windows 10 install and reinstall - 重装软件可选方案汇总 Created: -2025年12月24日星期三 18:48:46 Latest updated:2026年3月13日星期五 20:23:41 views(338) windows 装了很多软件,如:frp sql server .net sdk ,桌面应用如tdx,potplayer等等,需重装系统,有哪些快速重装这些软件的方案 方案一(最推荐):脚本化重装(Winget + Pow
linux重装系统重装软件方案part2 - 记录当前系统已安装的软件 Created: -2026年2月17日星期二 20:28:46 Latest updated:2026年3月13日星期五 20:21:43 views(200) apt install net-tools 查看端口监听 netstat -tlnp | grep 4999
磁盘空间清理 - Windows操作系统--一键清理垃圾脚本 Created: -2017年7月22日星期六 03:13:43 Latest updated:2026年3月7日星期六 21:37:57 views(5840) Windows操作系统--一键清理垃圾脚本,C盘空间不足,AppData目录占用空间很大
互联网爬虫,蜘蛛,数据采集器,网页解析器的项目汇总 Created: -2017年7月26日星期三 03:45:42 Latest updated:2026年3月7日星期六 14:08:27 views(4073) 互联网爬虫,蜘蛛,数据采集器,网页解析器的项目汇总
github: two-factor authentication (2FA) Created: -2023年11月30日星期四 19:13:01 Latest updated:2026年3月4日星期三 00:37:14 views(1008) github: two-factor authentication (2FA)
AutoIt利用模拟键盘按键,鼠标移动和窗口/控件的组合来实现自动化任务。同类AutoHotkey Created: -2016年12月23日星期五 15:37:17 Latest updated:2026年3月3日星期二 12:43:10 views(4158) AutoIt 和 AutoHotkey 都是非常强大的 Windows 自动化脚本语言
开源项目 - 浏览器密码管理类库 c# .net Created: -2024年2月24日星期六 19:13:23 Latest updated:2026年3月2日星期一 20:30:08 views(1721) 管理密码
C# ASP.NET Core 项目使用Microsoft.AspNetCore.Identity内置 2FA 验证 Created: -2026年3月2日星期一 20:08:28 Latest updated:2026年3月2日星期一 20:08:28 views(99) C# 里实现 Authenticator App(如 Google Authenticator / Microsoft Authenticator)的 2FA 验证,本质是实现 TOTP(Time-based One-Time
C#程序防止电脑自动锁屏 Created: -2025年10月10日星期五 23:41:46 Latest updated:2026年3月2日星期一 01:06:32 views(374) 使用SetThreadExecutionState函数来告诉系统程序正在运行,需要保持系统活跃。 这个程序可以是一个控制台应用程序,它设置执行状态,然后等待用户输入退出。 当程序运行时,系统不会自动锁屏或进入睡眠状态。当用户按下任意键时