- 博客(72)
- 收藏
- 关注
原创 项目报 OutOfMemoryError 、GC overhead limit exceeded 问题排查以及解决思路实战
项目报 OutOfMemoryError 、GC overhead limit exceeded 问题排查以及解决思路实战
2024-12-27 22:11:16
2624
原创 Caused by: com.alibaba.fastjson.JSONException: illegal input, offset 1, char 4
com.alibaba.fastjson.JSONException: illegal input, offset 1, char 1
2024-12-23 15:41:10
1511
原创 javax.net.ssl.SSLPeerUnverifiedException: Hostname 192.168.13.13 not verified:
javax.net.ssl.SSLPeerUnverifiedException: Hostname 192.168.13.13 not verified
2024-12-20 16:03:46
1252
原创 Springboot 接入 WebSocket 实战
WebSocket协议是基于TCP的一种新的网络协议。它实现了浏览器与服务器全双工(full-duplex)通信——允许服务器主动发送信息给客户端。简单理解:1,常见开发过程中我们知道 Http协议,客户端请求一次,服务器响应一次,推送数据,不能主动的推送数据,每次请求都要做一个连接,非常消耗性能。2,websocket 建立一次链接,可以主动向客户端推送数据。
2024-10-12 10:17:16
1490
1
原创 nginx报“/app/nginx/client_body_temp/0000000003“ failed (13: Permission denied)
nginx报"/app/nginx/client_body_temp/0000000003" failed (13: Permission denied)
2024-10-09 09:44:35
859
原创 scp user12.x2.1xx7.202:/home/yxyxzx/duxxp-xxud_xxjor_db-202407111647.sql . WARNING: REMOTE HOST IDEN
scp yzyuser@112.22.101.102:/xx/xx application.yml . 远程copy文件到本地
2024-07-16 14:18:44
489
原创 Nginx 重启失败nginx: [alert] kill(3259, 1) failed (3: No such process)
[alert] kill(3259, 1) failed (3: No such process)
2024-06-12 23:01:05
1275
原创 UNABLE_TO_GET_ISSUER_CERT_LOCALLY: request to https://registry.npmjs.org/abab failed, reason: unable
执行前端工程,在命令行 输入 npm install 报以下异常。
2024-06-06 22:47:05
1031
原创 Field remoteLogService in com.ruoyi.common.log.service.AsyncLogService required a bean of type ‘com.
使用若依框架的定时任务结果报以下问题:报 Field remoteLogService in com.ruoyi.common.log.service.AsyncLogService required a bean of type ‘com.ruoyi.system.api.RemoteLogService’ that could not be found.
2024-06-05 19:10:02
978
原创 微服务远程调用之拦截器实战
详细描述:但是添加了token的信息,且token不为空,这个后面猜测可能是在系统管理服务里面有个拦截器需要校验user_id 是否为空,为空就报异常。后面在远程调用前添加 请求头信息user_id 的值。问题解决。
2024-05-30 15:33:13
904
2
原创 Unrecognized VM option ‘CMSParallelRemarkEnabled‘ Error: Could not create the Java Virtual Machine.
Unrecognized VM option 'CMSParallelRemarkEnabled' Error: Could not create the Java Virtual Machine. Error: A fatal e
2024-01-28 21:31:41
2336
原创 ThreadPoolExecutor线程池和CompletableFuture 项目实战使用
ThreadPoolExecutor线程池使用、数据处理、CompletableFuture使用
2024-01-20 11:58:06
712
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人