摘要:
https://www.cnblogs.com/HeiDi-BoKe/p/11692079.html 我们在脚本中经常会发现使用EOF的情况。EOF可以结合cat命令对内容进行追加。 比如:执行脚本的时候,需要往一个文件里自动输入多行内容。如果是少数的几行内容,可以用echo命令追加,但如果是很多行 阅读全文
摘要:
https://www.baeldung.com/spring-expression-language 1. Overview The Spring Expression Language (SpEL) is a powerful expression language that supports 阅读全文
摘要:
lsof -i:8080 某端口的占用情况 lsof -p pid 某进程打开的文件列表 ps -ef https://linuxtools-rst.readthedocs.io/zh_CN/latest/tool/lsof.html lsof 一切皆文件 lsof(list open files) 阅读全文
摘要:
netstat -help usage: netstat [-vWeenNcCF] [<Af>] -r netstat {-V|--version|-h|--help} netstat [-vWnNcaeol] [<Socket> ...] netstat { [-vWeenNac] -I[<Ifa 阅读全文