上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 21 下一页
摘要: <!-- https://mvnrepository.com/artifact/org.apache.commons/commons-compress --> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons 阅读全文
posted @ 2021-09-07 15:00 ☆♂安♀★ 阅读(763) 评论(0) 推荐(0) 编辑
摘要: #user nobody; user root; worker_processes 1; error_log /spdblogs/nginx/logs/error.log; error_log /spdblogs/nginx/logs/notice.log notice; error_log /sp 阅读全文
posted @ 2021-09-01 15:57 ☆♂安♀★ 阅读(524) 评论(0) 推荐(0) 编辑
摘要: 老版本的mongodbtemplate连接池的用法 spring: data: mongodb: address: 127.0.0.1:37017 replica-set: database: xxx username: xxx password: xxxx # Configure spring.d 阅读全文
posted @ 2021-08-27 17:23 ☆♂安♀★ 阅读(6300) 评论(0) 推荐(0) 编辑
摘要: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid 阅读全文
posted @ 2021-08-25 15:59 ☆♂安♀★ 阅读(54) 评论(0) 推荐(0) 编辑
摘要: pom.xml <dependency> <groupId>com.github.danielwegener</groupId> <artifactId>logback-kafka-appender</artifactId> <version>0.2.0-RC2</version> </depend 阅读全文
posted @ 2021-08-16 18:32 ☆♂安♀★ 阅读(574) 评论(0) 推荐(0) 编辑
摘要: import lombok.extern.slf4j.Slf4j; import org.reactivestreams.Publisher; import org.springframework.cloud.gateway.filter.GatewayFilterChain; import org 阅读全文
posted @ 2021-08-15 15:46 ☆♂安♀★ 阅读(58) 评论(0) 推荐(0) 编辑
摘要: java getway springcloud 记录请求数据,兼容post请求无参数和response返回无参数 方式1 import com.icar.web.icarutils.util.ClientUtil; import com.icar.web.icarutils.util.IdWorke 阅读全文
posted @ 2021-08-15 15:45 ☆♂安♀★ 阅读(291) 评论(0) 推荐(0) 编辑
摘要: http { server_tokens off; #隐藏nginx版本 proxy_headers_hash_max_size 51200; proxy_headers_hash_bucket_size 6400 server { listen 80; server_name localhost 阅读全文
posted @ 2021-08-11 17:49 ☆♂安♀★ 阅读(191) 评论(0) 推荐(0) 编辑
摘要: e.printStackTrace(); 先查看下源码 如图片中1所示,使用的是 PrintStreamOrWriter public void printStackTrace() { printStackTrace(System.err); } /** * Prints this throwabl 阅读全文
posted @ 2021-07-31 19:49 ☆♂安♀★ 阅读(772) 评论(0) 推荐(0) 编辑
摘要: 刚开始压测说总体性能慢达不到指标 我用arthas,这个在压测的时候查询问题,或者线上查找问题真的很重要,像之前去平安银行的测试组(开发岗位)面试也问了这个问题(2021年初),那时候他们也刚开始研究,还问了一些测试数据如何在网页前端大批量实时展示的解决方案,但自己真的很弱arthas真的没听过,不 阅读全文
posted @ 2021-07-28 19:19 ☆♂安♀★ 阅读(465) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 21 下一页