上一页 1 ··· 153 154 155 156 157 158 159 160 161 ··· 229 下一页
摘要: http://agapple.iteye.com/blog/791943可以后另一篇做对比:http://agapple.iteye.com/blog/772507同样的内容,不同的描述方式,不一样的效果.Hi all :最近在做offerdetail优化时,替换了数据库驱动,从c3p0 0.9.1... 阅读全文
posted @ 2014-12-13 19:00 一天不进步,就是退步 阅读(373) 评论(0) 推荐(0) 编辑
摘要: beanFactory的继承关系如下图所示: (图片来源:http://www.myexception.cn/software-architecture-design/925888.html)在上节beanFactory的进化史,我们就讲到了上图的左边部分,这次我们来分析一下图的右边部分。Ali... 阅读全文
posted @ 2014-12-13 09:55 一天不进步,就是退步 阅读(487) 评论(0) 推荐(0) 编辑
摘要: JspC可以通过jspc.setArgs(args);设置所需参数,和使用指令进行编译相同,使用指令编译范例:java -cp jasper.jar;servlet-api.jar;Fcatalina.jar;F:\server\tomcat.6\bin\tomcat-juli.jar;ant.ja... 阅读全文
posted @ 2014-12-10 22:43 一天不进步,就是退步 阅读(2709) 评论(0) 推荐(0) 编辑
摘要: 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 一天不进步,就是退步 阅读(290) 评论(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 一天不进步,就是退步 阅读(320) 评论(0) 推荐(0) 编辑
摘要: 1. 语法:DECLARE handler_action HANDLER FOR condition_value [, condition_value] ... statementhandler_action: CONTINUE | EXIT | UNDOcondition_v... 阅读全文
posted @ 2014-12-10 16:41 一天不进步,就是退步 阅读(370) 评论(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 一天不进步,就是退步 阅读(301) 评论(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 一天不进步,就是退步 阅读(370) 评论(0) 推荐(0) 编辑
摘要: BeanFactory是访问bean容器的根接口,它是一个bean容器的基本客户端视图。 先让我们看看beanfactory的前生后世吧! beanFactory有四个重要的子接口: SimpleJndiBeanFactory是spring beanFactory接口的基于jndi的简单实现。不支持 阅读全文
posted @ 2014-12-08 23:47 一天不进步,就是退步 阅读(5451) 评论(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 一天不进步,就是退步 阅读(462) 评论(0) 推荐(0) 编辑
上一页 1 ··· 153 154 155 156 157 158 159 160 161 ··· 229 下一页