摘要: log4使用介绍2011-09-23 19:02301人阅读评论(1)收藏举报我们在编程时经常不可避免地要使用到一些日志操作,比如开发阶段的调试信息、运行时的日志记录及审计。调查显示,日志代码占代码总量的4%。通常大家可以简单地使用System.out.println()语句输出日志信息,但是在发布时,通常不想在正式的版本中打印这些开发时的调试信息,于是又要手工地把这些语句删除,所以大量的这样的System.out.println()调试语句会带来麻烦。更多做法是把它封闭一个简单的输出,比如:java 代码1.publicfinalclassDebug 2. { 3. publicstatic 阅读全文
posted @ 2012-12-08 15:26 程序员-初学者 阅读(916) 评论(0) 推荐(0) 编辑
摘要: Since 2007, we have been working on making Java web application development easier. Play started as an internal (国内的) project atZenexityand was heavily influenced(受影响的) by our way of doing web projects: focusing on developer productivity(生产力), respecting(关于) web architecture(建筑学、建筑样式), and using a f 阅读全文
posted @ 2012-12-08 14:32 程序员-初学者 阅读(209) 评论(0) 推荐(0) 编辑
摘要: Play 2.0 is a high-productivity Java and Scala web application framework that integrates the components and APIs you need for modern web application development.Play 2.0是一个高效率的java和scala的web应用程序集成的组建和您所需要的现代Web应用程序开发的APIS!Play is based on a lightweight, stateless, web-friendly architecture and featu 阅读全文
posted @ 2012-12-08 13:52 程序员-初学者 阅读(339) 评论(0) 推荐(0) 编辑