10 2024 档案
摘要:namespace Tokens { public class PostTokenDto { public string? Access_token { get; set; } public string? Token_type { get; set; } public int? Expires_i
阅读全文
摘要:dotnet dev-certs https -v -ep openiddict.pfx -p 00000000-0000-0000-0000-000000000000 dotnet dev-certs https -v -ep openiddict.pfx -p 00000000-0000-000
阅读全文
摘要:install.sh #!/bin/bash # # This script is for Ubuntu 22.04 Jammy Jellyfish to download and install XRDP+XORGXRDP via # source. # # Major thanks to: ht
阅读全文