上一页 1 ··· 51 52 53 54 55 56 57 58 59 ··· 72 下一页
摘要: 鼠标经过时有提示信息 On HereHello Word 阅读全文
posted @ 2018-05-11 15:19 tonggc1668 阅读(198) 评论(0) 推荐(0)
摘要: import java.security.GeneralSecurityException; import javax.crypto.Cipher; import javax.crypto.spec.SecretKeySpec; import com.citi.simpliciti.tempest.TempestRuntimeException; public class AdvancedE... 阅读全文
posted @ 2018-05-10 17:33 tonggc1668 阅读(128) 评论(0) 推荐(0)
摘要: <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 阅读(3670) 评论(0) 推荐(0)
摘要: org.codehaus.mojo build-helper-maven-plugin 3.0.0 generate-sources add-source ... 阅读全文
posted @ 2018-04-26 15:43 tonggc1668 阅读(560) 评论(0) 推荐(0)
摘要: @echo offnetstat -an |find /i "LISTENING"pause netstat -ano|findstr "8888" 阅读全文
posted @ 2018-04-24 12:01 tonggc1668 阅读(96) 评论(0) 推荐(0)
摘要: List<OisDiscountIndex> discountIndexes = Arrays.asList(new OisDiscountIndex[trades.size()]); 阅读全文
posted @ 2018-04-17 14:53 tonggc1668 阅读(132) 评论(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 阅读(257) 评论(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 阅读(318) 评论(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 阅读(143) 评论(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 阅读(2083) 评论(0) 推荐(0)
上一页 1 ··· 51 52 53 54 55 56 57 58 59 ··· 72 下一页