摘要:
本身对lambda没有涉及,这个小技巧简单记录下,方便以后用。int[] scores = { 90, 71, 82, 93, 75, 82 }; // The call to Count forces iteration of the source int highScore... 阅读全文
摘要:
最近做java项目,本人做.net的,第一次上手java。 遇到一个问题记录下来,对以后在遇到的希望有帮助。警告: Unable to load class [javax.xml.parsers.SecuritySupport12] to check against the @HandlesTypes annotation of one or more ServletContentInitializers.java.lang.IllegalAccessError: class javax.xml.parsers.SecuritySupport12 cannot access its su... 阅读全文