摘要:
public class Testjdk11 { private static int a= 0; // private static var i =0;//不允许的方式 private static Object i =0; private static void varInit(/*var va 阅读全文
摘要:
语法错误:No enclosing instance of type VolatleTest is accessible. Must qualify the allocation with an enclosing instance of type VolatleTest (e.g. x.new A 阅读全文
摘要:
//注意:Number并没有实现Comparable private static <T extends Number & Comparable<? super T>> T max(T[] values) { if (values == null || values.length == 0) ret 阅读全文
摘要:
2020-06-09 09:49:42,329 ERROR restartedMain - LEAK: HashedWheelTimer.release() was not called before it's garbage-collected. See http://netty.io/wiki/ 阅读全文