
play
w13770269691
这个作者很懒,什么都没留下…
展开
-
StackOverflowError: null - can't precompile , but app works with play run
这是原因:Hello, I've another problem that drives me crazy: I can't precompile my app anymore and it only gives me this error: Internal Server Error (500) for request GET / Oops: StackO转载 2012-03-08 13:15:20 · 1030 阅读 · 0 评论 -
play! framework 1.2.4 vs 2.0 比较
Play! 1.2.4 vs 2.0: Currently, the two main reasons that justify adopting Play 2.0 over 1.2.4 are if:You want to do development in Scala instead of JavaYour app needs to keep 10,000 or more co转载 2012-05-15 14:24:26 · 1502 阅读 · 0 评论 -
playframework bind form checkbox 取值
直接上代码case class Notice(notice_class:Int,title:String,content:String,appId:Option[List[Int]],platformId:Option[List[Int]],marketId:Option[List[Int]],channelId:Option[List[Int]])The out原创 2014-03-14 15:36:56 · 1880 阅读 · 0 评论 -
play framework anorm 批量执行
直接上代码val insertSql = SQL("INSERT INTO NOTICE_LINK(notice_id,link_id,link_content) values ({notice_id},{link_id},{link_content})")//说明:notice.appId => paramval batchAppInsert = (insertSql.asBatch原创 2014-03-14 16:22:29 · 1403 阅读 · 0 评论