美团资深Java开发工程师
社招全职3年以上核心本地商业-点评事业部地点:上海状态:招聘
任职要求
1.具有扎实的Java功底,了解JVM的原理,具有较好的IO、多线程、网络等方面的编程能力; 2.熟悉主流开源框架(如Spring,MyBatis等)的原理与实现,并能熟练使用; 3.熟悉主流检索引擎(如Elasticsearch等)的原理与实现,并能熟练使用; 4.熟悉分布式RPC框架(如Dubbo),分布式消息中间件(如Kafka)的实现原理,并能熟练使用; 5.熟悉结构化数据库(如MySQL)应用开发,且对结构化数据库有较深入的理解,熟悉常用的NoSQL(如Redis,Tair等); 6.具备良好的团队协作能力,有较强的逻辑思维能力,善于分析、归纳、解决问题,持续学习和总结,自我迭代;
工作职责
1.负责大众点评评价相关生产、审核、消费系统的建设,保障用户使用点评评价的体验持续迭代优化 2.负责大众点评榜单的能力建设,参与技术方案设计和代码优化,保证系统的高性能和稳定性; 3.参与项目需求分析和评估,保证项目按时交付。
包括英文材料
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!
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.
ElasticSearch+
https://www.youtube.com/watch?v=a4HBKEda_F8
Learn about Elasticsearch with this comprehensive course designed for beginners, featuring both theoretical concepts and hands-on applications using Python (though applicable to any programming language). The course is structured in two parts: first covering essential Elasticsearch fundamentals including index management, document storage, text analysis, pipeline creation, search functionality, and advanced features like semantic search and embeddings; followed by a practical section where you'll build a real-world website using Elasticsearch as a search engine, working with the Astronomy Picture of the Day (APOD) dataset to implement features such as data cleaning pipelines, tokenization, pagination, and aggregations.
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.
Dubbo+
https://dubbo.apache.org/en/overview/mannual/java-sdk/tasks/
中间件+
https://www.youtube.com/watch?v=1oWPUpMheGk
Kafka+
https://developer.confluent.io/what-is-apache-kafka/
https://www.youtube.com/watch?v=CU44hKLMg7k
https://www.youtube.com/watch?v=j4bqyAMMb7o&list=PLa7VYi0yPIH0KbnJQcMv5N9iW8HkZHztH
In this Apache Kafka fundamentals course, we introduce you to the basic Apache Kafka elements and APIs, as well as the broader Kafka ecosystem.
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.
相关职位
社招2-55年D11748
1、参与快手业务Java基础组件/中间件/平台的设计、开发和优化工作,改善可用性和性能性能,建设稳定性、服务治理能力; 2、负责分布式数据库、数据总线等中间件产品的研发、架构设计和性能优化工作。
更新于 2025-02-24

社招5年以上
1、 负责企业协作平台设计和开发; 2、 承担系统核心功能的研发工作,负责核心技术问题的攻关,系统优化; 3、 积极了解业界发展、互联网相关新技术及趋势,参与系统架构设计;
更新于 2025-03-17

社招
1、主导关键系统技术重构与优化; 2、参与代码编写,解决疑难问题; 3、深入挖掘和分析业务需求,撰写技术方案和系统设计,确保系统的架构质量; 4、为团队引入创新的技术、创新的解决方案,用创新的思路解决问题,能对现存或未来系统进行宏观的思考。
更新于 2023-05-18

社招5年以上
部门目标:酒店/医院/教育等行业的上亿块智能屏是我们的主战场,热爱技术钻研技术爱折腾的你,加入我们成为智能屏领域的领航者。 团队目标:做为智能酒店生态的物联网平台,包含ETV电视机桌面和物联网运营平台,对交付质量和效率负责。 职位描述: 1、参与ETV屏幕交互系统、智慧酒店物联网平台需求的开发,深入发掘和分析业务需求,撰写技术方案和系统设计,以及相关的代码开发; 2、承担系统核心功能的研发工作,分析和发现系统的优化点,负责推动系统性能的优化及可用性的提升,保障系统的稳定性; 3、善于研究分析主流产品技术方案实现,具有一定的技术前瞻性,为团队引入创新的技术、创新的解决方案,用创新的思路解决问题。
更新于 2023-04-28