受欢迎的博客标签
RSS

博客

 C# ASP.NET Core 项目使用Microsoft.AspNetCore.Identity内置 2FA 验证
 C# 里实现 Authenticator App(如 Google Authenticator / Microsoft Authenticator)的 2FA 验证,本质是实现 TOTP(Time-based One-Time
C#程序防止电脑自动锁屏
使用SetThreadExecutionState函数来告诉系统程序正在运行,需要保持系统活跃。 这个程序可以是一个控制台应用程序,它设置执行状态,然后等待用户输入退出。 当程序运行时,系统不会自动锁屏或进入睡眠状态。当用户按下任意键时
How To install PostgreSQL On Linux Using Docker
How To install PostgreSQL On Linux Using Docker
docker pull 拉取特定架构amd64、arm64、aarch64的容器镜像
Are you someone that is confused by terms like ARM, AArch64, x86_64, i386, etc when viewing a datasheet or downloads pag
[Original]Asp.NetCore 3.x Web Api项目加入Microsoft.AspNetCore.SignalR功能实现聊天室功能 (小程序stock)
[Original]Asp.NetCore 3.x Web Api项目加入Microsoft.AspNetCore.SignalR功能实现聊天室功能 (小程序stock)
How to Deploying ASP.NET Core Blazor WebAssembly 3.x(Standalone deployment) on Ubuntu 18.04 step by step
In this tutorial you’ll set up and deploy a production-ready ASP.NET Core Blazor WebAssembly 3.x on Ubuntu 18.04 step by step using Nginx.
ASP.NET Core Background Service-ASP.NET Core Web 6.x application as Windows Services and Linux Services
.NET 6 introduced WebApplication and WebApplicationBuilder. How can I use these to host in a Windows Service?
vs C++调试release版的dll步骤(tsking)
vs C++调试release版的dll步骤
Server-side Blazor 项目模板结构及缺省信息修改记录(wjl)
Server-side Blazor 项目模板结构及缺省信息修改记录
ASP.NET Core Background Service-How to write and Install ASP.NET Core Web application as Windows Services In .NET Core 3
How to write and Install ASP.NET Core Web application as Windows Services