Skip to content
View lexingsen's full-sized avatar

Block or report lexingsen

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
lexingsen/README.md

Pinned Loading

  1. distributed-system-framework distributed-system-framework Public

    这是一个基于Linux平台,C++编写的分布式系统。服务器端采用了线程池+Libevent的IO模型,并为其实现了简单的负载均衡。服务器端业务层使用了MVC的设计模式。数据存储方面对MySQL数据库C-API进行了C++的类封装。为了实现服务器集群的负载均衡,实现了以一致性hash为底层算法的负载均衡服务器,这可以作为一个单独的模块。

    C++ 78 28

  2. jianzhi-offer-record jianzhi-offer-record Public

    记录剑指offer刷题记录

    C++

  3. LeetCode LeetCode Public

    C++ 1

  4. Data-Structure Data-Structure Public

    用于记录数据结构代码模板的仓库,主要使用C++语言实现。

    C++ 1

  5. Python-100-Days Python-100-Days Public

    Forked from jackfrued/Python-100-Days

    Python - 100天从新手到大师

    Python

  6. nowcoder-sql-practice nowcoder-sql-practice Public

    牛客网-SQL数据实战-93道查询练习