07 2010 档案

摘要:使用jetty maven plugin,mvn jetty:run 启动应用。 在POM文件中,声明jetty plugin <plugin> <groupId>org.mortbay.jetty</groupId> <artifactId>maven-jetty-plugin</artifactId> <version&g... 阅读全文
posted @ 2010-07-25 11:06 evilyzou 阅读(2875) 评论(0) 推荐(1)
摘要:DotParser.scala: [代码]DotLexer.scala:[代码]And finally, an example of usage, together with the AST for DOT:[代码] 阅读全文
posted @ 2010-07-17 23:11 evilyzou 阅读(551) 评论(0) 推荐(0)
摘要:Here are the main libraries of Scala that are part of the default distribution (in scala-library.jar): collection Collection classes Mutable and immutable maps, sets concurrent Concurrency Idioms Pi-c... 阅读全文
posted @ 2010-07-17 22:59 evilyzou 阅读(345) 评论(0) 推荐(0)
摘要:Scala的循环: [代码]这两种方式跟C#的循环大致类似Scala 迭代循环:[代码][代码][代码][代码]Scala Map(immutable):[代码][代码][代码]Array:[代码][代码] 阅读全文
posted @ 2010-07-17 22:49 evilyzou 阅读(731) 评论(0) 推荐(0)
摘要:Scala Wiki:   http://scala.sygneca.com/   Scala 相关的Blog: (Ordered alphabetically by author surnames) Alex Blewitt: AlBlue's Weblog Jonas Bonér: Jonas Bonér Iulian Drago: Iuli's Blog ... 阅读全文
posted @ 2010-07-17 20:24 evilyzou 阅读(142) 评论(0) 推荐(0)
摘要:Lift2.0发布,它的新特性:NoSQL support including built-in support for MongoDB and CouchDB High performance JSON support including an elegant JSON DSL and bidirectional JSON <-> Class conversion Powerful,... 阅读全文
posted @ 2010-07-17 14:32 evilyzou 阅读(242) 评论(0) 推荐(0)