相关文章
websocket实现实时弹幕
需求
实时弹幕不需要数据库存储工具vuespringboot
实现
效果图: 前端代码: 实现原理:利用transition-group组件实现群动画效果(需绑定一个数组),然后在随机给每一个弹幕一个高度即可。在通过即时通信给…
建站知识
2025/1/17 6:25:06
阿里开源,超强大的 Kubernetes 本地调试工具 Kt-Connect
背景 注:背景有点啰嗦,讲讲一路走来研发本地调试的变化,嫌烦的可以直接跳过,不影响阅读。 2019年 我在的公司当时是个什么情况,只有两个Java应用,还都跑在一个Tomcat Servlet容器。 当时是如何本地调试&…
建站知识
2025/1/13 17:04:04
AXIS调用jws发布的webservice出现Cannot find dispatch method for
服务端代码
WebService
SOAPBinding(style SOAPBinding.Style.RPC)
public class WebserviceServer {WebMethodpublic void doSomething() {System.out.println("hello");}public static void main(String[] args) {WebserviceServer server new WebserviceServer…
建站知识
2025/1/26 11:29:50
MySQL启动错误总结
centos7中出现mysql启动失败排查方法:首先找到/var/log/mysqd.log, 第一种启动失败: 查看包含最后几行包含error的行; [ERROR] Unix socket lock file is empty /tmp/mysql.sock.lock.
[ERROR] Unable to setup unix socket lock …
建站知识
2025/2/27 0:07:09
Retrofit2网络请求拦截器
统一日志上报拦截器:
区分Get、POST、Form重新发起请求仅供参考(复杂、不建议)
package com.kedacom.checkpoint.netimport android.net.Uri
import com.kedacom.checkpoint.MainApplication
import com.kedacom.checkpoint.constants.toJs…
建站知识
2025/3/14 0:32:18
Spring AOP注解通过@Autowired,@Resource,@Qualifier,@PostConstruct,@PreDestroy注入属性的配置文件详解
原创整理不易,转载请注明出处:Spring AOP注解通过Autowired,Resource,Qualifier,PostConstruct,PreDestroy注入属性的配置文件详解 代码下载地址:http://www.zuidaima.com/share/17726613734225…
建站知识
2025/2/7 20:51:50