Skip to content
View XiaoChangyu's full-sized avatar

Block or report XiaoChangyu

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. custom-hbase-filter custom-hbase-filter Public

    自定义 HBase Filter. 实现多列关联过滤. 目前是一列为 Value 列, 一列为 Mark 列, 实现过滤存在对应 Mark 列的 Value 列, 但不影响同一行里的其他不存在对应 Mark 列的 Value 列. 另外实现了在此基础上的 Mark 列的值过滤. 只有满足对应 Mark 列的值匹配的情况才会被过滤.

    Java

  2. EWS-Java-API EWS-Java-API Public

    Seems like fork from Microsoft's Exchange java api code. (-_-メ) But I changed structrue of them. And I put some test code in there. 看起来是从 Microsoft 的 exchange java api 代码 fork 过来的, 但我把它们的结构改了, 并且在里…

    Java

  3. protostuff-runtime-hierarchy protostuff-runtime-hierarchy Public

    This is a tool that coding on Protostuff-runtime to extend serialize mode. 一个在 Protostuff-runtime 的基础上扩展序列化方式的工具.在兼容原 Protostuff-runtime 的基础上, 可以将多个维度层级的 Bean 嵌套关系的序列化字节数组反序列化成低维度的 Bean 嵌套关系. 同时, 可…

    Java