2020年8月11日
摘要: package com.jishu.demo01;//代理结婚 案例public class StaticProxy { public static void main(String[] args) { WeddingCompany weddingCompany = new WeddingCompa 阅读全文
posted @ 2020-08-11 23:12 Maluou 阅读(140) 评论(0) 推荐(0) 编辑
摘要: package com.jishu.demo01;//模拟龟兔赛跑public class Race implements Runnable{ private static String winner; @Override public void run() { for (int i = 0; i 阅读全文
posted @ 2020-08-11 22:32 Maluou 阅读(146) 评论(0) 推荐(0) 编辑