Skip to content

Commit

Permalink
chore:9月18日
Browse files Browse the repository at this point in the history
  • Loading branch information
aehyok committed Sep 18, 2024
1 parent 3bc63fc commit bdef878
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docs/daily/2024-09.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## 9月18日
- cmd下
- 查看环境变量 echo %http_proxy%
- 设置环境变量
- set http_proxy=http://127.0.0.1:7897
set https_proxy=http://127.0.0.1:7897
- bash下
- 查看环境变量 echo $HTTP_PROXY
- 设置环境变量
- export https_proxy=http://127.0.0.1:7897 http_proxy=http://127.0.0.1:7897 all_proxy=socks5://127.0.0.1:7897
- PowerShell下
- 查看环境变量 $env:http_proxy
- 设置环境变量
- $env:HTTP_PROXY="http://127.0.0.1:7897"; $env:HTTPS_PROXY="http://127.0.0.1:7897"
## 9月4日
cron vue3
- https://abichinger.github.io/vue-js-cron/demo.html
Expand Down

0 comments on commit bdef878

Please sign in to comment.