12 2021 档案
摘要:<?xml version="1.0" encoding="UTF-8"?><beans xmlns="http://www.springframework.org/schema/beans" xmlns:context="http://www.springframework.org/schema/
阅读全文
摘要:数据源的手动写: 纯手动的: 下面的这个是用的java写的,而需要的连接池: c3p0 @Test public void test1() throws Exception {// ComboPooledDataSource dataSource = new ComboPooledDataSourc
阅读全文
摘要:<?xml version="1.0" encoding="UTF-8"?> <web-app xmlns="http://xmlns.jcp.org/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:s
阅读全文
摘要:JedisPoolUtil的类 package cn.itcast.util; import redis.clients.jedis.Jedis; import redis.clients.jedis.JedisPool; import redis.clients.jedis.JedisPoolCo
阅读全文