摘要:
最大连接数 show variables like '%max_connections%'; 最大连接数 对于并发编程了解过的人知道,这个151不是越大越好,一般来说设置为 最大连接数 = cpu X 2 会比较合适, 因为受 IO 影响,连接数越大,反而越会占用IO,所以设置过大也可能导致性能降低 阅读全文
摘要:
当SqlServer DB需要 Java 使用 SSL 加密连接时,I can help you by this article. SqlServer 有多台比如多主多从模式时,需要拿到数据库的 cer 证书,并根据这些 master slave SqlServer DB 的 cer 证书生成 Ja 阅读全文
摘要:
程序连接 mysql 报错:Too many connections, 解决方法是修改 mysql 里的连接数。 show variables like "%conn%"; 查看 max_connections 最大连接数,max_user_connections 单用户最大连接数。 进入 dock 阅读全文
摘要:
java code of health check : import org.apache.kafka.clients.admin.AdminClient; import org.apache.kafka.clients.admin.DescribeClusterOptions; import or 阅读全文
摘要:
进入某个collection的全局edit设置: 在"Pre-request Scripts"选项卡设置全局脚本: 全局脚本贴上代码: function getCurrentDate() { var myDate=new Date(); // 获取当前时间戳 var year = myDate.ge 阅读全文