一.前言 在windows上,有时候需要查看进程命令行,但是有的进程的命令行太长了,很难看全 此时,可以使用下面的方法解决(红框改为自己要查看的进程即可): C:\Users\Gaoyu>wmic process where caption="java.exe" get caption,commandline /value
setting proxy for Windows CMD and Linux Terminal Linux Terminal: set http_proxy=http://127.0.0.1:8118 set https_proxy=http://127.0.0.1:8118 set http_proxy= set https_proxy= more ref: Setting proxy for apt from terminal Windows CMD: format: set HTTP_P