03 2010 档案

摘要:JBoss应用服务器提供几种不同的服务器配置。在/server目录下,你会找到五个子目录:minimal, default, standard, all 和web-每个对应一个服务器配置。每个配置提供一组不同的服务。如果启动服务器时没有指定其它的配置,那么默认将使用default配置。 m... 阅读全文
posted @ 2010-03-30 11:20 moonsnow 阅读(159) 评论(0) 推荐(0)
摘要:在Sun Tutorial中有这样一句话:The finally block always executes when the try block exits. This ensures that the finally block is executed even if an unexpec... 阅读全文
posted @ 2010-03-24 08:04 moonsnow 阅读(177) 评论(0) 推荐(0)