摘要:
1. 语法:DECLARE handler_action HANDLER FOR condition_value [, condition_value] ... statementhandler_action: CONTINUE | EXIT | UNDOcondition_v...
阅读全文
posted @ 2014-12-10 16:41
一天不进步,就是退步
阅读(406)
推荐(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
一天不进步,就是退步
阅读(331)
推荐(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
一天不进步,就是退步
阅读(419)
推荐(0)
摘要:
BeanFactory是访问bean容器的根接口,它是一个bean容器的基本客户端视图。 先让我们看看beanfactory的前生后世吧! beanFactory有四个重要的子接口: SimpleJndiBeanFactory是spring beanFactory接口的基于jndi的简单实现。不支持
阅读全文
posted @ 2014-12-08 23:47
一天不进步,就是退步
阅读(5535)
推荐(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
一天不进步,就是退步
阅读(523)
推荐(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
一天不进步,就是退步
阅读(1771)
推荐(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
一天不进步,就是退步
阅读(38065)
推荐(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
一天不进步,就是退步
阅读(2522)
推荐(0)
摘要:
问题:使用navicat 11 调试存储过程,select返回结果,总是不能返回。原因:经google发现,navicat仅支持返回10个resultset,超过则不现实。解决方法:减少存储过程中的debug信息。
阅读全文
posted @ 2014-12-03 16:49
一天不进步,就是退步
阅读(2333)
推荐(0)
摘要:
JBoss 7 is slightly different than earlier version JBoss 5 or 6. The procedure to enable access logs in JBoss 7 is also changed and you must be famili...
阅读全文
posted @ 2014-12-03 16:39
一天不进步,就是退步
阅读(1482)
推荐(0)