上一页 1 ··· 51 52 53 54 55 56 57 58 59 ··· 72 下一页
摘要: <sonar-jacoco-listeners.version>5.9.1.16423</sonar-jacoco-listeners.version> <sonar.language>java</sonar.language> <sonar.libraries>target/*.jar</sona 阅读全文
posted @ 2018-04-26 17:17 tonggc1668 阅读(3668) 评论(0) 推荐(0)
摘要: org.codehaus.mojo build-helper-maven-plugin 3.0.0 generate-sources add-source ... 阅读全文
posted @ 2018-04-26 15:43 tonggc1668 阅读(551) 评论(0) 推荐(0)
摘要: @echo offnetstat -an |find /i "LISTENING"pause netstat -ano|findstr "8888" 阅读全文
posted @ 2018-04-24 12:01 tonggc1668 阅读(94) 评论(0) 推荐(0)
摘要: List<OisDiscountIndex> discountIndexes = Arrays.asList(new OisDiscountIndex[trades.size()]); 阅读全文
posted @ 2018-04-17 14:53 tonggc1668 阅读(130) 评论(0) 推荐(0)
摘要: public class RetryException extends Exception { public TempestRetryException(Throwable e) { super(e); } public TempestRetryException(String msg, Throwable cause) { super(msg, cause); ... 阅读全文
posted @ 2018-04-16 15:35 tonggc1668 阅读(255) 评论(0) 推荐(0)
摘要: [3, 5, 1, 0][0, 1, 3, 5]5[0, 1, 3]3[0, 1]1[0]0[] [5, 3, 6] [6, 5, 3] [5, 3, 6][] 阅读全文
posted @ 2018-03-29 11:35 tonggc1668 阅读(314) 评论(0) 推荐(0)
摘要: @Configuration class CommonContext { @Bean public MyBolt myBolt() { return new MyBolt(); } } ... @Configuration @Import(CommonContext.class) class ATopologyContext { // ... } @Config... 阅读全文
posted @ 2018-03-26 17:04 tonggc1668 阅读(142) 评论(0) 推荐(0)
摘要: mvn clean package -DskipTests mvn -T 2 clean install/mvn -T 2C clean install: maven支持并行构建,-T 2表示使用2个线程进行构建, -T 2C表示使用双核进行构建。 mvn <goals> -rf : failed 阅读全文
posted @ 2018-03-23 18:31 tonggc1668 阅读(2071) 评论(0) 推荐(0)
摘要: List<TradeBookingRepresentation> retryTrades = new ArrayList<>(trades); 阅读全文
posted @ 2018-03-20 16:53 tonggc1668 阅读(147) 评论(0) 推荐(0)
摘要: import org.apache.storm.shade.com.google.common.collect.Lists; Lists.partition storm-core-1.1.1.jar <dependency> <groupId>com.google.guava</groupId> < 阅读全文
posted @ 2018-03-12 16:05 tonggc1668 阅读(810) 评论(0) 推荐(0)
上一页 1 ··· 51 52 53 54 55 56 57 58 59 ··· 72 下一页