
汽车之家Java后端研发
社招全职15年以下技术地点:青岛状态:招聘
任职要求
1、计算机或相关专业本科及以上学历,5-8年Java开发经验,有大型互联网或电商项目经验者优先。 2、扎实的Java基本功,熟练掌握面向对象设计、多线程编程、JVM原理及调优,具备良好的编码习惯。 3、精通 Spring Boot/Spring Cloud、MyBatis 等主流开发框架,对框架原理有深入理解。 4、精通 MySQL,具备优秀的SQL编写、调优及数据库设计能力,熟悉分库分表方案;熟悉至少一种NoSQL(如Redis、Memcached、MongoDB)。 5、熟练掌握分布式系统相关技术,如消息队列(Kafka/Ra…
登录查看完整任职要求
微信扫码,1秒登录
工作职责
1. 负责电商系统的采购、订单履约、结算等模块的设计和开发。 2、深入各个业务,在理解特性的基础上进行归纳抽象,构建新零售业务平台,支持各个业务快速发展. 3、核心系统复杂中间件架构搭建及开发。 4、解决系统遇到的业务、技术方面问题,寻找可行的改进方案并推行。
包括英文材料
学历+
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/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/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
编程规范+
[英文] 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.
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.
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.
开发框架+
[英文] Understanding Modern Development Frameworks: A Guide for Developers and Technical Decision-makers
https://www.freecodecamp.org/news/understanding-modern-development-frameworks-guide-for-devs/
SQL+
https://liaoxuefeng.com/books/sql/introduction/index.html
什么是SQL?简单地说,SQL就是访问和处理关系数据库的计算机标准语言。
https://sqlbolt.com/
Learn SQL with simple, interactive exercises.
https://www.youtube.com/watch?v=p3qvj9hO_Bo
In this video we will cover everything you need to know about SQL in only 60 minutes.
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.
NoSQL+
https://nosql-database.org/
Everything about NoSQL Systems – Types, Benefits, and Real-World Uses
https://piaosanlang.gitbooks.io/mongodb/content/section1.1.html
NoSQL(NoSQL = Not Only SQL ),即"不仅仅是SQL",指的是非关系型的数据库。是对不同于传统的关系型数据库管理系统的统称。
https://www.youtube.com/watch?v=0buKQHokLK8
NoSQL databases can operate in multiple modes: as key-value store, document store or wide column store.
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.distributedsystemscourse.com/
The home page of a free online class in distributed systems.
https://www.youtube.com/watch?v=7VbL89mKK3M&list=PLOE1GTZ5ouRPbpTnrZ3Wqjamfwn_Q5Y9A
消息队列+
https://www.youtube.com/watch?v=xErwDaOc-Gs
还有更多 •••
相关职位
社招5-10年D6552
1、深度参与主站业务架构治理,包括稳定性保障、成本优化、性能优化、多活容灾等工作,推动最佳实践落地帮助业务拿到结果; 2、参与配置中心/API网关/等基础平台研发工作,赋能业务快速发展。
更新于 2025-11-13北京
社招3-5年D6219
1、负责快手AB实验中台功能建设,支撑快手核心业务通过实验高效迭代; 2、负责平台产品功能迭代,解决复杂实验场景下性能优化和稳定性保障的技术挑战; 3、配合数据科学和产品参与平台运营、推广实验文化,提升业务实验规范性和决策效率。
更新于 2024-10-30北京
社招核心本地商业-业
1. 负责与商分、产品侧协作,建设科学且高效的实验平台,为CLC业务的迭代提供数据与收益支持。 2. 开发和维护实验平台的后端系统,建设实验数据分析能力。 3. 设计和实现可扩展的API和SDK,支持外部业务功能接入和数据对接。 4. 优化系统性能和稳定性,分析并解决系统故障、性能问题。 5. 跟进相关业界技术,使用先进科学的实验方式,支持更多的业务场景下实验需求的落地。
更新于 2025-06-22北京