3个jdbcp连接池的jar下载地址:http://download.csdn.net/detail/peng_hong_fu/9647235;
文件路径 String configFile = "resources/dbcp.properties";
空指针异常使用文件输入流
File file = new File(configFile);
FileInputStream in = new FileInputStream(file);
// 读取配置文件
pops.load(in);
文件路径 String configFile = "resources/dbcp.properties";
空指针异常使用文件输入流
File file = new File(configFile);
FileInputStream in = new FileInputStream(file);
// 读取配置文件
pops.load(in);
2016-10-08
1414 输入要是形如 @XXX 的值,如@num。
Parameters: OUT `counts` int
@n
Return values: 8
Parameters: OUT `counts` int
@n
Return values: 8
2016-10-06