Skip to content
View xiehanghang's full-sized avatar
🐶
爱编程、爱运动、爱偷懒
🐶
爱编程、爱运动、爱偷懒

Block or report xiehanghang

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

Popular repositories Loading

  1. mmall mmall Public

    🎯 使用 SSM 搭建的 仿天猫电商网站,数据库采用 MySql。包含用户管理,订单,品类,产品,购物车,地址,在线支付七个模块。项目的演进会逐步融合tomcat集群,nginx负载均衡,redis缓存分布式,redis分布式锁,单点登录,Spring Session,Spring Schedule定时关单,Redisson等

    Java 17 7

  2. Play-Data-Structures-and-Algorithm-in-Java Play-Data-Structures-and-Algorithm-in-Java Public

    ✈️ 学习数据结构与算法时的代码 🍥 数据结构部分包含数组、栈、队列、二叉搜索树、Set、Map、Trie 树、堆、优先队列、线段树、并查集、AVL 树、红黑树、HashTable 的实现 🍚 算法部分包含八排序算法的实现

    Java 5

  3. miaosha miaosha Public

    基于SpringBoot+Mybatis搭建的秒杀系统,并且针对高并发场景进行了优化,主要优化手段有页面静态化、Redis缓存、RocketMQ 异步下单,并且利用压测工具Jmeter对优化前后的性能做了详细的评测,附带完整的测试报告以及整个系统的设计思路报告。

    JavaScript 3

  4. xiehanghang.github.io xiehanghang.github.io Public

    hexo 博客

    HTML 1 1

  5. LeetCode LeetCode Public

    💡 记录 LeetCode 的解题过程

  6. dis-NettyRpc dis-NettyRpc Public

    ☕️基于 Netty + Zookeeper 构建简易的分布式 RPC 框架,可以实现简易的远程方法调用

    Java