翻译-1.2 容器概述
摘要:翻译自:https://docs.spring.io/spring framework/docs/current/spring framework reference/core.html beans basics 原文 The org.springframework.context.Applicat
阅读全文
翻译-Core Technologies
摘要:Version 5.1.7.RELEASE This part of the reference documentation covers all the technologies that are absolutely integral to the Spring Framework. 本章覆盖了
阅读全文
翻译-1.1 关于spring ioc容器和bean的介绍
摘要:翻译自:https://docs.spring.io/spring framework/docs/current/spring framework reference/core.html beans introduction 原文及翻译 This chapter covers the Spring
阅读全文
素材页
摘要:阿里云利用延迟消息实现的分布式消息服务 先更新数据,再删除缓存 mysql性能抖动(脏页flush) MethodInvoker
阅读全文
TCP协议-滑动窗口及拥塞控制
摘要:占坑,备忘 部分内容转载自 "link" "link" TCP的定义是一个可靠的面向流的传输协议。 【可靠】就包括俩方面,一个是保证数据是完整的(重传机制),一个就是保证数据流量能在彼此的接受范围内。 本篇主要学习的滑动窗口及拥塞控制等内容主要都是关于流量控制的。 TCP是双全工协议,发送方和接收方
阅读全文
MYSQL-合并表(Mrg_Myisam)
摘要:占坑 用户标签单表数据量太大,按标签分表 现有问题: 用户标签可以指定时间跑数据,此时会删掉原标签表。 如果别的业务读取此合并表就会报错
阅读全文