使用spring整合hibernate时,需要用到数据源,数据源使用apache的dbcp,使用dbcp时需要依赖pool的jar包,选择dbcp和pool时需要注意。
DBCP 2 compiles and runs under Java 7 only (JDBC 4.1)DBCP 1.4 compiles and runs under Java 6 only (JDBC 4)DBCP...
分类:
数据库 时间:
2014-06-20 13:19:33
阅读次数:
219
IndexReaderFactory.java1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556package
org.ostree.modul...
分类:
其他好文 时间:
2014-06-11 23:34:37
阅读次数:
253
apache
commons下的pool其中的borrowObject函数源代码显示其产生可用对象的过程:
如果stack中有空闲的对象,则pop对象,激活对象(activate函数),验证对象(validate函数)。最终将合格的对象返回给client。
若对象在这个流程中出错,则在从stack中...
分类:
其他好文 时间:
2014-06-11 22:44:15
阅读次数:
352
如何在apache中使用rewrite规则配置白名单,这里分享一个方法。今天弄了半天apache 的rewrite
规则,还是没有配置出符合的规则。经同事指点,成功。需求:六个文件的入口,其他都重定向到index自己的思路:正则找出不是六个文件的URL的模式,进行过滤。对比同事的结果,自己思路的问题...
分类:
其他好文 时间:
2014-06-11 21:53:11
阅读次数:
358
/*
* Copyright 2002-2008 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* Y...
分类:
其他好文 时间:
2014-06-07 14:55:47
阅读次数:
249
Tomcat 启动报
The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path
提示的解决办法:...
分类:
其他好文 时间:
2014-06-07 13:08:51
阅读次数:
309
atitit。 hb Hibernate sql 查询使用
#----------返回list法..这个推荐使用。
q.setResultTransformer(Transformers.ALIAS_TO_ENTITY_MAP);
List li=q.list();
作者 老哇的爪子 Attilax 艾龙, EMAIL:14665...
分类:
数据库 时间:
2014-06-07 12:07:58
阅读次数:
246
在pom.xml添加plugin org.apache.maven.plugins
maven-compiler-plugin 2.5.1 1.6 1.6
分类:
其他好文 时间:
2014-06-07 07:58:34
阅读次数:
666
(系统:win8.1专业版)1.访问官网:从maven官网下载mavenhttp://maven.apache.org/download.cgi2.下载:点击红色圈住的link地址
进行下载(我这出现无法访问下载地址所以我选择不同的mirror进行下载)我选择的是 下图这个进行进行的下载3.解压并配...
分类:
其他好文 时间:
2014-06-07 06:56:17
阅读次数:
330
package l002;import java.io.File;import
java.io.IOException;import org.apache.lucene.analysis.Analyzer;import
org.apache.lucene.analysis.standard.Stan...
分类:
其他好文 时间:
2014-06-07 06:51:41
阅读次数:
208