摘要:
Nginx的安装包,从官方下载下来的是c语言的源码包,我们需要自己编译安装。具体操作步骤如下: 1). 安装Nginx运行时需要的依赖 yum install -y pcre pcre-devel zlib zlib-devel openssl openssl-devel 安装C语言的编译环境. y 阅读全文
posted @ 2024-06-01 12:14
灵泽pro
阅读(94)
评论(0)
推荐(0)
摘要:
1 @Slf4j 2 @Component 3 @ServerEndpoint("/ws/{sid}") 4 public class WebSocketServer { 5 6 private static Map<String,Session> sessionMap = new HashMap< 阅读全文
posted @ 2024-06-01 10:04
灵泽pro
阅读(27)
评论(0)
推荐(0)