随笔分类 - Scala
摘要:说实话,找了好半天的资料,也许是我的IDEA版本太高了网上资料稀缺,所以愣是没有找到打包的方法,只是自己瞎琢磨了,还好搞出来了,记录一下。说文字说一下大概流程,其实很简单:创建配置文件->创建配置文件时选择使用maven->添加maven运行的命令,通常打包使用clean package->保存配置...
阅读全文
摘要:如图:
阅读全文
摘要:文章来自:http://www.cnblogs.com/hark0623/p/4196452.html 转发请注明代码如下:/** * 隐式转换 隐式参数 隐式类 *///隐式转换class Implicit(a: A) { def Test: Unit = { println("Im...
阅读全文
摘要:文章来自:http://www.cnblogs.com/hark0623/p/4196261.html 转载请注明代码如下:/** * 模式匹配 */case class Class1(param1: String, param2: String)case class Class2(param1: ...
阅读全文
摘要:文章来自:http://www.cnblogs.com/hark0623/p/4194940.html 转载请注明/** * Created by Administrator on 2014-12-31. */class ApplyTest { def apply() = "Apply custo...
阅读全文
摘要:文章来自:http://www.cnblogs.com/hark0623/p/4174652.html 转发请注明我刚装上Scala和IDEA时发现运行代码后总是出现xxx is already defined as class xxx的问题。经查询,是ScalaJdk版本与IDEA版本有冲突。出问...
阅读全文