摘要:
//无返回值Mockito.doNothing().when(spy).methodToMock(); //mock返回值Mockito.when().thenReturn() 阅读全文
摘要:
https://plugins.jetbrains.com/docs/intellij/basics.html 阅读全文
摘要:
https://xie.infoq.cn/article/91fe7b5dab9f4c64966cdb42e https://www.cnblogs.com/badaoliumangqizhi/p/13608623.html https://elim168.github.io/spring/bean 阅读全文
摘要:
https://www.baeldung.com/spring-boot-h2-database https://www.h2database.com/html/commands.html#create_table http://www.h2database.com/html/datatypes.h 阅读全文
摘要:
https://segmentfault.com/a/1190000040825230 https://zhuanlan.zhihu.com/p/491358179 https://www.jianshu.com/p/41c716e7c31b https://www.cnblogs.com/eter 阅读全文
摘要:
https://www.runoob.com/linux/linux-comm-find.html find path -option [ -print ] [ -exec -ok command ] {} \; 参数说明 : find 根据下列规则判断 path 和 expression,在命令列 阅读全文
摘要:
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 阅读全文