09 2022 档案

摘要:下载量891,我是第891个安装的,出去官方自己测试的下载,这样的排名还可以啦,哈哈。 阅读全文
posted @ 2022-09-28 12:00 multitude 阅读(23) 评论(0) 推荐(0) 编辑
摘要:https://www.nhooo.com/note/qah5c5.html @Cacheable(value = "page_user",key ="T(String).valueOf(#page).concat('-').concat(#pageSize)",unless = "#result= 阅读全文
posted @ 2022-09-13 11:46 multitude 阅读(1331) 评论(0) 推荐(0) 编辑
摘要://无返回值Mockito.doNothing().when(spy).methodToMock(); //mock返回值Mockito.when().thenReturn() 阅读全文
posted @ 2022-09-09 13:17 multitude 阅读(169) 评论(0) 推荐(0) 编辑
摘要:https://plugins.jetbrains.com/docs/intellij/basics.html 阅读全文
posted @ 2022-09-08 10:54 multitude 阅读(12) 评论(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 阅读(18) 评论(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 阅读(30) 评论(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 阅读(36) 评论(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 阅读(162) 评论(0) 推荐(0) 编辑
摘要:https://www.cnblogs.com/HeiDi-BoKe/p/11692079.html 我们在脚本中经常会发现使用EOF的情况。EOF可以结合cat命令对内容进行追加。 比如:执行脚本的时候,需要往一个文件里自动输入多行内容。如果是少数的几行内容,可以用echo命令追加,但如果是很多行 阅读全文
posted @ 2022-09-03 11:55 multitude 阅读(215) 评论(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 阅读(52) 评论(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 阅读(38) 评论(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 阅读(74) 评论(0) 推荐(0) 编辑
摘要:最近一个微服务总是无法获取i18n信息, 排查了半天: 一次启动,这个地方要进去4次,在第2次的时候,如果没有进入分支1,就是失败场景。 也就是说分支1是初始化的关键。 最后解决问题: 这里少放了一个messages.properties文件。虽然这个是空的。。。 阅读全文
posted @ 2022-09-02 14:59 multitude 阅读(129) 评论(0) 推荐(0) 编辑
摘要:绕不开的SpEL //////////////////////////////////////////////////////////////////////////// https://www.jianshu.com/p/d4cb052ebfc2 作者:尹楷楷链接:https://www.jian 阅读全文
posted @ 2022-09-01 09:56 multitude 阅读(1398) 评论(0) 推荐(0) 编辑
摘要:List对象 unless = "#result==null or #result.size()==0"unless = "#result==null or #result.isEmpty()" 普通对象,就够了 unless = "#result==null" https://stackoverf 阅读全文
posted @ 2022-09-01 09:54 multitude 阅读(1308) 评论(0) 推荐(0) 编辑
摘要:https://developer.aliyun.com/article/245293 阅读全文
posted @ 2022-09-01 09:40 multitude 阅读(10) 评论(0) 推荐(0) 编辑
摘要:昨天产品说要做短视频,吓我一跳~~~ 前几天看文章,说有几个开源软件喂饱了一大众软件公司的帖子,回头转贴一下。 结合这个,也学习了一些视频相关的东西。 协议: https://zh.wikipedia.org/wiki/%E5%8D%B3%E6%99%82%E4%B8%B2%E6%B5%81%E5% 阅读全文
posted @ 2022-09-01 09:39 multitude 阅读(297) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示