摘要: mvn install:install-file -Dfile=C:\Users\Administrator\Desktop\spring-websocket-5.3.20.jar -DgroupId=org.springframework -DartifactId=spring-websocket 阅读全文
posted @ 2022-08-29 15:35 xiexie0812 阅读(16) 评论(0) 推荐(0)
摘要: 调用StringUtils工具类的strip()方法去掉中括号"[ ]": 或者自己写工具类 public static void main(String[] args) { String s = "[aasa, bbbbb]"; String s1 = s.replaceAll("(?:\\[|n 阅读全文
posted @ 2022-08-29 14:59 xiexie0812 阅读(1364) 评论(0) 推荐(0)
摘要: 一、前言 使用websocket进行实时通信时,常见以下报错: WebSocket connection to 'ws://localhost' failed: 或者 Whoops!Lost connection to http://localhost: 网上很多方案例如重新导入fastjson依赖 阅读全文
posted @ 2022-08-29 14:56 xiexie0812 阅读(4963) 评论(1) 推荐(1)