随笔分类 -  .net

.net 相关内容
摘要:网站下载生成的临时文件,常规使用 Request.Url.Authority 获取 ip和 端口号 但是有Nginx负载之后 host在代理的时候会被修改。 Nginx 负载配置 proxy_set_header Host $host:$Server_Port;#$http_host; .net R 阅读全文
posted @ 2019-12-30 16:04 BrantWang83 阅读(445) 评论(0) 推荐(0)
摘要:visual studio2019 不默认安装 类设计器 在搜索栏中找,不用在点开各个节点了,节点会调整。 阅读全文
posted @ 2019-11-20 15:35 BrantWang83 阅读(781) 评论(0) 推荐(0)