会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
出奇、守正、无为
博客园
首页
新随笔
联系
管理
订阅
1
2
3
4
5
···
9
下一页
2025年2月6日
ASP.NET Core 发布
摘要: <IsTransformWebConfigDisabled>true</IsTransformWebConfigDisabled> <AspNetCoreHostingModel>OutOfProcess</AspNetCoreHostingModel> <AspNetCoreHostingMode
阅读全文
posted @ 2025-02-06 15:41 -H&H-
阅读(10)
评论(0)
推荐(0)
2025年2月5日
iis 应用程序池账户
摘要: IIS AppPool\DefaultAppPool
阅读全文
posted @ 2025-02-05 14:18 -H&H-
阅读(11)
评论(0)
推荐(0)
2024年12月2日
IIS 拦截主页和Swagger
摘要: (^\s*$)|(^swagger/)
阅读全文
posted @ 2024-12-02 13:46 -H&H-
阅读(29)
评论(0)
推荐(0)
2024年11月14日
ajax 调用
摘要: 一、Post $("#btn30").on('click', function () { $.ajax({ type: "post", contentType: "application/json", dataType: "json", url: "https://localhost/api/app
阅读全文
posted @ 2024-11-14 10:16 -H&H-
阅读(24)
评论(0)
推荐(0)
2024年11月11日
openssl 生成ssl证书
摘要: 一、创建一个私钥文件 openssl genrsa -out myselfsigned.key 2048 二、利用私钥创建自签名证书 openssl req -new -x509 -key myselfsigned.key -out myselfsigned.cer -days 36500 或 op
阅读全文
posted @ 2024-11-11 11:22 -H&H-
阅读(734)
评论(0)
推荐(0)
2024年10月24日
OpenIddict Token
摘要: namespace Tokens { public class PostTokenDto { public string? Access_token { get; set; } public string? Token_type { get; set; } public int? Expires_i
阅读全文
posted @ 2024-10-24 13:41 -H&H-
阅读(72)
评论(0)
推荐(0)
2024年10月18日
dotnet dev-certs https
摘要: 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
阅读全文
posted @ 2024-10-18 09:11 -H&H-
阅读(167)
评论(0)
推荐(0)
2024年10月10日
linux-vm-tools/ubuntu/24.04 /install.sh
摘要: 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
阅读全文
posted @ 2024-10-10 20:45 -H&H-
阅读(120)
评论(0)
推荐(0)
2024年9月24日
Google Cloud Translation
摘要: 一、gcloud init二、gcloud auth application-default login三、gcloud auth application-default print-access-token四、gcloud services enable cloudresourcemanager.
阅读全文
posted @ 2024-09-24 17:41 -H&H-
阅读(34)
评论(0)
推荐(0)
2024年9月3日
Kestrel
摘要: { "Kestrel": { "Endpoints": { "Http": { "Url": "http://localhost:5000" }, "HttpsInlineCertFile": { "Url": "https://localhost:5001", "Certificate": { "
阅读全文
posted @ 2024-09-03 11:47 -H&H-
阅读(45)
评论(0)
推荐(0)
1
2
3
4
5
···
9
下一页
公告