上一页 1 ··· 158 159 160 161 162 163 164 165 166 ··· 233 下一页
摘要: I’ve blogged about this topic earlier and expressed my frustrations as to how web containers don’t provide good support for precompiling JSP, with the... 阅读全文
posted @ 2014-12-10 22:30 一天不进步,就是退步 阅读(339) 评论(0) 推荐(0)
摘要: Web Server provides the following ways of compiling JSP 2.1-compliant source files into servlets:JSP are automatically compiled at runtime.Thejspccomm... 阅读全文
posted @ 2014-12-10 22:12 一天不进步,就是退步 阅读(344) 评论(0) 推荐(0)
摘要: 1. 语法:DECLARE handler_action HANDLER FOR condition_value [, condition_value] ... statementhandler_action: CONTINUE | EXIT | UNDOcondition_v... 阅读全文
posted @ 2014-12-10 16:41 一天不进步,就是退步 阅读(405) 评论(0) 推荐(0)
摘要: Question:I have the 64bit version of the jdk installed on windows 7. I installed the 32 bit version of the jre as websites complained that I didn't ha... 阅读全文
posted @ 2014-12-10 14:53 一天不进步,就是退步 阅读(327) 评论(0) 推荐(0)
摘要: Table of ContentsIntroductionDownload a Java Development Kit (JDK) version 6Install Apache Ant 1.8.1 or laterCheckout or obtain the source code for To... 阅读全文
posted @ 2014-12-10 14:46 一天不进步,就是退步 阅读(417) 评论(0) 推荐(0)
摘要: BeanFactory是访问bean容器的根接口,它是一个bean容器的基本客户端视图。 先让我们看看beanfactory的前生后世吧! beanFactory有四个重要的子接口: SimpleJndiBeanFactory是spring beanFactory接口的基于jndi的简单实现。不支持 阅读全文
posted @ 2014-12-08 23:47 一天不进步,就是退步 阅读(5532) 评论(0) 推荐(0)
摘要: This tutorial shows you how to use MySQL handler to handle exceptions or errors encountered in stored procedures.When an error occurs inside a stored ... 阅读全文
posted @ 2014-12-05 17:28 一天不进步,就是退步 阅读(521) 评论(0) 推荐(0)
摘要: 1. false :0 true 1 切记官方文档:http://dev.mysql.com/doc/refman/5.0/en/numeric-type-overview.htmlBOOL,BOOLEANThese types are synonyms forTINYINT(1). A value... 阅读全文
posted @ 2014-12-05 17:20 一天不进步,就是退步 阅读(1768) 评论(0) 推荐(1)
摘要: 第一次使用json,解析工具为FastJson,使用语言为java常见的json解析实例,以map为例:Map map=new HashMap();map.put("code","0");map.put("message","ok");String json=JSON.toJSONString(ma... 阅读全文
posted @ 2014-12-03 19:41 一天不进步,就是退步 阅读(38061) 评论(0) 推荐(0)
摘要: 原文地址:https://docs.jboss.org/author/display/AS71/Logging+ConfigurationOverviewThe overall server logging configuration is represented by the logging su... 阅读全文
posted @ 2014-12-03 17:00 一天不进步,就是退步 阅读(2515) 评论(0) 推荐(0)
上一页 1 ··· 158 159 160 161 162 163 164 165 166 ··· 233 下一页