main
黄海 8 months ago
parent 3e3ce11951
commit ee55b19870

Binary file not shown.

@ -0,0 +1 @@
https://blog.csdn.net/qq_36709141/article/details/121442647

@ -1,14 +0,0 @@
/etc/profile > /etc/bash.bashrc > ~/.bashrc
所以可以直接设置作用域最大的profile进入终端输入
vi /etc/profile
在最下面添加这里的ip就是上面PC查询到的局域网的lan-ip
export http_proxy=http://10.10.21.20:33210
export https_proxy=http://10.10.21.20:33210
(格式为 export xx_proxy=http://lanip:代理端口 具体代理端口看自己代理的软件下方)
Q:http://10.10.21.20:33210是怎么来的
Edge,设置,搜索 代理

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

@ -1,6 +1,6 @@
# true 值支持热加载
undertow.devMode=false
undertow.port=9100
undertow.port=9600
undertow.host=0.0.0.0
#undertow.resourcePath=/usr/local/tomcat8/webapps/QingLong,classpath:static
undertow.resourcePath=D:/dsWork/QingLong/WebRoot,classpath:static

Loading…
Cancel
Save