会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
良红
寻一生一重之人,行义无返顾之事。
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
19
20
21
22
23
24
25
26
27
···
55
下一页
2019年7月25日
learning java identityHashCode
摘要: output:
阅读全文
posted @ 2019-07-25 14:39 嵌入式实操
阅读(140)
评论(0)
推荐(0)
编辑
learning java 获取环境变量及系统属性
摘要: 通过System.getenv( ) 获取环境变量 通过System.getProperties() 获取系统属情 通过System.currentTimeMillis() System.nanoTime() 获取系统时间毫秒及纳秒
阅读全文
posted @ 2019-07-25 14:33 嵌入式实操
阅读(1283)
评论(0)
推荐(0)
编辑
learning java 获取键盘输入
摘要: 通过Scanner类,获取键盘的输入
阅读全文
posted @ 2019-07-25 14:27 嵌入式实操
阅读(125)
评论(0)
推荐(0)
编辑
2019年7月23日
learning svn add file execuable
摘要: svn propset svn:executable on <file> 为了给svn仓库里的问件添加可执行权限。
阅读全文
posted @ 2019-07-23 13:52 嵌入式实操
阅读(140)
评论(0)
推荐(0)
编辑
2019年7月16日
learning scala stream collection
摘要: 最关键的部分是计算序列的同时,不会引发无限递归, #:: 表达式的右边只有在被请求时才会被求值。
阅读全文
posted @ 2019-07-16 10:38 嵌入式实操
阅读(136)
评论(0)
推荐(0)
编辑
2019年7月15日
上下文 及 执行上下文
摘要: 上下文是函数运行时的环境或者说是依赖资源的集合,它决定了函数运行时可以获取到哪些变量、函数。 执行上下文(EC): 如果函数处于正在执行状态则该函数的上下文称为执行上下文, 与此同时如果函数处于非执行状态则为(普通)上下文。所以执行上下文只是上下文的不同状态,本质上它们没有区别。
阅读全文
posted @ 2019-07-15 14:04 嵌入式实操
阅读(141)
评论(0)
推荐(0)
编辑
learning scala view collection
摘要: 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 嵌入式实操
阅读(84)
评论(0)
推荐(0)
编辑
scala
摘要: 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 嵌入式实操
阅读(135)
评论(0)
推荐(0)
编辑
2019年7月12日
learning scala dependency injection
摘要: result:
阅读全文
posted @ 2019-07-12 14:03 嵌入式实操
阅读(153)
评论(0)
推荐(0)
编辑
learning scala implicit class
摘要: 隐式类可以用来扩展对象的功能非常方便 example:
阅读全文
posted @ 2019-07-12 11:22 嵌入式实操
阅读(164)
评论(0)
推荐(0)
编辑
上一页
1
···
19
20
21
22
23
24
25
26
27
···
55
下一页
公告