测试123
Posted zhanghongke
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了测试123相关的知识,希望对你有一定的参考价值。
测试号11111111111111
package com.wms.rf.system.conf; import com.p6spy.engine.spy.appender.MessageFormattingStrategy; import com.wms.rf.system.utils.DateUtil; import org.apache.commons.lang3.StringUtils; import java.time.LocalDateTime; public class P6spySqlFormatConfig implements MessageFormattingStrategy { /** * 过滤掉定时任务的 SQL */ @Override public String formatMessage(int connectionId, String now, long elapsed, String category, String prepared, String sql, String url) { return StringUtils.isNotBlank(sql) ? DateUtil.formatFullTime(LocalDateTime.now(), DateUtil.FULL_TIME_SPLIT_PATTERN) + " | 耗时 " + elapsed + " ms | SQL 语句:" + StringUtils.LF + sql.replaceAll("[s]+", StringUtils.SPACE) + ";" : ""; } }
以上是关于测试123的主要内容,如果未能解决你的问题,请参考以下文章
[Go] 通过 17 个简短代码片段,切底弄懂 channel 基础
如何在 Javadoc 中使用 @ 和 符号格式化代码片段?
CTS测试CtsWindowManagerDeviceTestCases模块的testShowWhenLockedImeActivityAndShowSoftInput测试fail项解决方法(代码片段
;~ 小部分AutoHotkey源代码片段测试模板2019年10月9日.ahk
typescript Angular 2测试片段。代码库https://developers.livechatinc.com/blog/category/programming/angular-2/