
scalar
huoyin
这个作者很懒,什么都没留下…
展开
-
使用sbt打包依赖库文件
下面的方法只是其中一种,供自己学习记录使用 1) 在project/plugins.sbt或者全局plugin的配置文件加入如下pluginaddSbtPlugin("org.xerial.sbt" % "sbt-pack" % "0.7.9") // for sbt-0.13.x or higheraddSbtPlugin("org.xerial.sbt" % "sbt-pack"...原创 2016-04-19 15:29:23 · 4425 阅读 · 1 评论 -
How to extract data from XML nodes in Scala
By Alvin Alexander. Last updated: June 3 2016Problem: In a Scala application, you want to extract information from XML you receive, so you can use the data in your application.Solution转载 2016-12-01 16:41:37 · 1007 阅读 · 0 评论 -
No appenders could be found for logger
如果碰到下列错误log4j:WARN No appenders could be found for logger (test.Main$).log4j:WARN Please initialize the log4j system properly.log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig原创 2017-02-12 23:27:13 · 1687 阅读 · 0 评论