上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 20 下一页
摘要: 内容主要转载:https://developer.aliyun.com/article/1161311 阿里 订单超时处理的几种方案及分析 DelayQueue->RabbitMQ->RocketMQ->Redis过期监听->定时任务分布式处理(如阿里SchedulerX) // 阿里内部,几乎所有 阅读全文
posted @ 2023-01-10 13:55 飞翔在天 阅读(137) 评论(0) 推荐(0) 编辑
摘要: 更完整使用:参考 https://gitee.com/clarinoSun/study_note/tree/master/04-CleanCode/%E5%8D%95%E5%85%83%E6%B5%8B%E8%AF%95 POM <dependency> <groupId>org.mockito</ 阅读全文
posted @ 2022-12-31 23:46 飞翔在天 阅读(190) 评论(0) 推荐(0) 编辑
摘要: POM配置 <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.12</version> </dependency> Java Test类结构 Class XXXTest{ @Test Pub 阅读全文
posted @ 2022-12-31 23:22 飞翔在天 阅读(59) 评论(0) 推荐(0) 编辑
摘要: https://zhuanlan.zhihu.com/p/571520010 SpringRunner实现Junit暴露的BlockJUnit4ClassRunner SpringJUnit4ClassRunner实现了BlockJUnit4ClassRunner,它运行的是一个标准的JUnit4测 阅读全文
posted @ 2022-12-31 21:10 飞翔在天 阅读(425) 评论(0) 推荐(0) 编辑
摘要: https://insights.thoughtworks.cn/practical-test-pyramid/ https://developer.aliyun.com/article/792515 Java编程技巧之单元测试用例编写流程 https://developer.51cto.com/a 阅读全文
posted @ 2022-12-31 21:06 飞翔在天 阅读(67) 评论(0) 推荐(0) 编辑
摘要: 基于华为内部CSE开源 子项目 项目简介 开源URL 业界主流 chassis 微服务开发框架 https://github.com/apache/servicecomb-java-chassis Spring Cloud、Dubbo Service Center 注册中心 https://gith 阅读全文
posted @ 2022-12-18 13:31 飞翔在天 阅读(117) 评论(0) 推荐(0) 编辑
摘要: 推荐: https://www.sofastack.tech/blog/seata-distributed-transaction-deep-dive/ Seata 分布式事务实践和开源详解(各种XA/TCC/saga等) https://segmentfault.com/a/11900000437 阅读全文
posted @ 2022-12-10 18:13 飞翔在天 阅读(60) 评论(0) 推荐(0) 编辑
摘要: 日均5亿查询量的京东订单中心,为什么舍MySQL用ElasticSearch https://www.sohu.com/a/331974632_505827 ElasticSearch 亿级数据检索深度优化 https://z.itpub.net/article/detail/024CB809317 阅读全文
posted @ 2022-12-09 12:17 飞翔在天 阅读(111) 评论(0) 推荐(0) 编辑
摘要: 序列化与反序列化:https://tech.meituan.com/2015/02/26/serialization-vs-deserialization.html // JSON(REST)/Avro(Kafka支持)/Protobuf(Google gRpc)/XML(SOAP)/Thrift等 阅读全文
posted @ 2022-11-25 18:02 飞翔在天 阅读(10) 评论(0) 推荐(0) 编辑
摘要: A high performance, open source universal RPC framework https://grpc.io/ https://www.51cto.com/article/701423.html -- 待提取思维导图 gRPC 是由Google开发的一个语言中立、高 阅读全文
posted @ 2022-11-10 21:27 飞翔在天 阅读(22) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 20 下一页