美团小象超市-行业研发工程师
社招全职食杂零售地点:北京状态:招聘
任职要求
1.具有扎实的计算机科学功底,包括但不限于数据结构/算法、网络、操作系统等计算机基础知识。 2.精通Java及面向对象设计开发、设计模式,熟悉网络编程,多线程编程等开发技术,对TCP协议有较为深入的理解。 3.熟悉数据库原理、查询优化,具备扎实的数据模型设计能力。 4.熟悉RPC、分布式缓存、消息队列等常见组件和设施的使用及原理。 5.有业务系统开发经验,对原有业务系统有深度和广度的了解,以及对原有系统的改进意见(包括业务架构,业务流程等)。 6.面对复杂系统和复杂问题,有抽象思维能力,能够通过模型和标准化流程的构建,解决复杂问题。 7.善于交流,有良好的团队合作精神和协调沟通能力,有与产品、前端、移动端、其他业务部门等多方密切配合的经验和意识。 具备以下条件优先 1.熟悉业界移动端安全产品的技术架构,对代码虚拟化、反调试、反Hook等具备一定造诣。 2.熟练掌握常见通信协议及交互机制,具备较好的加解密方面知识。 3.具备较好的逻辑思维能力、沟通能力、解决问题能力、自学能力及团队合作精神。 4.参加CTF比赛,并获得荣誉。
工作职责
1.负责小象超市基础服务平台构建,搭建多种数据采集流程,提供健壮稳定的系统服务能力。 2.负责业务需求分析、系统设计、功能开发,把纷繁的业务需求拆解细化和实施。 3.结合业务及技术目标,合理规划并推动系统能力演进。 4.持续优化系统效率、架构、质量、性能,保障系统稳定可靠。
包括英文材料
数据结构+
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/
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/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.youtube.com/watch?v=2HrYIl6GpYg
I will make a simple HTTP web server with the C Programming Language.
https://www.youtube.com/watch?v=8z6okCgdREo
This tutorial is for Gophers who have written a command line or an API application, but have little to no experience in lower-level concepts like reading and writing to sockets, working with channels, and managing multiple goroutines.
https://www.youtube.com/watch?v=bdIiTxtMaKA&list=PL9IEJIKnBJjH_zM5LnovnoaKlXML5qh17
https://www.youtube.com/watch?v=bzja9fQWzdA
Implement the ubiquitous TCP protocol that underlies much of the traffic on the internet!
[英文] 📺Network Programming with Python Course (build a port scanner, mailing client, chat room, DDOS)
https://www.youtube.com/watch?v=FGdiSJakIS4
Learn network programming in Python by building four projects. You will learn to build a mailing client, a DDOS script, a port scanner, and a TCP Chat Room.
https://www.youtube.com/watch?v=gntyAFoZp-E
https://www.youtube.com/watch?v=JiuouCJQzSQ
Explore the fundamentals of networking in Rust by building a simple TCP server.
https://www.youtube.com/watch?v=JRTLSxGf_6w
https://www.youtube.com/watch?v=sFizpxHkIlI
In this video we'll cover SOCKET PROGRAMMING in JAVA.
https://www.youtube.com/watch?v=sXW_sNGvqcU
多线程+
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!
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.
缓存+
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
消息队列+
https://www.youtube.com/watch?v=xErwDaOc-Gs
系统设计+
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.
相关职位
社招3年以上食杂零售
1. 负责小象超市业务板块内:冷链设备(冷库,冷柜,制冰机,鱼缸,空调)、水产设备、空调设备及其他小象超市营运类设备综合管理工作,降低相关设备故障率,保障相关设备全年不间断稳定运行; 2. 搭建设备操作管理体系,制定并优化流程制度和考核体系; 3. 负责设备运维业务标准化、数据化、信息化建设及智能化管理; 4. 负责设备设施技术设计改造,降低运营成本; 5. 分析设备能耗使用情况,提供节能措施,落实设备节能降耗目标; 6. 协助采购部门完成冷链设备供应商招标工作,择优选择设备供应商和维保供应商。
更新于 2025-06-06
社招3年以上食杂零售
1. 负责小象超市业务板块内:冷链设备(冷库,冷柜,制冰机,鱼缸,空调)、水产设备、空调设备及其他小象超市营运类设备综合管理工作,降低相关设备故障率,保障相关设备全年不间断稳定运行; 2. 搭建设备操作管理体系,制定并优化流程制度和考核体系; 3. 负责设备运维业务标准化、数据化、信息化建设及智能化管理; 4. 负责设备设施技术设计改造,降低运营成本; 5. 分析设备能耗使用情况,提供节能措施,落实设备节能降耗目标; 6. 协助采购部门完成冷链设备供应商招标工作,择优选择设备供应商和维保供应商。
更新于 2025-03-28
社招5年以上食杂零售
1. 负责小象超市商品价格方向的业务支持、技术建设和人员培养。 2. 高质量按时交付业务需求;深潜业务,主动关注业务策略和行业动态,识别技术做功点,与产品业务同学持续优化业务。 3. 制定商品价格技术规划,带领团队同学完成架构演进、性能优化、稳定性保障等工作。 4. 指导和培养人才,完善优化研发流程,带领团队高质量和高效率地完成业务目标。
更新于 2025-06-22