摘要: 参照 :https://www.cnblogs.com/shcrk/p/9215923.html angular2的国际化步骤 1、安装ngx所以来的jar包 npm install @ngx-translate/core --save npm install @ngx-translate/http 阅读全文
posted @ 2019-12-18 16:02 玄空2 阅读(228) 评论(0) 推荐(0) 编辑
摘要: package java8; @FunctionalInterfaceinterface Convert<T, F> { T convert(F form); default void run() { System.out.println("hello world"); }} @Functional 阅读全文
posted @ 2019-12-18 11:00 玄空2 阅读(271) 评论(0) 推荐(0) 编辑
摘要: package string; public class Test001 { public static void main(String[] args) { String[] arr = { "ab", "cd", "ef" }; System.out.println(String.join("- 阅读全文
posted @ 2019-12-18 10:44 玄空2 阅读(474) 评论(0) 推荐(0) 编辑