受欢迎的博客标签
RSS

博客

开源项目 - 浏览器密码管理类库 c# .net
管理密码
 C# ASP.NET Core 项目使用Microsoft.AspNetCore.Identity内置 2FA 验证
 C# 里实现 Authenticator App(如 Google Authenticator / Microsoft Authenticator)的 2FA 验证,本质是实现 TOTP(Time-based One-Time
巨潮资讯网公告下载selenium.driver,Microsoft.Playwright
下载方式 - 【selenium.driver】 0. 观前提示 本文会用到requests和selenium 如果对上面两个板块不太了解,请结合 【python 爬虫】下载上海证交所公告文件-CSDN博客&nb
C#程序防止电脑自动锁屏
使用SetThreadExecutionState函数来告诉系统程序正在运行,需要保持系统活跃。 这个程序可以是一个控制台应用程序,它设置执行状态,然后等待用户输入退出。 当程序运行时,系统不会自动锁屏或进入睡眠状态。当用户按下任意键时
How To install PostgreSQL On Linux Using Docker
How To install PostgreSQL On Linux Using Docker
github.com-File and repository size limitations
github.com-File and repository size limitations
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?