サクサク読めて、アプリ限定の機能も多数!
トップへ戻る
アメリカ大統領選
www.eishay.com
Thursday, February 16, 2012 Testing javascript with Play Framework 2.0 and JsTestDriver At qwallet we're building an extensive javascript application backed up by a Scala on Play 2.0 backend. Since I'm using IntelliJ IDEA for the scala development, I'm using it for javascript as well. The nice bonus that comes with that is IntelliJ's integration with JsTestDriver. While working on the javascript
Saturday, May 09, 2009 Iterating over Map with Scala Here is a summary of the iteration over a Scala Map discussion, started by Ikai at the Scala mailing list. Here is the Map we wish to iterate over. scala> val m1 = Map[Int, Int](1->2, 2->3, 4->50) m1: scala.collection.immutable.Map[Int,Int] = Map(1 -> 2, 2 -> 3, 4 -> 50)The options are: Accessing the Tuple2 object structure.scala> m1 foreach ( (
Monday, May 11, 2009 Scala and XML - Part 1 As you know, Scala has a great syntax for XML. Here are some lessons from working with it. Here is a yet another Scala XML sample which creates html.import scala.xml.XML._ import scala.xml.NodeBuffer import scala.xml.dtd.{DocType, PublicID} object ScalaHtml { val words = List("one", "two", "three") val url = "http://www.scala-lang.org/" def main(args : A
このページを最初にブックマークしてみませんか?
『www.eishay.com』の新着エントリーを見る
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く