🏕️windows 终端代理设置
2023-11-9
| 2023-11-9
0  |  0 分钟
type
status
date
Nov 9, 2023 11:48 AM
slug
summary
tags
category
icon
password
 

cmd 代理

set http_proxy=http://192.168.7.1:1081 set https_proxy=https://192.168.7.1:1081 set http_proxy=socks5://192.168.7.1:1080 set https_proxy=socks5://192.168.7.1:1080
 

Powershell 代理

$env:HTTP_PROXY="http://192.168.7.1:1081" $env:HTTPS_PROXY="https://192.168.7.1:1081"
 

技术折腾
  • 中国网络
  • WIN
  • 树莓派 camera 操作笔记-4 opencv face detection 功能集成python 新增的容器不错
    目录