高阶函数函数加里化(Currying)和偏函数应用(Partial Application)的比较

Posted by 夏泽民

所谓高阶函数是指可一把函数作为参数,或者是可以将函数作为返回值的函数(我们见得闭包函数就是高阶函数)。



使用Phabricator做为Code Review工具

Posted by 夏泽民

目录



cut

Posted by 夏泽民

数据处理常用命令: $ cat 3.txt | cut -d ‘ ‘ -f 1 | sed -e ‘s/^/"/’ | sed -e ‘s/$/",/’



akka_sbt_eclipse

Posted by 夏泽民

akka项目编译上有两种方法: 第一、 用sbt ,这个是akka 官方推荐的方法,可以用sbt生成Eclipsse项目,然后导入到Eclipse里面,可以运行。 但是我的编译还是通过sbt 命令行的方式来做的。 如果大家有好的方法,请指正。 sbt的安装方法参考:http://www.scala-sbt.org/download.html how to write a scala file , build and run with sbt. http://www.scala-sbt.org/0.13/tutorial/Hello.html akka:http://akka.io/ scala for eclipse IDE bundle : http://scala-ide.org/ (也推荐这个集成开发工具,内含编译所需要的akka actor 和 scala library)



FunSuite

Posted by 夏泽民

参考wiki:http://www.scalatest.org/getting_started_with_fun_suite



Search

Popular posts

Anything in here will be replaced on browsers that support the canvas element

Recent posts

This blog is maintained by 夏泽民

Get in touch with me at 465474307@qq.com

Subscribe to our mailing list

* indicates required