Pinned Repositories
13_questions_of_shell
shell十三问--shell教程(markdown 版本)
405755490.github.io
diary
acl
One advanced C/C++ library for Linux/Mac/FreeBSD/Solaris(x86)/Windows/Android/IOS
architect-awesome
后端架构师技术图谱
blog-comments
cpp-backend-reference
C++后端开发面试题
cpp-ethereum
Ethereum C++ client
czyBlog
diary_old
Bruce Zhao's Tech Blog
fastcgi-async-or-coroutine
mcgi is a asynchronous fastcgi using Muduo Network Library. cocgi is a coroutine fastcgi using Tencent Libco Library.
405755490's Repositories
405755490/13_questions_of_shell
shell十三问--shell教程(markdown 版本)
405755490/405755490.github.io
diary
405755490/acl
One advanced C/C++ library for Linux/Mac/FreeBSD/Solaris(x86)/Windows/Android/IOS
405755490/architect-awesome
后端架构师技术图谱
405755490/blog-comments
405755490/cpp-backend-reference
C++后端开发面试题
405755490/cpp-ethereum
Ethereum C++ client
405755490/czyBlog
405755490/diary_old
Bruce Zhao's Tech Blog
405755490/fastcgi-async-or-coroutine
mcgi is a asynchronous fastcgi using Muduo Network Library. cocgi is a coroutine fastcgi using Tencent Libco Library.
405755490/game_service_system
从0开始开发 基础库(配置文件读写、日志、多线程、多进程、锁、对象引用计数、内存池、免锁消息队列、免锁数据缓冲区、进程信号、共享内存、定时器等等基础功能组件),网络库(socket、TCP、UDP、epoll机制、连接自动收发消息等等),数据库操作库(mysql,redis、memcache API 封装可直接调用),开发框架库(消息调度处理、自动连接管理、服务开发、游戏框架、服务间消息收发、消息通信等等),消息中间件服务(不同网络节点间自动传递收发消息)等多个功能组件、服务,最后完成一套完整的服务器引擎,基于该框架引擎可开发任意的网络服务。 主体架构:N网关+N服务+N数据库代理+内存DB(Redis、MemCache)+Mysql数据库,基于该架构可建立集群,稳定高效的处理大规模、高并发消息。
405755490/GitLearn
Learnning Git
405755490/handy
简洁易用的C++11网络库 / 支持单机千万并发连接 / a simple C++11 network server framework
405755490/Interview-Notebook
:books: 技术面试需要掌握的基础知识整理,欢迎编辑~
405755490/jackson
JSON parser/generator in C++17
405755490/leetcode
😏 LeetCode solutions in any programming language | 多种编程语言实现 LeetCode、《剑指 Offer(第 2 版)》、《程序员面试金典(第 6 版)》题解
405755490/leveldb
LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.
405755490/libjson-rpc-cpp
C++ framework for json-rpc (json remote procedure call)
405755490/mpos
405755490/msgpack-c
MessagePack implementation for C and C++ / msgpack.org[C/C++]
405755490/muduo
A C++ non-blocking network library for multi-threaded server in Linux
405755490/pic
图床仓库
405755490/Play-Leetcode
My Solution to Leetcode problems. All solutions support C++, some support Java. Multiple solutions will be given by most problems. Enjoy:) 我的Leetcode解答。所有的问题都支持C++语言,一部分问题支持Java语言。近乎所有问题都会提供多个算法解决。大家加油!:)
405755490/STM32_HTTP_DataTrans
使用STM32F103单片机,配合HTTP协议上传数据到服务器
405755490/the-way-to-go_ZH_CN
《The Way to Go》中文译本,中文正式名《Go 入门指南》