上一页 1 2 3 4 5 6 ··· 25 下一页
摘要: //无返回值Mockito.doNothing().when(spy).methodToMock(); //mock返回值Mockito.when().thenReturn() 阅读全文
posted @ 2022-09-09 13:17 multitude 阅读(168) 评论(0) 推荐(0) 编辑
摘要: https://plugins.jetbrains.com/docs/intellij/basics.html 阅读全文
posted @ 2022-09-08 10:54 multitude 阅读(11) 评论(0) 推荐(0) 编辑
摘要: https://xie.infoq.cn/article/91fe7b5dab9f4c64966cdb42e https://www.cnblogs.com/badaoliumangqizhi/p/13608623.html https://elim168.github.io/spring/bean 阅读全文
posted @ 2022-09-08 10:20 multitude 阅读(16) 评论(0) 推荐(0) 编辑
摘要: https://www.baeldung.com/spring-boot-h2-database https://www.h2database.com/html/commands.html#create_table http://www.h2database.com/html/datatypes.h 阅读全文
posted @ 2022-09-08 10:11 multitude 阅读(29) 评论(0) 推荐(0) 编辑
摘要: https://segmentfault.com/a/1190000040825230 https://zhuanlan.zhihu.com/p/491358179 https://www.jianshu.com/p/41c716e7c31b https://www.cnblogs.com/eter 阅读全文
posted @ 2022-09-08 10:07 multitude 阅读(35) 评论(0) 推荐(0) 编辑
摘要: https://www.runoob.com/linux/linux-comm-find.html find path -option [ -print ] [ -exec -ok command ] {} \; 参数说明 : find 根据下列规则判断 path 和 expression,在命令列 阅读全文
posted @ 2022-09-08 10:02 multitude 阅读(159) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/HeiDi-BoKe/p/11692079.html 我们在脚本中经常会发现使用EOF的情况。EOF可以结合cat命令对内容进行追加。 比如:执行脚本的时候,需要往一个文件里自动输入多行内容。如果是少数的几行内容,可以用echo命令追加,但如果是很多行 阅读全文
posted @ 2022-09-03 11:55 multitude 阅读(210) 评论(0) 推荐(0) 编辑
摘要: https://www.baeldung.com/spring-expression-language 1. Overview The Spring Expression Language (SpEL) is a powerful expression language that supports 阅读全文
posted @ 2022-09-03 10:39 multitude 阅读(51) 评论(0) 推荐(0) 编辑
摘要: lsof -i:8080 某端口的占用情况 lsof -p pid 某进程打开的文件列表 ps -ef https://linuxtools-rst.readthedocs.io/zh_CN/latest/tool/lsof.html lsof 一切皆文件 lsof(list open files) 阅读全文
posted @ 2022-09-03 10:14 multitude 阅读(36) 评论(0) 推荐(0) 编辑
摘要: netstat -help usage: netstat [-vWeenNcCF] [<Af>] -r netstat {-V|--version|-h|--help} netstat [-vWnNcaeol] [<Socket> ...] netstat { [-vWeenNac] -I[<Ifa 阅读全文
posted @ 2022-09-03 10:11 multitude 阅读(67) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 25 下一页