优酷服务端工程师
实习兼职虎鲸文娱2026届实习生招聘地点:北京状态:招聘
任职要求
或许,你来自计算机专业,机械专业; 但是,你酷爱着计算机以及互联网技术,热衷于解决挑战性的问题,追求极致的用户体验; 或许,你痴迷于数据结构和算法,热衷于ACM,常常为看到“accept”而兴奋的手足舞蹈; 或许,你熟悉Unix/Linux/Win32环境下编程,并有相关开发经验,熟练使用调试工具,并熟悉Perl,Python,shell等脚本语言; 或许,你熟悉网络编程和多线程编程,对TCP/IP,HTTP等网络协议有很深的理解,并了解XML和HTML语言; 或许,你热衷于数据库技术,能够熟练编写SQL脚本,有MySql…
登录查看完整任职要求
微信扫码,1秒登录
工作职责
1、负责广告联盟系统中服务端-客户端-算法侧的API接口开发与调试,包括但不限于:广告请求协议(OpenRTB标准扩展)、实时竞价(RTB)接口对接、数据回传(曝光/点击/转化)链路打通; 2、系统问题排查,参与日常线上问题追踪,定位并修复接口超时、数据不一致等问题,分析日志(ELK/Kibana)快速定位异常节点、使用Postman/Wireshark等工具验证接口合规性、协同客户端同学复现并解决兼容性问题(如Android/iOS SDK版本差异); 3、协助优化高并发场景下的接口性能,参与压测脚本开发(JMeter/Gatling)、分析火焰图定位CPU/内存瓶颈、提出缓存策略(Redis)或异步改造方案。
包括英文材料
数据结构+
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/
Unix+
[英文] The UNIX® Standard
https://www.opengroup.org/membership/forums/platform/unix
https://www.youtube.com/watch?v=IrDUcdpPmdI
UNIX is an operating system which was first developed in the 1970s, and has been under constant development ever since.
Linux+
https://ryanstutorials.net/linuxtutorial/
Ok, so you want to learn how to use the Bash command line interface (terminal) on Unix/Linux.
https://ubuntu.com/tutorials/command-line-for-beginners
The Linux command line is a text interface to your computer.
https://www.youtube.com/watch?v=6WatcfENsOU
In this Linux crash course, you will learn the fundamental skills and tools you need to become a proficient Linux system administrator.
https://www.youtube.com/watch?v=v392lEyM29A
Never fear the command line again, make it fear you.
https://www.youtube.com/watch?v=ZtqBQ68cfJc
Perl+
https://www.perl.org/learn.html
Useful links if you are interested in learning Perl
https://www.runoob.com/perl/perl-tutorial.html
本教程适合想从零开始学习 Perl 编程语言的开发人员。当然本教程也会对一些模块进行深入,让你更好的了解 Perl 的应用。
Python+
https://liaoxuefeng.com/books/python/introduction/index.html
中文,免费,零起点,完整示例,基于最新的Python 3版本。
https://www.learnpython.org/
a free interactive Python tutorial for people who want to learn Python, fast.
https://www.youtube.com/watch?v=K5KVEU3aaeQ
Master Python from scratch 🚀 No fluff—just clear, practical coding skills to kickstart your journey!
https://www.youtube.com/watch?v=rfscVS0vtbw
This course will give you a full introduction into all of the core concepts in python.
Bash+
[英文] The Bash Guide
https://guide.bash.academy/
A quality-driven guide through the shell's many features.
https://www.youtube.com/watch?v=tK9Oc6AEnR4
Understanding how to use bash scripting will enhance your productivity by automating tasks, streamlining processes, and making your workflow more efficient.
脚本+
[英文] Scripting language
https://en.wikipedia.org/wiki/Scripting_language
https://zhuanlan.zhihu.com/p/571097954
一个脚本通常是解释执行而非编译。脚本语言通常都有简单、易学、易用的特性,目的就是希望能让程序员快速完成程序的编写工作。
网络编程+
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!
还有更多 •••
相关职位
社招3年以上网易游戏(雷火)
1)负责网易游戏雷火事业群下游戏宣发增长业务的后端开发,确保系统的稳定性、可扩展性和安全性; 2)使用 Golang 和 Gin 等技术进行高质量的代码编写,对BUG零容忍; 3)参与微服务架构的设计和实现,重构优化现有系统提升性能优化资源利用; 4)参与团队技术方案设计与团队成员共同开发和维护 RESTful API,提高接口的易用性和稳定性; 5)参与团队内部技术分享和培训,促进团队技术的成长和交流。
更新于 2025-04-03杭州
社招3年以上技术-开发
1. 负责设计和开发高性能、稳定、安全、可扩展的办公安全产品系统; 2. 负责办公安全产品系统的技术方案评估和架构升级优化; 3. 与产品、运营团队紧密合作,不断创新,快速应对复杂多变的安全攻防形势;
更新于 2025-05-12北京|杭州
社招5年以上IDG
-负责自动驾驶出行业务-订单引擎或萝卜安全堡垒系统设计和开发工作 -负责实现自动驾驶全无人模式运营落地,保障大规模全无人、自动化24h运营效率和安全 -通过业务数据分析挖掘潜在线上问题和可优化点,推动落地,助力业务效果提升 -通过稳定性能力建设,保障所负责方向架构合理性,打造高效稳定、可扩展性强的系统支撑能力 -根据需求文档进行相关产品的开发,撰写开发文档,保质保量按时完成开发任务 -参与国际化业务架构设计及开发工作 -负责架构稳定性、性能优化、扩展性技术研发 -攻克高性能、高并发、高可用性等各种不同技术场景下的技术挑战,持续进行架构打磨优化
更新于 2025-06-12北京