Git Product home page Git Product logo

cpp_in_action's Introduction

C/C++项目实战大纲

  1. 工具准备
    • Git 版本管理
    • CMake 依赖管理(#1)
    • GCC 编译器
    • Makefile 编译规则(#4)
    • Clion/VSCode/Atom 编辑器(#1)
    • Postman 模拟客户端
    • MySQL 数据库(#2)
    • Docker 部署(#2)
    • Google Test 单元测试(#3)
  2. 常用知识
    • C/C++11/23
    • STL标准库
    • 操作系统
      • 进程管理
        • 多进程(#4)
        • 多线程(#5)
      • 内存管理
      • 文件系统
    • Linux内核与网络编程
      • Linux常用命令
      • IPC进程通信(#8/#9/#10)
      • 并发同步
      • 多路IO复用
      • 系统调用
      • 调度策略
      • 中断处理
      • 内核数据结构
  3. C++Web服务器
    1. socket(#6)
    2. epoll(#6)
    3. 线程池
    4. 定时器(#6)
  4. 开源项目

Offer收割机必备

  1. 推荐项目

    1. TinyKV KV存储引擎(PingCAP)(#7)
    2. TinySQL 分布式SQL(PingCAP)
  2. 推荐课程

    1. 《操作系统:设计与实现》南京大学,蒋炎岩,B站id:绿导师原谅你了
    2. CMU15-445/645 数据库原理与设计 (#7)
    3. MIT6.824 分布式设计
    4. CMU15-721 高级数据库设计
  3. 面经整理

    1. 姚军个人仓库

cpp_in_action's People

Contributors

syaojun avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.