上一页 1 ··· 49 50 51 52 53 54 55 56 57 ··· 72 下一页
摘要: echo "remove only files, the logs folder and it contents will not be removed"find /opt/trade-disposal -maxdepth 1 -type f -exec rm -fv {} \;rm -rf /op 阅读全文
posted @ 2018-08-02 17:57 tonggc1668 阅读(255) 评论(0) 推荐(0)
摘要: google-java-format plugin should intercept the “Reformat Code” action in IDEA (Ctrl+Alt+L) and apply its own rules. However, it does not work with imp 阅读全文
posted @ 2018-07-17 11:22 tonggc1668 阅读(7089) 评论(1) 推荐(0)
摘要: package com.zhy.concurrency.timer; import java.util.Date; import java.util.Timer; import java.util.TimerTask; import java.util.concurrent.Executors; import java.util.concurrent.ScheduledExecutorSer... 阅读全文
posted @ 2018-07-12 14:27 tonggc1668 阅读(109) 评论(0) 推荐(0)
摘要: import java.util.Map; import org.springframework.retry.backoff.FixedBackOffPolicy; import org.springframework.retry.policy.SimpleRetryPolicy; import o 阅读全文
posted @ 2018-07-02 16:04 tonggc1668 阅读(27) 评论(0) 推荐(0)
摘要: private String buildKibanaServerUrl(DiscountIndexMailData mailData,Statistic stat,String failureCause) { StringBuilder sb = new StringBuilder(kibanaSe 阅读全文
posted @ 2018-06-07 16:53 tonggc1668 阅读(149) 评论(0) 推荐(0)
摘要: c.t.TestLog 阅读全文
posted @ 2018-06-05 11:18 tonggc1668 阅读(323) 评论(0) 推荐(0)
摘要: E:\logstash-6.2.4\bin目录下新建logstash.conf E:\logstash-6.2.4\bin目录下新建run.bat logstash -f logstash.conf 修改logstash.bat %JAVA% %JAVA_OPTS% -cp "%CLASSPATH% 阅读全文
posted @ 2018-06-03 14:54 tonggc1668 阅读(696) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2018-05-24 09:37 tonggc1668 阅读(147) 评论(0) 推荐(0)
摘要: 浮动元素span 浮动元素span1 阅读全文
posted @ 2018-05-23 14:43 tonggc1668 阅读(140) 评论(0) 推荐(0)
摘要: public static String buildFailureString(AtomicInteger count, String cause) { return MessageFormat.format("Failure count: {0}, failure cause: {1}\n", c 阅读全文
posted @ 2018-05-18 17:32 tonggc1668 阅读(112) 评论(0) 推荐(0)
上一页 1 ··· 49 50 51 52 53 54 55 56 57 ··· 72 下一页