饿了么饿了么-Java开发专家-物流研发-金效方向
社招全职3年以上技术类-开发地点:上海状态:招聘
任职要求
1、计算机相关专业,拥有三年以上服务器开发经验; 2、有扎实的Java基础(熟悉io、多线程、集合等基础框架,熟悉分布式、缓存、消息、搜索等机制),熟练掌握spring、springMVC、mybatis等主流开发框架,熟悉rpc、mq、redis缓存等常用中间件; 3、深刻理解企业应用设计模式,有大型分布式,高并发,高负载,高可用性系统设计开发经验; 4、责任心强,重视团队合作,具备良好的沟通协调及推动能力,能承担较大的压力; 5、有运营端和C端相关的经验、交易、营销相关域研发经验者优先,有本地生活/互联网电商/物流行业经验者优先。
工作职责
1、主要负责饿了么物流金效业务(物流成本相关业务,包括骑手薪资以及配送费、补贴等)相关核心系统的架构设计,主导需求分析、系统设计、核心代码研发、架构优化等工作,从用户和技术出发,实现面向未来的系统规划、设计和落地; 2、深入理解业务需求,发现和分析优化点,切实解决业务痛点问题; 3、负责攻克高并发、高稳定性,业务模型复杂等带来的各种挑战及技术难关,保障系统可用性、稳定性、和可扩展性; 4、有强烈的求知欲和好奇心,持续学习的心态,期望持续充实自己,做高可用的系统; 5、有热情,有自驱,有担当和成就的欲望,充满技术热情,喜欢仰望天空,也能脚踏实地; 6. 这里有大流量和大资金的业务场景,也有策略和智能化的探索方向,你可以通过技术手段不断提升业务效能,实现业务技术双赢。
包括英文材料
Java+
https://www.youtube.com/watch?v=eIrMbAQSU34
Master Java – a must-have language for software development, Android apps, and more! ☕️ This beginner-friendly course takes you from basics to real coding skills.
多线程+
https://liaoxuefeng.com/books/java/threading/basic/index.html
和单线程相比,多线程编程的特点在于:多线程经常需要读写共享数据,并且需要同步。
https://www.youtube.com/watch?v=_uQgGS_VIXM&list=PLsc-VaxfZl4do3Etp_xQ0aQBoC-x5BIgJ
https://www.youtube.com/watch?v=IEEhzQoKtQU
https://www.youtube.com/watch?v=mTGdtC9f4EU&list=PLL8woMHwr36EDxjUoCzboZjedsnhLP1j4
https://www.youtube.com/watch?v=TPVH_coGAQs&list=PLk6CEY9XxSIAeK-EAh3hB4fgNvYkYmghp
https://www.youtube.com/watch?v=xPqnoB2hjjA
This video is an introduction to multithreading in modern C++.
https://www.youtube.com/watch?v=YKBwKy5PrpQ
Rust threading is easy to implement and improves the efficiency of your applications on multi-core systems!
缓存+
https://hackernoon.com/the-system-design-cheat-sheet-cache
The cache is a layer that stores a subset of data, typically the most frequently accessed or essential information, in a location quicker to access than its primary storage location.
https://www.youtube.com/watch?v=bP4BeUjNkXc
Caching strategies, Distributed Caching, Eviction Policies, Write-Through Cache and Least Recently Used (LRU) cache are all important terms when it comes to designing an efficient system with a caching layer.
https://www.youtube.com/watch?v=dGAgxozNWFE
Spring+
https://liaoxuefeng.com/books/java/spring/index.html
Spring是一个支持快速开发Java EE应用程序的框架。它提供了一系列底层容器和基础设施,并可以和大量常用的开源框架无缝集成,可以说是开发Java EE应用程序的必备。
https://spring.io/guides/gs/rest-service
https://spring.io/quickstart
Level up your Java code and explore what Spring can do for you.
Spring Web MVC+
https://spring.io/guides/gs/serving-web-content
This guide walks you through the process of creating a “Hello, World” web site with Spring.
[英文] Spring MVC Series
https://www.baeldung.com/spring-mvc
Spring MVC provides tools driving both typical web applications as well as REST APIs.
MyBatis+
https://mybatis.org/mybatis-3/getting-started.html
https://www.baeldung.com/mybatis
MyBatis is an open source persistence framework which simplifies the implementation of database access in Java applications.
开发框架+
[英文] Understanding Modern Development Frameworks: A Guide for Developers and Technical Decision-makers
https://www.freecodecamp.org/news/understanding-modern-development-frameworks-guide-for-devs/
RPC+
https://javaguide.cn/distributed-system/rpc/rpc-intro.html
为什么要 RPC ? 因为,两个不同的服务器上的服务提供的方法不在一个内存空间,所以,需要通过网络编程才能传递方法调用所需要的参数。并且,方法调用的结果也需要通过网络编程来接收。
https://www.youtube.com/watch?v=S2osKiqQG9s
This video is part of an 8-lecture series on distributed systems, given as part of the undergraduate computer science course at the University of Cambridge.
消息队列+
https://www.youtube.com/watch?v=xErwDaOc-Gs
Redis+
[英文] Developer Hub
https://redis.io/dev/
Get all the tutorials, learning paths, and more you need to start building—fast.
https://www.runoob.com/redis/redis-tutorial.html
REmote DIctionary Server(Redis) 是一个由 Salvatore Sanfilippo 写的 key-value 存储系统,是跨平台的非关系型数据库。
https://www.youtube.com/watch?v=jgpVdJB2sKQ
In this video I will be covering Redis in depth from how to install it, what commands you can use, all the way to how to use it in a real world project.
中间件+
https://www.youtube.com/watch?v=1oWPUpMheGk
设计模式+
https://liaoxuefeng.com/books/java/design-patterns/index.html
设计模式,即Design Patterns,是指在软件设计中,被反复使用的一种代码设计经验。使用设计模式的目的是为了可重用代码,提高代码的可扩展性和可维护性。
[英文] Design Patterns
https://refactoring.guru/design-patterns
Design patterns are typical solutions to common problems in software design. Each pattern is like a blueprint that you can customize to solve a particular design problem in your code.
https://www.youtube.com/watch?v=NU_1StN5Tkk
Design Patterns tutorial explained in simple words using real-world examples.
高并发+
https://www.baeldung.com/concurrency-principles-patterns
In this tutorial, we’ll discuss some of the design principles and patterns that have been established over time to build highly concurrent applications.
https://www.baeldung.com/java-concurrency
Handling concurrency in an application can be a tricky process with many potential pitfalls. A solid grasp of the fundamentals will go a long way to help minimize these issues.
https://www.oreilly.com/library/view/concurrency-in-go/9781491941294/
You’ll understand how Go chooses to model concurrency, what issues arise from this model, and how you can compose primitives within this model to solve problems.
https://www.oreilly.com/library/view/modern-concurrency-in/9781098165406/
With this book, you'll explore the transformative world of Java 21's key feature: virtual threads.
https://www.youtube.com/watch?v=qyM8Pi1KiiM
https://www.youtube.com/watch?v=wEsPL50Uiyo
高负载+
https://dev.to/m0n0x41d/highload-saga-the-fundamentals-4kj4
In the modern big tech world, there are titans among mortal, tiny applications, and the common name for such titans is "Highload applications."
高可用+
https://redis.io/blog/high-availability-architecture/
A high available architecture is when there are a number of different components, modules, or services that work together to maintain optimal performance, irrespective of peak-time loads.
https://www.ibm.com/think/topics/high-availability
High availability (HA) is a term that refers to a system’s ability to be accessible and reliable close to 100% of the time.
系统设计+
https://roadmap.sh/system-design
Everything you need to know about designing large scale systems.
https://www.youtube.com/watch?v=F2FmTdLtb_4
This complete system design tutorial covers scalability, reliability, data handling, and high-level architecture with clear explanations, real-world examples, and practical strategies.
C+
https://www.freecodecamp.org/chinese/news/the-c-beginners-handbook/
本手册遵循二八定律。你将在 20% 的时间内学习 80% 的 C 编程语言。
https://www.youtube.com/watch?v=87SH2Cn0s9A
https://www.youtube.com/watch?v=KJgsSFOSQv0
This course will give you a full introduction into all of the core concepts in the C programming language.
https://www.youtube.com/watch?v=PaPN51Mm5qQ
In this complete C programming course, Dr. Charles Severance (aka Dr. Chuck) will help you understand computer architecture and low-level programming with the help of the classic C Programming language book written by Brian Kernighan and Dennis Ritchie.
相关职位
社招3年以上技术类-开发
1、主要负责饿了么物流场景计费、结算、清算等相关业务,通过定价策略创新和迭代提高钱效和运营效率; 2、深入理解和挖掘业务需求,发现嫌恶痛点,参与需求分析和拆解,产出合理高效的解决方案,完成核心模块的设计、分析和代码落地工作; 3、负责攻克高并发、高稳定性,业务模型复杂等带来的各种挑战及技术难关,保障系统可用性、稳定性、和可扩展性; 4、这里有大流量和大资金的业务场景,也有策略和智能化的探索方向,你可以通过技术手段不断提升业务效果,实现业务技术双赢。
更新于 2025-09-01
社招3年以上技术类-开发
1. 你可以参与到活动、经规、商城等核心平台的规划和建设,有机会参与到即时配送行业的突破性项目。 2. 你负责的领域中有很多业务、技术大牛,你既可以在技术方案的产出中找到技术的成就感,又可以从大牛们身上学习到很多行业经验。 3. 这里有复杂的骑手流量场景,也有复杂的业务运营场景,你可以通过技术手段不断提升业务效能,实现业务技术双赢。
更新于 2025-07-11
社招5年以上技术类-开发
1. 主导并参与蜂鸟配送领域仿真业务算法工程后端服务架构、设计、核心功能开发、系统优化等工作; 2. 参与蜂鸟配送履约仿真平台工程建设,负责技术决策、技术选型、技术风险评估 3. 推进业务架构升级支持仿真平台、仿真稳定性建设、高性能优化等工作,并负责制定技术规划和落地推进; 4. 负责技术难点调研和攻关,解决系统中关键的设计、性能等问题;
更新于 2025-10-13