随笔分类 -  JDBC通用性操作

摘要:z-index 属性设置元素的堆叠顺序。拥有更高堆叠顺序的元素总是会处于堆叠顺序较低的元素的前面 box-shadow: 1px 2px 0 #eaf5dc属性向框添加一个或多个阴影 border-radius: 50%;设置边框弧度 例如设置圆形 background: rgba(0, 0, 0, 阅读全文
posted @ 2022-03-17 19:09 软工小蜗牛 阅读(169) 评论(0) 推荐(0)
摘要:private QueryRunner queryRunner= new QueryRunner(DButil.getDruidDataSource()) ; public boolean insert(person person) { Object[] parms = {person.getNam 阅读全文
posted @ 2021-11-05 08:51 软工小蜗牛 阅读(96) 评论(0) 推荐(0)
摘要:private static DruidDataSource druidDataSource; static { Properties properties = new Properties(); InputStream inputStream = DButil.class.getResourceA 阅读全文
posted @ 2021-11-04 23:26 软工小蜗牛 阅读(93) 评论(0) 推荐(0)
摘要:driver=com.mysql.jdbc.Driver url=jdbc:mysql://localhost:3306/shujuku?&useUnicode=true&serverTimezone=UTC username=root password=123456 #初始化连接数 initial 阅读全文
posted @ 2021-11-04 22:30 软工小蜗牛 阅读(93) 评论(0) 推荐(0)
摘要:import com.alibaba.druid.pool.DruidDataSource; import com.alibaba.druid.pool.DruidDataSourceFactory; import java.io.IOException; import java.io.InputS 阅读全文
posted @ 2021-11-04 22:29 软工小蜗牛 阅读(620) 评论(0) 推荐(0)