
智能互联飞猪-JAVA技术专家-杭州
社招全职5年以上地点:杭州状态:招聘
任职要求
1. 工作经验:5年以上Java开发经验,3年以上大型分布式系统架构设计经验。 2. Java技术体系:精通Java语言及核心类库,熟悉JVM原理(内存模型、GC调优等),掌握多线程、并发编程及性能优化技巧;熟练使用Spring、Spring Boot、MyBatis等主流框架,了解其底层实现原理。 3. 分布式架构能力:熟悉分布式系统设计,掌握微服务架构(如Spring Cloud、Dubbo),了解服务治理、熔断降级、分布式事务等解决方案;熟悉缓存(Redis/Memcached)、消息队列(Kafka/RocketMQ)、数据库分库分…
登录查看完整任职要求
微信扫码,1秒登录
工作职责
1. 负责交易、优惠等核心系统的架构设计与升级,优化系统性能、稳定性及扩展性,支撑业务快速迭代。 2. 主导高并发、高可用分布式系统的设计与落地,解决亿级流量下的技术挑战(如秒杀、大促等场景)。 3. 推动AI技术与业务融合,设计并开发AI工具平台(如智能优惠配置、交易异常检测、自动化运维工具等),提升研发效率与业务智能化水平。 4. 制定Java技术体系规范,指导团队代码优化、性能调优及故障排查,推动架构升级、AI等技术落地。
包括英文材料
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://www.distributedsystemscourse.com/
The home page of a free online class in distributed systems.
https://www.youtube.com/watch?v=7VbL89mKK3M&list=PLOE1GTZ5ouRPbpTnrZ3Wqjamfwn_Q5Y9A
系统设计+
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.
JVM+
https://www.freecodecamp.org/news/jvm-tutorial-java-virtual-machine-architecture-explained-for-beginners/
https://www.youtube.com/watch?v=e2zmmkc5xI0
GC+
[英文] Garbage Collection
https://craftinginterpreters.com/garbage-collection.html
The GC doesn’t throw away the memory, it reclaims it to be reused for new data.
https://learn.microsoft.com/en-us/dotnet/standard/garbage-collection/fundamentals
In the common language runtime (CLR), the garbage collector (GC) serves as an automatic memory manager.
https://www.oracle.com/webfolder/technetwork/tutorials/obe/java/gc01/index.html
This tutorial covers the basics of how Garbage Collection works with the Hotspot JVM.
https://www.youtube.com/watch?v=c32zXYAK7CI
How does memory management work? In C you had to manage things yourself, but modern languages take care of a lot of it for you.
多线程+
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!
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.
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.
微服务+
https://learn.microsoft.com/en-us/training/modules/dotnet-microservices/
Microservice applications are composed of small, independently versioned, and scalable customer-focused services that communicate with each other by using standard protocols and well-defined interfaces.
https://microservices.io/
Microservices - also known as the microservice architecture - is an architectural style that structures an application as a collection of two or more services.
https://spring.io/microservices
Building small, self-contained, ready to run applications can bring great flexibility and added resilience to your code.
https://www.ibm.com/think/topics/microservices
Microservices, or microservices architecture, is a cloud-native architectural approach in which a single application is composed of many loosely coupled and independently deployable smaller components or services.
https://www.youtube.com/watch?v=CqCDOosvZIk
https://www.youtube.com/watch?v=hmkF77F9TLw
Learn about software system design and microservices.
Spring Cloud+
[英文] Spring Cloud Series
https://www.baeldung.com/spring-cloud-series
Learn Spring Cloud including concepts, additional libraries and examples for distributed systems.
服务治理+
https://cloudnativecn.com/blog/istio-traffic-management-series-service-management-concept-theory/
通过阅读本文读者可以初步理解 Istio 流量治理的概念和相关知识框架。
https://juejin.cn/post/6844904006033080334
服务治理主要包括服务发现、负载均衡、限流、熔断、超时、重试、服务追踪等。我们今天要讲的,就是服务发现的内容。
还有更多 •••
相关职位
社招5年以上
1. 负责交易、优惠等核心系统的架构设计与升级,优化系统性能、稳定性及扩展性,支撑业务快速迭代。 2. 主导高并发、高可用分布式系统的设计与落地,解决亿级流量下的技术挑战(如秒杀、大促等场景)。 3. 推动AI技术与业务融合,设计并开发AI工具平台(如智能优惠配置、交易异常检测、自动化运维工具等),提升研发效率与业务智能化水平。 4. 制定Java技术体系规范,指导团队代码优化、性能调优及故障排查,推动架构升级、AI等技术落地。
更新于 2026-04-07杭州
社招3年以上
1、负责飞猪域内反欺诈、反作弊、账号安全、商品内容风险等全链路风控算法能力建设,搭建风控算法体系,保障业务安全与用户体验平衡; 2、深入理解业务,基于海量用户行为、交易、设备环境数据进行风险分析与挖掘,使用机器学习、深度学习、图模型、大语言模型等方法,构建风险感知、识别、决策、处置闭环,保障业务安全; 3、基于域内多模态数据(行为序列、文本、图关系),搭建风控场景大模型agent,探索任务规划、工具调用、RAG、多Agent协同等技术,实现风险防控的效果和效率提升。
更新于 2026-04-06杭州

社招3年以上
1、负责飞猪域内反欺诈、反作弊、账号安全、商品内容风险等全链路风控算法能力建设,搭建风控算法体系,保障业务安全与用户体验平衡; 2、深入理解业务,基于海量用户行为、交易、设备环境数据进行风险分析与挖掘,使用机器学习、深度学习、图模型、大语言模型等方法,构建风险感知、识别、决策、处置闭环,保障业务安全; 3、基于域内多模态数据(行为序列、文本、图关系),搭建风控场景大模型agent,探索任务规划、工具调用、RAG、多Agent协同等技术,实现风险防控的效果和效率提升。
更新于 2026-04-06杭州