RestTemplateConfig
摘要:ConnPoolControl 针对链接池的配置,查看源码可以看到主要在这个接口中。 package org.apache.http.pool; /** * Interface to control runtime properties of a {@link ConnPool} such as *
阅读全文
posted @
2021-09-29 14:40
爷的眼睛闪亮
阅读(672)
推荐(0) 编辑
mysql 忘记密码-更改密码
摘要:1. 关闭正在运行的MySQL服务。 2. 打开DOS窗口,转到mysql\bin目录。 3. 输入mysqld --skip-grant-tables 回车。--skip-grant-tables 的意思是启动MySQL服务的时候跳过权限表认证。 4. 再开一个DOS窗口(因为刚才那个DOS窗口已
阅读全文
posted @
2021-09-15 11:14
爷的眼睛闪亮
阅读(45)
推荐(0) 编辑