scala中特质(trait)是一个很有用的特性,在程序设计中可以 更好的抽象现实,使程序更关注各自功能和更好的将程序拆分成多个特质模块,使程序具有更强的扩展性。...
分类:
其他好文 时间:
2014-06-15 17:28:01
阅读次数:
169
scala的函数式和面向对象风格,可以让想想随时发生;如果你是画家,使用scala写出来的代码更像一幅充满诗意的风景画。如果你是作家,写出的将是一个扣人心弦的跌宕起伏的大篇。scala给不同类型的程序员不同的体验和感受。而使用scala函数式柯里化风格,可以编写出更加抽象,功能化和高效的函数式代码。...
分类:
其他好文 时间:
2014-06-14 14:44:24
阅读次数:
519
spark1.0.0 集群 Standalone Applications scala sbt
分类:
其他好文 时间:
2014-06-12 11:09:33
阅读次数:
343
今天早上一个同事说一个系统的定时备份EXP出问题了,异常内容有如下信息:ORA-00257:
archiver error. Connect internal only, until freed初步判断是归档日志存放的路径空间不足了。登陆服务器,df
-h 检查空间使用情况,发现归档路径下目录空间确...
分类:
其他好文 时间:
2014-06-10 16:20:22
阅读次数:
243
OCP 053:192.What is the purpose of the until
change option of the restore command?A. It allows you to select the SCN that you
want to restore to.B. It...
分类:
其他好文 时间:
2014-06-10 13:10:23
阅读次数:
315
An IO call issynchronousif, when you call it, it
does not return until the operation is completed, or until enough time has
passed that your network s...
分类:
编程语言 时间:
2014-06-10 10:07:56
阅读次数:
273
单例对象:类是指用class定义的scala 对象, 如果用object替换class关键字, 那么这个就叫单例对象,sigleton object。 很难理解,下面使用三种使用校验和的方式来解释大家的疑问。...
分类:
其他好文 时间:
2014-06-08 05:31:40
阅读次数:
240