写给工程师的十条精进原则 |
https://tech.meituan.com/2018/08/16/10-principles-for-engineers.html |
美团广告实时索引的设计与实现 |
https://tech.meituan.com/2018/05/11/adp-rtidx-ls.html |
Redis 高负载下的中断优化 |
https://tech.meituan.com/2018/03/16/redis-high-concurrency-optimization.html |
MyFlash——美团点评的开源MySQL闪回工具 |
https://tech.meituan.com/2017/11/17/mysql-flashback.html |
流计算框架 Flink 与 Storm 的性能对比 |
https://tech.meituan.com/2017/11/17/flink-benchmark.html |
磁盘I/O那些事 |
https://tech.meituan.com/2017/05/19/about-desk-io.html |
Leaf——美团点评分布式ID生成系统 |
https://tech.meituan.com/2017/04/21/mt-leaf.html |
外卖O2O的用户画像实践 |
https://tech.meituan.com/2017/02/17/waimai-ups.html |
红黑树深入剖析及Java实现 |
https://tech.meituan.com/2016/12/02/redblack-tree.html |
CRM系统新思维 |
https://tech.meituan.com/2016/11/25/new-concept-crm.html |
高性能队列——Disruptor |
https://tech.meituan.com/2016/11/18/disruptor.html |
Java NIO浅析 |
https://tech.meituan.com/2016/11/04/nio.html |
Spring MVC注解故障追踪记 |
https://tech.meituan.com/2016/09/30/mt-trip-springmvc-service-annotation-problem-research.html |
分布式系统互斥性与幂等性问题的分析与解决 |
https://tech.meituan.com/2016/09/29/distributed-system-mutually-exclusive-idempotence-cerberus-gtis.html |
Java Hotspot G1 GC的一些关键技术 |
https://tech.meituan.com/2016/09/23/g1.html |
消息队列设计精要 |
https://tech.meituan.com/2016/07/01/mq-design.html |
Java 8系列之重新认识HashMap |
https://tech.meituan.com/2016/06/24/java-hashmap.html |
从0到1构建美团压测工具 |
https://tech.meituan.com/2016/01/08/loading-test.html |
Linux资源管理之cgroups简介 |
https://tech.meituan.com/2015/03/31/cgroups.html |
美团性能分析框架和性能监控平台 |
https://tech.meituan.com/2014/10/29/performance-framework-and-platform.html |
Java内存访问重排序的研究 |
https://tech.meituan.com/2014/09/23/java-memory-reordering.html |
Solr空间搜索原理分析与实践 |
https://tech.meituan.com/2014/09/02/solr-spatial-search.html |
Innodb中的事务隔离级别和锁的关系 |
https://tech.meituan.com/2014/08/20/innodb-lock.html |
MySQL索引原理及慢查询优化 |
https://tech.meituan.com/2014/06/30/mysql-index.html |
美团性能优化之路——性能指标体系 |
https://tech.meituan.com/2014/03/03/performance-metric.html |
Java动态追踪技术探究 |
https://tech.meituan.com/2019/02/28/java-dynamic-trace.html |
Java魔法类 |
Unsafe应用解析 |
Spring Boot引起的“堆外内存泄漏”排查及经验总结 |
https://tech.meituan.com/2019/01/03/spring-boot-native-memory-leak.html |
Netty堆外内存泄露排查盛宴 |
https://tech.meituan.com/2018/10/18/netty-direct-memory-screening.html |
超大规模数据库集群保稳系列之一 |
高可用系统 |
美团外卖搜索基于Elasticsearch的优化实践 |
https://tech.meituan.com/2022/11/17/elasicsearch-optimization-practice-based-on-run-length-encoding.html |
CompletableFuture原理与实践-外卖商家端API的异步化 |
https://tech.meituan.com/2022/05/12/principles-and-practices-of-completablefuture.html |
Linux下跨语言调用C++实践 |
https://tech.meituan.com/2022/04/21/cross-language-call.html |
Linux中基于eBPF的恶意利用与检测机制 |
https://tech.meituan.com/2022/04/07/how-to-detect-bad-ebpf-used-in-linux.html |
Spock单元测试框架介绍以及在美团优选的实践 |
https://tech.meituan.com/2021/08/06/spock-practice-in-meituan.html |
外卖商品的标准化建设与应用 |
https://tech.meituan.com/2021/05/27/food-name-standardization.html |
Java中9种常见的CMS GC问题分析与解决 |
https://tech.meituan.com/2020/11/12/java-9-cms-gc.html |
基本功 |
Java即时编译器原理解析及实践 |
新一代垃圾回收器ZGC的探索与实践 |
https://tech.meituan.com/2020/08/06/new-zgc-practice-in-meituan.html |
美团配送A/B评估体系建设实践 |
https://tech.meituan.com/2020/05/28/peisong-a-b-test.html |
Java线程池实现原理及其在美团业务中的实践 |
https://tech.meituan.com/2020/04/02/java-pooling-pratice-in-meituan.html |
JVM CPU Profiler技术原理及源码深度解析 |
https://tech.meituan.com/2019/10/10/jvm-cpu-profiler.html |
深入解析String#intern |
https://tech.meituan.com/2014/03/06/in-depth-understanding-string-intern.html |
MGW——美团点评高性能四层负载均衡 |
https://tech.meituan.com/2017/01/05/mgw.html |
设计模式二三事 |
https://tech.meituan.com/2022/03/10/interesting-talk-about-design-patterns.html |
基于代价的慢查询优化建议 |
https://tech.meituan.com/2022/04/21/slow-query-optimized-advice-driven-by-cost-model.html |
DDD在B端营销系统的实践 |
https://mp.weixin.qq.com/s/Iyk48w8vbzofIrzKBwLCAQ |
DDD在大众点评交易系统的实践 |
https://mp.weixin.qq.com/s/_VehzjU22Z1AUAPrEoswHQ |