
playframework
wen66
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Semi-synchronicity: Deferred downloads based on time
Hmm, another blog entry on the Play framework. You must be sooo surprised!Play allows you to suspend requests while doing heavy computation – this frees up your application to continue processing ...原创 2011-12-29 12:12:02 · 94 阅读 · 0 评论 -
Play framework Intellij idea debug 调试
当play开发环境配置完成以后.在idea的Run/Debug Configurations面板中添加一个appliction应用1.设置Main class: play.server.Server2. 设置VM.option-Xdebug-Xrunjdwp:transport=dt_socket,address=8000,server=y,suspend=n-...原创 2012-02-08 14:04:28 · 217 阅读 · 0 评论 -
如何在intelj idea11里调试playframework1程序
来源:[url]http://stackoverflow.com/questions/5390178/how-to-make-the-debugging-in-playframework-in-intellij-idea[/url]Since version 11 of IDEA, there is native support for the Play framework. To debug...原创 2012-04-19 10:04:53 · 130 阅读 · 0 评论