码迷,mamicode.com
首页 >  
搜索关键字:explicit proxy    ( 6177个结果
SignalR
发送 namespace SignalR.Client { public class ClientManage { public static readonly ClientManage Instance; private static IHubProxy proxy; static ClientM ...
分类:其他好文   时间:2021-06-02 11:56:01    阅读次数:0
nginx 配置
特此记录下之前的问题,客户要给门户加集群!节点加上后 1 有点击页面返回登陆页问题: 原因应该是登陆是a节点,再点击下跳到了b节点 所以添加了 改为通过cookie获取token 有的系统也叫sessionid hash $cookie_token。 下面这些好像是获取用户真实ip的 proxy_s ...
分类:其他好文   时间:2021-06-02 10:57:40    阅读次数:0
为VS的Nuget单独设置代理服务器
以下配置为个人开发环境VS2019的NuGet进行的配置 1. NuGet 仅支持 HTTP 代理,Visual Studio 的 NuGet 配置文件位于 %appdata%\NuGet\NuGet.Config 2. 在 <configuration> 节下增加 <config> 节,添加 ht ...
分类:其他好文   时间:2021-05-25 18:18:08    阅读次数:0
charles-弱网测试
打开charles,点击proxy-选中Throttle Settings 勾选Enable Throttling 点击ok。弱网环境设置成功 如果是针对单独的地址进行弱网测试,可选中location.添加需要测试的url ...
分类:其他好文   时间:2021-05-24 16:24:38    阅读次数:0
Charles的安装
1:点击安装文件charles-proxy-4.2.8-win64.msi 2:点击下一步 3:勾选同意,点击”next”按钮 4:指定安装的路径,继续点击”next”按钮 5:点击”install”按钮 6:等待安装 7:点击”Finish”按钮 8:安装结束 ...
分类:其他好文   时间:2021-05-24 15:35:33    阅读次数:0
vue api 请求报错 Error occurred while trying to proxy request /user/report-user from localhost:83....
一.报错信息 Error occurred while trying to proxy request /user/report-user from localhost:83 .... 二.index.js 配置信息 proxyTable: { '/api': { target: 'http://l ...
分类:Windows程序   时间:2021-05-24 15:32:48    阅读次数:0
spring cloud gateway和nigix 路由转发时携带域名头信息
1.nigin添加一段配置 server { listen 80; # this is the key !!!!! proxy_set_header Host $host; location /client/pids { proxy_pass http://10.103.13.103:3200/cl ...
分类:编程语言   时间:2021-05-24 14:35:17    阅读次数:0
c++ explicit 关键字
C++中的explicit关键字只能用于修饰只有一个参数的类构造函数, 它的作用是表明该构造函数是显示的, 而非隐式的, 跟它相对应的另一个关键字是implicit, 意思是隐藏的,类构造函数默认情况下即声明为implicit(隐式)。那么显示声明的构造函数和隐式声明的有什么区别呢? 我们来看下面的 ...
分类:编程语言   时间:2021-05-24 10:40:05    阅读次数:0
Git 设置代理和取消设置代理
设置 http 代理 socks5 协议代理 git config --global http.proxy 'socks5://127.0.0.1:10808' git config --global https.proxy 'socks5://127.0.0.1:10808' http / htt ...
分类:其他好文   时间:2021-05-24 08:22:53    阅读次数:0
Master in Burp Suite - Tools Introductions(1)
Master in Burp Suite - Tools Introductions(1) Introduction to Burp Proxy tab How to configure proxy and intercept request Deploy our target website - ...
分类:其他好文   时间:2021-05-24 03:33:58    阅读次数:0
6177条   上一页 1 2 3 4 5 6 ... 618 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!