Skip to content

Commit 84fc8ba

Browse files
committed
完成
1 parent 6eb2b48 commit 84fc8ba

510 files changed

Lines changed: 126719 additions & 45 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Dev/SpringJDBC/druid.properties

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
driverClassName=com.mysql.jdbc.Driver
2+
url=jdbc:mysql:///day17
3+
username=root
4+
password=root
5+
# 初始化连接数量
6+
initialSize=5
7+
# 最大连接数
8+
maxActive=10
9+
# 最大等待时间
10+
maxWait=3000
32.7 KB
Binary file not shown.

Dev/jackson/jackson-core-2.2.3.jar

188 KB
Binary file not shown.
846 KB
Binary file not shown.

Dev/jedis/commons-pool2-2.3.jar

107 KB
Binary file not shown.

Dev/jedis/jedis-2.7.0.jar

331 KB
Binary file not shown.

Dev/jedis/jedis.properties

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
host=127.0.0.1
2+
port=6379
3+
maxTotal=50
4+
maxIdle=10
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
#最大活动对象数
2+
redis.pool.maxTotal=1000
3+
#最大能够保持idel状态的对象数
4+
redis.pool.maxIdle=100
5+
#最小能够保持idel状态的对象数
6+
redis.pool.minIdle=50
7+
#当池内没有返回对象时,最大等待时间
8+
redis.pool.maxWaitMillis=10000
9+
#当调用borrow Object方法时,是否进行有效性检查
10+
redis.pool.testOnBorrow=true
11+
#当调用return Object方法时,是否进行有效性检查
12+
redis.pool.testOnReturn=true
13+
#“空闲链接”检测线程,检测的周期,毫秒数。如果为负值,表示不运行“检测线程”。默认为-1.
14+
redis.pool.timeBetweenEvictionRunsMillis=30000
15+
#向调用者输出“链接”对象时,是否检测它的空闲超时;
16+
redis.pool.testWhileIdle=true
17+
# 对于“空闲链接”检测线程而言,每次检测的链接资源的个数。默认为3.
18+
redis.pool.numTestsPerEvictionRun=50
19+
#redis服务器的IP
20+
redis.ip=xxxxxx
21+
#redis服务器的Port
22+
redis1.port=6379

Dev/jquery.api.1.11.3 Shifone.CHM

1.52 MB
Binary file not shown.
338 KB
Loading

0 commit comments

Comments
 (0)