Skip to content
View fanda521's full-sized avatar
Block or Report

Block or report fanda521

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

Pinned Loading

  1. ORM ORM Public

    自己写的一个小的orm框架,主要是通过制定规则,通过获取数据库的表名,表的字段,自动生成相应的sql语句,规则这一部分是利用注解,先对应数据库的表写实体类,实体类的字段上打上自定义的注解,在利用反射生成对应的sql语句,直接调用。

    Java 1

  2. cloudParent cloudParent Public

    springcloud的学习,几乎包含了其全部的组件

    Java

  3. kafka-study kafka-study Public

    kafka的学习,学习完基础的命令,也通过java学习了其api,也包含一些集群的操作

    Java

  4. zookeeper-study zookeeper-study Public

    zookeep 的学习,除了基本的命令行,也学习了通过java操作,包含集群的一些操作,kafka的学习是基于这里的

    Java