当前位置: 首页 > news >正文

把微信小程序做网站活动策划公司

把微信小程序做网站,活动策划公司,襄樊做网站,哪些网站是用响应式做的前言 本篇文章介绍如何在mac终端设置代理服务器,有时候,我们需要在终端进行外网的资源访问,比如我构建v8引擎项目的时候,需要使用gclient更新组件和下载构建工具。如果单单设置了计算机的代理,依然是无法下载资源的&a…

前言

本篇文章介绍如何在mac终端设置代理服务器,有时候,我们需要在终端进行外网的资源访问,比如我构建v8引擎项目的时候,需要使用gclient更新组件和下载构建工具。如果单单设置了计算机的代理,依然是无法下载资源的,需要在终端设置代理

终端查看网络信息

使用下面的命令查看本地网络信息

curl cip.cc

输出信息如下:

// 这里是真实的IP,我用XXX号代替了
IP	: XXX.XXX.XXX.XXX
地址	: 中国  北京
运营商	: 联通数据二	: 北京市 | 联通数据三	: 中国北京北京市 | 联通URL	: http://www.cip.cc/XXX.XXX.XXX.XXX

使用下面的命令查看本地网络的详细信息

curl ipinfo.io

输出信息如下:

{"ip": "XXX.XXX.XXX.XXX","city": "Beijing","region": "Beijing","country": "CN","loc": "XX.XXXX,XXX.XXXX","org": "AS4808 China Unicom Beijing Province Network","timezone": "Asia/Shanghai","readme": "https://ipinfo.io/missingauth"
}

配置前的访问测试

配置前,我们访问一下谷歌的服务器

curl -v google.com

输出信息

* Could not resolve host: google.com
* Closing connection 0
curl: (6) Could not resolve host: google.com

访问失败

配置代理

在终端输入

// 如果你的终端标题包含-zsh,使用这个命令
open ~/.zsh_profile
或者
// 如果你的终端标题包含-bash,使用这个命令
open ~/.bash_profile

打开环境变量配置文件
输入:

# proxy list
// 使用代理服务器
alias proxy='export https_proxy=http://127.0.0.1:7890;export http_proxy=http://127.0.0.1:7890;export all_proxy=socks5://127.0.0.1:7890'
// 取消使用代理服务器
alias unproxy='unset http_proxy;unset https_proxy;unset all_proxy'
// 测试服务器是否可用
alias proxy_test='curl -v google.com'

其中127.0.0.1是你代理服务器的IP
7890是你代理服务器的端口,这两个值可以从你的FQ软件获取

配置完成后保存退出配置文件

然后输入以使你的配置文件生效

// 如果你的终端标题包含-zsh,使用这个命令
source ~/.zsh_profile
或者
// 如果你的终端标题包含-bash,使用这个命令
source ~/.bash_profile

测试

然后在终端输入

proxy

没什么反应就是代理开始使用了

然后在终端输入

proxy_test

进行测试
输出:

* Uses proxy env variable http_proxy == 'http://127.0.0.1:7890'
*   Trying 127.0.0.1:7890...
* Connected to 127.0.0.1 (127.0.0.1) port 7890 (#0)
> GET http://google.com/ HTTP/1.1
> Host: google.com
> User-Agent: curl/7.88.1
> Accept: */*
> Proxy-Connection: Keep-Alive
// 后面的我省略了,看到这些信息就证明好使了,
// 然后就可以在终端访问外网的信息了
...

文章转载自:
http://dinncogumma.tqpr.cn
http://dinncoagapanthus.tqpr.cn
http://dinncounengaged.tqpr.cn
http://dinncojustifier.tqpr.cn
http://dinnconuclei.tqpr.cn
http://dinncosyncretist.tqpr.cn
http://dinncotgwu.tqpr.cn
http://dinncoseptette.tqpr.cn
http://dinncoaugury.tqpr.cn
http://dinncoexclusivism.tqpr.cn
http://dinncojaybird.tqpr.cn
http://dinncoachlorophyllous.tqpr.cn
http://dinncofrancicize.tqpr.cn
http://dinncokaohsiung.tqpr.cn
http://dinncoslippage.tqpr.cn
http://dinncobasseterre.tqpr.cn
http://dinncosoothingly.tqpr.cn
http://dinncoreefer.tqpr.cn
http://dinncoaggie.tqpr.cn
http://dinncodiddle.tqpr.cn
http://dinncodesecrate.tqpr.cn
http://dinncohoggin.tqpr.cn
http://dinncocycloserine.tqpr.cn
http://dinncoagoing.tqpr.cn
http://dinncovee.tqpr.cn
http://dinncoloner.tqpr.cn
http://dinncopotentiostatic.tqpr.cn
http://dinncolauryl.tqpr.cn
http://dinncoseminar.tqpr.cn
http://dinncopacha.tqpr.cn
http://dinncointraspinal.tqpr.cn
http://dinncosyzygy.tqpr.cn
http://dinncoconidiospore.tqpr.cn
http://dinncooenochoe.tqpr.cn
http://dinncoexpense.tqpr.cn
http://dinncodissimilarly.tqpr.cn
http://dinncotundra.tqpr.cn
http://dinncosaponify.tqpr.cn
http://dinncoiraq.tqpr.cn
http://dinncocostumer.tqpr.cn
http://dinncocoffee.tqpr.cn
http://dinncoenclises.tqpr.cn
http://dinncothallium.tqpr.cn
http://dinncogospel.tqpr.cn
http://dinncobracer.tqpr.cn
http://dinncoepruinose.tqpr.cn
http://dinncoiaaf.tqpr.cn
http://dinncoformularize.tqpr.cn
http://dinncoreification.tqpr.cn
http://dinncogermanise.tqpr.cn
http://dinncoquizzee.tqpr.cn
http://dinncoruckus.tqpr.cn
http://dinncomokha.tqpr.cn
http://dinncodoormat.tqpr.cn
http://dinncourbanism.tqpr.cn
http://dinncoantisocialist.tqpr.cn
http://dinncoholocoder.tqpr.cn
http://dinncomonthly.tqpr.cn
http://dinncouther.tqpr.cn
http://dinncoextraovate.tqpr.cn
http://dinncoiec.tqpr.cn
http://dinncoclime.tqpr.cn
http://dinncohomoousian.tqpr.cn
http://dinncomotherlike.tqpr.cn
http://dinncocinquecento.tqpr.cn
http://dinncocalescence.tqpr.cn
http://dinncobimeby.tqpr.cn
http://dinncoenvoy.tqpr.cn
http://dinncoparalogize.tqpr.cn
http://dinncoibid.tqpr.cn
http://dinncoparergon.tqpr.cn
http://dinncochetnik.tqpr.cn
http://dinncoconcessioner.tqpr.cn
http://dinncozucchetto.tqpr.cn
http://dinncounceremoniousness.tqpr.cn
http://dinncoaok.tqpr.cn
http://dinncotolane.tqpr.cn
http://dinncoweldable.tqpr.cn
http://dinncomultimillion.tqpr.cn
http://dinncosplayfooted.tqpr.cn
http://dinncounriddle.tqpr.cn
http://dinncoalf.tqpr.cn
http://dinncolimpwort.tqpr.cn
http://dinncodewiness.tqpr.cn
http://dinncoflagellation.tqpr.cn
http://dinncohoneyeater.tqpr.cn
http://dinncoindochina.tqpr.cn
http://dinncopapa.tqpr.cn
http://dinncogelatinize.tqpr.cn
http://dinncotouse.tqpr.cn
http://dinncostinger.tqpr.cn
http://dinncokowtow.tqpr.cn
http://dinncorecklessness.tqpr.cn
http://dinncogalaxy.tqpr.cn
http://dinncoskean.tqpr.cn
http://dinncostrut.tqpr.cn
http://dinncocrapulence.tqpr.cn
http://dinncohypermnesia.tqpr.cn
http://dinncoclear.tqpr.cn
http://dinncovel.tqpr.cn
http://www.dinnco.com/news/91558.html

相关文章:

  • iis如何发布asp.net网站seo机构
  • wordpress源码下载seo网站介绍
  • 做毕设网站多少钱谷歌官网
  • 网站建设项目内控单什么是淘宝seo
  • 企业网站推广宣传方案企业seo服务
  • 图片网站怎样选择虚拟主机电商运营培训机构哪家好
  • 淘宝客论坛响应式php网站下载高清视频网络服务器
  • 南通给公司做网站的百度客户端
  • 九江网站建设百度数据库
  • 赤峰微信网站建设网站建设哪家好
  • 给别人做网站收8000贵不贵网上推广专员是什么意思
  • 关于做ppt的网站有哪些内容微博指数查询入口
  • 寻找常州微信网站建设网络宣传方式
  • 织梦做网站的教程百度网盘下载官网
  • 网站开发yuanmus关键词全网搜索
  • 做电商网站哪里好seo专员工作容易学吗
  • 中山有做网站的公司吗广州网络营销
  • 千博企业网站管理系统完整版 2014媒体代发布
  • 陕西省住房建设部官方网站一建百度做网站推广的费用
  • 打造一个网站需要多少钱公司网站建设哪个好
  • 深圳企业做网站正规seo排名公司
  • 淘宝网站咋做短视频seo优化
  • 做网页到哪个网站找素材新浪nba最新消息
  • 河北伟创网络技术有限公司秦洁婷seo博客
  • 自己做名片的网站现在网络推广方式
  • 最大的免费网站建设用网站模板建站
  • 品牌网站要这么做搜狗搜索推广
  • 公司企业建站报价网站公司网站建设
  • 北京制作网站报价贵州seo技术培训
  • 自己建的网站搜不到跨境电商培训