摘要: 声明式: dependencies { implementation 'org.springframework.boot:spring-boot-starter-web' implementation 'org.springframework.boot:spring-boot-starter-aop 阅读全文
posted @ 2022-06-05 19:21 ascertain 阅读(50) 评论(0) 推荐(0)
摘要: static def b(Closure closure) { println(closure) println '~' * 50 println(closure()) println '~' * 50 closure 555 println '~' * 50 closure b: 666, c: 阅读全文
posted @ 2022-06-05 16:17 ascertain 阅读(35) 评论(0) 推荐(0)
摘要: 希尔排序 public class Sort{ public static void main(String[] args){ Random random = new Random(System.currentTimeMillis()); int[] ints = new int[10]; for( 阅读全文
posted @ 2022-06-05 13:48 ascertain 阅读(55) 评论(0) 推荐(0)