⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 loadfileoption.java

📁 手写的连接池类,实现了数据库的连接池,提高了操作数据库的效率.
💻 JAVA
字号:
package com.cn.res;

/*
 * Created on 2005-5-26
 *
 * TODO To change the template for this generated file go to
 * Window - Preferences - Java - Code Style - Code Templates
 */

import java.io.IOException;

/**
 * @author 万江
 *
 */
public class LoadFileOption extends ReadProps{	 
	/**
	 * 
	 */
	public LoadFileOption() {
		super();
	}
	
	
	public String getPropsValue(String propsName){
      try {
		return
		(
		this.getPropsValue(this.getProps("fish.properties"),propsName)
		);
	  } catch (IOException e) {
		e.printStackTrace();
		return null;	
	 }
    }	
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -