上一页 1 ··· 160 161 162 163 164 165 166 167 168 ··· 235 下一页
摘要: 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 一天不进步,就是退步 阅读(418) 评论(0) 推荐(0)
摘要: BeanFactory是访问bean容器的根接口,它是一个bean容器的基本客户端视图。 先让我们看看beanfactory的前生后世吧! beanFactory有四个重要的子接口: SimpleJndiBeanFactory是spring beanFactory接口的基于jndi的简单实现。不支持 阅读全文
posted @ 2014-12-08 23:47 一天不进步,就是退步 阅读(5535) 评论(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 一天不进步,就是退步 阅读(522) 评论(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 一天不进步,就是退步 阅读(1771) 评论(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 一天不进步,就是退步 阅读(38064) 评论(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 一天不进步,就是退步 阅读(2522) 评论(0) 推荐(0)
摘要: 问题:使用navicat 11 调试存储过程,select返回结果,总是不能返回。原因:经google发现,navicat仅支持返回10个resultset,超过则不现实。解决方法:减少存储过程中的debug信息。 阅读全文
posted @ 2014-12-03 16:49 一天不进步,就是退步 阅读(2333) 评论(0) 推荐(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) 推荐(0)
摘要: java.sql.SQLException: Invalid parameter object type. Expected 'java.util.Map' but found 'java.lang.String'原文:http://hi.baidu.com/ideas/item/1e41172f7... 阅读全文
posted @ 2014-12-01 20:57 一天不进步,就是退步 阅读(15252) 评论(0) 推荐(0)
摘要: We hear a lot about loops, especiallyforloops. So what, in fact, are they? They’re just pieces of code that repeat the same commands several times, un... 阅读全文
posted @ 2014-11-30 17:13 一天不进步,就是退步 阅读(522) 评论(0) 推荐(0)
上一页 1 ··· 160 161 162 163 164 165 166 167 168 ··· 235 下一页