
得物【交易平台】Java开发工程师/专家(交易逆向)
社招全职3年以上技术类地点:上海状态:招聘
任职要求
1、计算机相关专业本科及以上学历,3年以上Java开发经验; 2、精通Java语言,熟悉Java虚拟机原理、Java高级特性和类库、Java网络与服务器编程、Java多线程编程; 3、熟悉常用的数据结构和算法,熟练掌握Spring、Mybatis、Springboot等常用的Java框架; 4、熟悉MySQL、MQ、Redis等常用中间件,能够设计复杂业务、高并发、大数据量的系统,有数据库调优经验; 5、参与过中大型项目的系统分析、设计,并主导完成某些模块的详细设计和编码的任务,确保项目的进度和质量; 6、有强烈的责任心和团队精神,善于沟通和合作,个性乐观开朗,对技术敏感,喜欢钻研; 7、电商、交易相关产品开发经验者优先。
工作职责
1、负责得物App电商业务系统核心开发; 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.
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/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://www.youtube.com/watch?v=8hly31xKli0
In this course you will learn about algorithms and data structures, two of the fundamental topics in computer science.
https://www.youtube.com/watch?v=B31LgI4Y4DQ
Learn about data structures in this comprehensive course. We will be implementing these data structures in C or C++.
https://www.youtube.com/watch?v=CBYHwZcbD-s
Data Structures and Algorithms full course tutorial java
算法+
https://roadmap.sh/datastructures-and-algorithms
Step by step guide to learn Data Structures and Algorithms in 2025
https://www.hellointerview.com/learn/code
A visual guide to the most important patterns and approaches for the coding interview.
https://www.w3schools.com/dsa/
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.
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.
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.
MySQL+
https://juejin.cn/post/7190306988939542585
这是一篇 MySQL 通关一篇过硬核经验学习路线,包括数据库相关知识,SQL语句的使用,数据库约束,设计等。
[英文] MySQL Tutorial
https://www.mysqltutorial.org/
your go-to resource for mastering MySQL in a fast, easy, and enjoyable way.
https://www.youtube.com/watch?v=5OdVJbNCSso
MySQL SQL tutorial for beginners
https://www.youtube.com/watch?v=7S_tz1z_5bA
This beginner-friendly course teaches you SQL from scratch.
消息队列+
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://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
相关职位

社招5-8年技术类
1、负责得物App电商业务系统核心架构设计; 2、负责和业务产品对接,制定团队规划; 3、负责团队人员规划,制定人员培养计划; 4、实现产品功能,完成项目开发,撰写相关文档,参与需求分析与复盘; 5、负责核心技术问题的攻关,技术方案的选型、系统优化,协助解决项目开发过程中的技术难题。
更新于 2023-12-27

社招5年以上技术类
1、负责得物App电商业务系统核心开发; 2、编写代码实现产品功能,完成项目开发,撰写相关文档,参与需求分析; 3、协助进行核心技术问题的攻关,技术方案的选型、系统优化,协助解决项目开发过程中的技术难题; 4、了解互联网的技术发展、评估外部技术与解决方案。
更新于 2023-12-26

社招5年以上技术类
岗位职责: 1、负责得物App电商业务系统核心开发; 2、编写代码实现产品功能,完成项目开发,撰写相关文档,参与需求分析; 3、协助进行核心技术问题的攻关,技术方案的选型、系统优化,协助解决项目开发过程中的技术难题; 4、了解互联网的技术发展、评估外部技术与解决方案。
更新于 2023-12-26