乐元素Java主程
社招全职5年以上地点:北京状态:招聘
任职要求
职位描述: 1.负责游戏服务端各模块开发; 2.游戏服务相关工具开发; 3.制定游戏功能的需求分析,架构设计,技术文档,可行性报告; 4.对服务端功能做功能测试,模块测试以及压力测试; 5.游戏平台运营工具系统的开发。 要求: 1.精通java开发语言以及Java的相关技术; 2.精通java相关开发框架; 3.熟练掌握mysql,redis,memcache,mongodb等开发组件的使用; 4.有主导游戏服务端开发的经验; 5.熟练使用版本控制工具,熟悉版本控制规范; 6.熟悉网络开发,熟悉长短连接并在游戏中的应用; 7.有多线程高并发服务端开发经验; 8.有服务端指标监控与压力测试经验; 9.熟悉容器化技术; 10.游戏开发中善于使用设计模式解决问题,能够充分考虑性能与可维护性; 11.有异步非阻塞IO编程经验,响应式编程经验者优先; 12.本科或以上,5年以上的游戏服务端开发经验。
工作职责
无
包括英文材料
系统设计+
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.
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.
开发框架+
[英文] Understanding Modern Development Frameworks: A Guide for Developers and Technical Decision-makers
https://www.freecodecamp.org/news/understanding-modern-development-frameworks-guide-for-devs/
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.
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.
Memcached+
https://www.youtube.com/watch?v=VhM2ByShhzE
Memcached is a high-performance, distributed memory caching system designed to speed up dynamic web applications by alleviating database load.
MongoDB+
https://learnxinyminutes.com/mongodb/
MongoDB is a NoSQL document database for high volume data storage.
https://studio3t.com/academy/#courses
The fastest way to learn MongoDB
https://www.youtube.com/watch?v=c2M-rlkkT5o
This video will give you and introduction to MongoDB in 1 Hour. Afterwards I recommend exploring aggregation, replication, and sharding.
https://www.youtube.com/watch?v=ExcRbA7fy_A&list=PL4cUxeGkcC9h77dJ-QJlwGlZlTd4ecZOA
You'll learn how to use MongoDB (a NoSQL database) from scratch. You'll also learn how to integrate it into a simple Node.js API.
多线程+
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.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
设计模式+
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.
相关职位
社招
1、主导游戏 Java 服务器的整体架构设计,根据游戏类型、业务规模和技术发展趋势,选择合适的技术框架与方案; 2、负责游戏服务器核心功能模块的开发与优化,保障服务器在高并发场景下稳定运行; 3、带领 Java 开发团队,合理分配工作任务,指导和培养团队成员,提升团队整体技术水平; 4、解决游戏开发过程中的复杂技术难题; 5、编写详细的技术文档,便于后续的维护与升级。
更新于 2025-05-21

社招5年以上
1、使用Java语言,在公司成熟服务器框架下进行游戏开发、框架迭代维护; 2、负责开发游戏业务逻辑,包括但不限于核心战斗、SLG大世界国战等跨服模块; 3、负责服务端相关工具制作及服务端的性能优化。 4、负责服务器团队人员管理和工作计划制定和分配,保证开发进度和质量。
更新于 2025-08-08

社招5年以上
1、参与游戏项目服务端的整体技术开发流程及管理; 2、负责在现有框架下进行迭代开发, 协调前后端研发工作推进; 3、对策划案进行系统设计以及工作量分析,安排游戏程序员日常开发工作和审核工作; 4、开发服务端需求的辅助工具和提供技术支持; 5、持续学习与研究前沿技术。