上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 55 下一页
摘要: output: 阅读全文
posted @ 2019-07-25 14:39 嵌入式实操 阅读(139) 评论(0) 推荐(0) 编辑
摘要: 通过System.getenv( ) 获取环境变量 通过System.getProperties() 获取系统属情 通过System.currentTimeMillis() System.nanoTime() 获取系统时间毫秒及纳秒 阅读全文
posted @ 2019-07-25 14:33 嵌入式实操 阅读(1282) 评论(0) 推荐(0) 编辑
摘要: 通过Scanner类,获取键盘的输入 阅读全文
posted @ 2019-07-25 14:27 嵌入式实操 阅读(125) 评论(0) 推荐(0) 编辑
摘要: svn propset svn:executable on <file> 为了给svn仓库里的问件添加可执行权限。 阅读全文
posted @ 2019-07-23 13:52 嵌入式实操 阅读(140) 评论(0) 推荐(0) 编辑
摘要: 最关键的部分是计算序列的同时,不会引发无限递归, #:: 表达式的右边只有在被请求时才会被求值。 阅读全文
posted @ 2019-07-16 10:38 嵌入式实操 阅读(135) 评论(0) 推荐(0) 编辑
摘要: 上下文是函数运行时的环境或者说是依赖资源的集合,它决定了函数运行时可以获取到哪些变量、函数。 执行上下文(EC): 如果函数处于正在执行状态则该函数的上下文称为执行上下文, 与此同时如果函数处于非执行状态则为(普通)上下文。所以执行上下文只是上下文的不同状态,本质上它们没有区别。 阅读全文
posted @ 2019-07-15 14:04 嵌入式实操 阅读(140) 评论(0) 推荐(0) 编辑
摘要: The view method will create a non-strict version of the collection which means that the elements of the collection will only be made available at acce 阅读全文
posted @ 2019-07-15 09:03 嵌入式实操 阅读(81) 评论(0) 推荐(0) 编辑
摘要: https://twitter.github.io/scala_school/zh_cn/collections.htmlhttps://twitter.github.io/projects.htmlhttps://docs.scala-lang.org/zh-cn/overviews/parall 阅读全文
posted @ 2019-07-15 06:47 嵌入式实操 阅读(133) 评论(0) 推荐(0) 编辑
摘要: result: 阅读全文
posted @ 2019-07-12 14:03 嵌入式实操 阅读(152) 评论(0) 推荐(0) 编辑
摘要: 隐式类可以用来扩展对象的功能非常方便 example: 阅读全文
posted @ 2019-07-12 11:22 嵌入式实操 阅读(158) 评论(0) 推荐(0) 编辑
上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 55 下一页