上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 87 下一页
摘要: 概要: 目的:增量同步mongodb 的数据(mongo需集群,或者副本集模式) 1.官网文档 2 基本安装,启动,监控 3.小试牛刀,最佳实践 0.官网文档: github: https://github.com/alibaba/MongoShake/ releases: https://gith 阅读全文
posted @ 2021-09-26 16:41 lshan 阅读(3283) 评论(0) 推荐(0)
摘要: 场景: 一次性取出redis一个field中的所有key,并遍历。 方案一:(生产环境禁用keys) 使用redisTemplate.opsForHash().keys("filed") 前期数据量少,感j觉不到性能问题。数据量上去后keys方法严重消耗CPU,导致服务"假死", 其他连接阻塞 , 阅读全文
posted @ 2021-09-18 16:02 lshan 阅读(215) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2021-09-14 18:45 lshan 阅读(0) 评论(0) 推荐(0)
摘要: SpringContextUtils import org.apache.commons.lang3.StringUtils; import org.springframework.beans.BeansException; import org.springframework.context.Ap 阅读全文
posted @ 2021-09-10 11:05 lshan 阅读(1740) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2021-09-03 15:55 lshan 阅读(8) 评论(0) 推荐(0)
摘要: idea 个人文件信息模板,之前没有设置的同学,参考设置下: 选择File --> Settings --> Editor --> Code Style --> File and Code Templates --> Python Script java : class #if (${PACKAGE 阅读全文
posted @ 2021-09-01 09:48 lshan 阅读(218) 评论(0) 推荐(0)
摘要: 原文:https://blog.csdn.net/sundehui01/article/details/106234778 单台服务器做直播,总归有单点风险,利用SRS的Forward机制 + Edge Server设计,可以很容易搭建一个大规模的高可用集群,示意图如下 源站服务器集群:origin 阅读全文
posted @ 2021-08-30 11:46 lshan 阅读(1159) 评论(0) 推荐(0)
摘要: webrtc doc: https://ossrs.net/lts/zh-cn/docs/v4/doc/webrtc 官网部署文档:https://github.com/ossrs/srs/wiki/v4_CN_SampleOriginCluster 参考:https://blog.csdn.net 阅读全文
posted @ 2021-08-29 19:31 lshan 阅读(2293) 评论(1) 推荐(0)
摘要: 18个实时音视频开发中会用到开源项目 : https://blog.csdn.net/weixin_34261739/article/details/88917741 NGINX-RTMP 直播服务部署: 参考:https://zhuanlan.zhihu.com/p/28009037 > http 阅读全文
posted @ 2021-08-25 14:36 lshan 阅读(888) 评论(0) 推荐(0)
摘要: 原文: https://blog.csdn.net/qq_35433926/article/details/91880345 springboot2.1.3配置sftp,自定义sftp连接池 项目地址 maven依赖 application.yml配置 SftpProperties sftp连接工厂 阅读全文
posted @ 2021-08-24 14:54 lshan 阅读(2013) 评论(0) 推荐(0)
上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 87 下一页