Difference between revisions of "Translations:Cloudpinyin/5/zh-cn"
Jump to navigation
Jump to search
Matrikslee (talk | contribs) (Created page with "== 实用技巧 == === 设置HTTP代理 === 简单设置 <nowiki>export http_proxy=http://ip:port</nowiki> <nowiki>export https_proxy=http://ip:port</nowiki>") |
Matrikslee (talk | contribs) |
||
Line 1: | Line 1: | ||
== 实用技巧 == | == 实用技巧 == | ||
+ | |||
=== 设置HTTP代理 === | === 设置HTTP代理 === | ||
+ | |||
简单设置 | 简单设置 | ||
<nowiki>export http_proxy=http://ip:port</nowiki> | <nowiki>export http_proxy=http://ip:port</nowiki> | ||
<nowiki>export https_proxy=http://ip:port</nowiki> | <nowiki>export https_proxy=http://ip:port</nowiki> |
Latest revision as of 10:45, 29 August 2022
实用技巧
设置HTTP代理
简单设置
export http_proxy=http://ip:port export https_proxy=http://ip:port