上一页 1 ··· 21 22 23 24 25 26 27 28 29 ··· 53 下一页
摘要: 这个错误翻译起来很简单就是没有定义LogDelegateFactory类 查了依赖发现确实没有,没有那只能引入spring-core版本 中含有LogDelegateFactory,结果发生其他不兼容的jar问题因为 含有LogDelegateFactory的spring-core的版本太高不支持s 阅读全文
posted @ 2021-10-02 22:11 java渣渣 阅读(2120) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/gzxdale/article/details/81140889 阅读全文
posted @ 2021-10-01 22:27 java渣渣 阅读(34) 评论(0) 推荐(0) 编辑
摘要: 原因分析nginx响应超时15s, 客户端响应超时5s 客户端已经响应超时关闭连接了,nginx才返回数据。 阅读全文
posted @ 2021-10-01 21:23 java渣渣 阅读(1518) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/xiaojwang/p/11331202.html https://blog.csdn.net/joson1234567890/article/details/105134711 阅读全文
posted @ 2021-10-01 18:08 java渣渣 阅读(78) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/java173842219/article/details/108621985 根本原因是es采用内存分页将所有数据载入内存在进行分页,es为了防止OOM又对内存的数据数量做了限制。 阅读全文
posted @ 2021-09-24 19:10 java渣渣 阅读(475) 评论(0) 推荐(0) 编辑
摘要: ps -ef | grep nginx 看下的nginx的安装位置和启动文件 nginx -s reload nginx -t 验证nginx.conf的正确性 nginx -s quit 优雅退出 nginx -s stop fast shutdown 阅读全文
posted @ 2021-09-18 21:59 java渣渣 阅读(92) 评论(0) 推荐(0) 编辑
摘要: https://zhuanlan.zhihu.com/p/369662925 阅读全文
posted @ 2021-09-13 19:57 java渣渣 阅读(39) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/gaoying_blogs/article/details/45440797 阅读全文
posted @ 2021-09-09 11:43 java渣渣 阅读(82) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/qq_15812507/article/details/108240557 阅读全文
posted @ 2021-09-08 13:52 java渣渣 阅读(81) 评论(0) 推荐(0) 编辑
摘要: 参考资料: http://www.woshicver.com/ThirdSection/2_3_OpenCV%E4%B8%AD%E7%9A%84%E7%BB%98%E5%9B%BE%E5%8A%9F%E8%83%BD/ https://google.github.io/mediapipe/solut 阅读全文
posted @ 2021-09-01 19:32 java渣渣 阅读(290) 评论(0) 推荐(0) 编辑
上一页 1 ··· 21 22 23 24 25 26 27 28 29 ··· 53 下一页