Error during WebSocket handshake: Unexpected response code: 404 websocket连不了

Error during WebSocket handshake: Unexpected response code: 404 websocket连不了

I got answer for this query. This is because the added jar o...
简单排查java应用CPU飙高的线程问题

简单排查java应用CPU飙高的线程问题

1. 获取要查看的进程的ID ps aux | grep xxx 2. 查看此进程下的线程信息 top -H -p &l...
layui数据表格里内容的判断显示 template field 模板

layui数据表格里内容的判断显示 template field 模板

    layui数据表格里内容的判断显示 template field 模板  if  条件展示 ...
java十年架构的演变

java十年架构的演变

作者:huashiou 链接:https://segmentfault.com/a/1190000018626163 1...
Redis中bitmap的妙用

Redis中bitmap的妙用

BitMap是什么 就是通过一个bit位来表示某个元素对应的值或者状态,其中的key就是对应元素本身。我们知道8个bit...
java中的Map和List静态初始化

java中的Map和List静态初始化

map的静态初始化 public final static Map<String, String> DUAN...
2020-11-7-到2020-11-9上海随笔

2020-11-7-到2020-11-9上海随笔

东东说机票便宜 然后就想去了。。 先大概记录下,有空重新编写下 2020-11-6 晚上6点多,急急忙忙赶回宿舍,思德已...
uni-app中scroll-view的高度问题,填满剩下的高度且高度自适应

uni-app中scroll-view的高度问题,填满剩下的高度且高度自适应

// scroll-view的代码 class名为sv 使用:style动态绑定高度 <scroll-view s...
Error creating bean with name ‘enableRedisKeyspaceNotificationsInitializer’ defined in class path resource

Error creating bean with name ‘enableRedisKeyspaceNotificationsInitializer’ defined in class path resource

我们在SpringBoot中用Jedis来访问Redis,其中Redis是采用集群(单机没有本篇文章的问题)的方式,在启...
freemarker数字输出中带有逗号问题

freemarker数字输出中带有逗号问题

在action中 map.put(“mynum”,1200) , 在ftl模板中${mynum}...
返回顶部