06 2021 档案

摘要: 阅读全文
posted @ 2021-06-30 10:07 QQ273999072 阅读(113) 评论(0) 推荐(0) 编辑
摘要://调用mysqlList<Map<String,Object>>resList = SqlUtils.getMySqlInstance().getlist(sqlString); //调用mssqlList<Map<String,Object>>resList = SqlUtils.getMsSq 阅读全文
posted @ 2021-06-18 15:17 QQ273999072 阅读(30) 评论(0) 推荐(0) 编辑
摘要:public class QueryRunnerHelper extends QueryRunner { private static Logger logger = Logger.getLogger(QueryRunnerHelper.class); private QueryRunner qr; 阅读全文
posted @ 2021-06-18 15:14 QQ273999072 阅读(51) 评论(0) 推荐(0) 编辑
摘要:public class SqlUtils { public static QueryRunnerHelper getMySqlInstance() { DataSource ds = SqlMyDataSource.getInstance(); QueryRunnerHelper qr = new 阅读全文
posted @ 2021-06-18 15:13 QQ273999072 阅读(61) 评论(0) 推荐(0) 编辑
摘要:public class SqlMsDataSource implements DataSource{ private static SqlMsDataSource instance = new SqlMsDataSource();; private SqlMsDataSource() { } pu 阅读全文
posted @ 2021-06-18 15:12 QQ273999072 阅读(194) 评论(0) 推荐(0) 编辑
摘要:public class SqlMyDataSource implements DataSource{ private static SqlMyDataSource instance = new SqlMyDataSource(); private SqlMyDataSource() { } pub 阅读全文
posted @ 2021-06-18 15:11 QQ273999072 阅读(83) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示