摘要:
<dependency> <groupId>org.apache.shiro</groupId> <artifactId>shiro-spring</artifactId> <classifier>jakarta</classifier> <version>${shiro.version}</ver 阅读全文
摘要:
protoc 下载地址:https://repo1.maven.org/maven2/com/google/protobuf/protoc grpc-proto 下载地址:Central Repository: io/grpc/protoc-gen-grpc-java (maven.org) 阅读全文
摘要:
Serverless架构:漂浮在云端的轻盈与自由 类似于 Fn Project 的 Serverless 开源服务有很多,它们都旨在简化函数即服务(FaaS)的开发流程,使得开发者可以更专注于业务逻辑而不是底层基础设施。下面列举了一些知名的 Serverless 开源平台和服务: 1. **Open 阅读全文
摘要:
以下是Jitsi Meet提供的主要功能: 支持所有当前浏览器移动应用程序用于集成的Web和本机SDK高清音频和视频内容共享举手和反应与私人对话聊天 支持ios,安卓,浏览器 使用Jitsi Meet非常简单,因为它是基于浏览器的。前往meet.jit.si并尝试一下。它可扩展且免费使用。你只需要一 阅读全文
摘要:
使用教程 为了加速镜像拉取,使用以下命令设置registry mirror 支持系统:Ubuntu 16.04+、Debian 8+、CentOS 7+ sudo mkdir -p /etc/docker sudo tee /etc/docker/daemon.json <<EOF { "regis 阅读全文
摘要:
mediasoup: https://github.com/versatica/mediasoup liveKit: https://github.com/livekit/livekit 为开发者提供的实时视频、音频和数据传输解决方案 LiveKit 是一个开源项目,基于 WebRTC 提供可扩展的 阅读全文
摘要:
下载地址:https://rufus.ie/zh/ 阅读全文
摘要:
参考:https://springdoc.org/ 引入: <dependency> <groupId>org.springdoc</groupId> <artifactId>springdoc-openapi-starter-webmvc-ui</artifactId> <version>2.5. 阅读全文
摘要:
程序连接 mysql 报错:Too many connections, 解决方法是修改 mysql 里的连接数。 show variables like "%conn%"; 查看 max_connections 最大连接数,max_user_connections 单用户最大连接数。 进入 dock 阅读全文
摘要:
Fast Reverse Proxy(FRP) 是一款由fatedier开发的高性能的反向代理工具,用于穿透防火墙、NAT等网络障碍,将内网服务映射到公网上 github地址 https://github.com/fatedier/frp 下载 https://github.com/fatedier 阅读全文