摘要:
asp.netcore 有个中间件: app.UseHsts(); 这个和https 有关: 新建一个 asp.netcore 工程,启用Https,加入这个中间件。 这个中间件会过滤掉 localhost, 所以需要 把启动机器名改掉: https://qgb:5464/www 那么每当访问这个地 阅读全文
随笔档案-2024年06月
codelity
2024-06-12 14:31 by qgbo, 5 阅读, 收藏, 编辑
摘要:
source: https://app.codility.com/programmers/trainings/5/three_letters/ using System; using System.Text; // you can also use other imports, for exampl 阅读全文