摘要: 1 package big.data.analyse.scala 2 3 /** 4 * 链式编程原理 5 * Created by zhen on 2018/12/16. 6 */ 7 class Computer{def code = this} 8 class PC extends Computer{def portable = this} 9 /** 10... 阅读全文
posted @ 2018-12-16 21:07 云山之巅 阅读(325) 评论(0) 推荐(0)