设置代理, bypass-list的参数是不走代理地址: netsh winhttp set proxy proxy-server="socks=localhost:9090" bypass-list="localhost" 查看当前的代理: netsh winhttp show proxy 删除所有配置的代理,并直接连接网络 netsh winhttp reset proxy…
Window系统命令行调用控制面板程序 control.exe /name microsoft.folderoptions 启动资源管理器的 文件夹属性 选项卡 control.exe /name Microsoft.AddHardware 控制面板\所有控制面板项\设备和打印机 control.exe /name Microsoft.AdministrativeTools 控制面板\所有控制面板项\管理工具 control.exe /name Microsoft.PeopleNearMe 网络…
Step 1: Install Shadowsocks Client Shadowsocks is an open-source proxy project to help people visit some websites :). To speed up web surfing, we need to install a Shadowsocks client first. For Ubuntu: sudo apt-get install shadowsocks For Mac: brew i…
y@y:~$ sqlplus Error 46 initializing SQL*PlusHTTP proxy setting has incorrect valueSP2-1502: The HTTP proxy server specified by http_proxy is not accessibley@y:~$ 说明:之前一直好用,运行sqlplus出现以上问题.查看环境变量y@y:~$ printenv | grep proxyno_proxy=localhost,127.0.0.…
1.情景:抓包的域名下 全部是unknown,右侧出现了乱码 2.查看unknown的notes里面:SSL Proxying not enabled for this host:enable in Proxy Setting,SSL locations 3.解决方法:proxy -> ssl proxy setting里 添加需要抓包的域名 如果想看所有抓包情况,可以这样设置:…
中小研发团队架构实践之生产环境诊断工具WinDbg 生产环境偶尔会出现一些异常问题,WinDbg或GDB是解决此类问题的利器.调试工具WinDbg如同医生的听诊器,是系统生病时做问题诊断的逆向分析工具,Dump文件类似于飞机的黑匣子,记录着生产环境程序运行的状态.本文主要介绍了调试工具WinDbg和抓包工具ProcDump的使用,并分享一个真实的案例.N年前不知谁写的代码,导致每一两个月偶尔出现CPU飙高的现象.我们先使用ProcDump在生产环境中抓取异常进程的Dump文件,然后在不了解代码的…
转自:http://www.51testing.com/html/92/450992-248065.html General 1.Run Logic运行逻辑 脚本如何运行的,每个action和action之间运行的先后顺序就是在这里设置的 Number of Iterations 只为Run上设置迭代次数(运行的次数),不为Init,End设置. Insert Action 插入Action,使脚本清晰明了. Insert Block 提供了一个脚本块的功能,方便我们对脚本进行层次组合 Dele…
阅读目录 1.什么是Proxy?它的作用是? 2.get(target, propKey, receiver) 3.set(target, propKey, value, receiver) 4.has(target, propKey) 5.construct(target, args, newTarget): 6.apply(target, object, args) 7.使用Proxy实现简单的vue双向绑定 回到顶部 1.什么是Proxy?它的作用是? 据阮一峰文章介绍:Proxy可以理解…
Proxy Error The proxy server received an invalid response from an upstream server. The proxy server could not handle the request GET /wpsp/. Reason: Error reading from remote server Apache/2.2.15 (CentOS) Server at www.xaut.edu.cn Port 80   解决方法:重启Ap…
本文最后修改时间:20180313 一.快速修改,重启后设置就没了 ifconfig eth0 192.168.1.22 netmask 255.255.255.0 up route add default gw 192.168.1.2 二.修改配置文件,重启设置还在 (一)ubuntu 版本命令行设置静态IP 修改 /etc/network/interfaces # This filedescribes the networ k interfaces available onyour syst…