Skip to content
View hqf1996's full-sized avatar
🙂
Focusing
🙂
Focusing

Block or report hqf1996

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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

Pinned Loading

  1. hqf1996.github.io hqf1996.github.io Public

    个人博客

    HTML 5 1

  2. myRPC myRPC Public

    简单RPC框架的实现。最终框架实现是利用 JDK 反射、动态代理对客户端接口进行增强,使用 Netty 进行网络通信,利用 Zookeeper 实现服务治理,同时利用SPI机制对负载均衡策略进行选择。

    Java 4

  3. myArthas myArthas Public

    该项目是模仿阿里Arthas写的线上应用诊断小工具。基于Java探针-Java Agent技术对字节码进行增强,在指定方法中插入一些切面来实现相关参数的统计与观测,能做到JVM层面的AOP。对字节码的增强主要使用ASM字节码框架与ASM Bytecode Viewer插件,另外使用Java Attach机制实现两个JVM进程之间的正常通信。简单实现了热更新(Redefine)、方法内部链路追…

    Java 21 2

  4. Semantic-guided-search Semantic-guided-search Public

    An example of A* algorithm

    Python 5

  5. Freebase-data-processing Freebase-data-processing Public

    Freebase数据清洗与处理

    Java 1 1

  6. DistributedLocks DistributedLocks Public

    分布式锁实现

    Java