后台开发基础知识总结(春招/秋招)
☆587Feb 20, 2025Updated last year
Alternatives and similar repositories for CS_Offer
Users that are interested in CS_Offer are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- 【C++ 面试 + C++ 学习指南】 一份涵盖大部分 C++ 程序员所需要掌握的核心知识。☆1,305Jan 16, 2023Updated 3 years ago
- Linux下C++轻量级WebServer服务器☆19,440Jul 5, 2024Updated last year
- C++ High Performance HTTP WebServer☆76Mar 28, 2021Updated 5 years ago
- C++和Linux学习笔记☆2,402Feb 14, 2022Updated 4 years ago
- 🔥🔥「InterviewGuide」是阿秀从校园->职场多年计算机自学过程的记录以及学弟学妹们计算机校招&秋招经验总结文章的汇总,包括但不限于C/C++ 、Golang、JavaScript、Vue、操作系统、数据结构、计算机网络、MySQL、Redis等学习总结,坚持…☆5,855Aug 2, 2025Updated 8 months ago
- Deploy to Railway using AI coding agents - Free Credits Offer • AdUse Claude Code, Codex, OpenCode, and more. Autonomous software development now has the infrastructure to match with Railway.
- A tiny KV storage based on skiplist written in C++ language| 使用C++开发,基于跳表实现的轻量级键值数据库🔥🔥 🚀☆2,401Mar 5, 2024Updated 2 years ago
- C++ Linux WebServer服务器☆4,078Dec 2, 2023Updated 2 years ago
- C++那些事☆43,090Mar 12, 2026Updated last month
- A C++ High Performance Web Server☆8,189Sep 27, 2023Updated 2 years ago
- Achieve a tiny STL in C++11☆12,434Oct 27, 2024Updated last year
- c++后台服务器开发面经或八股总结!(有深度有广度,和仅有概念的总结文章不同!)☆2,185Sep 9, 2024Updated last year
- Linux高性能服务器编程源码☆559Dec 28, 2015Updated 10 years ago
- C++高性能分布式服务器框架,webserver,websocket server,自定义tcp_server(包含日志模块,配置模块,线程模块,协程模块,协程调度模块,io协程调度模块,hook模块,socket模块,bytearray序列化,http模块,TcpServ…☆4,648Dec 8, 2023Updated 2 years ago
- 一个基于muduo库的rpc分布式微服务框架☆17Jul 13, 2022Updated 3 years ago
- Deploy on Railway without the complexity - Free Credits Offer • AdConnect your repo and Railway handles the rest with instant previews. Quickly provision container image services, databases, and storage volumes.
- ---AWESOME--- C++学习笔记和常见面试知识点,C++11特性,包括智能指针、四种强制转换、function和bind、移动语义、完美转发、tuple、多态原理、虚表、友元函数、符号重载、函数指针、深浅拷贝、struct内存对齐、volatile以及union\…☆1,938Jul 27, 2022Updated 3 years ago
- <-- workflow 中文注 释 / demos / 源码解析☆312Apr 11, 2022Updated 4 years ago
- 一款可运行的基于C++ 实现的WebServer服务器,基于《TCPIP网络编程》和《Linux高性能服务器编程》实现的服务器项目。☆1,467Apr 28, 2022Updated 4 years ago
- ☆2,939Dec 16, 2024Updated last year
- 课程视频、PPT和源代码:侯捷C++系列;台大郭彦甫MATLAB☆4,181Aug 25, 2025Updated 8 months ago
- 涵盖C++ Primer 5th、 effective C++ 、 STL api和demos C++ 基础知识与理论、 智能指针、C++11、 Git教程 Linux命令 Unix操作系统(进程、线程、内存管理、信号)计算机网络、 数据结构(排序、查找)、数据库、、C++…☆2,656Jan 16, 2022Updated 4 years ago
- MIT 6.824 distributed system C++Version☆876Jun 10, 2023Updated 2 years ago
- 📚 C/C++ 技术面试基础知识总结,包括语言、程序库、数据结构、算法、系统、网络、链接装载库等知识及面试经验、招聘、内推等信息。This repository is a summary of the basic knowledge of recruiting job s…☆37,767Aug 24, 2025Updated 8 months ago
- C语言实现一个简单的thread_pool☆10Jul 25, 2020Updated 5 years ago
- Wordpress hosting with auto-scaling - Free Trial Offer • AdFully Managed hosting for WordPress and WooCommerce businesses that need reliable, auto-scalable performance. Cloudways SafeUpdates now available.
- SGI STL source code analysis and note from 《STL源码剖析》 by 侯捷(包含电子书、源码注释及测试代码)☆1,034Mar 17, 2020Updated 6 years ago
- linux C++ 服务器/后台开发 秋招整理资料☆622Nov 7, 2021Updated 4 years ago
- 基于分布式的集群聊天系统☆49May 5, 2021Updated 4 years ago
- Uubuntu 20 C++版本的web服务器☆254Jan 15, 2023Updated 3 years ago
- Linux多线程服务端编程[muduo C++网络库]☆594Sep 9, 2021Updated 4 years ago
- A C++ Lightweight Web Server based on Linux epoll☆632May 14, 2023Updated 2 years ago
- Linux高性能服务器编程(作者 游双) 读书笔记和Demo☆394Mar 25, 2020Updated 6 years ago
- Event-driven network library for multi-threaded Linux server in C++11☆16,053Dec 23, 2025Updated 4 months ago
- C++基础,C++2.0,STL;计算机网络;操作系统;MySQL,Redis;智力,情景题☆15Oct 4, 2022Updated 3 years ago
- GPU virtual machines on DigitalOcean Gradient AI • AdGet to production fast with high-performance AMD and NVIDIA GPUs you can spin up in seconds. The definition of operational simplicity.
- 基于epoll机制的高并发聊天室,c语言实现,代码源于网络仅供学习☆250Apr 1, 2024Updated 2 years ago
- 使用 C++11 实现的动态线程池☆217Oct 20, 2023Updated 2 years ago
- linux下c/c++模拟实现云盘项目☆633Oct 2, 2021Updated 4 years ago
- 【C++面试&C++学习指南】 这里整理了C++后端研发工程师面试和工作必备的知识点 。☆3,032Apr 14, 2025Updated last year
- 这是一个基于Linux平台,C++编写的分布式系统。服务器端采用了线程池+Libevent的IO模型,并为其实现了简单的负载均衡。服务器端业务层使用了MVC的设计模式。数据存储方面对MySQL数据库C-API进行了C++的类封装。为了实现服务器集群的负载均衡,实现了以一致性…☆83Aug 28, 2025Updated 8 months ago
- C++设计模式☆2,595Oct 11, 2024Updated last year
- 基于muduo网络库的集群聊天服务器☆101Mar 20, 2021Updated 5 years ago