携程Java后端开发工程师(高并发)(MJ031068)
社招全职4年以上火车票业务开发地点:上海状态:招聘
任职要求
1、有订单交易系统开发工作经历,熟悉交易系统开发流程,有处理过复杂业务优先,具备独立解决问题的能力;2、4年以上Java开发经验,Java基础扎实,拥有良好的编码习惯,理解io、多线程、集合等基础框架,对JVM原理有一定的了解;3、熟悉面向对象设计,掌握设计模式与设计原则,具备分布式、高并发、大流量系统设计与开发经验,具备较好的文档编写能力及良好的编码风格;4、熟悉Spring/SpringBoot、Cache(Redis/M…
登录查看完整任职要求
微信扫码,1秒登录
工作职责
1、负责业务系统核心服务的需求分析、技术调研、方案设计、系统开发及质量提升工作,推动业务迭代和技术改造落地;2、深入理解业务,参与部门重大项目的业务分析,架构设计和开发工作;3、参与技术难点攻关,持续提升系统性能,稳定性,解决系统潜在技术风险;4、协助提升团队技术影响力,参与基础设施建设,完善技术体系等5、参与业务架构设计、流程优化及方法论提炼。
包括英文材料
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.
编程规范+
[英文] Google Style Guides
https://google.github.io/styleguide/
Every major open-source project has its own style guide: a set of conventions (sometimes arbitrary) about how to write code for that project. It is much easier to understand a large codebase when all the code in it is in a consistent style.
多线程+
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!
JVM+
https://www.freecodecamp.org/news/jvm-tutorial-java-virtual-machine-architecture-explained-for-beginners/
https://www.youtube.com/watch?v=e2zmmkc5xI0
面向对象+
https://liaoxuefeng.com/books/java/oop/index.html
面向对象编程,英文是Object-Oriented Programming,简称OOP。
https://liaoxuefeng.com/books/python/oop/index.html
面向对象编程——Object Oriented Programming,简称OOP,是一种程序设计思想。
https://www.youtube.com/watch?v=SiBw7os-_zI
Learn the basics of object-oriented programming all in one video.
设计模式+
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://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.
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 Boot+
https://spring.io/guides/gs/spring-boot
his guide provides a sampling of how Spring Boot helps you accelerate application development.
https://www.youtube.com/watch?v=Nv2DERaMx-4&list=PLzUMQwCOrQTksiYqoumAQxuhPNa3HqasL
The author teaches you how to use Spring Boot from a complete beginner, to building a REST API with a real database, Dockerising it and deploying it to the cloud.
缓存+
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
还有更多 •••
相关职位
社招3年以上软件开发岗
1.负责本地生活方向的架构重构和持续演进,保障系统稳定性及高可用、高并发、高性能; 2.负责运力、调度、价格、履约等主流程的核心系统维护,确保系统顺畅运行; 3.负责对复杂业务进行抽象、设计可复用和可扩展性的架构,支持新业务和新功能的快速接入; 4.跟进业界前沿技术,保持对技术创新的敏感度,不断提升系统技术水平; 5.负责日常工作的技术规范制定、技术难点攻关、技术方案制定和评审,同时培养新人技术能力,帮助完善团队梯队建设。
更新于 2026-06-24北京

社招3年以上计算机网络技术类
1. 深度参与核心业务系统的需求分析、技术方案设计与核心模块开发,保障代码质量与交付效率。 2. 负责项目基础架构搭建,制定接口、数据库及日志等开发规范,支撑系统标准化建设。 3. 主导系统性能优化与技术难题攻关,解决数据库、缓存、并发等场景下的瓶颈问题,保障系统高可用。 4. 参与技术方案评审,输出核心技术文档,推动团队开发流程与技术能力提升。 5. 维护现有系统稳定性,快速响应并解决线上故障,优化系统安全性与可扩展性。
更新于 2026-07-20深圳