文章列表
hello,world;
static{//初始化数据库连接参数
///利用工具类取得配置文件的内容
Properties prop= new LoadConfigUtil().getProperties(Constants.CONFIG_FILENAME_JDBC);
db_username= prop.getProperty("jdbc.username"); //connection username
db_password= prop.getProperty("jdbc.password&qu ...