隐藏页面特效

随笔分类 -  scala学习

scala入门学习总结
摘要:1、Scala中的空类型 Unit、null、Nothing package com.demo3 import com.demo1.Student /** * @author June * @date 2022/1/26 8:52 */ object Test3_1 { def main(args: 阅读全文 »
posted @ 2022-01-26 11:39 往心。 阅读(37) 评论(0) 推荐(0) 编辑
摘要:1、字符串 关键字: package import class obejct trait extends with type for private protected abstract sealed final implicit lazy override try catch finlly thr 阅读全文 »
posted @ 2022-01-25 11:11 往心。 阅读(48) 评论(0) 推荐(0) 编辑
摘要:1、scala项目结构 2、hello world第一个程序 object HelloWorld { def main(args: Array[String]): Unit = { println("hello world") System.out.println("aaaa") } } 3、与Ja 阅读全文 »
posted @ 2022-01-24 17:36 往心。 阅读(44) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示