上一页 1 ··· 49 50 51 52 53 54 55 56 57 ··· 72 下一页
摘要: Maven内置变量说明: ${basedir} 项目根目录(即pom.xml文件所在目录) ${project.build.directory} 构建目录,缺省为target目录 ${project.build.outputDirectory} 构建过程输出目录,缺省为target/classes 阅读全文
posted @ 2018-08-20 22:13 tonggc1668 阅读(1033) 评论(0) 推荐(0)
摘要: try (InputStream is = getClass().getResourceAsStream("/test.properties")) { Properties properties = new Properties(); properties.load(is); ps=new Prop 阅读全文
posted @ 2018-08-13 18:01 tonggc1668 阅读(172) 评论(0) 推荐(0)
摘要: 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 阅读(260) 评论(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 阅读(7117) 评论(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 阅读(110) 评论(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 阅读(28) 评论(0) 推荐(0)
摘要: private String buildKibanaServerUrl(DiscountIndexMailData mailData,Statistic stat,String failureCause) { StringBuilder sb = new StringBuilder(kibanaSe 阅读全文
posted @ 2018-06-07 16:53 tonggc1668 阅读(150) 评论(0) 推荐(0)
摘要: c.t.TestLog 阅读全文
posted @ 2018-06-05 11:18 tonggc1668 阅读(327) 评论(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 阅读(149) 评论(0) 推荐(0)
上一页 1 ··· 49 50 51 52 53 54 55 56 57 ··· 72 下一页