c#共3篇

NET网站通过web.config 实现http跳转到https

NET网站通过web.config 实现http跳转到https代码如下:<system.webServer> <rewrite> <rules> <rule name='http_toHttps' stopProcessing='true'> <match url='(.*)...
suner的头像-行走在路上suner1个月前
0487

Cloudflare 取客户ip C#和php代码

一·C#Cloudflare 取客户ip using Microsoft.AspNetCore.Http; using System.Linq; namespace myproject.Extensions { public static class HttpContextAccessorExtensions { public static str...
suner的头像-行走在路上suner6个月前
070

.net3.5安装失败解决方法

下载3.5离线包.cba格式的 放入C:\Windows目录 dos管理员模式运行 dism /online /Enable-Feature /FeatureName:NetFx3 /Source:'%windir%' /LimitAccess  
suner的头像-行走在路上suner6个月前
020